forked from aguynamedjoetoo/gov-availability
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (40 loc) · 1.38 KB
/
index.html
File metadata and controls
55 lines (40 loc) · 1.38 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
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Gov Availability</title>
<meta name="description" content="The availability of the government of the United States of America.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1><span class="big">Availability</span> of the government of the United States of America</h1>
<div class="availability">
<h2>This Year</h2>
<p id="this-year"></p>
<h2>This Administration</h2>
<p id="this-administration"></p>
<h2>All Time</h2>
<p id="all-time"></p>
<h2>Previous Administrations</h2>
<h3>Barack Obama</h3>
<p id="obama-administration"></p>
<h3>George W. Bush</h3>
<p id="bushjr-administration"></p>
<h3>Bill Clinton</h3>
<p id="clinton-administration"></p>
<h3>George H.W. Bush</h3>
<p id="bushsr-administration"></p>
<h3>Ronald Reagan</h3>
<p id="reagan-administration"></p>
<h3>Jimmy Carter</h3>
<p id="carter-administration"></p>
</div>
<p class="footer">
<a href="https://github.com/cmgiven/gov-availability/">GitHub</a> |
<a href="https://github.com/cmgiven/gov-availability/blob/master/data.json">Data</a> |
<a href="https://github.com/cmgiven/gov-availability/blob/master/LICENSE.txt">No copyright</a>
</p>
<script src="script.js"></script>
</body>
</html>