forked from GSA/open-data-program-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (59 loc) · 3.97 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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<title>Department of the Interior Data Hub</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/assets/css/normalize.css">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/syntax.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="/assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header role="banner">
<div class="wrap">
<img class="logo" src="/assets/img/U_S__Department_of_the_Interior.gif" alt="U.S. Department of the Interior">
<h1><a class="title-link" href="/">Department of the Interior Data Hub</a></h1>
</div>
</header>
<div class="wrap content">
<aside>
<p class="intro">A hub for data at the Department of the Interior</p>
<a class="skip-link visuallyhidden focusable" href="#main">Skip to Main Content</a>
<nav role="navigation">
<ul>
<li><a href="/index.html">Home</a></li>
<li><a href="/pages/featured_data.html">Featured Data</a></li>
<li><a href="/pages/data_catalog.html">Full Data Catalog</a></li>
<li><a href="/pages/feedback.html">Feedback</a></li>
<li><a href="/pages/news.html">News</a></li>
<li><a href="/pages/developers.html">Developers</a></li>
<li><a href="/pages/open_data.html">Open Data at DOI</a></li>
</ul>
</nav>
</aside>
<section id="main" class="main-content" role="main">
<p><strong>Welcome the the Department of the Interior’s Data Hub!</strong> The Department of the Interior is the home of the National Park Service, the U.S. Geological Survey, the U.S. Fish and Wildlife Service, the Bureau of Indian Affairs, the Bureau of Land Management, the Bureau of Reclamation, the Bureau of Ocean Energy Management, the Bureau of Safety and Environmental Enforcement, and the Office of Surface Mining, Reclamation and Enforcement.</p>
<h4 id="looking-for-doi-data">Looking for DOI data?</h4>
<p>Look no further! We have <em>a lot</em> of data, and so we’ve collected some of our most popular and interesting datasets and data products in categories such as Energy, Recreation and Water in our <a href="/pages/featured_data.html">Featured Data area</a>.</p>
<p>If you want to search our entire public data listing, visit the <a href="http://data.doi.gov/">DOI beta data catalog</a>. Please note that our catalog was recently launched on November 30, 2013. Expect constant improvement over the next few months as we work out issues and respond to feedback.</p>
<p>DOI data is also available (along with data from other Federal departments) at <a href="http://www.data.gov/">data.gov</a>.</p>
<h4 id="have-a-data-suggestion-for-us">Have a data suggestion for us?</h4>
<p>We welcome your feedback, and have started a space for you to suggest ideas, comment on other ideas, and rank what you think is important. Visit our <a href="http://usinterior.ideascale.com/">feedback area</a> and leave us a note. We’re especially interested in hearing what datasets you’d like to see that would serve you or your business better.</p>
<!--
#### News
#### Developers
#### Open Data at DOI
-->
</section>
<footer role="contentinfo">
<p>Hosted on Github Pages. <a href="https://github.com/usinterior/doi-data-hub">Help make this site better by suggesting improvements.</a></p>
</footer>
</div><!-- /.wrap -->
</body>
</html>