-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 954 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Jarratt Smith, jadefox10200</title>
<link rel="stylesheet" type="text/css" href="/assets/css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/assets/pages/about.html">About</a></li>
<li><a href="/assets/pages/cv.html">CV</a></li>
<li><a href="/assets/pages/blog.html">Blog</a></li>
</ul>
</nav>
<div>
<div>
<div class="center-it">
<h2>Jarratt Smith</h2>
<img id="profilePhoto" src="/assets/img/photographerCircle.jpg"/>
<p>
This page is still under development but feel free to snoop around.
</p>
</div>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul>
<li><a href="mailto:[email protected]">email</a></li>
<li><a href="https://github.com/jadefox10200">github.com/jadefox10200</a></li>
</ul>
</footer>
</body>
</html>