-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
46 lines (43 loc) · 1.24 KB
/
about.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
<!DOCTYPE HTML>
<html>
<head>
<title> Brian Platt</title>
<link href='http://fonts.googleapis.com/css?family=Bitter:400,700,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="Assets/Stylesheets/style.css">
<link rel="stylesheet" type="text/css" href="Assets/Stylesheets/responsive.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="Assets/Javascript/text.js"></script>
</head>
<div class="header">
<!--<div id="topNav">-->
<header>
<nav>
<ul><!--<ul id="siteNav">-->
<li><a href="index.html" class="selected">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="photos.html">Photography</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="https://twitter.com/bplatt2112">Twitter</a></li>
</ul>
</nav>
</header>
</div>
</div>
<ul id="gallery">
<li></li>
</ul>
</section>
<body>
<!--<div class="content-cont">-->
<div id="content">
<h1> About </h1>
<!--<img src="img/gratt.png" alt ="Image of Brian Platt" class="profile-pic">-->
<p>
</p>
</div>
<footer>
<p>© 2015 Brian Platt. </p>
</footer>
<!--</div>-->
</body>
</html>