-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout-us.html
505 lines (400 loc) · 18.2 KB
/
About-us.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
<!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>Royal homes</title>
<link rel="stylesheet" href="./css/bootstrap.css">
<link rel = "stylesheet" href="./css/style.css">
<!-- mobile-responsive-css -->
<link rel="stylesheet" href="./css/responsive.css">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<!-- MDB -->
<!-- slick-slider -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css">
</head>
<body>
<!-- navbar-section -->
<section class="top-nav" id ="myHeader">
<div class="container" >
<div class="row">
<nav class="navbar navbar-expand-lg custom-navvsss">
<a class="navbar-brand" href="#" >
<img src="./images/logo1.png" alt="" class="img-fluid " id="dark-logo">
</a>
<div>
<button class="navbar-toggler manufactor-btn" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<span class="user-login"><a href="#"><i class="fas fa-user-circle user-modify"></i></a></span></div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 custom-navbars">
<li class="nav-item">
<a class="nav-link text-white custom-navlinks" aria-current="page" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-white custom-navlinks" href="/">About us</a>
</li>
<li class="nav-item">
<a class="nav-link text-white custom-navlinks" href="./blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link text-white custom-navlinks" href="./Contact.html">Contact</a>
</li>
</ul>
<button class="btn custom-btn" type="submit"> <a href="./login/login-form.html" class="text-decoration-none text-white">Login </a>
</button>
</div>
</nav>
</div>
</div>
</section>
<!-- navbar-section -->
<!-- banner-section -->
<section class="about-section">
<div class="container">
<div class="row ">
<div class="col-lg-6">
<div class="position-relative">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item "><a href="./index.html" class="text-white">Home</a></li>
<li class="breadcrumb-item active text-white" aria-current="page">About us</li>
</ol>
</nav>
<h3 class="text-white">About Us</h3>
</div>
</div>
</div>
</div>
</section>
<!-- content-section -->
<section class="content-section ">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center mt-3">
<h2>Our Mission Is To Find Real Home</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
<div class="col-lg-6 mt-4">
<p><img src="./images/about-img.jpg" alt="about-img" class="img-fluid"></p>
</div>
<div class="col-lg-6 mt-4">
<h6>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</h6>
<p>when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here</p>
</div>
</div>
</div>
</section>
<!--end-- content-section -->
<!-- why-choose-us -->
<section class="choose-section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3>Why Choose Us?</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
<div class="col-lg-4">
<div class="card choose-card">
<div class="handshake">
<i class="fas fa-handshake cl-orange hover-effext "></i>
</div>
<div class="card-body text-center">
<h5 class="card-title">Trusted By Thousands</h5>
<p class="card-text">There are many variations of passages of Lorem Ipsum available, but the majority have Ipsum available.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card choose-card">
<div class="handshake">
<i class="fas fa-house-user cl-orange hover-effext "></i>
</div>
<div class="card-body text-center">
<h5 class="card-title">Wide Renge Of Properties</h5>
<p class="card-text">There are many variations of passages of Lorem Ipsum available, but the majority have Ipsum available.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card choose-card">
<div class="handshake">
<i class="fas fa-hand-holding-usd cl-orange hover-effext "></i>
</div>
<div class="card-body text-center">
<h5 class="card-title">Financing Made Easy</h5>
<p class="card-text">There are many variations of passages of Lorem Ipsum available, but the majority have Ipsum available.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- counter-section-start -->
<section class="counter-section">
<div class="container">
<div class="row">
<div class="col-lg-3 text-center">
<div class="value" num="6700">0 </div>
<h5 class="for-purpose">Homes to Sale</h5>
</div>
<div class="col-lg-3 text-center">
<div class="value" num="5000">0</div>
<h5 class="for-purpose">Homes for rent</h5>
</div>
<div class="col-lg-3 text-center">
<div class="value" num="5000">0</div>
<h5 class="for-purpose">Recently sold</h5>
</div>
<div class="col-lg-3 text-center">
<div class="value" num="50000">0</div>
<h5 class="for-purpose">Happy Customer</h5>
</div>
</div>
</div>
</section>
<!-- our-team-section -->
<section class="team-section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3>Our Team</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
<div class="col-lg-3 mt-4">
<div class="card image-card">
<p class="mb-0"><img src="./images/team-1.jpg" alt="team-1" class="img-fluid hover-img"></p>
<div class="card-title mt-2"><h5>Cristina angel</h5>
<ul class="list-unstyled d-flex justify-content-between mb-0">
<li>Agent</li>
<li>5 <i class="fas fa-star cl-warning"></i></li>
</ul>
</div>
<div class="overlay">
<ul class="list-unstyled d-flex justify-content-between hover-social">
<li><a href="javascript:void(0)"><i class="fab fa-facebook-square text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-twitter text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-instagram text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-pinterest text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-dribbble text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-google text-white"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 mt-4">
<div class="card image-card">
<p class="mb-0"><img src="./images/team-2.png" alt="team-2" class="img-fluid hover-img"></p>
<div class="card-title mt-2"><h5>Cristina angel</h5>
<ul class="list-unstyled d-flex justify-content-between mb-0">
<li>Agent</li>
<li>4 <i class="fas fa-star cl-warning"></i></li>
</ul>
</div>
<div class="overlay">
<ul class="list-unstyled d-flex justify-content-between hover-social">
<li><a href="javascript:void(0)"><i class="fab fa-facebook-square text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-twitter text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-instagram text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-pinterest text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-dribbble text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-google text-white"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 mt-4">
<div class="card image-card">
<p class="mb-0"><img src="./images/team-3.png" alt="team-3" class="img-fluid hover-img"></p>
<div class="card-title mt-2"><h5>Cristina angel</h5>
<ul class="list-unstyled d-flex justify-content-between mb-0">
<li>Agent</li>
<li>4 <i class="fas fa-star cl-warning"></i></li>
</ul>
</div>
<div class="overlay">
<ul class="list-unstyled d-flex justify-content-between hover-social">
<li><a href="javascript:void(0)"><i class="fab fa-facebook-square text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-twitter text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-instagram text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-pinterest text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-dribbble text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-google text-white"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 mt-4">
<div class="card image-card">
<p class="mb-0"><img src="./images/team-4.png" alt="team-4" class="img-fluid hover-img"></p>
<div class="card-title mt-2"><h5>Cristina angel</h5>
<ul class="list-unstyled d-flex justify-content-between mb-0">
<li>Agent</li>
<li>5 <i class="fas fa-star cl-warning"></i></li>
</ul>
</div>
<div class="overlay">
<ul class="list-unstyled d-flex justify-content-between hover-social">
<li><a href="javascript:void(0)"><i class="fab fa-facebook-square text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-twitter text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-instagram text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-pinterest text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-dribbble text-white"></i></a></li>
<li><a href="javascript:void(0)"><i class="fab fa-google text-white"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- our-partner-section -->
<section class="partner-section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center ">
<h3>Our Partners</h3>
<p>We only work with the best companies around the globe</p>
</div>
<div class="col-lg-12 partner-img ">
<ul class="list-unstyled d-flex justify-content-between">
<li><img src="./images/1.png" alt="first-img" class="img-fluid"></li>
<li><img src="./images/2.png" alt="first-img" class="img-fluid"></li>
<li><img src="./images/3.png" alt="first-img" class="img-fluid"></li>
<li><img src="./images/4.png" alt="first-img" class="img-fluid"></li>
<li><img src="./images/5.png" alt="first-img" class="img-fluid"></li>
</ul>
</div>
</div>
</div>
</section>
<!-- looking-for-dream-home -->
<section class="looking-section">
<div class="container">
<div class="row">
<div class="col-lg-8">
<h2><b>Looking for a dream home?</b></h2>
<p class="text-white">We can help you realize your dream of a new home</p>
</div>
<div class="col-lg-4">
<div class ="explore-btn">
<button type ="button"class="btn btn-lg ">Explore Properties</button>
</div>
</div>
</div>
</div>
</section>
<!-- footer-section -->
<section class="footer-section">
<div class="container">
<div class="row">
<div class="col-lg-4 about-site">
<h5>About Site</h5>
<p>Real Homes is a good website for real estate where modern aesthetics are combined with tasteful simplicity.</p>
<div><a href="" class="text-decoration-none read-more">Read More <i class="fas fa-chevron-right"></i></a></div>
</div>
<div class="col-lg-4">
<h5>Contact Us</h5>
<ul class="list-unstyled contact-list">
<li><a href="javascript:void(0)" class="text-decoration-none"> <i class="fas fa-map-marker-alt "></i><span class="ms-2">4417 Langtown Road,Davenport</span></a></li>
<li><a href="javascript:void(0)" class="text-decoration-none"><i class="fab fa-whatsapp"></i><span class="ms-2">7462874656</span></a></li>
<li><a href="javascript:void(0)" class="text-decoration-none"><i class="fas fa-phone-alt"></i><span class="ms-2">7462874656</span></a></li>
<li><a href="javascript:void(0)" class="text-decoration-none"><i class="fas fa-envelope"></i><span class="ms-2">sales@example.com</span></a></li>
</ul>
</div>
<div class="col-lg-4">
<h5>Remain Updated</h5>
<div><input type="text" class="form-control"></div>
<button type="button" class="btn btn-outline-danger mt-3 submit-btn">Submit</button>
<div>
<ul class="list-unstyled d-flex footer-list">
<li><a href=""><i class="fab fa-facebook-f me-3"></i></a></li>
<li><a href=""><i class="fab fa-instagram me-3"></i></a></li>
<li><a href=""><i class="fab fa-twitter me-3"></i></a></li>
<li><a href=""><i class="fab fa-youtube me-3"></i></a></li>
</ul>
</div>
</div>
<!-- copy-right-section -->
<div class="col-lg-12 copy-right-section">
<hr>
<div class="row ">
<div class="col-lg-8 ">
<p>© 2023. All rights reserved.</p>
</div>
<div class="col-lg-4">
<div>
<ul class="list-unstyled d-flex copyright-nav justify-content-between">
<li> <a href="javascript:void(0)" class="text-decoration-none">Contact Us</a></li>
<li> <a href="javascript:void(0)" class="text-decoration-none">FAQ</a></li>
<li> <a href="javascript:void(0)" class="text-decoration-none">Privacy</a></li>
<li> <a href="javascript:void(0)" class="text-decoration-none">Term & Conditions</a></li>
</ul></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- footer-section -->
<script>
const counters = document.querySelectorAll('.value');
const speed = 9000;
counters.forEach( counter => {
const animate = () => {
const value = +counter.getAttribute('num');
const data = +counter.innerText;
const time = value / speed;
if(data < value) {
counter.innerText = Math.ceil(data + time);
setTimeout(animate, 1);
}else{
counter.innerText = value;
}
}
animate();
});
</script>
<script>
window.onscroll = function() {myFunction()};
// Get the header
var header = document.getElementById("myHeader");
// Get the offset position of the navbar
var sticky = header.offsetTop;
let styls = document.getElementsByClassName('custom-navlinks');
// Add the sticky class to the header when you reach its scroll position. Remove "sticky" when you leave the scroll position
function myFunction() {
if (window.pageYOffset > sticky) {
header.classList.add("sticky");
for(let i=0;i<6;i++){
styls[i].classList.add("colorss");
document.getElementById("dark-logo").src="../images/logo-dark.png";
}
}
else {
header.classList.remove("sticky");
for(let i=0;i<6;i++){
styls[i].classList.remove("colorss");
document.getElementById("dark-logo").src="../images/logo1.png";
}
}
}
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.js"></script>
<script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js' type='text/javascript'></script>
<script src='https://cdn.jsdelivr.net/gh/freeps2/a7rarpress@main/slick.js' type='text/javascript'></script>
<script src="https://kit.fontawesome.com/aee3b404c0.js" crossorigin="anonymous"></script>
<script src="./js/index.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
</body>
</html>