-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (102 loc) · 3.86 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
<!DOCTYPE html>
<html lang="en">
<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>Caric affordable apartments</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<div class="container">
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#benefits">Benefits</a></li>
<li><a href="#properties">Properties</a></li>
<li><a href="#contacts">Contacts</a></li>
</ul>
</nav>
<header>
<h1>CARIC AFFORDABLE APARTMENTS</h1>
</header>
<div id="hm">
<h2>HOME</h2>
</div>
<div id="home">
<img src="https://bit.ly/36jAlsk">
<img src="https://bit.ly/37oVC5i">
<img src="https://bit.ly/2NYLZCJ">
</div>
<div id="about">
<h2>ABOUT</h2>
<p>Caric affordable apartments is a real estate development company.<br />It was started in the year 2014
with the aim of buiding affordable home for the local<i> Mwananchi</i> to afford.</p>
<p>It is located along Thika supper high way 20 to 30 minutes drive from Nairobi Central business
District(CBD)</p>
<h4>mission</h4>
<p>Our mission is to creat affordable high quality houses to the local Kenyan.</p>
<h4>Vision</h4>
<p>Our vision is to see every Kenyan living in his/her dream home.</p>
</p><br />
<hr />
</div>
<div id="bf">
<h2>BENEFITS</h2>
</div>
<div id="benefits">
<ol>
<li>It is affordable</li>
<p>Caric apartments have resonable prizes with convinient payment plans depending on what our customers
prefer.</p>
<li>It is secure</li>
<p>Each and every place is fitted with cctv cameras and our highly trained guards are always alert
assuring you safety.</p>
<li>serine environment</li>
<p>The environment in Caric is quite and condusive.</p>
<li>Accessible.</li>
<p>Caric is 20 to 30 minutes drive from the Nairobi thus making it easily Accesible. </p>
</ol>
<p><b>Other benefits/Services are:</b>Baby sitting services,a school,church and a mosque.</p>
</div>
<div id="pro">
<h2>PROPERTIES</h2>
</div>
<div id="properties">
<img src="https://bit.ly/30ZYdjK">
<img src="https://bit.ly/2Rsm5cx">
<img src="https://bit.ly/2tFTyaw">
<img src="https://bit.ly/30QTyk5">
</div>
<footer>
<div id="contacts">
<h2>CONTACTS</h2>
<hr />
<table>
<tr>
<th>Address:</th>
<th>Telephone:</th>
<th>E-mail:</th>
</tr>
<tr>
<td>Caric main office</td>
<td>+254 746561438</td>
<td><a href="info@carric.co.ke">info@carric.co.ke</a></td>
</tr>
<tr>
<td>second floor</td>
<td></td>
<td>working hours</td>
</tr>
<tr>
<td>Thika road plaza</td>
<td></td>
<td>7:00am-7:00pm mon-fri</td>
</tr>
</table>
</div>
</footer>
</div>
</body>
</html>