-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog.html
More file actions
217 lines (217 loc) · 13.9 KB
/
Copy pathcatalog.html
File metadata and controls
217 lines (217 loc) · 13.9 KB
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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HTML Academy: Седона</title>
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic" rel="stylesheet">
<link href="css/normalize.css" rel="stylesheet">
<link href="css/style-min.css" rel="stylesheet">
</head>
<body>
<div class="body-container">
<header class="main-header">
<a tabindex="1" href="index.html">
<img src="img/logo.png" class="main-header-logo" width="138" height="70" alt="City of Sedona">
</a>
<nav class="main-navigation">
<ul class="site-navigation">
<li><a href="info.html">Информация</a></li>
<li><a href="fhoto.html">Фото и видео</a></li>
<li><a href="index.html#map">Карта штата</a></li>
<li class="site-navigation-current"><a >Гостиницы</a></li>
</ul>
</nav>
</header>
<main>
<h1 class="visually-hidden">Гостиницы в Седоне</h1>
<h2 class="visually-hidden">Фильтр гостиниц</h2>
<form class="filters-form" method="get" action="https://echo.htmlacademy.ru">
<fieldset>
<legend>Инфраструктура:</legend>
<ul>
<li class="filter-option">
<input class="visually-hidden filter-input-checkbox" type="checkbox" name="pool" id="pool" checked>
<label for="pool">Бассейн</label>
</li>
<li class="filter-option">
<input class="visually-hidden filter-input-checkbox" type="checkbox" name="parking" id="parking">
<label for="parking">Парковка</label>
</li>
<li class="filter-option">
<input class="visually-hidden filter-input-checkbox" type="checkbox" name="wi-fi" id="wi-fi">
<label for="wi-fi">WI-FI</label>
</li>
</ul>
</fieldset>
<fieldset>
<legend>Тип жилья:</legend>
<ul>
<li class="filter-option">
<input class="visually-hidden filter-input-checkbox" type="checkbox" name="hotel" id="hotel" checked>
<label for="hotel">Гостиница</label>
</li>
<li class="filter-option">
<input class="visually-hidden filter-input-checkbox" type="checkbox" name="motel" id="motel" checked>
<label for="motel">Мотель</label>
</li>
<li class="filter-option">
<input class="visually-hidden filter-input-checkbox" type="checkbox" name="apartments" id="apartments" checked>
<label for="apartments">Апартаменты</label>
</li>
</ul>
</fieldset>
<fieldset>
<legend>Стоимость в сутки (Р):</legend>
<div class="filter-price">
<label class="min-price">от<input type="text" name="min-price" value="0">
</label>
<label class="max-price">до<input type="text" name="max-price" value="3000">
</label>
</div>
<div class="range-controls">
<div class="scale">
<div class="bar"></div>
</div>
<div class="price-range price-range-min" ></div>
<div class="price-range price-range-max" ></div>
</div>
<button type="submit" class="filter-button">Показать</button>
</fieldset>
</form>
<section class="catalog-sort">
<p class="catalog-sort-sum">
<strong>Найдено: <span class="sum">3</span></strong>
</p>
<h2 class="sort">Сортировка:</h2>
<ul class="sort-list">
<li class="sort-item ">
<a href="#" class="sort-item-current">по цене</a>
</li>
<li class="sort-item">
<a href="#">по типу</a>
</li>
<li class="sort-item">
<a href="#">по рейтингу</a>
</li>
</ul>
<div class="sort-up-down">
<a class="button-up" href="#" title="Сортировка по возрастанию">
<svg xmlns="http://www.w3.org/2000/svg" width="11" height="10" viewBox="0 0 11 10"><path fill="#CACACA" d="M5.5 0L0 10h11z"/></svg>
</a>
<a class="button-down button-down-current" href="#" title="Сортировка по убыванию">
<svg xmlns="http://www.w3.org/2000/svg" width="11" height="10" viewBox="0 0 11 10"><path fill="#81B3D2" d="M5.5 10L0 0h11"/></svg>
</a>
</div>
</section>
<section class="catalog">
<h2 class="visually-hidden">Список гостиниц</h2>
<ul class="catalog-list">
<li class="catalog-item">
<article class="hotel-card">
<div class="hotel-main-info">
<div class="hotel-img">
<img src="img/amara-resort.jpg" width="138" height="90" alt="Amara Resort Spa">
</div>
<div class="hotel-container">
<h3 class="hotel-name"><a href="catalog-item.html">Amara resort & spa</a></h3>
<p class="catalog-item-property">
<span class="hotel-type">гостиница</span>
<span class="hotel-price">от 4000 р.</span>
</p>
<p class="catalog-item-button">
<a class="button-info" href="catalog-item.html">Подробнее</a>
<a class="button-book" href="#">Забронировать</a>
</p>
</div>
</div>
<div class="hotel-add-info">
<div class=" stars stars4"></div>
<p class="hotel-rating">рейтинг: <span class="rating">8.5</span>
</p>
</div>
</article>
</li>
<li class="catalog-item">
<article class="hotel-card">
<div class="hotel-main-info">
<div class="hotel-img">
<img src="img/desert-quail-inn.jpg" width="138" height="90" alt="Desert Quail Inn">
</div>
<div class="hotel-container">
<h3 class="hotel-name"><a href="catalog-item.html">Desert quail inn</a></h3>
<p class="catalog-item-property">
<span class="hotel-type">мотель</span>
<span class="hotel-price">от 3000 р.</span>
</p>
<p class="catalog-item-button">
<a class="button-info" href="catalog-item.html">Подробнее</a>
<a class="button-book" href="#">Забронировать</a>
</p>
</div>
</div>
<div class="hotel-add-info">
<div class=" stars stars3"></div>
<p class="hotel-rating">рейтинг: <span class="rating">8.9</span>
</p>
</div>
</article>
</li>
<li class="catalog-item">
<article class="hotel-card">
<div class="hotel-main-info">
<div class="hotel-img">
<img src="img/willas-at-poco-diablo.jpg" width="138" height="90" alt="Willas at poco diablo">
</div>
<div class="hotel-container">
<h3 class="hotel-name"><a href="catalog-item.html">Willas at poco diablo</a></h3>
<p class="catalog-item-property">
<span class="hotel-type">аппартаменты</span>
<span class="hotel-price">от 2000 р.</span>
</p>
<p class="catalog-item-button">
<a class="button-info" href="catalog-item.html">Подробнее</a>
<a class="button-book" href="#">Забронировать</a>
</p>
</div>
</div>
<div class="hotel-add-info">
<div class="stars stars2" ></div>
<p class="hotel-rating">рейтинг: <span class="rating">9.2</span>
</p>
</div>
</article>
</li>
</ul>
</section>
</main>
<footer class="main-footer">
<span>#visitsedona</span>
<div class="footer-social">
<ul>
<li><a class="social-button" href="#">
<span class="visually-hidden">Твиттер</span>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17" height="15" viewBox="0 0 17 15"><path fill="#FFF" d="M10.95.144c1.685-.496 2.984.27 3.577 1.179.673-.231 1.331-.481 2.011-.708a2.345 2.345 0 0 1-.857 1.768c.685.17 1.304-.491 1.304-.491-.169 1-1.006 1.788-1.563 2.024-.231 6.75-3.175 11.217-10.077 11.082h-.446c-.41 0-4.164-.46-4.898-1.887 2.271.196 3.893-.422 4.693-1.177-.96-.3-2.679-.477-2.979-2.95.349.106.564.228 1.19.119C1.705 8.247.374 7.53.448 5.33c.285.328 1.067.536 1.34.472C1.085 5.561-.182 2.442.894.85c1.818 1.854 3.735 3.606 7.152 3.773C8.254 2.33 9.183.793 10.95.144z"/></svg>
</a></li>
<li><a class="social-button" href="#">
<span class="visually-hidden">Фейсбук</span>
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="22" viewBox="0 0 12 22"><path fill="#FFF" d="M12 4V0H8a4 4 0 0 0-4 4v4H0v4h4v10h4V12h4V8H8V4h4z"/></svg>
</a></li>
<li><a class="social-button" href="#">
<span class="visually-hidden">Youtube</span>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="16" viewBox="0 0 20 16"><path fill="#FFF" d="M17 0H3C1.35 0 0 1.35 0 3v10c0 1.65 1.35 3 3 3h14c1.65 0 3-1.35 3-3V3c0-1.65-1.35-3-3-3zM6.027 11.998V4.002L15.014 8l-8.987 3.998z"/></svg>
</a></li>
</ul>
</div>
<p class="footer-copyright">
<span>website by</span>
<a class="button-html" href="https://htmlacademy.ru/intensive/htmlcss">
<span class="visually-hidden">HTML Academy</span>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 108.08 36.85"><title>logo-htmlacademy-small1</title><path d="M44.61,26.88a2,2,0,0,0,.55-0.1v1.33a3.25,3.25,0,0,1-1.18.21,1.67,1.67,0,0,1-1.67-1,4.84,4.84,0,0,1-3.14,1.08c-1.51,0-2.91-.83-2.91-2.55,0-2.13,2-2.79,3.71-2.79a11.08,11.08,0,0,1,2.17.25v-0.3c0-1-.76-1.77-2.19-1.77a7.42,7.42,0,0,0-3,.64v-1.7a10.21,10.21,0,0,1,3.19-.55c2.36,0,3.81,1.12,3.81,3.65v3a0.54,0.54,0,0,0,.49.59h0.17Zm-6.44-1.13A1.35,1.35,0,0,0,39.63,27h0.11a3.39,3.39,0,0,0,2.41-1V24.58a9.72,9.72,0,0,0-1.81-.21c-1,0-2.16.33-2.16,1.38h0Zm12.36-6.11a5,5,0,0,1,2.57.64V22a4.08,4.08,0,0,0-2.3-.7,2.75,2.75,0,1,0,0,5.49,5,5,0,0,0,2.43-.64v1.71a6.27,6.27,0,0,1-2.76.57A4.21,4.21,0,0,1,46,24.51q0-.21,0-0.41a4.32,4.32,0,0,1,4.18-4.46h0.38Zm12.17,7.24a2,2,0,0,0,.55-0.1v1.33a3.25,3.25,0,0,1-1.18.21,1.67,1.67,0,0,1-1.67-1,4.84,4.84,0,0,1-3.14,1.08c-1.51,0-2.91-.83-2.91-2.55,0-2.13,2-2.79,3.71-2.79a11.08,11.08,0,0,1,2.17.25v-0.3c0-1-.76-1.77-2.19-1.77a7.42,7.42,0,0,0-3,.64v-1.7a10.21,10.21,0,0,1,3.19-.55c2.36,0,3.81,1.12,3.81,3.65v3a0.54,0.54,0,0,0,.49.59h0.17Zm-6.44-1.13A1.35,1.35,0,0,0,57.73,27h0.11a3.39,3.39,0,0,0,2.41-1V24.58a9.72,9.72,0,0,0-1.81-.21c-1.06,0-2.16.33-2.16,1.38h0ZM73,16V28.2H71.35V26.88a3.88,3.88,0,0,1-3.19,1.54,4.4,4.4,0,0,1,0-8.78,3.81,3.81,0,0,1,3,1.3V16H73Zm-4.53,5.22a2.76,2.76,0,1,0,0,5.52A2.86,2.86,0,0,0,71.15,25V23A2.91,2.91,0,0,0,68.49,21.27ZM79,19.64c3.31,0,4.46,2.68,3.92,5.09H76.7c0.21,1.5,1.67,2.11,3.19,2.11a6.11,6.11,0,0,0,2.64-.59v1.6a7.14,7.14,0,0,1-3,.57C77,28.42,74.78,27,74.78,24a4.18,4.18,0,0,1,4-4.39H79Zm0.09,1.54a2.28,2.28,0,0,0-2.44,2.1v0.06H81.3A2,2,0,0,0,79.13,21.18Zm5.73,7V19.87h1.65v1a3.81,3.81,0,0,1,2.78-1.27A2.86,2.86,0,0,1,91.89,21a4.12,4.12,0,0,1,2.91-1.33A3.06,3.06,0,0,1,98,23V28.2h-1.9V23.05a1.59,1.59,0,0,0-1.42-1.75H94.42a2.8,2.8,0,0,0-2.07,1.12V28.2h-1.9V23.05A1.59,1.59,0,0,0,89,21.31H88.8a3,3,0,0,0-2.21,1.29v5.63H84.86Zm21.31-8.33h1.9l-3.91,9.46c-0.9,2.17-2.09,2.86-3.35,2.86a4.76,4.76,0,0,1-1.1-.14V30.46a2.86,2.86,0,0,0,.85.12c0.9,0,1.58-.64,2.07-1.9l0.17-.42-4-8.4h2l2.86,6.29ZM38.73,1.46V6.22a3.81,3.81,0,0,1,2.7-1.14,3.25,3.25,0,0,1,3.44,3.4v5.15H43V8.72a1.81,1.81,0,0,0-1.61-2h-0.3a2.93,2.93,0,0,0-2.32,1.39v5.52h-1.9V1.46h1.9ZM49.94,2.31v3h3V6.91h-3v3.81c0,1.1.5,1.46,1.58,1.46a4.49,4.49,0,0,0,1.69-.33v1.6A6.8,6.8,0,0,1,51,13.8a2.55,2.55,0,0,1-2.86-2.74V6.89H46.58V5.26h1.5V2.74Zm5.4,11.31V5.28H57v1A3.81,3.81,0,0,1,59.77,5a2.86,2.86,0,0,1,2.6,1.33A4.12,4.12,0,0,1,65.28,5,3.06,3.06,0,0,1,68.44,8.4v5.21h-1.9V8.46a1.59,1.59,0,0,0-1.42-1.75H64.89a2.8,2.8,0,0,0-2.07,1.12v5.78h-1.9V8.46A1.59,1.59,0,0,0,59.5,6.71H59.27A3,3,0,0,0,57.06,8v5.63H55.34ZM71.17,1.45H73V13.6H71.17V1.45ZM14.71,0H14.55L0,1.54V28.21l14.55,8.66,14.55-8.66V1.54Zm12.5,27.1L14.55,34.64,1.9,27.12V16.18l12.59,7.5V25L5.86,19.9v1.31l8.68,5.21v1.39L5.87,22.65V24l8.68,5.21,8.75-5.24V18.31L27.2,16V27.12Zm0-12.53-3.48,2-1.6,1L14.51,13v1.31L21,18.23H21l-0.14.09-1,.54-5.37-3.2V17l4.24,2.52-1,.67-3.2-1.9v1.31l2.1,1.24L14.5,22.1,2,14.65,14.51,7.11Zm0-1.32L14.49,5.76,1.91,13.25v-10L14.56,1.92,27.21,3.25v10h0Z" transform="translate(0 -0.02)" fill="#231f20"/>
</svg>
</a>
</p>
</footer>
</div>
</body>
</html>