-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (53 loc) · 1.46 KB
/
index.html
File metadata and controls
62 lines (53 loc) · 1.46 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
---
layout: default
---
<div class="header">
<p class="h2 no-pad-bottom">Federal open data sets have been unavailable for</p>
<div id="clock">
<!-- ><div>
<span id="months"></span>
<div class="small">Months</div>
</div>
<div> -->
<span id="days"></span>
<div class="small">Days</div>
</div>
<div>
<span id="hours"></span>
<div class="small">Hours</div>
</div>
<div>
<span id="minutes"></span>
<div class="small">Minutes</div>
</div>
<div>
<span id="seconds"></span>
<div class="small">Seconds</div>
</div>
</div>
</div>
<div class='content'>
<p class="h2">So, why does this matter?</p>
<div id="reasons">
<p id="reason">
</p>
</div>
<br/>
<button class="btn" id="more">
Give me another reason
</button>
<button class="btn" id="call-to-action-btn">
Ok yinz, this is crazy
</button>
<br/><br/>
</div>
<div id="do-something">
<p class="h2">Don't just read — here are some ways you can <i>act</i> :</p>
<!-- This is where call to actions go! -->
</div>
<div class="footer">
<br/>
<p><a href="about.html#why">Why is this happening?</a></p>
<p><a href="about.html#team">Clock proudly built by volunteers at Chi Hack Night. Adapted by Code for Pittsburgh.</a></p>
<br/>
</div>