forked from htmlacademy-htmlcss/2214347-sedona-36
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcatalog.html
406 lines (375 loc) · 21.7 KB
/
catalog.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
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Гостиницы</title>
<link rel="icon" href="favicon.ico">
<link rel="icon" type="image/png" href="images/favicon.png">
<link rel="stylesheet" href="styles/styles.css">
</head>
<body>
<div class="wrapper-content">
<header class="page-header">
<nav class="navigation">
<a class="navigation-logo" href="index.html">
<img class="page-header-logo" src="images/header_icons/logo.svg" width="140" height="70"
alt="Логотип города Седона.">
</a>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link" href="index.html">Главная</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="#">О Седоне</a>
</li>
<li class="navigation-item">
<a class="navigation-link navigation-link-current" href="catalog.html">Гостиницы</a>
</li>
</ul>
<ul class="navigation-list navigation-user">
<li class="navigation-item">
<a class="navigation-link" href="#">
<svg class="navigation-icon" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg"
width="20" height="20" fill="none" viewBox="0 0 20 20">
<path fill="#000"
d="m19.5 18-3.7-3.7a8 8 0 0 0 1.7-4.8 8 8 0 0 0-8-8 8 8 0 0 0-8 8 8 8 0 0 0 12.9 6.3l3.7 3.7 1.4-1.5Zm-10-2.5a6 6 0 0 1-6-6 6 6 0 0 1 12 0 6 6 0 0 1-6 6Z" />
</svg>
<span class="visually-hidden">
Поиск
</span>
</a>
</li>
<li class="navigation-item">
<a class="navigation-link heart" href="#">
<svg class="navigation-icon" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg"
width="20" height="20" fill="none" viewBox="0 0 20 20">
<path fill="#000"
d="M9.9 19a.9.9 0 0 1-.8-.4l-7-7.9A5.4 5.4 0 0 1 6.5 2C7.8 2 9 2.5 10 3.3a5.5 5.5 0 0 1 9 4.1c0 1.3-.5 2.5-1.3 3.4l-7 7.9c-.2.2-.4.3-.8.3Zm-6-9.5 6.1 6.9 6.2-7c.5-.5.7-1.2.7-2 0-1.8-1.5-3.3-3.3-3.3-1 0-2 .5-2.7 1.3-.3.3-.6.4-.9.4-.3 0-.6-.2-.8-.4a3.7 3.7 0 0 0-2.7-1.3 3.3 3.3 0 0 0-3.3 3.3c-.1.9.3 1.6.7 2.1-.1 0-.1 0 0 0Z" />
</svg>
<span class="visually-hidden">
Избранное
</span>
</a>
</li>
<li class="navigation-item navigation-button">
<a class="navigation-link button" href="#">Хочу сюда!</a>
</li>
</ul>
</nav>
</header>
<main class="main-container main-inner">
<div class="index-columns">
<header class="inner-header">
<h1 class="inner-header-title">Гостиницы Седоны</h1>
<ol class="breadcrumbs">
<li class="breadcrumbs-item">
<a class="breadcrumbs-link breadcrumbs-link-icon" href="index.html">
<span class="visually-hidden">Главная</span>
</a>
</li>
<li class="breadcrumbs-item">
<a class="breadcrumbs-link">Гостиницы</a>
</li>
</ol>
</header>
<section class="catalog-hotel">
<h2 class="visually-hidden">Список гостиниц с фильтрами</h2>
<form class="catalog-filter" action="https://echo.htmlacademy.ru/" method="get">
<fieldset class="catalog-filter-group">
<legend class="catalog-filter-title">Инфраструктура:</legend>
<ul class="catalog-filter-list">
<li class="catalog-filter-item">
<label class="control">
<input class="visually-hidden control-input" type="checkbox" name="swimming-pool" checked>
<span class="control-mark"></span>
<span class="control-label">Бассейн</span>
</label>
</li>
<li class="catalog-filter-item">
<label class="control">
<input class="visually-hidden control-input" type="checkbox" name="parking" checked>
<span class="control-mark"></span>
<span class="control-label">Парковка</span>
</label>
</li>
<li class="catalog-filter-item">
<label class="control">
<input class="visually-hidden control-input" type="checkbox" name="Wi-Fi">
<span class="control-mark"></span>
<span class="control-label">Wi-Fi</span>
</label>
</li>
</ul>
</fieldset>
<fieldset class="catalog-filter-group">
<legend class="catalog-filter-title">Тип Жилья:</legend>
<ul class="catalog-filter-list">
<li class="catalog-filter-item">
<label class="control">
<input class="visually-hidden control-input" type="radio" name="product-group" value="hotel"
checked>
<span class="control-mark"></span>
<span class="control-label">Гостиница</span>
</label>
</li>
<li class="catalog-filter-item">
<label class="control">
<input class="visually-hidden control-input" type="radio" name="product-group" value="Motel">
<span class="control-mark"></span>
<span class="control-label">Мотель</span>
</label>
</li>
<li class="catalog-filter-item">
<label class="control">
<input class="visually-hidden control-input" type="radio" name="product-group" value="apartments">
<span class="control-mark"></span>
<span class="control-label">Апартаменты</span>
</label>
</li>
</ul>
</fieldset>
<fieldset class="catalog-filter-group catalog-filter-group-price">
<legend class="catalog-filter-title">Стоимость, ₽:</legend>
<div class="range">
<div class="range-wrapper-inputs">
<label class="control control-minimum" for="price-minimum">от</label>
<input class="control-range-input control-range-input-minimum" id="price-minimum" type="number"
name="price-minimum" placeholder="0" required="required">
<label class="control control-maximum" for="price-maximum">до</label>
<input class="control-range-input control-range-input-maximum" id="price-maximum" type="number"
name="price-maximum" placeholder="9000" required="required">
</div>
<div class="range-scale">
<div class="range-bar" style="left:0;width: 217px;">
<button type="button" class="range-toggle toggle-min">
<span class="visually-hidden">Изменить минимальную цену.</span>
</button>
<button type="button" class="range-toggle toggle-max">
<span class="visually-hidden">Изменить максимальную цену.</span>
</button>
</div>
</div>
</div>
</fieldset>
<div class="catalog-filter-wrapper-button">
<button class="button button-blue" type="submit">Применить</button>
<button class="button button-background" type="reset">Сбросить</button>
</div>
</form>
</section>
</div>
<div class="sorting-container">
<p class="sorting-result">Найдено гостиниц: 38</p>
<div class="sorting-select">
<select class="select-control" aria-label="Сортировка">
<option value="cheap">Сначала дешевые</option>
<option value="popular">Сначала популярные</option>
<option value="expensive">Сначала дорогие</option>
</select>
</div>
<div class="sorting-view">
<a class="card-grid-toggle card-grid-toggle-current" href="#">
<svg class="card-grid-toggle-icon" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg"
width="16" height="14" fill="none" viewBox="0 0 16 14" role="img" aria-label="Иконка компактного представления">
<g fill="#000" clip-path="url(#a)">
<path d="M4 0H0v6h4V0Zm12 0h-4v6h4V0Zm-6 0H6v6h4V0ZM4 8H0v6h4V8Zm12 0h-4v6h4V8Zm-6 0H6v6h4V8Z" />
</g>
<defs>
<clipPath id="a1">
<path fill="#fff" d="M0 0h16v14H0z" />
</clipPath>
</defs>
</svg>
<span class="visually-hidden">Компактное представление.</span>
</a>
<a class="card-grid-toggle" href="#">
<svg class="card-grid-toggle-icon" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg"
width="16" height="14" fill="none" viewBox="0 0 16 14" role="img" aria-label="Иконка полного представления">
<g fill="#000" clip-path="url(#a)">
<path d="M16 12H0v2h16v-2ZM14 2v6H2V2h12Zm2-2H0v10h16V0Z" />
</g>
<defs>
<clipPath id="a2">
<path fill="#fff" d="M0 0h16v14H0z" />
</clipPath>
</defs>
</svg>
<span class="visually-hidden">Полное представление.</span>
</a>
<a class="card-grid-toggle" href="#">
<svg class="card-grid-toggle-icon" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg"
width="16" height="14" fill="none" viewBox="0 0 16 14" role="img" aria-label="Иконка списочного представления">
<g fill="#000" clip-path="url(#a)">
<path
d="M2 0H0v2h2V0Zm14 0H4v2h12V0ZM2 4H0v2h2V4Zm14 0H4v2h12V4ZM2 8H0v2h2V8Zm14 0H4v2h12V8ZM2 12H0v2h2v-2Zm14 0H4v2h12v-2Z" />
</g>
<defs>
<clipPath id="a3">
<path fill="#fff" d="M0 0h16v14H0z" />
</clipPath>
</defs>
</svg>
<span class="visually-hidden">Списочное представление.</span>
</a>
</div>
</div>
<ul class="hotel-list">
<li class="hotel-item">
<a class="hotel-card-link" href="#">
<img class="hotel-card-image" src="images/hotel_cards/hotel-1.jpg" width="300" height="212"
alt="Гостиница Amara Resort & Spa.">
<h3 class="hotel-card-title">Amara Resort & Spa</h3>
</a>
<div class="hotel-card-description">
<p class="hotel-card-name">Гостиница</p>
<p class="hotel-card-price">От 4000 ₽</p>
<a class="button hotel-card-button-more" href="#">Подробнее</a>
<button class="button button-blue" type="submit">В Избранное</button>
<p class="stars star-4">
<span class="visually-hidden">4 звезды</span>
</p>
<p class="hotel-card-ratings">Рейтинг: 8,5</p>
</div>
</li>
<li class="hotel-item">
<a class="hotel-card-link" href="#">
<img class="hotel-card-image" src="images/hotel_cards/hotel-2.jpg" width="300" height="212"
alt="Гостиница Villas at Poco Diablo.">
<h3 class="hotel-card-title">Villas at Poco Diablo</h3>
</a>
<div class="hotel-card-description">
<p class="hotel-card-name">Гостиница</p>
<p class="hotel-card-price">От 5000 ₽</p>
<a class="hotel-card-button-more button" href="#">Подробнее</a>
<button class="button button-blue button-green" type="submit">В Избранном</button>
<p class="stars star-4">
<span class="visually-hidden">4 звезды</span>
</p>
<p class="hotel-card-ratings">Рейтинг: 9,2</p>
</div>
</li>
<li class="hotel-item">
<a class="hotel-card-link" href="#">
<img class="hotel-card-image" src="images/hotel_cards/hotel-3.jpg" width="300" height="212"
alt="Гостиница Desert Quail Inn.">
<h3 class="hotel-card-title">Desert Quail Inn</h3>
</a>
<div class="hotel-card-description">
<p class="hotel-card-name">Гостиница</p>
<p class="hotel-card-price">От 2500 ₽</p>
<a class="hotel-card-button-more button" href="#">Подробнее</a>
<button class="button button-blue" type="submit">В Избранное</button>
<p class="stars star-3">
<span class="visually-hidden">3 звезды</span>
</p>
<p class="hotel-card-ratings">Рейтинг: 6,9</p>
</div>
</li>
<li class="hotel-item">
<a class="hotel-card-link" href="#">
<img class="hotel-card-image" src="images/hotel_cards/hotel-4.jpg" width="300" height="212"
alt="Гостиница GreenTree Inn.">
<h3 class="hotel-card-title">GreenTree Inn</h3>
</a>
<div class="hotel-card-description">
<p class="hotel-card-name">Гостиница</p>
<p class="hotel-card-price">От 1500 ₽</p>
<a class="hotel-card-button-more button" href="#">Подробнее</a>
<button class="button button-blue" type="submit">В Избранное</button>
<p class="stars star-2">
<span class="visually-hidden">2 звезды</span>
</p>
<p class="hotel-card-ratings">Рейтинг: 5,0</p>
</div>
</li>
</ul>
<ol class="pagination">
<li class="pagination-item">
<a class="pagination-link pagination-current">1</a>
</li>
<li class="pagination-item">
<a class="pagination-link" href="#">2</a>
</li>
<li class="pagination-item">
<a class="pagination-link" href="#">3</a>
</li>
<li class="pagination-item">
<a class="pagination-link" href="#">4</a>
</li>
<li class="pagination-item">
<a class="pagination-link pagination-multipoint">...</a>
</li>
<li class="pagination-item">
<a class="pagination-link" href="#">10</a>
</li>
</ol>
<section class="subscribe-inner">
<h2 class="visually-hidden">Подписка</h2>
<p class="subscribe-inner-title">Подпишитесь на рассылку</p>
<p class="subscribe-inner-description">Только полезная информация и никакого спама, <br>честное бойскаутское!
</p>
<form class="subscribe-form" action="https://echo.htmlacademy.ru/" method="post">
<label class="visually-hidden" for="subscribe-email">Ваш e-mail</label>
<input class="subscribe-input" type="email" id="subscribe-email" name="subscribe-email"
placeholder="Ваш e-mail" required="required">
<button class="button button-blue button-big subscribe-button" type="submit">Подписаться</button>
</form>
</section>
</main>
<footer class="page-footer">
<div class="page-footer-container">
<section class="footer-social">
<h2 class="visually-hidden">Социальные сети</h2>
<ul class="footer-social-list">
<li class="footer-social-item">
<a class="footer-social-link" href="https://vk.com/htmlacademy">
<svg class="footer-icon" aria-hidden="true" focusable="false" viewBox="0 0 25 15"
xmlns="http://www.w3.org/2000/svg" width="25" height="15" fill="none" role="img" aria-label="Логотип Вконтакте">
<path fill-rule="evenodd"
d="M24.1 1.8c.2-.5 0-1-.8-1h-2.6c-.7 0-1 .4-1.1.8 0 0-1.4 3.2-3.3 5.3-.6.6-.9.8-1.2.8-.2 0-.4-.2-.4-.8V2c0-.8-.2-1-.7-1H9.8c-.4 0-.7.3-.7.5 0 .7 1 .8 1 2.6v3.8c0 .8 0 1-.4 1-.9 0-3-3.3-4.3-7-.3-.7-.5-1-1.2-1H1.6c-.8 0-1 .4-1 .8 0 .7 1 4 4.2 8.5C7 13.2 10 15 12.8 15c1.7 0 1.9-.4 1.9-1v-2.4c0-.7.1-.8.7-.8.4 0 1 .1 2.6 1.6 1.8 1.8 2 2.6 3 2.6h2.7c.8 0 1.1-.4.9-1.1a11 11 0 0 0-2.2-3c-.6-.8-1.5-1.5-1.8-2-.4-.4-.3-.6 0-1 0 0 3.2-4.5 3.5-6Z"
clip-rule="evenodd" />
</svg>
<span class="visually-hidden">Вконтакте.</span>
</a>
</li>
<li class="footer-social-item">
<a class="footer-social-link" href="https://t.me/htmlacademy">
<svg class="footer-icon" aria-hidden="true" focusable="false" viewBox="0 0 18 17"
xmlns="http://www.w3.org/2000/svg" width="18" height="17" fill="none" role="img" aria-label="Логотип Телеграмма">
<path
d="M16.8 1 .8 7c-1 .4-1 1-.2 1.3l4.1 1.3 9.5-6c.5-.3.9-.1.5.2l-7.6 7-.3 4.1c.4 0 .6-.2.8-.4l2-2 4.1 3.1c.8.5 1.3.3 1.5-.7L18 2.2c.3-1-.4-1.6-1.1-1.2Z" />
</svg>
<span class="visually-hidden">Телеграмм.</span>
</a>
</li>
<li class="footer-social-item">
<a class="footer-social-link" href="https://www.youtube.com/user/htmlacademyru">
<svg class="footer-icon" aria-hidden="true" focusable="false" viewBox="0 0 23 18"
xmlns="http://www.w3.org/2000/svg" width="23" height="18" fill="none" role="img" aria-label="Логотип Ютуба">
<path
d="M19 .4H3.4C1.6.4.3 1.9.3 3.8v10c0 2 1.4 3.5 3.2 3.5h15.7c1.6 0 3.1-1.5 3.1-3.3V3.8C22.1 2 20.8.4 19 .4ZM8 12.9v-8l7.3 4-7.3 4Z" />
</svg>
<span class="visually-hidden">Ютуб.</span>
</a>
</li>
</ul>
</section>
<div class="footer-contacts">
<address class="contacts-address">
<a class="footer-contacts-phone" href="tel:+78128121212">+7 (812) 812-12-12</a>
</address>
</div>
<div class="footer-logo">
<a class="footer-logo-link" href="https://htmlacademy.ru/">
<svg class="footer-logo-link-icon" aria-hidden="true" focusable="false" viewBox="0 0 115 34"
xmlns="http://www.w3.org/2000/svg" width="115" height="34" fill="none" role="img" aria-label="Логотип HTML Academy">
<path
d="M0 13.3v2.6h2.5v-2.6H0Zm11.6-8.4c-1.6 0-2.8.7-3.6 1.7h-.1V.4h-2v15.5h2v-5.3C7.9 8.5 9.2 7 11.2 7c1.8 0 2.9 1.4 2.9 3.2v5.7h2V9.8c.1-3-1.8-5-4.5-5Zm15 .3h-4.8V1.5h-2v3.8h-1.9v2h1.9v6c0 1.7 1 2.7 2.7 2.7h4.1v-2h-3.7c-.7 0-1.1-.4-1.1-1.1V7.2h4.8v-2ZM41.1 5c-1.6 0-2.9.8-3.5 2h-.1a3.7 3.7 0 0 0-3.4-2c-1.4 0-2.5.8-3.1 1.8h-.1V5.2H29v10.6h2v-5.4c0-2 1-3.5 2.6-3.5 1.5 0 2.4 1 2.4 2.6v6.3h2v-5.6c0-2.4 1.4-3.3 2.6-3.3 1.5 0 2.4 1 2.4 2.6v6.3h2V9.3c.1-2.5-1.4-4.3-3.9-4.3Zm6.7 8c0 1.8 1 2.8 2.8 2.8h2v-2h-1.7c-.7 0-1.1-.4-1.1-1.1V.4h-2V13Zm-18.9 7a4.9 4.9 0 0 0-3.9-1.7c-3.1 0-5.4 2.3-5.4 5.6s2.3 5.6 5.4 5.6c1.8 0 3-.8 3.8-2h.1v1.7h2V18.6h-2V20Zm-3.6 7.5c-2.2 0-3.6-1.6-3.6-3.6s1.4-3.6 3.6-3.6 3.6 1.6 3.6 3.6c0 1.9-1.4 3.6-3.6 3.6Zm18.9-5.1c-.5-2.4-2.6-4.1-5.4-4.1a5.4 5.4 0 0 0-5.6 5.6c0 3 2.2 5.6 5.6 5.6 2.8 0 4.9-1.8 5.4-4.2h-2.1a3.4 3.4 0 0 1-3.3 2.3c-2.2 0-3.6-1.6-3.6-3.6s1.4-3.6 3.6-3.6c1.6 0 2.8 1 3.3 2.2h2.1v-.2ZM55.1 20a4.9 4.9 0 0 0-3.9-1.8c-3.1 0-5.4 2.3-5.4 5.6s2.3 5.6 5.4 5.6c1.8 0 3-.8 3.8-2h.1v1.7h2V18.6h-2V20Zm-3.6 7.4c-2.2 0-3.6-1.6-3.6-3.6s1.4-3.6 3.6-3.6 3.6 1.6 3.6 3.6c0 1.9-1.5 3.6-3.6 3.6Zm17.2-7.3a5 5 0 0 0-3.9-2c-3.1 0-5.4 2.4-5.4 5.7s2.2 5.6 5.4 5.6c1.7 0 3-.8 3.8-1.8h.1v1.5h2V13.8h-2v6.4Zm-3.6 7.3c-2.2 0-3.6-1.6-3.6-3.6s1.4-3.6 3.6-3.6 3.6 1.6 3.6 3.6c-.1 2-1.5 3.6-3.6 3.6Zm13.2-9.2a5.4 5.4 0 0 0-5.5 5.6c0 3 2.1 5.6 5.5 5.6 2.5 0 4.5-1.3 5.2-3.6h-2.1c-.5 1-1.6 1.6-3 1.6-1.9 0-3.3-1.3-3.4-3h8.8c.2-3.5-2-6.2-5.5-6.2Zm0 1.9c1.7 0 3 1 3.3 2.6h-6.5a3.2 3.2 0 0 1 3.2-2.6Zm19.9-2a4 4 0 0 0-3.6 2h-.1c-.6-1.1-1.8-2-3.4-2-1.4 0-2.5.8-3.1 1.9v-1.5h-1.9v10.6h2v-5.4c0-2 1-3.4 2.6-3.5 1.5 0 2.4 1 2.4 2.6v6.3h2v-5.6c0-2.4 1.4-3.3 2.6-3.3 1.5 0 2.4 1 2.4 2.6v6.3h2v-6.5c.1-2.6-1.4-4.4-3.9-4.4Zm11.2 9.2-3.6-9h-2.2l4.8 11.7c-.3.9-.7 1.2-1.7 1.2h-2.5v2h2.5c1.8 0 2.8-.8 3.5-2.6l4.7-12.2h-2.1l-3.4 8.9Z" />
</svg>
</a>
</div>
</div>
</footer>
</div>
</body>
</html>