-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcatalog.html
321 lines (321 loc) · 21.3 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<link href="styles/styles.css" rel="stylesheet">
<link href="favicon.ico" rel="icon">
<title>HTML Academy: Седона Каталог</title>
</head>
<body class="page-container">
<header class="page-header">
<nav class="navigation">
<a class="navigation-logo" href="index.html">
<img class="page-header-logo" src="images/content/logo.svg" alt="Логотип отеля Седона." width="139" height="70">
</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 navigation-link-disabled">Гостиницы</a>
</li>
</ul>
<ul class="navigation-user">
<li class="navigation-item">
<a class="navigation-link-user" href="#">
<svg class="navigation-user-icon" role="img" aria-hidden="true" focusable="false" width="19" height="19" viewbox="0 0 19 19" xmlns="http://www.w3.org/2000/svg">
<path d="M18.1585 17.05L14.448 13.35C15.4508 12.05 16.1528 10.35 16.1528 8.44995C16.1528 4.04995 12.5426 0.449951 8.13013 0.449951C3.71764 0.449951 0.107422 4.14995 0.107422 8.54995C0.107422 12.95 3.71764 16.55 8.13013 16.55C9.93524 16.55 11.6401 15.95 13.044 14.85L16.7545 18.55L18.1585 17.05ZM8.13013 14.55C4.82076 14.55 2.1131 11.85 2.1131 8.54995C2.1131 5.24995 4.82076 2.54995 8.13013 2.54995C11.4395 2.54995 14.1472 5.24995 14.1472 8.54995C14.1472 11.85 11.4395 14.55 8.13013 14.55Z"></path>
</svg>
<span class="visually-hidden">Поиск.</span>
</a>
</li>
<li class="navigation-item">
<a class="navigation-link-user" href="#">
<svg class="navigation-user-icon" role="img" aria-hidden="true" focusable="false" width="19" height="17" viewbox="0 0 19 17" xmlns="http://www.w3.org/2000/svg">
<path d="M9.57663 17C9.27578 17 8.97493 16.9 8.77436 16.6C3.35903 10.5 2.05534 9.1 1.75449 8.7C1.0525 7.8 0.651367 6.6 0.651367 5.4C0.651367 2.4 3.05818 0 6.16698 0C7.47067 0 8.67407 0.5 9.67691 1.3C10.6797 0.5 11.9834 0 13.1868 0C16.1954 0 18.7025 2.4 18.7025 5.4C18.7025 6.7 18.201 7.9 17.3988 8.8L10.3789 16.7C10.1783 16.9 9.97776 17 9.57663 17ZM3.5596 7.5C3.86045 7.9 7.06953 11.5 9.67691 14.4L15.8945 7.4C16.3959 6.9 16.5965 6.2 16.5965 5.4C16.5965 3.6 15.0922 2.1 13.2871 2.1C12.2843 2.1 11.2815 2.6 10.5795 3.4C10.2786 3.7 9.97776 3.8 9.67691 3.8C9.37606 3.8 9.07521 3.6 8.87464 3.4C8.17265 2.6 7.16982 2.1 6.16698 2.1C4.36187 2.1 2.85761 3.6 2.85761 5.4C2.75733 6.3 3.15846 7 3.5596 7.5C3.45931 7.5 3.45931 7.5 3.5596 7.5Z"></path>
</svg>
<span class="navigation-link-user-favorite-count">12</span>
<span class="visually-hidden">Избранное.</span>
</a>
</li>
<li class="navigation-item">
<a class="navigation-want-here-button" href="#">Хочу сюда!</a>
</li>
</ul>
</nav>
</header>
<main class="main-container main-inner">
<div class="inner-background">
<header class="inner-header">
<h1 class="inner-header-title">Гостиницы Седоны</h1>
<ul class="breadcrumbs">
<li class="breadcrumbs-item">
<a class="breadcrumbs-link" href="index.html">
<svg class="breadcrumbs-icon-home" role="img" aria-hidden="true" focusable="false" width="13" height="13" viewbox="0 0 13 13" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.162109 6.1499L6.16211 0.649902L12.1621 6.1499V12.3499H0.162109V6.1499ZM1.16211 6.5499V11.3499H11.1621V6.5499L6.16211 2.0499L1.16211 6.5499ZM5.16211 10.3499H4.16211V6.84985H8.16211V10.3499H7.16211V7.84985H5.16211V10.3499Z"></path>
</svg>
<span class="visually-hidden">Домой.</span>
</a>
</li>
<li class="breadcrumbs-item">
<a class="breadcrumbs-link">Гостиницы</a>
</li>
</ul>
</header>
<section class="catalog-filter">
<h2 class="visually-hidden">Список товаров с фильтрами.</h2>
<form class="catalog-filter-form" action="https://echo.htmlacademy.ru/" method="get">
<div class="catalog-filter-form-left">
<fieldset class="catalog-filter-group catalog-filter-group-infrastructure">
<legend class="catalog-filter-title">Инфраструктура:</legend>
<label class="control">
<input class="visually-hidden control-input" name="pool" type="checkbox" checked>
<span class="control-mark"></span>
<span class="control-label">Бассейн</span>
</label>
<label class="control">
<input class="visually-hidden control-input" name="parking" type="checkbox" checked>
<span class="control-mark"></span>
<span class="control-label">Парковка</span>
</label>
<label class="control">
<input class="visually-hidden control-input" name="wifi" type="checkbox" disabled>
<span class="control-mark"></span>
<span class="control-label">Wi-Fi</span>
</label>
</fieldset>
<fieldset class="catalog-filter-group catalog-filter-group-type">
<legend class="catalog-filter-title">Тип Жилья:</legend>
<label class="control">
<input class="visually-hidden control-input" name="product-group" type="radio" value="hotel" checked>
<span class="control-mark"></span>
<span class="control-label">Гостиница</span>
</label>
<label class="control">
<input class="visually-hidden control-input" name="product-group" type="radio" value="motel">
<span class="control-mark"></span>
<span class="control-label">Мотель</span>
</label>
<label class="control">
<input class="visually-hidden control-input" name="product-group" type="radio" value="apartaments" disabled>
<span class="control-mark"></span>
<span class="control-label">Апартаменты</span>
</label>
</fieldset>
</div>
<fieldset class="catalog-filter-form-right">
<legend class="catalog-filter-title">Стоимость, ₽:</legend>
<div class="left-side">
<div class="range-wrapper-inputs">
<label class="catalog-filter-label">
<input class="range-input range-input-left" name="min-price" type="number" value="0">
<span class="range-input-decor-text">от</span>
</label>
<label class="catalog-filter-label">
<input class="range-input range-input-right" name="max-price" type="number" value="9000">
<span class="range-input-decor-text">до</span>
</label>
</div>
<div class="range">
<div class="range-scale">
<div class="range-bar" style="left: 10px; width: 217px">
<button class="range-toggle toggle-min" type="button">
<span class="visually-hidden">Изменить минимальную цену.</span>
</button>
<button class="range-toggle toggle-max" type="button">
<span class="visually-hidden">Изменить максимальную цену.</span>
</button>
</div>
</div>
</div>
</div>
</fieldset>
<div class="catalog-filter-buttons">
<button class="button-filter-submit" type="submit">Применить</button>
<button class="button-filter-reset" type="reset">Сбросить</button>
</div>
</form>
</section>
</div>
<section class="search-result-area">
<h2 class="search-result-title">Найдено гостиниц: 38</h2>
<select class="select-control" aria-label="Сортировка.">
<option value="cheap">Сначала дешевые</option>
<option value="expensive">Сначала дорогие</option>
<option value="popular">Сначала популярные</option>
</select>
<div class="search-control">
<a class="control-button-link control-button-link-cards" href="#">
<span class="visually-hidden">Показать карточки.</span>
</a>
<a class="control-button-link control-button-link-slideshow" href="#">
<span class="visually-hidden">Показать полностью.</span>
</a>
<a class="control-button-link control-button-link-list" href="#">
<span class="visually-hidden">Показать списком.</span>
</a>
</div>
</section>
<ul class="result-of-search">
<li class="product-card">
<a class="product-card-link" href="product.html">
<img class="product-card-image" src="images/content/hotels/hotel-1.jpg" alt="Фотография отеля Amara Resort & Spa." width="300" height="211">
<h3 class="product-card-title">Amara Resort & Spa</h3>
</a>
<div class="product-card-description-price">
<b class="product-card-description">Гостиница</b>
<b class="product-card-price">От 4000 ₽</b>
</div>
<div class="product-card-grid">
<a class="product-card-button-more" href="#">Подробнее</a>
<button class="product-card-button-favorite" type="submit">В избранное</button>
<div class="product-card-stars four-stars"></div>
<span class="visually-hidden">4 звезды.</span>
<a class="product-card-button-rating">Рейтинг: 8,5</a>
</div>
</li>
<li class="product-card">
<a class="product-card-link" href="product.html">
<img class="product-card-image" src="images/content/hotels/hotel-2.jpg" alt="Фотография отеля Villas at Poco Diablo." width="300" height="211">
<h3 class="product-card-title">Villas at Poco Diablo</h3>
</a>
<div class="product-card-description-price">
<b class="product-card-description">Гостиница</b>
<b class="product-card-price">От 5000 ₽</b>
</div>
<div class="product-card-grid">
<a class="product-card-button-more" href="#">Подробнее</a>
<button class="product-card-button-favorite-active" type="submit">В избранном</button>
<div class="product-card-stars four-stars"></div>
<span class="visually-hidden">4 звезды.</span>
<a class="product-card-button-rating">Рейтинг: 9,2</a>
</div>
</li>
<li class="product-card">
<a class="product-card-link" href="product.html">
<img class="product-card-image" src="images/content/hotels/hotel-3.jpg" alt="Фотография отеля Desert Quail Inn." width="300" height="211">
<h3 class="product-card-title">Desert Quail Inn</h3>
</a>
<div class="product-card-description-price">
<b class="product-card-description">Гостиница</b>
<b class="product-card-price">От 2500 ₽</b>
</div>
<div class="product-card-grid">
<a class="product-card-button-more" href="#">Подробнее</a>
<button class="product-card-button-favorite" type="submit" disabled>В избранное</button>
<div class="product-card-stars three-stars"></div>
<span class="visually-hidden">3 звезды.</span>
<a class="product-card-button-rating">Рейтинг: 6,9</a>
</div>
</li>
<li class="product-card">
<a class="product-card-link" href="product.html">
<img class="product-card-image" src="images/content/hotels/hotel-4.jpg" alt="Фотография отеля GreenTree Inn." width="300" height="211">
<h3 class="product-card-title">GreenTree Inn</h3>
</a>
<div class="product-card-description-price">
<b class="product-card-description">Гостиница</b>
<b class="product-card-price">От 1500 ₽</b>
</div>
<div class="product-card-grid">
<a class="product-card-button-more" href="#">Подробнее</a>
<button class="product-card-button-favorite" type="submit">В избранное</button>
<div class="product-card-stars two-stars"></div>
<span class="visually-hidden">2 звезды.</span>
<a class="product-card-button-rating">Рейтинг: 5,0</a>
</div>
</li>
</ul>
<span class="pagination-divider"></span>
<div class="pagination-area">
<ul class="pagination">
<li class="pagination-item">
<a class="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 pagination-show-more">
<a class="pagination-link" href="#">...</a>
<span class="visually-hidden">Показать ещё.</span>
</li>
<li class="pagination-item">
<a class="pagination-link" href="#">10</a>
</li>
</ul>
<div class="pagination-area-settings">
<h3 class="count-of-items">Гостиниц на странице:</h3>
<select class="count-of-items-shown">
<option value="count-four">4</option>
</select>
</div>
</div>
</main>
<footer class="page-footer">
<div class="catalog-footer-background">
<h2 class="catalog-footer-title">Подпишитесь на рассылку</h2>
<p class="catalog-footer-description">Только полезная информация и никакого спама,<br>честное бойскаутское!</p>
<form class="footer-subscription-form" action="https://echo.htmlacademy.ru" method="post">
<label class="visually-hidden" for="subscription-email">E-mail.</label>
<input class="footer-subscription-form-input" id="subscription-email" name="e-mail" type="email" placeholder="Ваш e-mail" required>
<label class="visually-hidden" for="subscribe-button">Отправить.</label>
<input class="footer-subscription-form-submit" id="subscribe-button" type="submit" value="Подписаться">
</form>
</div>
<section class="footer-social">
<span class="visually-hidden">Социальные сети.</span>
<h2 class="visually-hidden">Контакты.</h2>
<div class="footer-social-list">
<ul class="footer-area">
<li class="footer-social-item">
<a class="footer-social-button" href="https://vk.com/htmlacademy">
<span class="visually-hidden">Вконтакте.</span>
<svg class="social-icon" role="img" aria-hidden="true" focusable="false" width="25" height="14" viewbox="0 0 25 14" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.1164 0.948C24.2824 0.402 24.1164 0 23.3214 0H20.6964C20.0284 0 19.7204 0.347 19.5534 0.73C19.5534 0.73 18.2184 3.926 16.3274 6.002C15.7154 6.604 15.4374 6.795 15.1034 6.795C14.9364 6.795 14.6854 6.604 14.6854 6.057V0.948C14.6854 0.292 14.5014 0 13.9454 0H9.81738C9.40038 0 9.14938 0.304 9.14938 0.593C9.14938 1.214 10.0954 1.358 10.1924 3.106V6.904C10.1924 7.737 10.0394 7.888 9.70538 7.888C8.81538 7.888 6.65038 4.677 5.36538 1.003C5.11638 0.288 4.86438 0 4.19338 0H1.56638C0.816382 0 0.666382 0.347 0.666382 0.73C0.666382 1.412 1.55638 4.8 4.81138 9.281C6.98138 12.341 10.0364 14 12.8194 14C14.4884 14 14.6944 13.632 14.6944 12.997V10.684C14.6944 9.947 14.8524 9.8 15.3814 9.8C15.7714 9.8 16.4384 9.992 17.9964 11.467C19.7764 13.216 20.0694 14 21.0714 14H23.6964C24.4464 14 24.8224 13.632 24.6064 12.904C24.3684 12.18 23.5184 11.129 22.3914 9.882C21.7794 9.172 20.8614 8.407 20.5824 8.024C20.1934 7.533 20.3044 7.314 20.5824 6.877C20.5824 6.877 23.7824 2.451 24.1154 0.948H24.1164Z"></path>
</svg>
</a>
</li>
<li class="footer-social-item">
<a class="footer-social-button" href="https://t.me/htmlacademy">
<span class="visually-hidden">Telegram.</span>
<svg class="social-icon" role="img" aria-hidden="true" focusable="false" width="18" height="16" viewbox="0 0 18 16" xmlns="http://www.w3.org/2000/svg">
<path d="M16.785 0.0992597L0.840489 6.24776C-0.247661 6.68481 -0.241365 7.29184 0.640845 7.56253L4.73445 8.83953L14.2058 2.8637C14.6537 2.59121 15.0629 2.7378 14.7265 3.03636L7.05283 9.96185H7.05103L7.05283 9.96275L6.77045 14.1823C7.18413 14.1823 7.36669 13.9925 7.59871 13.7686L9.58705 11.8351L13.7229 14.89C14.4855 15.31 15.0332 15.0941 15.2229 14.1841L17.9379 1.38885C18.2158 0.274623 17.5126 -0.229883 16.785 0.0992597Z"></path>
</svg>
</a>
</li>
<li class="footer-social-item">
<a class="footer-social-button" href="https://www.youtube.com/user/htmlacademyru">
<span class="visually-hidden">Youtube.</span>
<svg class="social-icon" role="img" aria-hidden="true" focusable="false" width="23" height="18" viewbox="0 0 23 18" xmlns="http://www.w3.org/2000/svg">
<path d="M18.9402 0.5H3.50738C1.64668 0.5 0.333252 2.09375 0.333252 3.9V13.9937C0.333252 15.9062 1.64668 17.5 3.50738 17.5H19.1591C20.8009 17.5 22.3333 15.9062 22.3333 14.1V3.9C22.1143 2.09375 20.8009 0.5 18.9402 0.5ZM7.99494 13.0375V4.9625L15.3283 9L7.99494 13.0375Z"></path>
</svg>
</a>
</li>
</ul>
<div class="footer-social-item">
<p class="footer-phone">
<a class="footer-phone-number" href="tel:+78128121212">+7 (812) 812-12-12</a>
</p>
</div>
<div class="footer-social-item">
<a class="button-html-academy" href="https://htmlacademy.ru">
<span class="visually-hidden">Html Academy.</span>
<svg class="html-academy-icon" role="img" aria-hidden="true" focusable="false" width="115" height="33" viewbox="0 0 115 33" xmlns="http://www.w3.org/2000/svg">
<path d="M0 12.9v2.6h2.5v-2.6H0ZM11.6 4.5c-1.6 0-2.8.7-3.6 1.7h-.1V0h-2v15.5h2v-5.3c0-2.1 1.3-3.6 3.3-3.6 1.8 0 2.9 1.4 2.9 3.2v5.7h2V9.4c.1-3-1.8-4.9-4.5-4.9ZM26.6 4.8h-4.8V1.1h-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.1V6.8h4.8v-2ZM41.1 4.6c-1.6 0-2.9.8-3.5 2.1h-.1c-.6-1.2-1.8-2.1-3.4-2.1-1.4 0-2.5.8-3.1 1.8h-.1V4.8H29v10.6h2V10c0-2 1-3.5 2.6-3.5 1.5 0 2.4 1 2.4 2.6v6.3h2V9.8c0-2.4 1.4-3.3 2.6-3.3 1.5 0 2.4 1 2.4 2.6v6.3h2V8.9c.1-2.5-1.4-4.3-3.9-4.3ZM47.8 12.7c0 1.7 1 2.7 2.8 2.7h2v-2h-1.7c-.7 0-1.1-.4-1.1-1.1V0h-2v12.7ZM28.9 19.7c-.9-1.1-2.2-1.8-3.9-1.8-3.1 0-5.4 2.3-5.4 5.6s2.3 5.6 5.4 5.6c1.8 0 3-.8 3.8-1.9h.1v1.6h2V18.2h-2v1.5Zm-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.4 3.6-3.6 3.6ZM44.2 22c-.5-2.4-2.6-4.1-5.4-4.1-3.4 0-5.6 2.5-5.6 5.6 0 3.1 2.2 5.6 5.6 5.6 2.8 0 4.9-1.8 5.4-4.2h-2.1c-.4 1.3-1.7 2.3-3.3 2.3-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.1V22ZM55.1 19.7c-.9-1.1-2.2-1.8-3.9-1.8-3.1 0-5.4 2.3-5.4 5.6s2.3 5.6 5.4 5.6c1.8 0 3-.8 3.8-1.9h.1v1.6h2V18.2h-2v1.5Zm-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.6ZM68.7 19.8c-.9-1.1-2.2-1.9-3.9-1.9-3.1 0-5.4 2.3-5.4 5.6s2.2 5.6 5.4 5.6c1.7 0 3-.8 3.8-1.8h.1v1.5h2V13.4h-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.6ZM78.3 17.9c-3.3 0-5.5 2.5-5.5 5.6 0 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-2.9h8.8c.2-3.6-2-6.3-5.5-6.3Zm0 1.9c1.7 0 3 1 3.3 2.6h-6.5c.3-1.5 1.5-2.6 3.2-2.6ZM98.2 17.9c-1.6 0-2.9.8-3.6 2h-.1c-.6-1.2-1.8-2-3.4-2-1.4 0-2.5.7-3.1 1.8v-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.4ZM109.4 27l-3.6-8.9h-2.2l4.8 11.6c-.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"></path>
</svg>
</a>
</div>
</div>
</section>
</footer>
</body>
</html>