-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (47 loc) · 1.79 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-10">
<title>Campbell Hawkes | Winter</title>
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Arimo:400italic,400,700italic,700|Josefin+Sans' rel='stylesheet' type='text/css'>
<link href="css/main.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<a href="index.html">
<h1>Campbell Hawkes </h1>
<h2>Athlete and Creator of Things</h2>
</a>
</header>
<div id="navpanel">
<nav>
<ul>
<li> <a href="index.html", class="current">Previous Work</a> </li>
<li> <a href="about.html">About Campbell</a> </li>
<li> <a href="contact.html">Contact</a> </li>
</ul>
</nav>
</div>
<div id="wrapper" style="text-align: center">
<section>
<p> A short collection of images </p>
<ul id="gallery">
<li><a href="img/Frontflip.jpg"><img src="img/Frontflip.jpg" alt="Skier: Campbell Hawkes"><p>Skier: Campbell Hawkes
Image Credit: Angus Ward
Location: Mt Hutt, NZ</p></a></li>
<li><a href="img/Flatfive.jpg"><img src="img/Flatfive.jpg" alt=""><p>Skier: Campbell Hawkes
Image Credit: Chris McLean
Location: Mt Hutt, NZ</p></a></li>
<li><a href="img/JNATScliff.jpg"><img src="img/JNATScliff.jpg" alt=""><p>Skier: Campbell Hawkes
Credit: Chris Burrel-Smith
Location: Cardrona, NZ</p></a></li>
</ul>
</section>
</div>
<footer>
<a href="http://www.facebook.com/campbell.hawkes"><img src="img/facebook-wrap.png" alt="Link to Campbell's Facebook Profile" class="social_links"></a>
<p> © 2015 - Campbell Hawkes.</p>
</footer>
</body>
</html>