-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap.html
140 lines (116 loc) · 4.07 KB
/
map.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!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 class="news">
<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>
<p class="spacenews"></p>
<div class="newswrap"><h1>Мероприятия</h1></div>
<div class="rasp">
<iframe class="map2" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1999.21318706539!2d30.421930189196974!3d59.92860460197843!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x469631e145a8fd41%3A0x461b949447d1fdbe!2z0KHQmNCdLCDQodC_0L7RgNGC0LjQstC90YvQuSDQutC70YPQsSDQmtC40L7QutGD0YHQuNC90LrQsNC5INC60LDRgNCw0YLRjQ!5e0!3m2!1sru!2sru!4v1595948966354!5m2!1sru!2sru" width="1200vw" height="600vh" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
<table class="time" border>
<tr>
<th>Понедельник</th>
<th>Вторник</th>
<th>Среда</th>
<th>Четверг</th>
<th>Пятница</th>
<th>суббота</th>
<th>Воскресенье</th>
</tr>
<tr>
<td>11:00</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>11:00</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>11:00</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>11:00</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</div>
</body>
</html>