-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNews.htm
78 lines (59 loc) · 2.4 KB
/
News.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=windows-1251" />
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" type="text/css" href="css/stl_hdr.css">
<link rel="stylesheet" type="text/css" href="css/styles_main.css">
<script src="js/jquery-1.5.js"></script>
<script src="js/jquery.mousewheel.js"></script>
<script src="js/functions.js"></script>
<title>ТСК "Kinezis"</title>
</head>
<body>
<a id="begin" name="begin"></a>
<div id="main">
<nav>
<div id="header">
<a href="index.htm"><img id="logo" alt="logo" src="img/log_1.png" title="ТСК 'Кинезис'" style="margin-top:15px"></a>
<p align="right" style="margin-right:10%;"><b> +375(29) 617 07 74</b></p>
<ul id="nav_">
<li><a href="AboutUs.html"> О нас </a></li>
<li><a href="News.htm" style="color:white;"> Новости </a></li>
<li><a href="ClubLive.htm"> Жизнь клуба </a></li>
<li><a href="Timetable.htm"> Расписание </a></li>
<li><a href="Сontacts.htm"> Контакты </a></li>
</ul>
</div>
</nav>
<div class="between_part" id="first_space">
<p style="margin-top:0px;">Здесь будет картинка</p>
</div>
<div class="main_parts" id="m_p_1" align="center">
<p class="blue_text" align="center"><b>Текст </b></p><br>
</div>
<div id="footer" >
<ul>
<li class="li_style">ДЮОО «ТСК «Кинезис»</li>
<li class="li_style"><a alt="ссылка на страницу в вконтакте" href="https://vk.com/club50492268" style="color:#FFFFFF;">Вконтакте</a></li>
<li class="li_style">+375(29) 617-07-74</li>
<li class="li_style">разработка сайта – Калганов Максим</li>
</ul>
</div>
</div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script type="text/javascript">
/* -- nav item click -- */
var offset = 105;
$('nav a').on('click', function() {
var $el = $(this), id = $el.attr('href');
$('html, body').animate({
scrollTop: $(id).offset().top - offset
}, 500);
return false;
});
</script>
</body>
</html>