-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (25 loc) · 774 Bytes
/
index.html
File metadata and controls
29 lines (25 loc) · 774 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Peyton W Rose</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="banner">
<div class="banner-content">
<h1 style="font-weight:inherit;">Peyton W Rose</h1>
</div>
</div>
<div class="navigation">
<ul>
<!--<li> <a href="./aboutme.html"> About Me </a> </li> -->
<li> <a href="./images/CV.pdf"> CV </a> </li>
<li> <a href="./work.html"> Work </a> </li>
<li> <a href="./play.html"> Play </a> </li>
<li> <a href="./backpacking.html"> Backpacking </a> </li>
<li> <a href="./photography.html"> Photography </a> </li>
</ul>
</div>
<p> yes, those are crocs DISCLAIMER -- THIS IS A WORK IN PROGRESS </p>
</body>
</html>