-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshablon.html
86 lines (65 loc) · 2.54 KB
/
shablon.html
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
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="stylesheet" href="styleindex.css" />
</head>
<body>
<a href="index.html">
<div class="mainblock"></div>
</a>
<div class="place"></div>
<div class="btn-group">
<button class="specborder1" onClick='location.href="index.html"'>Главная</button>
<div class="place1"></div>
<div class="dropdown">
<button class="btn">О клубе</button>
<div class="dropdown-content">
<a href="shablon.html">Наша история</a>
<a href="news.html">Тренерский состав</a>
<a href="news.html">Документы</a>
</div>
</div>
<div class="place1"></div>
<div class="dropdown">
<button class="btn">Новости</button>
<div class="dropdown-content">
<a href="timetables.html">Календарь мероприятий</a>
<a href="news.html">Анонсы и новости</a>
</div>
</div>
<div class="place1"></div>
<div class="dropdown">
<button class="btn">Киокусинкай</button>
<div class="dropdown-content">
<a href="#">Об искусстве киокусинкай</a>
<a href="#">Правила соревнований</a>
<a href="#">Экзамены</a>
<a href="#">Разряды</a>
</div>
</div>
<div class="place1"></div>
<div class="dropdown">
<button class="btn">Галерея</button>
<div class="dropdown-content">
<a href="#">Фотогалерея</a>
<a href="#">Видеогалерея</a>
<a href="#">Библиотека</a>
</div>
</div>
<div class="place1"></div>
<button onClick='location.href="map.html"'>Расписание</button>
<div class="place1"></div>
<button onClick='location.href="#"'>Достижения</button>
<div class="place1"></div>
<button onClick='location.href="reviews.html"'>Отзывы</button>
<div class="place1"></div>
<button class="specborder2" onClick='location.href="index.html#contacts"'>Контакты</button>
</div>
<div class="maincontrol">
<p class="space"></p>
<h1 class="activity">Будущие мероприятия </h1>
</body>
</html>