generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
107 lines (105 loc) · 4.27 KB
/
about.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
<!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>Taas Real Estate</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.2/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/about.css">
</head>
<body>
<header>
<nav class="topNav">
<a href="#"><i class="bi bi-facebook"></i></a>
<a href="#"><i class="bi bi-twitter"></i></a>
<a href="#">English</a>
<a href="#">English</a>
<a href="#" class="signup">Logout</a>
</nav>
<!--Navigation mobile-->
<nav class="menu_mobile">
<div class="curtain">
<a href="#" class="close">×</a>
<div class="curtain-content">
<a class="menu-link" href="#home">Properties</a>
<a class="menu-link" href="#about">Blog</a>
<a class="menu-link" href="#contact">Report</a>
<a class="menu-link" href="#contact">Contact Us</a>
</div>
</div>
<i class="fa fa-bars open"></i>
</nav>
<!--Navigation desktop-->
<nav class="menu_desktop">
<div class="logo">
<img src="images/logo.png" alt="Logo-Image">
<a href="index.html">Taas Homes</a>
</div>
<div class="nav_menu">
<a class="menu-link" href="#home">Properties</a>
<a class="menu-link" href="#about">Blog</a>
<a class="menu-link" href="#contact">Report</a>
<a class="menu-link" href="#contact">Contact Us</a>
</div>
</nav>
</header>
<!--Home section-->
<section class="introduction">
<a href="index.html" ><i class="fa fa-home" aria-hidden="true"></i> Home</a>
<div class="content ">
<h1>10 Units Left! Ready to move in 2&3 Beds</h1>
<p>Last chance to be part of the masterfully designed Moon Valley Apartments in Kileleshwa. Enjoy crazy discounts only for a limited time.
Specifically personalized for you! MORTGAGE ACCEPTED</p>
<h3>please contact Taas Home through email for booking and any queries on</h3>
<span>petrolesapiti@gmail.com</span>
</div>
</section>
<section class="featured-blogs">
<h2>Brand new from Taas Homes</h2>
<hr>
<p>Last chance to be part of the masterfully designed Moon Valley Apartments in Kileleshwa. Enjoy crazy discounts only for a limited time.
Specifically personalized for you! MORTGAGE ACCEPTED</p>
<div class="logo-in-section">
<img src="images/logo.png" alt="Logo-Image">
<a href="">Taas Homes</a>
</div>
</section>
<section class="featured-blogs">
<h2>Enjoy Luxury at your confort</h2>
<hr>
<p>Last chance to be part of the masterfully designed Moon Valley Apartments in Kileleshwa. Enjoy crazy discounts only for a limited time.
Specifically personalized for you! MORTGAGE ACCEPTED</p>
<div class="section-image">
<div class="imagecont">
<img src="images/about.png" alt="Taas homes">
<div class="text-block">
<h4>2022 Taas Homes exhibition</h4>
</div>
</div>
<div class="imagecont">
<img src="images/about.jpg" alt="Taas homes">
<div class="text-block">
<h4>2022 Taas Homes exhibition</h4>
</div>
</div>
</div>
</section>
<!--Foooter section-->
<footer>
<div class="copyright">
<div class="show">
<img src="images/logo.png" alt="Logo-Image">
<a href="">Taas Homes</a>
</div>
<div class="copyrightContent">
<h5>2022. Taas Homes is a real state company in Kenya. All rights reserved</h5>
<h6>We have ample parking space in all our highend properties in Keleleshwa, Kilimani and Eastlands.Partnered with all major banks for our customers who are looking to secure morgage facilities.</h6>
</div>
</div>
</footer>
<script src="js/about.js"></script>
</body>
</html>