-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfilter.html
309 lines (308 loc) · 10.8 KB
/
filter.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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Planning a trip to France? Visit our Mogu-Travel Agency website to discover the best excursions. Developed as a team project at ITGirlSchool."
/>
<link
rel="preload"
fetchpriority="high"
as="image"
href="/assets/img/cite.webp"
type="image/webp"
/>
<link rel="stylesheet" href="assets/css/styles.css" />
<link rel="stylesheet" href="assets/css/filter.css" />
<link
rel="apple-touch-icon"
sizes="114x114"
href="assets/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="assets/favicon/site.webmanifest" />
<link
rel="mask-icon"
href="assets/favicon/safari-pinned-tab.svg"
color="#5bbad5"
/>
<meta name="msapplication-TileColor" content="#2b5797" />
<meta name="theme-color" content="#ffffff" />
<title>Mogu Travel</title>
</head>
<body>
<div class="wrapper">
<header class="header header_filter">
<a href="index.html" class="header__logo">
<img src="assets/img/logo-white.svg" alt="Company logo" />
</a>
<div class="header__menu menu">
<div class="menu__burger">
<span></span>
</div>
<nav class="menu__body">
<ul class="menu__list">
<li>
<a class="menu__link" href="index.html">Главная</a>
</li>
<li>
<a class="menu__link" href="#">Экскурсии</a>
</li>
</ul>
</nav>
</div>
<h1 class="header__title header__title_filter">Наши экскурсии</h1>
</header>
<main class="main">
<aside class="sidebar">
<h2 class="sidebar__title">Фильтры</h2>
<div class="sidebar__filter filter" id="filters">
<div class="filter__item">
<div class="filter__item_subtitle">
<h3>Стоимость</h3>
<span class="filter__item_spoiler">×</span>
</div>
<div class="filter__item_content filter__price">
<div class="filter__price_inputs">
<input
type="number"
id="pricemin"
step="500"
class="filter-input filter-price"
/>
<input
type="number"
id="pricemax"
step="500"
class="filter-input filter-price"
/>
</div>
<div class="filter__price_range">
<span class="filter-slider-track"></span>
<input
type="range"
id="rangemin"
class="filter-range"
min="0"
max="10000"
/>
<input
type="range"
id="rangemax"
class="filter-range"
min="0"
max="10000"
/>
</div>
</div>
</div>
<div class="filter__item">
<div class="filter__item_subtitle">
<h3>Сколько вас будет?</h3>
<span class="filter__item_spoiler">×</span>
</div>
<div class="filter__item_content filter__quantity">
<span onclick="changeQuantity('minus')">−</span>
<input
id="nbpers"
value="1"
type="number"
min="1"
class="filter-input"
/>
<span onclick="changeQuantity('plus')">+</span>
<div id="persons">человек</div>
</div>
</div>
<div class="filter__item">
<div class="filter__item_subtitle">
<h3>Способ передвижения</h3>
<span class="filter__item_spoiler">×</span>
</div>
<div class="filter__item_content filter__transport" id="type">
<label for="bus"
><input type="radio" id="bus" value="bus" name="extype" />На
автобусе</label
>
<label for="foot"
><input
type="radio"
id="foot"
value="foot"
name="extype"
/>Пешком</label
>
</div>
</div>
<div class="filter__item">
<div class="filter__item_subtitle">
<h3>Куда вы собираетесь?</h3>
<span class="filter__item_spoiler">×</span>
</div>
<div class="filter__item_content filter__destination">
<select id="dest" name="destination" class="filter-input">
<option value="">Выберите место</option>
<option value="versailles">Версаль</option>
<option value="colmar">Кольмар</option>
<option value="lyon">Лион</option>
<option value="marseille">Марсель</option>
<option value="monmartre">Монмарт</option>
<option value="montpellier">Монпелье</option>
<option value="nice">Ницца</option>
<option value="paris">Париж</option>
<option value="rouen">Руан</option>
<option value="strasbourg">Страсбург</option>
</select>
</div>
</div>
<div class="filter__item">
<div class="filter__item_subtitle">
<h3>Длительность</h3>
<span class="filter__item_spoiler">×</span>
</div>
<div class="filter__item_content filter__duration" id="duration">
<label for="2hours"
><input
type="checkbox"
name="duration"
id="2hours"
value="2"
/>2 ч.</label
>
<label for="3hours"
><input
type="checkbox"
name="duration"
id="3hours"
value="3"
/>3 ч.</label
>
<label for="4hours"
><input
type="checkbox"
name="duration"
id="4hours"
value="4"
/>4 ч.</label
>
</div>
</div>
</div>
<div class="sidebar__result" id="result"></div>
<div class="sidebar__reset">
<span>×</span>
Сбросить фильтры
</div>
</aside>
<div class="excursions">
<h2 class="excursions__title">Наши туры</h2>
<div class="excursions__container" id="excursions__container"></div>
</div>
</main>
<footer class="footer">
<a href="index.html" class="footer__logo">
<img
class="footer__img"
src="assets/img/footer_logo_color.svg"
alt="Company logo"
/>
</a>
<div class="footer__social">
<a href="https://vk.com" target="_blank"
><img
src="assets/img/vkontakte_logo.svg"
alt="Vkontakte"
class="footer__vkontakte"
/></a>
<a href="https://www.instagram.com" target="_blank"
><img
src="assets/img/instagram_logo.svg"
alt="Instagram"
class="footer__instagram"
/></a>
<a
href="https://m.facebook.com/login/?locale2=ru_RU"
target="_blank"
class="footer__facebook"
><img src="assets/img/facebook_logo.svg" alt="Facebook"
/></a>
</div>
<div class="footer__menu">
<ul class="menu">
<li><a href="index.html">Главная</a></li>
<li><a href="filter.html">Экскурсии</a></li>
</ul>
<ul class="tels">
<li>
<img src="assets/img/whatsapp.svg" alt="whatsapp" />
<a href="https://wa.me/+33142967000" target="_blank"
>+33 1 42 96 70 00</a
>
</li>
<li>
<img src="assets/img/telegram.svg" alt="telegram" />
<a href="https://telegram.im/@USERNAME" target="_blank"
>+33 1 42 96 70 00</a
>
</li>
<li>
<img src="assets/img/telegram.svg" alt="telegram" />
<a href="https://telegram.im/@USERNAME" target="_blank"
>Mogu Travel бот</a
>
</li>
<li class="social_mail">
<img src="assets/img/email.svg" alt="email" />
<a href="mailto:office@mogutravel.com">office@mogutravel.com</a>
</li>
</ul>
<ul class="footer__social_big">
<li>
<img src="assets/img/email.svg" alt="email" /><a
href="mailto:office@mogutravel.com"
>office@mogutravel.com</a
>
</li>
<li class="footer__social_big-icons">
<a href="https://vk.com" target="_blank"
><img
src="assets/img/vkontakte_logo.svg"
alt="Vkontakte"
class="footer__vkontakte"
/></a>
<a href="https://www.instagram.com" target="_blank"
><img
src="assets/img/instagram_logo.svg"
alt="Instagram"
class="footer__instagram"
/></a>
<a
href="https://m.facebook.com/login/?locale2=ru_RU"
target="_blank"
><img
src="assets/img/facebook_logo.svg"
alt="Facebook"
class="footer__facebook"
/></a>
</li>
</ul>
</div>
</footer>
</div>
<script src="assets/js/filter.js"></script>
</body>
</html>