This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap.html
87 lines (77 loc) · 4.01 KB
/
map.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<!-- Coastal Lowlands Aquifer System Regional Groundwater Availability Study -->
<html>
<!-- ========================================= -->
<!-- HTML HEAD -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta name="author" content="" />
<link rel="shortcut icon" href="./img/usgs.ico" />
<title>Coastal Lowlands Aquifer System (CLAS) Regional Groundwater Availability Study</title>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/clas.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oxygen|Oswald|Open+Sans+Condensed:300,700" >
<link rel="stylesheet" href="/css/font-awesome.min.css" />
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<!-- ========================================= -->
<!-- HTML BODY -->
<body>
<!-- nav bar -->
<nav class="navbar navbar-default" id="usgs">
<div class="container">
<div id="usgscolorband">
<div class="navbar-header usgsbanner">
<img src="img/usgsvid.png" alt="USGS" id="usgsidentifier">
</div>
</div>
</div>
</nav>
<!-- end nav bar -->
<!-- Container -->
<div class="container">
<div class="row">
<div class="col-sm-12">
<h3>Mississippi Alluvial Plain Regional Groundwater Availability Study</h3>
<ul class="nav nav-tabs spacemetop" >
<li><a href="index.html">Home</a></li>
<li><a href="news.html">News</a></li>
<li class="active"><a href="map.html" >Study Area Map</a></li>
<li><a href="data.html">Data</a></li>
<li><a href="budget.html">Water Budget</a></li>
<li><a href="framework.html">Framework</a></li>
<li><a href="mess.html">Support System</a></li>
<li><a href="deliverables.html">Deliverables</a></li>
<li ><a href="timeline.html">Timeline</a></li>
<li><a href="partners.html">Partners</a></li>
<li><a href="staff.html">Staff</a></li>
<!--<li><a href="publications.html">Publications</a></li>-->
</ul>
</div>
<div class="col-sm-12 spacemetop map">
<img src="img/map_study_area.png" class="img-responsive img-thumbnail">
</div>
<p> </p>
</div>
</div>
<footer class="bluefooter">
<div class="container" id="usgsfooter">
<p class="usgsfootertext">
<a href="http://www.usgs.gov/accessibility.html" class="firstlinefooter">Accessibility</a> <a href="http://www.usgs.gov/foia/" class="firstlinefooter">FOIA</a> <a href="http://www.usgs.gov/privacy.html" class="firstlinefooter">Privacy</a> <a href="http://www.usgs.gov/policies_notices.html" class="firstlinefooter">Policies and Notices</a>
</p>
<p class="usgsfootertext shrinkme"><a href="http://www.doi.gov">U.S. Department of the Interior</a> || <a href="http://www.usgs.gov">U.S. Geological Survey</a></p>
<p class="usgsfootertext">Page Contact Information:</p>
<p class="usgsfootertext">Page modified:</p>
</div>
</footer>
<!--/#footer-->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>