-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (41 loc) · 1.29 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
<!DOCTYPE html>
<html>
<head>
<title>Shammy's World</title>
<link rel="StyleSheet" href="index.css">
</head>
<body>
<!-- Navigation bar -->
<nav>
<div class="navBar">
<ul>
<li><img class="logo" src="./images/sham.jpg"></li>
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="blog.html">Books & Blogs</a></li>
</ul>
</div>
</nav>
<!-- entry video -->
<div class="entry">
<video autoplay loop>
<source src="/images/shammy_nguvu_official_hd_video_h264_47265.mp4" type="video/mp4">
</video>
</div>
<br> <br>
<div class="welcome">
<h1>Sharon Akinyi <br>Upclose & Personal</h1>
</div>
<br>
<!-- footer -->
<div class="footer">
<footer>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<a href="https://www.facebook.com/xtone.dopgirl/" class="fa fa-facebook"></a>
<a href="https://www.linkedin.com/in/sharon-akinyi-a5024b208/" class="fa fa-linkedin"></a>
<a href="https://twitter.com/SharonMuriuki4" class="fa fa-twitter"></a>
<a href="https://www.instagram.com/shammy_sharon/" class="fa fa-instagram"></a>
</footer>
</div>
</body>
</html>