-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.43 KB
/
index.html
File metadata and controls
39 lines (39 loc) · 1.43 KB
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>The Igwe's Family Library</title>
</head>
<body background="Photos/winter.png" link="Blue" alink="red" vlink="purple">
<center>
<nav>
<a href='index.html'> Home </a> |
<a href="About.html"> About Us</a> |
<a href="Familytree.html"> Family Tree </a> |
<a href="Gallery.html"> Photo Gallery </a> |
<a href="ContactUs.html"> Contact Us </a> |
</nav>
</center>
<br><br>
<center><h1><font face="trajan pro" font size="40" color="purple">The Igwes</font></h1>
</center>
<br>
<div class = "container">
<font face="Calibri" font size="5" color="purple"> <br><br>
<blockquote>
<h2 align="center"><font face="CentSchbkCyrill BT" size="6" > Vision </font></h2>
<h4 align="center">
<em><font face="Ubuntu" font size="5">Leaving an amiable legacy, Touching lives.</font></em></h4>
<br>
<h2 align="center"><font face="CentSchbkCyrill BT" size="6">Mission</font></h2>
<h4 align="center"><em><font face="Ubuntu" font size="5">Touching lives through social, spiritual and physical interactions </font></em></h4>
<hr>
</blockquote>
</font>
</div>
<footer>
<font face="Calibri" font size="5" color="#002960">
<marquee ><center><b><font face="Comic Sans MS" font size="5" color="purple">Walk into our world and see what we share.</font></b></center></marquee>
</font>
</footer>
</body>
</html>