-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskydive.html
More file actions
65 lines (48 loc) · 1.63 KB
/
skydive.html
File metadata and controls
65 lines (48 loc) · 1.63 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Caroline Rose | Skydiving Map</title>
<!--Link to CSS style sheet-->
<link href="styles/screen.css" rel="stylesheet" type="text/css" />
</head>
<!--VISIBILE WEBSITE CONTENT-->
<body>
<div id="wrapper">
<!--Banner at top of page-->
<header>
<h1><a href="index.html">Caroline Rose</a></h1>
<!--Navigation menu-->
<nav>
<ul>
<!--<li><a href="index.html">home</a> | </li>-->
<li><a href="index.html">portfolio</a> | </li>
<li><a href="about.html">about</a> | </li>
<li><a href="resume.html">rèsumè</a></li>
<!--<li><a href="contact.html">contact</a></li>-->
</ul>
</nav>
</header>
<div id="content"><!--content between header and footer-->
<table>
<tr>
<td class="width40">
<a href="mendota.html"><p>prev</p></a>
</td>
<td class="width820">
<h2 class="center_me">Skydive!</h2>
</td>
<td class="width40">
<a href="alnwick.html"><p>next</p></a>
</td>
</tr>
</table>
<p class="description">This map was a finalist in the <span class="underline_me"><a target="_blank" href="http://bizarremap.sdsu.edu/Voting/awardlist.htm">UCSD Bizarre Maps Challenge 2010</a></span>.</p> It is designed to be a poster-sized print.
<a href="images/skydiving_map.gif" target=_blank><img src="images/skydiving_map.gif" height="610" width="900" alt="skydiving map" /></a>
</div><!--Closes content div-->
<footer>
<p>© Caroline Rose 2015</p>
</footer>
</div><!--Closes wrapper div-->
</body>
</html>