-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
162 lines (157 loc) · 6.7 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Седона</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.min.css">
</head>
<body>
<div class="wrap">
<header class="page-header">
<div class="logo">
<a><img src="img/common/logo.png" width="138" height="70" alt="Седона"></a>
</div>
<nav class="main-nav">
<ul class="nav-list">
<li class="nav-item"><a href="#">Информация</a></li>
<li class="nav-item"><a href="#">Фото и видео</a></li>
<li class="nav-item"><a href="#">Карта штата</a></li>
<li class="nav-item"><a href="hotels.html">Гостиницы</a></li>
</ul>
</nav>
</header>
<main>
<div class="intro">
<img class="intro-img" src="img/index/intro.png" width="458" height="352" alt="Welcome to Sedona">
</div>
<section class="reasons">
<div class="reasons-header">
<h1 class="reasons-title">Седона — небольшой городок в Аризоне, заслуживающий большего!</h1>
<p class="reasons-description">Рассмотрим 5 причин, по которым Седона круче, чем Гранд Каньон!</p>
</div>
<div class="reason-illustrated">
<div class="reason-item reason-item-illustrated">
<h2>Настоящий городок</h2>
<div class="reason-number">— №1 —</div>
<p>Седона — не аттракцион для туристов, там течет своя жизнь</p>
</div>
<div class="illustration">
<img src="img/index/reason_1.jpg" width="800" height="256" alt="Настоящий городок">
</div>
</div>
<div class="features">
<ul>
<li class="feature-item feature-housing">
<h2>Жилье</h2>
<p>Рекомендуем пожить в настоящем мотеле, все как в кино!</p>
</li>
<li class="feature-item feature-food">
<h2>Еда</h2>
<p>Всегда заказывайте фирменный бургер, Вы не разочаруетесь!</p>
</li>
<li class="feature-item feature-souvenirs">
<h2>Сувениры</h2>
<p>Не только китайского, но и местного производства!</p>
</li>
</ul>
</div>
<div class="reason-illustrated">
<div class="illustration">
<img src="img/index/reason_2.jpg" width="800" height="256" alt="Мост дьявола">
</div>
<div class="reason-item reason-item-illustrated">
<h2>Там есть мост дьявола</h2>
<div class="reason-number">— №2 —</div>
<p>Да, по нему можно пройти! Если конечно вы осмелитесь</p>
</div>
</div>
<div class="reason-items-group">
<div class="reason-item reason-item-grouped">
<h2>Небольшая площадь</h2>
<div class="reason-number">— №3 —</div>
<p>Все достопримечательности находятся очень близко</p>
</div>
<div class="reason-item reason-item-grouped">
<h2>Красивая дорога</h2>
<div class="reason-number">— №4 —</div>
<p>Ехать в Седону из Лас-Вегаса совсем не скучно!</p>
</div>
<div class="reason-item reason-item-grouped">
<h2>Мало туристов</h2>
<div class="reason-number">— №5 —</div>
<p>Большинство едет в гранд каньон и толпится там</p>
</div>
</div>
</section>
<section class="search">
<div class="search-block">
<h3>Заинтересовались?</h3>
<p>Укажите предполагаемые даты поездки,<br>
и мы покажем вам лучшие предложения гостиниц в Седоне</p>
<button class="btn search-btn" type="button">Поиск гостиницы в Седоне</button>
</div>
<div class="modal-content">
<form class="search-form" method="post">
<div class="search-form-group">
<label for="arrival-field">Дата заезда:</label>
<div class="search-form-date-field">
<input type="text" name="arrival" placeholder="24 апреля 2017" id="arrival-field">
<span class="icon-calendar"></span>
</div>
</div>
<div class="search-form-group">
<label for="departure-field">Дата выезда:</label>
<div class="search-form-date-field">
<input type="text" name="departure" placeholder="4 июля 2017" id="departure-field">
<span class="icon-calendar"></span>
</div>
</div>
<div class="search-form-group">
<div class="search-form-group-half">
<label for="adults-field">Взрослые:</label>
<div class="search-form-number-field">
<span class="icon icon-minus"></span>
<input type="text" name="adults" placeholder="2" id="adults-field">
<span class="icon icon-plus"></span>
</div>
</div>
<div class="search-form-group-half">
<label for="children-field">Дети:</label>
<div class="search-form-number-field">
<span class="icon icon-minus"></span>
<input type="text" name="children" placeholder="0" id="children-field">
<span class="icon icon-plus"></span>
</div>
</div>
</div>
<div class="search-form-buttons">
<input class="btn search-form-btn" type="submit" value="Найти">
</div>
</form>
</div>
</section>
<div class="map">
<img src="img/index/map.jpg" width="1200" height="593" alt="Седона на карте">
</div>
</main>
<footer class="page-footer index-page-footer">
<div class="footer-info">
<div class="hashtag">#visitsedona</div>
</div>
<div class="footer-social">
<a class="social-btn social-btn-twi" href="#">Twitter</a>
<a class="social-btn social-btn-fb" href="#">Facebook</a>
<a class="social-btn social-btn-yt" href="#">Youtube</a>
</div>
<div class="footer-copyright">
<span>Website by</span>
<a href="https://htmlacademy.ru" target="_blank">HTML Academy</a>
</div>
</footer>
</div>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC1m4X6YxMxmOmCZk9JtGlQjDdSMr8NhgE"></script>
<script src="js/script.min.js"></script>
</body>
</html>