-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcolorado-delta.html
More file actions
56 lines (42 loc) · 1.41 KB
/
colorado-delta.html
File metadata and controls
56 lines (42 loc) · 1.41 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Caroline Rose | Colorado Delta 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"><!--encloses all visible content-->
<!--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">
<table>
<tr>
<td class="width40"><a href="alnwick.html"><p>prev</p></a></td>
<td class="width820"><h2 class="center_me">The Colorado River Delta</h2></td>
<td class="width40"><a href="index.html"><p>portfolio</p></a></td>
</tr>
</table>
<p class="description">This map highlights the environmentally threatened Colorado River Delta.</p>
<img src="images/colorado-delta-web.png" height="1076" width="900" alt="Colorado Delta map">
</div><!--Closes content div-->
<footer>
<p>© Caroline Rose 2013</p>
</footer>
</div><!--Closes wrapper div-->
</body>
</html>