-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.html
68 lines (58 loc) · 2.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Our Project</title>
<link href='assets/css/bulma.css' type='text/css' rel='stylesheet'></link>
<link href='assets/css/index.css' type='text/css' rel='stylesheet'></link>
</head>
<body>
<div class="header">
<img src="assets/images/logo.jpg" alt="LOGO"/ class="logo">
<a href="#default" class="name">MaRa Home Services</a>
<div class="header-right">
<a href="index.html">Welcome</a>
<a href="About.html">About<hr></a>
<a href="services.html">Services</a>
<a href="connect.html">Connect</a>
</div>
</div>
<div>
<div class="row">
<div class="column cont">
<h3 class="us"><b>WHO WE ARE</b></h3>
<p>We are here to provide individuals with home <br>
services like maid , handymen , plumbing , <br>
electricals, painting and cleaning services.</p>
<h3 class="us"><b> OUR AIM</b></h3>
<p>We aim at making your home look Awesome, help you cut off stress, and help maintain your home.<br>
Are you stressed?<br>
Is work Taking all your time?<br>
We are just a call away, CALL now.
</p>
</div>
<div class="column cont" >
<img src="assets/images/rama.jpg" alt="image" class="pics"/>
<h3><b>Co-founder</b></h3>
<h4><b>Miss Ramatu Abubakar</b></h4>
<p>A web developer and a degree holder in Business Administration
from The University Of Professional Studies, Accra.</p>
</div>
<div class="column cont" >
<img src="assets/images/mandy.jpg" alt="image" class="pics"/>
<h3><b>Co-founder</b></h3>
<h4><b>Miss Amanda Okpara</b></h4>
<p>A web developer, a data Journalist, an Entreprenuer, a volunteer and a student of the University Of CapeCoast reading Bachelor of Economics.</p>
</div>
</div>
</div>
<footer>
<a href="mailto:[email protected]"><img src="assets/images/twit.jpg" alt="" class="icons" ></a>
<a href="mailto:[email protected]"><img src="assets/images/mail.png" alt="" class="icons"></a>
<a href="mailto:[email protected]"><img src="assets/images/ff.png" alt="" class="icons"></a>
<a href="mailto:[email protected]"><img src="assets/images/link.png" alt="" class="icons"></a>
<p><b>Copyright © MaRa Home Services Contact Us : +233 205192729</b></p>
</footer>
</body>
</html>