-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhead.php
26 lines (24 loc) · 1.01 KB
/
head.php
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
<!DOCTYPE html>
<html>
<head>
<title>Shan Yang - <?= $section ?></title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" >
<link href="css/customer-comp.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Cookie" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Oleo+Script" rel="stylesheet" type="text/css">
<?= $extralink ?>
</head>
<body>
<h1>Shan Yang</h1>
<hr />
<div id="navcontainer">
<ul>
<li id="front"><a href="index.html"><img src="images/icon/1.png" alt="front" /> Front Page </a></li>
<li id="resume"><a href="resume.php"><img src="images/icon/2.png" alt="resume" /> Resume </a></li>
<li id="project"><a href="#"><img src="images/icon/3.png" alt="project" /> Projects </a></li>
<li id="blog"><a href="blog.php"><img src="images/icon/4.png" alt="blog" /> Blog </a></li>
<li id="contact"><a href="#"><img src="images/icon/5.png" alt="contact" /> Contact Me </a></li>
</ul>
</div>
<hr />
<div class="white" id="para">