-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.html
35 lines (32 loc) · 1.07 KB
/
header.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
<head>
<title>Don Husa</title>
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<script type="text/javascript" src="javascript/jquery-latest.js">
</script>
<script type="text/javascript" src="javascript/headerscript.js">
</script>
<!--js-->
</head>
<body>
<!--master can change styles of entire page-->
<div id='master'> </div>
<div id="header">
<div id="headerpix">
<img src="images/me.png" alt="Image" width="240" height="180" />
</div>
<div id="headertxt">
<span id=name> Don Husa</span> <br /> [email protected]
</div>
<br />
</div>
<div class="nav">
<ul>
<li id="index"> <a href='index.php'> Home </a></li>
<li id="education"><a a href='education.php'> Education </a></li>
<li id="projects"> <a href='projects.php'> Projects </a></li>
<li id="resume"> <a href='resume.php'> Resume/CV </a></li>
<li id="contact"> <a href='contact.php'> Contact </a></li>
<li id="blog"> <a href='blog.php'> Blog </a></li>
<li id="login"> <a href='login.php'> Login </a></li>
</ul>
</div>