-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (40 loc) · 1.58 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
<!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=' https://cdnjs.com/libraries/bulma' type='text/css' rel='stylesheet'></link>
<link href='assets/css/index.css' type='text/css' rel='stylesheet'></link>
</head>
<body class="back"><!--the bacground image-->
<div class="contain"> <!--the covering on the image-->
<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<hr></a>
<a href="About.html">About</a>
<a href="services.html">Services</a>
<a href="connect.html">Connect</a>
</div>
</div>
<div class="columns">
<div>
<p id= "up"> We make your Home</p>
<p id="down">Stand Out</p>
<p id='click'><button >click me</button></p>
</div>
</div>
</div><!--back ends here-->
</div><!--#contain ends here-->
<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>
<script src='assets/js/index.js'></script>
</body>
</html>