-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
228 lines (228 loc) · 18.1 KB
/
index.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
<!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 navigation-link-disabled">
<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 navigation-link-current navigation-link-disabled">Главная</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="#">О Седоне</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="catalog.html">Гостиницы</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-index">
<h1 class="visually-hidden">Отель Седона.</h1>
<div class="main-background">
<img class="welcome" src="images/content/logo/welcome.svg" alt="Логотип Отеля Седона." width="458" height="352">
</div>
<section class="slogan">
<h2 class="slogan-title">Седона — небольшой городок в Аризоне,<br> заслуживающий большего!</h2>
<p class="slogan-description">Рассмотрим 5 причин, по которым Седона круче, чем Гранд-Каньон!</p>
</section>
<section class="advantages">
<h2 class="visually-hidden">Приемущества.</h2>
<div class="advantages-item">
<h3 class="advantages-title">Настоящий<br>городок</h3>
<p class="advantages-number">— №1 — </p>
<p class="advantages-description">Седона — не аттракцион для<br>туристов, там течёт своя<br>жизнь</p>
</div>
<div class="advantages-photo advantages-photo-hotel">
<img src="images/content/photo-of-hotel.jpg" alt="Фото Отеля." width="800" height="384">
</div>
<div class="advantages-item">
<div class="advantages-icon advantages-icon-house"></div>
<h3 class="advantages-title">Жильё</h3>
<p class="advantages-description">Рекомендуем пожить<br>в настоящем мотеле,<br>всё как в кино!</p>
</div>
<div class="advantages-item">
<div class="advantages-icon advantages-icon-burger"></div>
<h3 class="advantages-title">Еда</h3>
<p class="advantages-description">Всегда заказывайте<br>топовый фирменный бургер,<br>вы не разочаруетесь!</p>
</div>
<div class="advantages-item">
<div class="advantages-icon advantages-icon-gift"></div>
<h3 class="advantages-title">Сувениры</h3>
<p class="advantages-description">Не только китайского,<br>но и настоящего местного<br>производства!</p>
</div>
<div class="advantages-photo advantages-photo-canion">
<img src="images/content/photo-of-canion.jpg" alt="Фото Каньона." width="800" height="384">
</div>
<div class="advantages-item">
<h3 class="advantages-title">Там есть<br>мост дьявола</h3>
<p class="advantages-number">— №2 — </p>
<p class="advantages-description">Да, по нему можно пройти!<br>Если вы осмелитесь,<br>разумеется</p>
</div>
<div class="advantages-item">
<h3 class="advantages-title">Небольшая<br>площадь</h3>
<p class="advantages-number">— №3 — </p>
<p class="advantages-description">Все достопримечательности<br>находятся очень близко</p>
</div>
<div class="advantages-item">
<h3 class="advantages-title">Красивая<br>дорога</h3>
<p class="advantages-number">— №4 — </p>
<p class="advantages-description">Ехать в Седону из Лас-Вегаса<br>совсем не скучно!</p>
</div>
<div class="advantages-item">
<h3 class="advantages-title">Мало<br>туристов</h3>
<p class="advantages-number">— №5 — </p>
<p class="advantages-description">Большинство едет в Гранд<br>Каньон и толпится там</p>
</div>
</section>
<section class="search-section">
<h2 class="search">Заинтересовались?</h2>
<p class="search-paragraph">Укажите предполагаемые даты поездки,<br><span class="search-paragraph-second-line">и мы покажем вам лучшие предложения гостиниц в Седоне</span></p>
<a class="search-button" href="#">Поиск гостиницы в седоне</a>
</section>
</main>
<footer class="page-footer">
<div class="main-footer-background">
<h2 class="footer-title">Подпишитесь на рассылку</h2>
<p class="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>
<div class="modal-container modal-container-close">
<div class="modal modal-auth">
<button class="modal-close-button" type="button">
<span class="visually-hidden">Закрыть.</span>
</button>
<section class="modal-content">
<h2 class="modal-title">Поиск гостиницы в Седоне</h2>
<form class="modal-forms" action="https://echo.htmlacademy.ru/" method="post">
<label class="modal-form-title modal-form-row">Дата Заезда:
<input class="modal-date" name="appointment-date" type="text" placeholder="27 апреля 2020" required>
<span class="modal-error error">Мы не можем отправить вас в прошлое.</span>
</label>
<label class="modal-form-title modal-form-row">Дата Выезда:
<input class="modal-date" name="departure-date" type="text" placeholder="1 сентября 2021" required>
<span class="modal-date-available">На эти даты есть свободные номера. Пока есть.</span>
</label>
<div class="modal-settings-area modal-form-row">
<label class="modal-form-title modal-form-title-adults" for="modal-adults">Взрослые:
</label>
<div class="modal-settings-adults">
<button class="modal-minus modal-minus-adults" type="button" aria-label="Уменьшить количество взрослых."></button>
<input class="quantity modal-adults-count" id="modal-adults" name="adults" type="number" value="2" min="1" required>
<button class="modal-plus modal-plus-adults" type="button" aria-label="Увеличить количество взрослых."></button>
</div>
<span class="modal-childrens-position">
<span class="form-label form-label-icon">
<label class="modal-form-title modal-form-title-childrens" for="modal-childrens">Дети:</label>
<span class="tooltip">
<button class="tooltip-toggle" type="button" aria-labelledby="tooltip-label">
<svg class="tooltip-icon" role="img" aria-hidden="true" focusable="false" width="1" height="9" viewbox="0 0 1 9" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_33716_652)">
<path d="M0 9H1L1 3H0L0 9Z"></path>
<path d="M1 0H0V1H1V0Z"></path>
</g>
<defs>
<clipPath id="clip0_33716_652">
<rect width="1" height="9"></rect>
</clipPath>
</defs>
</svg>
</button>
<span class="tooltip-text" id="tooltip-label" role="tooltip">Укажите количество детей, которые будут с вами, возраст которых от 6 до 18 лет. Дети до 6 лет размещаются бесплатно.</span>
</span>
</span>
<span class="modal-settings-childrens">
<button class="modal-minus modal-minus-childrens" type="button" aria-label="Уменьшить количество детей."></button>
<input class="quantity modal-childrens-count" id="modal-childrens" name="childrens" type="number" value="1" min="0">
<button class="modal-plus modal-plus-childrens" type="button" aria-label="Увеличить количество детей."></button>
</span>
</span>
</div>
<button class="button modal-button" type="submit">Найти</button>
</form>
</section>
</div>
</div>
</body>
</html>