-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
180 lines (169 loc) · 9.15 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>ЖК «Лунное море» schwarz_y</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="text-dark">
<header class="flex header bg-white fw-bold">
<div class="flex f-grow-1 ai-center">
<img src="images/logo.svg" alt="Логотип" class="height-2em">
<p class="m-left-1em">Лунное море</p>
</div>
<nav class="flex ai-center">
<div class="nav"><a href="#benefits">Преимущества</a></div>
<div class="nav"><a href="#AboutLcd">О ЖК</a></div>
<div class="nav"><a href="#PlacesForRest">Места для отдыха</a></div>
</nav>
</header>
<main class="margin-header-height">
<section class="big-bg-section">
<div class="container">
<img src="images/logo.svg" alt="Логотип" class="height-150">
<h1 class="text-white">ЖК «Лунное море»</h1>
<p class="fw-bold text-white">Место, откуда не хочется улетать</p>
<a class="btn btn-white" href="#booking">Забронировать</a>
</div>
</section>
<section>
<div id="benefits" class="flex container jc-around">
<div class="wh-30">
<h2>Уникальный вид</h2>
<p>Вид на космос из вашего окна. Мы построили дома с большими окнами, чтобы вы могли наслаждаться
метеоритными потоками.</p>
</div>
<div class="wh-30">
<h2>Инфраструктура</h2>
<p>Прекрасные дороги рядом с домом. Много мест для прогулки. Всего в 200 км. от посёлка находится
кольцо гор Кордильеры, на которых вы сможете провести незабываемые выходные.</p>
</div>
<div class="wh-30">
<h2>Близость к Москве</h2>
<p>При небольшой цене мы располагаемся близко к МКАД. Всего 384 000 километров и вы в самом
сердце России.</p>
</div>
</div>
</section>
<section class="bg-grey">
<div id="AboutLcd" class="flex container jc-around">
<div class="wh-50 padding-left-right-50px">
<h2>О ЖК «Лунное море»</h2>
<p>Все чаще жители Москвы предпочитают загородный дом городской квартире, к тому же связь с
мегаполисом не теряется – современные скоростные трассы позволяют без труда добираться до
столицы и обратно.</p>
<p>Мы построили наши дома на самом близком к Солнцу спутнике, всего в 380 тысяч километров от Земли.</p>
</div>
<div class="item-img padding-left-right-50px">
<img src="images/moon-1.jpg" alt="Луна" class="wh-300">
</div>
</div>
</section>
<section>
<div id="PlacesForRest" class="flex container jc-around">
<div class="item-img padding-left-right-50px">
<img src="images/moon-2.jpg" alt="Человек на луне" class="wh-300">
</div>
<div class="wh-50 padding-left-right-50px">
<h2>Места для отдыха</h2>
<p>Луна обладает всеми условиями для комфортного отдыха от большого города. В вашем распоряжении 22
моря и 18 гор. Самое ближайшее кольцо гор всего в 200 километров от вашей квартиры.</p>
<p>Дома располагаются в новом районе «Лунные моря». При необходимости есть автобусы до района
«Лунный материк».</p>
</div>
</div>
</section>
<section id="booking" class="bg-grey">
<div class="flex form container jc-center">
<h2>Оставьте заявку сегодня!</h2>
<form>
<fieldset class="fieldset-booking">
<legend class="legend-text">Параметры квартиры</legend>
<div class="flex">
<label class="wh-50 text-al-left">Количество комнат</label>
<label>
<select class="wh-50 text-al-left field-apartment-parameters bg-white">
<option>1</option>
<option>2</option>
<option>3</option>
</select>
</label>
</div>
<div class="flex">
<label class="wh-50 text-al-left">Отделка</label>
<label>
<select class="wh-50 text-al-left field-apartment-parameters bg-white">
<option>Без отделки</option>
<option>С отделкой</option>
<option>Евроремонт</option>
</select>
</label>
</div>
</fieldset>
<fieldset class="fieldset-booking">
<legend class="legend-text">Контактная информация</legend>
<div class="flex">
<label class="wh-50 text-al-left">Имя:</label>
<div class="wh-50 text-al-left">
<label>
<input class="field-contact-information " type="text">
</label>
</div>
</div>
<div class="flex">
<div class="wh-50 text-al-left">
<label>Телефон:</label>
</div>
<div class="wh-50 text-al-left">
<label>
<input class="field-contact-information " type="text">
</label>
</div>
</div>
<div class="flex">
<div class="wh-50 text-al-left">
<label>E-mail:</label>
</div>
<div class="wh-50 text-al-left">
<label>
<input class="field-contact-information" type="text">
</label>
</div>
</div>
</fieldset>
<button class="btn btn-green bg-grey al-self-start">Отправить</button>
</form>
</div>
</section>
</main>
<footer class="bg-dark text-white jc-center">
<div class="flex container jc-around">
<div class="wh-30">
<div class="flex ai-center fw-bold">
<img src="images/logo.svg" alt="Логотип" class="height-2em">
<p class="m-left-1em">Лунное море</p>
</div>
<div class="copy">
<div>© <time datetime="2032">2032 год</time></div>
</div>
</div>
<div class="wh-30">
<h4>Проектная документация</h4>
<ul>
<li><a>Скачать</a></li>
<li><a>Посмотреть на сайте</a></li>
</ul>
</div>
<div class="wh-30">
<h4>О застройщике</h4>
<ul>
<li><a>Отзывы</a></li>
<li><a>Сайт компании</a></li>
</ul>
</div>
</div>
</footer>
</body>
</html>