-
Notifications
You must be signed in to change notification settings - Fork 0
/
navigation.html
50 lines (43 loc) · 1.36 KB
/
navigation.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
<!DOCTYPE html>
<html lang = "en">
<head>
<meta name="keywords" content="Personal, Gish, Madison Gish"/>
<meta name="description" content="Personal Webpage for Madison Gish"/>
<meta charset="UTF-8"/>
<link href="css/style.css" type="text/css" rel="stylesheet">
<title>What About Madison Gish?</title>
</head>
<body>
<!-- *************Header*************************** -->
<div>
<header>
<h2><strong>Madison Gish</strong></h2>
<!-- <img height="129" src="pictures/MadisonLogo.png" alt="Drawing of Madison"/> -->
</header>
</div>
<!-- **************Navigation Sidebar ************* -->
<div>
<nav>
<br/>
<a class="contact" href= "MadisonG.html"; style="color:white;text-decoration:none;text-align:center"><strong>Home</strong>
</a>
<br/>
<br/>
<a class="contact" href= "aboutMe.html"; style="color:white;text-decoration:none;text-align:center"><strong>About Me</strong>
</a>
<br/>
<br/>
<a class="contact" href= "resume.html"; style="color:white;text-decoration:none;text-align:center"><strong>Resume</strong>
</a>
<br/>
<br/>
<a class="contact" href= "projects.html"; style="color:white;text-decoration:none;text-align:center"><strong>Projects</strong>
</a>
<br/>
<br/>
<a class="contact" href= "contactMe.html"; style="color:white;text-decoration:none;text-align:center"><strong>Contact Me</strong>
</a>
</nav>
</div>
</body>
</html>