-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
37 lines (29 loc) · 1.06 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
<html>
<head>
<title> MAKING A DIFFERENCE </title>
<link href = "style.css" rel ="stylesheet" type="text/css">
</head>
<body>
<header>
<div class="row">
<div class="logo">
<img src="Me.jpg">
</div>
<ul class="main-nav">
<li class="active"><a href=""> HOME</a></li>
<li><a href="">ABOUT US</a></li>
<li><a href="">CONTACT US</a></li>
<li><a href="">JOIN US</a></li>
<li><a href="https://www.quintimpact.blogspot.com">BLOG</a></li>
</ul>
</div>
<div class="impact">
<h1>WHO HAVE YOU INSPIRED TODAY?</h1>
<div class="button">
<a href="" class="btn btn-one"> WATCH VIDEO</a>
<a href="" class="btn btn-two"> READ MORE</a>
</div>
</div>
</header>
</body>
</html>