-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhotels.html
198 lines (195 loc) · 11.9 KB
/
hotels.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
<!DOCTYPE html>
<html lang="ru">
<head>
<title>Sedona</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.min.css">
<link rel="stylesheet" href="css/normalaz.min.css">
</head>
<body>
<div class="wrapper">
<header class="header">
<nav class="site-navigation">
<ul class="list-menu">
<li class="item-menu"><a href="#" class="link-item-menu">Информация</a></li>
<li class="item-menu"><a href="#" class="link-item-menu">Фото и видео</a></li>
<li class="item-menu"><a href="#" class="link-item-menu">Карта штата</a></li>
<li class="item-menu"><a href="hotels.html" class="link-item-menu-current">Гостиницы</a></li>
</ul>
<a class="linck-logo" href="index.html">
<img src="img/logo-min.png" alt="логотип" class="logo" width="138" height="70">
</a>
</nav>
</header>
<main>
<section class="filter">
<h2 class="visually-hidden">Фильтер</h2>
<form action="#" class="filter-form row">
<fieldset class="infrastructure">
<legend class="infrastructure-name">Инфраструктура:</legend>
<input type="checkbox" name="pool" checked id="pool">
<label for="pool" class="pool">Бассейн</label>
<input type="checkbox" name="parking" id="parking">
<label for="parking" class="parking">Парковка</label>
<input type="checkbox" name="wi-fi" id="wi-fi">
<label for="wi-fi" class="wi-fi">Wi-fi</label>
</fieldset>
<fieldset class="type-of-housing">
<legend class="type-of-housing-name">Тип жилья:</legend>
<input type="checkbox" name="hotel" checked id="hotel">
<label for="hotel" class="hotel">Гостиница</label>
<input type="checkbox" name="motel" id="motel" checked>
<label for="motel" class="motel">мотель</label>
<input type="checkbox" name="apartment" id="apartment" checked>
<label for="apartment" class="apartment">апартаменты</label>
</fieldset>
<div class="cost">
<span class="name-cost">Стоимость в сутки (Р):</span>
<p class="border-container">
<label for="max" class="cost-min">от 0</label>
<label for="min" class="cost-max">до 3000</label>
</p>
<input type="number" name="max" id="max">
<input type="number" name="min" id="min">
<p class="img-slider">
<span class="img-thumb left"></span>
<span class="img-thumb right"></span>
<span class="track"></span>
<span class="track-active"></span>
</p>
<button type="button" class="filter-btn">Показать</button>
</div>
</form>
</section>
<section class="sorting row">
<h2 class="visually-hidden">Сортировка товара по убыванию или возрастанию</h2>
<p class="blog-name-sorting">
<span class="number-of-found">Найдено: 3</span>
<span class="name-sorting">Сортировка:</span>
</p>
<p class="blog-link-sorting">
<a href="#" class="sorting-link-price active">По цене</a>
<a href="#" class="sorting-link-type">По типу</a>
<a href="#" class="sorting-link-rating">По рейтингу</a>
</p>
<p class="blog-point-sorting">
<a href="#" class="point-increase"></a>
<a href="#" class="point-decrease active"></a>
</p>
</section>
<section class="hotels">
<h2 class="visually-hidden">Список отелей</h2>
<ul class="list-hotels">
<li class="item-hotel">
<article class="hotel row">
<img src="img/amara.jpg" alt="фото Amara Resort & Spa" class="img-hotel" width="135" height="90">
<div class="description-hotel">
<a href="#" class="linck-name-hotel"><h3 class="name-hotel">Amara Resort & Spa</h3></a>
<p class="characteristic-hotel">
<span class="type-hotel">Гостиница</span>
<span class="cost-hotel">ОТ 4000 Р.</span>
</p>
<p class="btn-hotel">
<a href="#" class="detail-hotel">Подробнее</a>
<a href="#" class="book-hotel">Забронировать</a>
</p>
</div>
<div class="rating-hotel">
<p class="points">
<span class="points-rating"></span>
<span class="points-rating"></span>
<span class="points-rating"></span>
<span class="points-rating"></span>
<span class="points-rating"></span>
</p>
<span class="text-rating">Рейтинг: 8,5</span>
</div>
</article>
</li>
<li class="item-hotel">
<article class="hotel row">
<img src="img/desert.jpg" alt="фото Desert Quail Inn" class="img-hotel" width="135" height="90">
<div class="description-hotel">
<a href="#" class="linck-name-hotel"><h3 class="name-hotel">Desert Quail Inn</h3></a>
<p class="characteristic-hotel">
<span class="type-hotel">Мотель</span>
<span class="cost-hotel">ОТ 3000 Р.</span>
</p>
<p class="btn-hotel">
<a href="№" class="detail-hotel">Подробнее</a>
<a href="№" class="book-hotel">Забронировать</a>
</p>
</div>
<div class="rating-hotel">
<p class="points">
<span class="points-rating"></span>
<span class="points-rating"></span>
<span class="points-rating"></span>
</p>
<span class="text-rating">Рейтинг: 8,9</span>
</div>
</article>
</li>
<li class="item-hotel">
<article class="hotel row">
<img src="img/villas.jpg" alt="фото Villas at Poco Diablo" class="img-hotel" width="135" height="90">
<div class="description-hotel">
<a href="#" class="linck-name-hotel"><h3 class="name-hotel">Villas at Poco Diablo</h3></a>
<p class="characteristic-hotel">
<span class="type-hotel">Апартаменты</span>
<span class="cost-hotel">ОТ 2000 Р.</span>
</p>
<p class="btn-hotel">
<a href="№" class="detail-hotel">Подробнее</a>
<a href="№" class="book-hotel">Забронировать</a>
</p>
</div>
<div class="rating-hotel">
<p class="points">
<span class="points-rating"></span>
<span class="points-rating"></span>
</p>
<span class="text-rating">Рейтинг: 9,2</span>
</div>
</article>
</li>
</ul>
</section>
</main>
<footer class="footer footer-fix">
<p class="visit">
<span>#visitsedona</span>
</p>
<ul class="list-social">
<li class="item-social tweeter">
<a href="#" class="visually-hidden">твитер</a>
</li>
<li class="item-social fasbook">
<a href="#" class="visually-hidden">фасбук</a>
</li>
<li class="item-social yt">
<a href="#" class="visually-hidden">youtub</a>
</li>
</ul>
<div class="copyright">
<span class="description-copyright">website by</span>
<a href="https://htmlacademy.ru/" class="linck-copyright">
<svg data-name="Layer-1" viewBox="0 0 113 39">
<path d="M401.93,351.51a2.07,2.07,0,0,0,.58-0.11v1.4a3.41,3.41,0,0,1-1.24.22,1.75,1.75,0,0,1-1.75-1,5.08,5.08,0,0,1-3.3,1.13c-1.59,0-3.06-.87-3.06-2.68,0-2.24,2.08-2.93,3.9-2.93a11.63,11.63,0,0,1,2.28.26v-0.31c0-1.09-.8-1.86-2.3-1.86a7.79,7.79,0,0,0-3.15.67v-1.79a10.72,10.72,0,0,1,3.35-.58c2.48,0,4,1.18,4,3.83v3.14A0.57,0.57,0,0,0,401.93,351.51Zm-6.76-1.19a1.42,1.42,0,0,0,1.64,1.29,3.56,3.56,0,0,0,2.53-1V349.1a10.21,10.21,0,0,0-1.9-.22C396.34,348.89,395.17,349.23,395.17,350.33Z" transform="translate(-355.09 -323.29)" fill="#fff"/>
<path d="M408.15,343.91a5.29,5.29,0,0,1,2.7.67v1.79a4.28,4.28,0,0,0-2.42-.73,2.89,2.89,0,1,0,0,5.76,5.26,5.26,0,0,0,2.55-.67v1.8a6.58,6.58,0,0,1-2.9.6,4.42,4.42,0,0,1-4.72-4.54A4.54,4.54,0,0,1,408.15,343.91Z" transform="translate(-355.09 -323.29)" fill="#fff"/>
<path d="M420.93,351.51a2.07,2.07,0,0,0,.58-0.11v1.4a3.41,3.41,0,0,1-1.24.22,1.75,1.75,0,0,1-1.75-1,5.08,5.08,0,0,1-3.3,1.13c-1.59,0-3.06-.87-3.06-2.68,0-2.24,2.08-2.93,3.9-2.93a11.63,11.63,0,0,1,2.28.26v-0.31c0-1.09-.8-1.86-2.3-1.86a7.79,7.79,0,0,0-3.15.67v-1.79a10.72,10.72,0,0,1,3.35-.58c2.48,0,4,1.18,4,3.83v3.14A0.57,0.57,0,0,0,420.93,351.51Zm-6.76-1.19a1.42,1.42,0,0,0,1.64,1.29,3.56,3.56,0,0,0,2.53-1V349.1a10.21,10.21,0,0,0-1.9-.22C415.33,348.89,414.17,349.23,414.17,350.33Z" transform="translate(-355.09 -323.29)" fill="#fff"/>
<path d="M431.76,340.14V352.9H430v-1.39a4.07,4.07,0,0,1-3.35,1.62,4.62,4.62,0,0,1,0-9.22,4,4,0,0,1,3.15,1.37v-5.14h2ZM427,345.62a2.9,2.9,0,0,0,0,5.8,3,3,0,0,0,2.79-1.84v-2.13A3.06,3.06,0,0,0,427,345.62Z" transform="translate(-355.09 -323.29)" fill="#fff"/>
<path d="M438.08,343.91c3.48,0,4.68,2.81,4.12,5.34h-6.58c0.22,1.57,1.75,2.22,3.35,2.22a6.41,6.41,0,0,0,2.77-.62v1.68a7.5,7.5,0,0,1-3.14.6c-2.68,0-5-1.53-5-4.61A4.39,4.39,0,0,1,438.08,343.91Zm0.09,1.62a2.39,2.39,0,0,0-2.57,2.26h4.85A2.06,2.06,0,0,0,438.17,345.53Z" transform="translate(-355.09 -323.29)" fill="#fff"/>
<path d="M444.19,352.9v-8.75h1.73v1.09a4,4,0,0,1,2.92-1.33,3,3,0,0,1,2.73,1.4,4.33,4.33,0,0,1,3.06-1.4,3.21,3.21,0,0,1,3.32,3.52v5.47h-2v-5.41a1.67,1.67,0,0,0-1.73-1.84,2.94,2.94,0,0,0-2.17,1.18c0,0.2,0,.4,0,0.6v5.47h-2v-5.41a1.67,1.67,0,0,0-1.73-1.84,3.11,3.11,0,0,0-2.32,1.35v5.91h-2Z" transform="translate(-355.09 -323.29)" fill="#fff"/>
<path d="M466.56,344.15h2l-4.1,9.93c-0.95,2.28-2.19,3-3.52,3a5,5,0,0,1-1.15-.15v-1.66a3,3,0,0,0,.89.13c0.95,0,1.66-.67,2.17-2l0.18-.44-4.16-8.82H461l3,6.6Z" transform="translate(-355.09 -323.29)" fill="#fff"/>
<path d="M395.75,324.82v5a4,4,0,0,1,2.83-1.2,3.41,3.41,0,0,1,3.61,3.57v5.41h-2v-5.16a1.9,1.9,0,0,0-2-2.1,3.08,3.08,0,0,0-2.44,1.46v5.8h-2V324.82h2Z" transform="translate(-355.09 -323.29)" fill="#fff"/>
<path d="M407.52,325.71v3.12h3.17v1.71h-3.17v4c0,1.15.53,1.53,1.66,1.53a4.71,4.71,0,0,0,1.77-.35v1.68a7.14,7.14,0,0,1-2.35.38,2.68,2.68,0,0,1-3-2.88v-4.38H404v-1.71h1.57v-2.64Z" transform="translate(-355.09 -323.29)" fill="#fff"/>
<path d="M413.19,337.58v-8.75h1.73v1.09a4,4,0,0,1,2.92-1.33,3,3,0,0,1,2.73,1.4,4.33,4.33,0,0,1,3.06-1.4,3.21,3.21,0,0,1,3.32,3.52v5.47h-2v-5.41a1.67,1.67,0,0,0-1.73-1.84,2.94,2.94,0,0,0-2.17,1.18c0,0.2,0,.4,0,0.6v5.47h-2v-5.41a1.67,1.67,0,0,0-1.73-1.84,3.11,3.11,0,0,0-2.32,1.35v5.91h-2Z" transform="translate(-355.09 -323.29)" fill="#fff"/>
<rect x="74.72" y="1.52" width="1.95" height="12.76" fill="#fff"/>
<path d="M370.53,323.31l-0.16,0-15.28,1.6v28L370.37,362l15.28-9.09v-28Zm13.12,28.45-13.28,7.9-13.28-7.9V340.28l13.22,7.87,0,1.43-9.07-5.4v1.38l9.11,5.47,0,1.46-9.1-5.42v1.38l9.11,5.47h0l9.19-5.5v-1.39h0v-4.52l4.1-2.45v11.67Zm0-13.16L380,340.74h0l-1.68,1-8-4.76v1.38l6.84,4.07-0.06,0-0.15.09-1,.57-5.64-3.36v1.38l4.45,2.65-1.05.7,0,0-3.36-2v1.38l2.21,1.3-2.25,1.35-13.16-7.82,13.17-7.92h0Zm0-1.39-13.35-7.87h0l-13.2,7.86v-10.5l13.28-1.39,13.28,1.39v10.51Z" transform="translate(-355.09 -323.29)" fill="#fff"/></svg>
</a>
</div>
</footer>
</div>
</body>
</html>