-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
32 lines (31 loc) · 1.23 KB
/
portfolio.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Adam Johnson - Portfolio</title>
<link href="css/smoothness/jquery-ui-1.10.0.custom.css" rel="stylesheet">
<script src="js/jquery-1.9.0.js"></script>
<script src="js/jquery-ui-1.10.0.custom.js"></script>
<link href="style_light.css" rel="stylesheet">
</head>
<body>
<div class="section" id="page">
<h1 class="header" id="pagetitle">This is my portfolio.</h1>
<div class="section" id="links">
<ul class="list">
<li><a href="index.html">Home</a></li>
<li><a href="bio.html">Bio</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact Info</a></li>
</ul>
</div>
<div class="section" id="content">
<p class="text">
Unfortunately, this is about all I have to show you at the moment. <br><br>
However, I am working on some personal projects and hope to update soon with the finished products.
</p>
</div>
</div>
</body>
</html>