-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4+room.html
514 lines (457 loc) · 21.3 KB
/
4+room.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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Адмиралъ</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Сайт для агенства по недвижке" />
<meta name="keywords" content="квартира, жилье и т.п." />
<meta name="author" content="" />
<!-- Facebook and Twitter integration -->
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Flexslider -->
<link rel="stylesheet" href="css/flexslider.css">
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="fh5co-page">
<header id="fh5co-header" role="banner">
<div class="container">
<div class="row">
<div class="header-inner">
<h1><a href="index.html">АДМИРАЛ<span>Ъ</span></a></h1>
<nav role="navigation">
<ul>
<li><a href="1room.html">1-ком.</a></li>
<li><a href="2room.html">2-ком.</a></li>
<li><a href="3room.html">3-ком.</a></li>
<li><a href="4+room.html">4+ ком.</a></li>
<li><a href="houseplace.html">Дома и участки</a></li>
<li><a href="work.html">Офисы</a></li>
<li class="cta"><a href="contact.html">Контакты</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<div class="fh5co-page-title" style="background-image: url(images/slide_6.jpg);">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12 animate-box">
<h1><span class="colored">4-х комнатные квартиры и больше</span> по цене застройщика!</h1>
</div>
</div>
</div>
</div>
<div id="best-deal">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading animate-box" data-animate-effect="fadeIn">
<h2>Тут вы можете найти для себя идеальный вариант</h2>
<p>Описать почему и какой идеальный. </p>
</div>
<div class="col-md-4 item-block animate-box" data-animate-effect="fadeIn">
<div class="fh5co-property">
<figure>
<img src="images/slide_3.jpg" alt="Site images" class="img-responsive">
<a href="#" class="tag">Продается</a>
</figure>
<div class="fh5co-property-innter">
<h3><a href="#">Заполнить квартирой</a></h3>
<div class="price-status">
<span class="price">$Много </span>
</div>
<p>Описание дома или квартиры.</p>
</div>
<p class="fh5co-property-specification">
<span><strong>80</strong>кв/м</span> <span><strong>2</strong> Спальни</span> <span><strong>3</strong> Этаж</span> <span><strong>1</strong> Гараж</span>
</p>
</div>
</div>
<div class="col-md-4 item-block animate-box" data-animate-effect="fadeIn">
<div class="fh5co-property">
<figure>
<img src="images/slide_2.jpg" alt="Site images" class="img-responsive">
<a href="#" class="tag">Продается</a>
</figure>
<div class="fh5co-property-innter">
<h3><a href="#">Заполнить домами</a></h3>
<div class="price-status">
<span class="price">$Очень много</span>
</div>
<p>Описание дома или квартиры.</p>
</div>
<p class="fh5co-property-specification">
<span><strong>80</strong>кв/м</span> <span><strong>2</strong> Спальни</span> <span><strong>3</strong> Этаж</span> <span><strong>1</strong> Гараж</span>
</p>
</div>
</div>
<div class="col-md-4 item-block animate-box" data-animate-effect="fadeIn">
<div class="fh5co-property">
<figure>
<img src="images/slide_1.jpg" alt="Site images" class="img-responsive">
<a href="#" class="tag">Продается</a>
</figure>
<div class="fh5co-property-innter">
<h3><a href="#">Заполнить предложение</a></h3>
<div class="price-status">
<span class="price">$Много</span>
</div>
<p>Описание дома или квартиры.</p>
</div>
<p class="fh5co-property-specification">
<span><strong>80</strong>кв/м</span> <span><strong>2</strong> Спальни</span> <span><strong>3</strong> Этаж</span> <span><strong>1</strong> Гараж</span>
</p>
</div>
</div>
<div class="col-md-4 item-block animate-box" data-animate-effect="fadeIn">
<div class="fh5co-property">
<figure>
<img src="images/slide_4.jpg" alt="Site images" class="img-responsive">
<a href="#" class="tag">Продается</a>
</figure>
<div class="fh5co-property-innter">
<h3><a href="#">Заполнить квартирой</a></h3>
<div class="price-status">
<span class="price">$Много </span>
</div>
<p>Описание дома или квартиры.</p>
</div>
<p class="fh5co-property-specification">
<span><strong>80</strong>кв/м</span> <span><strong>2</strong> Спальни</span> <span><strong>3</strong> Этаж</span> <span><strong>1</strong> Гараж</span>
</p>
</div>
</div>
<div class="col-md-4 item-block animate-box" data-animate-effect="fadeIn">
<div class="fh5co-property">
<figure>
<img src="images/slide_5.jpg" alt="Site images" class="img-responsive">
<a href="#" class="tag">Продается</a>
</figure>
<div class="fh5co-property-innter">
<h3><a href="#">Заполнить домами</a></h3>
<div class="price-status">
<span class="price">$ОЧень много</span>
</div>
<p>Описание дома или квартиры.</p>
</div>
<p class="fh5co-property-specification">
<span><strong>80</strong>кв/м</span> <span><strong>2</strong> Спальни</span> <span><strong>3</strong> Этаж</span> <span><strong>1</strong> Гараж</span>
</p>
</div>
</div>
<div class="col-md-4 item-block animate-box" data-animate-effect="fadeIn">
<div class="fh5co-property">
<figure>
<img src="images/slide_6.jpg" alt="Site images" class="img-responsive">
<a href="#" class="tag">Продается</a>
</figure>
<div class="fh5co-property-innter">
<h3><a href="#">Заполнить предложение</a></h3>
<div class="price-status">
<span class="price">$1,Много</span>
</div>
<p>Описание дома или квартиры.</p>
</div>
<p class="fh5co-property-specification">
<span><strong>80</strong>кв/м</span> <span><strong>2</strong> Спальни</span> <span><strong>3</strong> Этаж</span> <span><strong>1</strong> Гараж</span>
</p>
</div>
</div>
<div class="col-md-4 item-block animate-box" data-animate-effect="fadeIn">
<div class="fh5co-property">
<figure>
<img src="images/slide_3.jpg" alt="Site images" class="img-responsive">
<a href="#" class="tag">Продается</a>
</figure>
<div class="fh5co-property-innter">
<h3><a href="#">Заполнить квартирой</a></h3>
<div class="price-status">
<span class="price">$Много </span>
</div>
<p>Описание дома или квартиры.</p>
</div>
<p class="fh5co-property-specification">
<span><strong>80</strong>кв/м</span> <span><strong>2</strong> Спальни</span> <span><strong>3</strong> Этаж</span> <span><strong>1</strong> Гараж</span>
</p>
</div>
</div>
<div class="col-md-4 item-block animate-box" data-animate-effect="fadeIn">
<div class="fh5co-property">
<figure>
<img src="images/slide_2.jpg" alt="Site images" class="img-responsive">
<a href="#" class="tag">Продается</a>
</figure>
<div class="fh5co-property-innter">
<h3><a href="#">Заполнить домами</a></h3>
<div class="price-status">
<span class="price">$ОЧень много</span>
</div>
<p>Описание дома или квартиры.</p>
</div>
<p class="fh5co-property-specification">
<span><strong>80</strong>кв/м</span> <span><strong>2</strong> Спальни</span> <span><strong>3</strong> Этаж</span> <span><strong>1</strong> Гараж</span>
</p>
</div>
</div>
<div class="col-md-4 item-block animate-box" data-animate-effect="fadeIn">
<div class="fh5co-property">
<figure>
<img src="images/slide_1.jpg" alt="Site images" class="img-responsive">
<a href="#" class="tag">Продается</a>
</figure>
<div class="fh5co-property-innter">
<h3><a href="#">Заполнить предложение</a></h3>
<div class="price-status">
<span class="price">$1,Много</span>
</div>
<p>Описание дома или квартиры.</p>
</div>
<p class="fh5co-property-specification">
<span><strong>80</strong>кв/м</span> <span><strong>2</strong> Спальни</span> <span><strong>3</strong> Этаж</span> <span><strong>1</strong> Гараж</span>
</p>
</div>
</div>
<div class="col-md-4 item-block animate-box" data-animate-effect="fadeIn">
<div class="fh5co-property">
<figure>
<img src="images/slide_4.jpg" alt="Site images" class="img-responsive">
<a href="#" class="tag">Продается</a>
</figure>
<div class="fh5co-property-innter">
<h3><a href="#">Заполнить квартирой</a></h3>
<div class="price-status">
<span class="price">$Много </span>
</div>
<p>Описание дома или квартиры.</p>
</div>
<p class="fh5co-property-specification">
<span><strong>80</strong>кв/м</span> <span><strong>2</strong> Спальни</span> <span><strong>3</strong> Этаж</span> <span><strong>1</strong> Гараж</span>
</p>
</div>
</div>
<div class="col-md-4 item-block animate-box" data-animate-effect="fadeIn">
<div class="fh5co-property">
<figure>
<img src="images/slide_5.jpg" alt="Site images" class="img-responsive">
<a href="#" class="tag">Продается</a>
</figure>
<div class="fh5co-property-innter">
<h3><a href="#">Заполнить домами</a></h3>
<div class="price-status">
<span class="price">$ОЧень много</span>
</div>
<p>Описание дома или квартиры.</p>
</div>
<p class="fh5co-property-specification">
<span><strong>80</strong>кв/м</span> <span><strong>2</strong> Спальни</span> <span><strong>3</strong> Этаж</span> <span><strong>1</strong> Гараж</span>
</p>
</div>
</div>
<div class="col-md-4 item-block animate-box" data-animate-effect="fadeIn">
<div class="fh5co-property">
<figure>
<img src="images/slide_6.jpg" alt="Site images" class="img-responsive">
<a href="#" class="tag">Продается</a>
</figure>
<div class="fh5co-property-innter">
<h3><a href="#">Заполнить предложение</a></h3>
<div class="price-status">
<span class="price">$1,Много</span>
</div>
<p>Описание дома или квартиры.</p>
</div>
<p class="fh5co-property-specification">
<span><strong>80</strong>кв/м</span> <span><strong>2</strong> Спальни</span> <span><strong>3</strong> Этаж</span> <span><strong>1</strong> Гараж</span>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center animate-box" data-animate-effect="fadeIn">
<nav>
<ul class="pagination">
<li class="disabled">
<a href="#" aria-label="Previous">
<span aria-hidden="true">«</span>
</a>
</li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li>
<a href="#" aria-label="Next">
<span aria-hidden="true">»</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<div id="fh5co-testimonial">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center fh5co-heading animate-box" data-animate-effect="fadeIn">
<h2>Наши счастливые клиенты</h2>
<p>Нужно рассказать почему они счастливые. </p>
</div>
<div class="col-md-4 text-center item-block animate-box" data-animate-effect="fadeIn">
<blockquote>
<p>“ Очень благодарна сотрудникам риэлторской компании «Адмиралъ», за помощь в продаже дома. Не первый раз обращаюсь в данную компанию и всегда отличный результат за кратчайшие сроки. Профессионалы своего дела! Желаю им дальнейшего процветания и хороших клиентов! ”</p>
<p><span class="fh5co-author"><cite>Айжан Асемова</cite></span><i class="icon twitter-color icon-twitter pull-right"></i></p>
</blockquote>
</div>
<div class="col-md-4 text-center item-block animate-box" data-animate-effect="fadeIn">
<blockquote>
<p>“
Я очень благодарна сотрудникам этого центра с удовольствием буду сотрудничать. Мне помогли быстро сдать мои квартиры и уже живут 2 года. Удачи вам и успехов в вашей профессии! ”</p>
<p><span class="fh5co-author"><cite>Розалия Арстанова</cite></span><i class="icon googleplus-color icon-google-plus pull-right"></i></p>
</blockquote>
</div>
<div class="col-md-4 text-center item-block animate-box" data-animate-effect="fadeIn">
<blockquote>
<p>“
Работал сам, по рекомендации родителей, сказали, как скажут так и надо сделать, все сделали как говорили. Рекомендую. ”</p>
<p><span class="fh5co-author"><cite>Илон Маск</cite></span><i class="icon facebook-color icon-facebook pull-right"></i></p>
</blockquote>
</div>
</div>
</div>
</div>
<div id="fh5co-agents">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center fh5co-heading white animate-box" data-animate-effect="fadeIn">
<h2>Наши доверенные агенты</h2>
<p>Нужно рассказать почему они такие доверенные. </p>
</div>
<div class="col-md-4 text-center item-block animate-box" data-animate-effect="fadeIn">
<div class="fh5co-agent">
<figure>
<img src="images/testimonial_person2.jpg" alt="site image">
</figure>
<h3>Жамал</h3>
<p>Рекомендательное письмо (или рекомендация) — это документ, предназначенный для придания дополнительного веса заявлению о приеме на работу.</p>
<p><a href="#" class="btn btn-primary btn-outline">Связаться</a></p>
</div>
</div>
<div class="col-md-4 text-center item-block animate-box" data-animate-effect="fadeIn">
<div class="fh5co-agent">
<figure>
<img src="images/testimonial_person3.jpg" alt="site image">
</figure>
<h3>Салкын Эже</h3>
<p>Рекомендательное письмо (или рекомендация) — это документ, предназначенный для придания дополнительного веса заявлению о приеме на работу.</p>
<p><a href="#" class="btn btn-primary btn-outline">Связаться</a></p>
</div>
</div>
<div class="col-md-4 text-center item-block animate-box" data-animate-effect="fadeIn">
<div class="fh5co-agent">
<figure>
<img src="images/testimonial_person4.jpg" alt="site image">
</figure>
<h3>Эльзада</h3>
<p>Рекомендательное письмо (или рекомендация) — это документ, предназначенный для придания дополнительного веса заявлению о приеме на работу.</p>
<p><a href="#" class="btn btn-primary btn-outline">Связаться</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="fh5co-cta" style="background-image: url(images/slide_4.jpg);">
<div class="overlay"></div>
<div class="container">
<div class="col-md-12 text-center animate-box" data-animate-effect="fadeIn">
<h3>Посети нашу страничку на Lalafo для большего выбора!</h3>
<p><a href="#" class="btn btn-primary btn-outline with-arrow">Перейти! <i class="icon-arrow-right"></i></a></p>
</div>
</div>
</div>
<footer id="fh5co-footer" role="contentinfo">
<div class="container">
<div class="col-md-3 col-sm-12 col-sm-push-0 col-xs-12 col-xs-push-0">
<h3>О нас</h3>
<p>Агентство недвижимости «Адмиралъ» - большой выбор вторичного жилья, квартир в новостройках, загородной недвижимости и земельных участков. </p>
<p><a href="#" class="btn btn-primary btn-outline with-arrow btn-sm">Вверх <i class="icon-arrow-right"></i></a></p>
</div>
<div class="col-md-6 col-md-push-1 col-sm-12 col-sm-push-0 col-xs-12 col-xs-push-0">
<h3>Наши услуги</h3>
<ul class="float">
<li><a href="1room.html">1-комнатные кв.</a></li>
<li><a href="2room.html">2-комнатные кв.</a></li>
<li><a href="3room.html">3-комнатные кв.</a></li>
<li><a href="4+room.html">Больше комнат</a></li>
</ul>
<ul class="float">
<li><a href="work.html">Офисы для бизнеса</a></li>
<li><a href="houseplace.html">Покупка дома</a></li>
<li><a href="work.html">Коммерческие участки</a></li>
<li><a href="houseplace.html">Пустой участок</a></li>
</ul>
</div>
<div class="col-md-2 col-md-push-1 col-sm-12 col-sm-push-0 col-xs-12 col-xs-push-0">
<h3>Подпишитесь</h3>
<ul class="fh5co-social">
<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-google-plus"></i></a></li>
<li><a href="#"><i class="icon-instagram"></i></a></li>
</ul>
</div>
<div class="col-md-12 fh5co-copyright text-center">
<p>© 2021 Все права защищены. <span>Дизайн с <i class="icon-heart"></i> от <a href="blackmonkeydev" target="_blank">Black Monkey Dev.</a> Демо-картинки от <a href="http://unsplash.com/" target="_blank">Unsplash</a></span></p>
</div>
</div>
</footer>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Flexslider -->
<script src="js/jquery.flexslider-min.js"></script>
<!-- MAIN JS -->
<script src="js/main.js"></script>
</body>
</html>
<!-- Сделал Жантай Байке -->