-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
572 lines (520 loc) · 23.6 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
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
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mazidul Islam Rion - Real State</title>
<!------ BOXICONS ------>
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<!------ SWIPER CSS ------>
<link rel="stylesheet" href="css/swiper-bundle.min.css">
<!------ CSS ------>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!------ HEADER ------>
<header class="header" id="header">
<nav class="nav container">
<a href="#" class="nav_logo">
Homyz <i class="bx bx-home-alt-2"></i>
</a>
<div class="nav_menu">
<ul class="nav_list">
<li class="nav_item">
<a href="#home" class="nav_link active-link">
<i class="bx bx-home-alt-2"></i>
<span>Home</span>
</a>
</li>
<li class="nav_item">
<a href="#popular" class="nav_link">
<i class="bx bx-building-house"></i>
<span>Residences</span>
</a>
</li>
<li class="nav_item">
<a href="#value" class="nav_link">
<i class="bx bx-award"></i>
<span>Value</span>
</a>
</li>
<li class="nav_item">
<a href="#contact" class="nav_link">
<i class="bx bx-phone"></i>
<span>Contact</span>
</a>
</li>
</ul>
</div>
<!---- THEME CHANGE BUTTON ---->
<i class="bx bx-moon change-theme" id="theme-button"></i>
<a href="#" class="button nav_button">
SUBSCRIBE
</a>
</nav>
</header>
<!------ MAIN ------>
<main class="main">
<!---- HOME ---->
<section class="home section" id="home">
<div class="home_container container grid">
<div class="home_data">
<h1 class="home_title">
Discover <br> Most Suitable <br> Property
</h1>
<p class="home_description">
Find a variety of properties that suit you very easily,
forget all difficulties in finding residence for you
</p>
<form action="" class="home_search">
<i class="bx bxs-map"></i>
<input type="search" placeholder="Search by location..." class="home_search-input">
<button class="button">Search</button>
</form>
<div class="home_value">
<div>
<h1 class="home_value-number">
9K <span>+</span>
</h1>
<span class="home_value-description">
Premium <br> Product
</span>
</div>
<div>
<h1 class="home_value-number">
2K <span>+</span>
</h1>
<span class="home_value-description">
Happy <br> Customer
</span>
</div>
<div>
<h1 class="home_value-number">
28K <span>+</span>
</h1>
<span class="home_value-description">
Awards <br> Winning
</span>
</div>
</div>
</div>
<div class="home_images">
<div class="home_imgbg">
</div>
<div class="home_img">
<img src="img/home.jpg">
</div>
</div>
</div>
</section>
<!---- LOGOS ---->
<section class="logos section">
<div class="logos_container container grid">
<div class="logos_img">
<img src="img/logo1.png">
</div>
<div class="logos_img">
<img src="img/logo2.png">
</div>
<div class="logos_img">
<img src="img/logo3.png">
</div>
<div class="logos_img">
<img src="img/logo4.png">
</div>
</div>
</section>
<!---- POPULAR ---->
<section class="popular section" id="popular">
<div class="container">
<span class="section_subtitle">Best Choise</span>
<h2 class="section_title">
Popular Residences<span>.</span>
</h2>
</div>
<div class="popular_container swiper">
<div class="swiper-wrapper">
<article class="popular_card swiper-slide">
<img src="img/popular1.jpg" alt="" class="popular_img">
<div class="popular_data">
<h2 class="popular_price">
<span>$</span>66,356
</h2>
<h3 class="popular_title">
Garden City Assat
</h3>
<p class="popular_description">
Street The Garden City Of Miraflores, Lima - Perú Av. Sol #9876
</p>
</div>
</article>
<article class="popular_card swiper-slide">
<img src="img/popular2.jpg" alt="" class="popular_img">
<div class="popular_data">
<h2 class="popular_price">
<span>$</span>35,159
</h2>
<h3 class="popular_title">
Gables Luxurious House
</h3>
<p class="popular_description">
Street The Garden City Of Miraflores, Lima - Perú Av. Sol #9876
</p>
</div>
</article>
<article class="popular_card swiper-slide">
<img src="img/popular3.jpg" alt="" class="popular_img">
<div class="popular_data">
<h2 class="popular_price">
<span>$</span>75,043
</h2>
<h3 class="popular_title">
Garden Orchard City
</h3>
<p class="popular_description">
Street The Garden City Of Miraflores, Lima - Perú Av. Sol #9876
</p>
</div>
</article>
<article class="popular_card swiper-slide">
<img src="img/popular4.jpg" alt="" class="popular_img">
<div class="popular_data">
<h2 class="popular_price">
<span>$</span>62,024
</h2>
<h3 class="popular_title">
Luxurious City Garden
</h3>
<p class="popular_description">
Street The Garden City Of Miraflores, Lima - Perú Av. Sol #9876
</p>
</div>
</article>
<article class="popular_card swiper-slide">
<img src="img/popular5.jpg" alt="" class="popular_img">
<div class="popular_data">
<h2 class="popular_price">
<span>$</span>47,043
</h2>
<h3 class="popular_title">
Aliva Private Garden
</h3>
<p class="popular_description">
Street The Garden City Of Miraflores, Lima - Perú Av. Sol #9876
</p>
</div>
</article>
</div>
<div class="swiper-button-next">
<i class="bx bx-chevron-right"></i>
</div>
<div class="swiper-button-prev">
<i class="bx bx-chevron-left"></i>
</div>
</div>
</section>
<!---- VALUE ---->
<section class="value section" id="value">
<div class="value_container container grid">
<div class="value_images">
<div class="value_imgbg"></div>
<div class="value_img">
<img src="img/value.jpg" alt="">
</div>
</div>
<div class="value_content">
<div class="value_data">
<span class="section_subtitle">Our Value</span>
<h2 class="section_title">
Value We Give to You<span>.</span>
</h2>
<p class="value_description">
We always ready to help by providing the best service for you.
We believe a good place to live can make your life better.
</p>
</div>
<div class="value_accordion">
<div class="value_accordion-item">
<header class="value_accordion-header">
<i class="bx bxs-shield-x value_accordion-icon"></i>
<h3 class="value_accordion-title">
Best interest rates on the market
</h3>
<div class="value_accordion-arrow">
<i class="bx bxs-down-arrow"></i>
</div>
</header>
<div class="value_accordion-content">
<p class="value_accordion-description">
Price we provides is the best for you,
we guarantee no price changes on your property due
to various unexpected costs that may come.
</p>
</div>
</div>
<div class="value_accordion-item">
<header class="value_accordion-header">
<i class="bx bxs-x-square value_accordion-icon"></i>
<h3 class="value_accordion-title">
Prevent unstable prices
</h3>
<div class="value_accordion-arrow">
<i class="bx bxs-down-arrow"></i>
</div>
</header>
<div class="value_accordion-content">
<p class="value_accordion-description">
Price we provides is the best for you,
we guarantee no price changes on your property due
to various unexpected costs that may come.
</p>
</div>
</div>
<div class="value_accordion-item">
<header class="value_accordion-header">
<i class="bx bxs-bar-chart-square value_accordion-icon"></i>
<h3 class="value_accordion-title">
Best prices on the market
</h3>
<div class="value_accordion-arrow">
<i class="bx bxs-down-arrow"></i>
</div>
</header>
<div class="value_accordion-content">
<p class="value_accordion-description">
Price we provides is the best for you,
we guarantee no price changes on your property due
to various unexpected costs that may come.
</p>
</div>
</div>
<div class="value_accordion-item">
<header class="value_accordion-header">
<i class="bx bxs-check-square value_accordion-icon"></i>
<h3 class="value_accordion-title">
Security of your data
</h3>
<div class="value_accordion-arrow">
<i class="bx bxs-down-arrow"></i>
</div>
</header>
<div class="value_accordion-content">
<p class="value_accordion-description">
Price we provides is the best for you,
we guarantee no price changes on your property due
to various unexpected costs that may come.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!---- CONTACT ---->
<section class="contact section" id="contact">
<div class="contact_container container grid">
<div class="contact_images">
<div class="contact_imgbg"></div>
<div class="contact_img">
<img src="img/contact.png" alt="">
</div>
</div>
<div class="contact_content">
<div class="contact_date">
<span class="section_subtitle">Contact Us</span>
<h2 class="section_title">
Easy to Contact us<span>.</span>
</h2>
<p class="contact-description">
Is there a problem fining your dream home? Need a
guide in buying first home? or need a consultation
on residential issues? just contact us.
</p>
</div>
<div class="contact_card">
<div class="contact_card-box">
<div class="contact_card-info">
<i class="bx bxs-phone-call"></i>
<div>
<h3 class="contact_card-title">
Call
</h3>
<p class="contact_card-description">
022.321.165.19
</p>
</div>
</div>
<button class="button contact_card-button">
Call Now
</button>
</div>
<div class="contact_card-box">
<div class="contact_card-info">
<i class="bx bxs-message-rounded-dots"></i>
<div>
<h3 class="contact_card-title">
Chat
</h3>
<p class="contact_card-description">
022.321.165.19
</p>
</div>
</div>
<button class="button contact_card-button">
Chat Now
</button>
</div>
<div class="contact_card-box">
<div class="contact_card-info">
<i class="bx bxs-video"></i>
<div>
<h3 class="contact_card-title">
Video Call
</h3>
<p class="contact_card-description">
022.321.165.19
</p>
</div>
</div>
<button class="button contact_card-button">
Video Call Now
</button>
</div>
<div class="contact_card-box">
<div class="contact_card-info">
<i class="bx bxs-envelope"></i>
<div>
<h3 class="contact_card-title">
Message
</h3>
<p class="contact_card-description">
022.321.165.19
</p>
</div>
</div>
<button class="button contact_card-button">
Message Now
</button>
</div>
</div>
</div>
</div>
</section>
<!---- SUBSCRIBE ---->
<section class="subscribe section">
<div class="subscribe_container container">
<h1 class="subscribe_title">
Get Started with Holux
</h1>
<p class="subscribe_description">
Subscribe and find super attractive price
quotes from us, Find your residence soon
</p>
<a href="#" class="subscribe_button button">
Get Started
</a>
</div>
</section>
</main>
<!------ FOOTER ------>
<footer class="footer section">
<div class="footer_container container grid">
<div>
<a href="#" class="footer_logo">
Holux <i class="bx bxs-home-alt-2"></i>
</a>
<p class="footer_description">
our vision is to make all people <br>
the best place to live for them.
</p>
</div>
<div class="footer_content">
<div>
<h3 class="footer_title">
About
</h3>
<ul class="footer_links">
<li>
<a href="#" class="footer_link">About Us</a>
</li>
<li>
<a href="#" class="footer_link">Features</a>
</li>
<li>
<a href="#" class="footer_link">News & Blog</a>
</li>
</ul>
</div>
<div>
<h3 class="footer_title">
Company
</h3>
<ul class="footer_links">
<li>
<a href="#" class="footer_link">How We Work?</a>
</li>
<li>
<a href="#" class="footer_link">Capital</a>
</li>
<li>
<a href="#" class="footer_link">Security</a>
</li>
</ul>
</div>
<div>
<h3 class="footer_title">
Support
</h3>
<ul class="footer_links">
<li>
<a href="#" class="footer_link">FAQs</a>
</li>
<li>
<a href="#" class="footer_link">Support center</a>
</li>
<li>
<a href="#" class="footer_link">Contact Us</a>
</li>
</ul>
</div>
<div>
<h3 class="footer_title">
Follow us
</h3>
<ul class="footer_social">
<a href="https://www.facebook.com/" target="_blank" class="footer_social-link">
<i class="bx bxl-facebook-circle"></i>
</a>
<a href="https://www.instagram.com" target="_blank" class="footer_social-link">
<i class="bx bxl-instagram-alt"></i>
</a>
<a href="https://www.pinterest.com/" target="_blank" class="footer_social-link">
<i class="bx bxl-pinterest"></i>
</a>
</ul>
</div>
</div>
</div>
<div class="footer_info container">
<span class="footer_copy">
© Rion Islam. All rights reserved
</span>
<div class="footer_privicy">
<a href="#">Terms & Agreements</a>
<a href="#">Privacy Policy</a>
</div>
</div>
</footer>
<!------ SCROLL UP ------>
<a href="#" class="scrollup" id="scrollup">
<i class="bx bx-chevrons-up"></i>
</a>
<!------ SCROLL REVEAL JS ------>
<script src="js/scrollreveal.min.js"></script>
<!------ SWIPER JS ------>
<script src="js/swiper-bundle.min.js"></script>
<!------ JAVASCRIPT ------>
<script src="js/script.js"></script>
</body>
</html>