-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact information.html
37 lines (36 loc) · 1.08 KB
/
Contact information.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
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: rgb(252, 252, 252);
color: #02a1fd;
font-family: Arial, sans-serif;
margin: 10;
padding: 0;
}
header {
background-color: rgb(2, 180, 250);
color: #fcfcfc;
padding: 10px;
text-align: center;
}
</style>
<h1>OUR LOCATIONS</h1>
</head>
<body>
<p>NANYUKI BRANCH</p>
<ul>
<li>Contacts: 0752 206 660 or 0756 338 419</li>
<li>Location: Along Kimathi road, opposite G4S Station, behind Stanbic Bank</li>
</ul>
<p>MERU BRANCH</p>
<ul>
<li>Contacts: 0733 848 683</li>
<li>Location: Kirukuri Street, At Incredible Hotel Building, opposite old Teachers building</li>
</ul>
<p>NAIVASHA BRANCH</p>
<ul>
<li>Contacts: 0751 822 830</li>
<li>Location: Opposite Nakuru Stage, Along Kenya Power Office</li>
</ul>