forked from chihacknight/il-budget-clock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (63 loc) · 2.85 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
---
layout: default
---
<div class="header">
<p class="h2 no-pad-bottom">Pennsylvania has languished without a real budget 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>
<p class="h2 no-pad-bottom">The Governor gave his <a href="http://www.wtae.com/news/governor-wolfs-20162017-budget-address-for-pennsylvania/37899574">budget address</a> for the <i>upcoming year </i></p>
<div id="clock">
<div>
<span id="govdays"></span>
<div class="small">Hours Ago</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>
<p><strong>Contact Pennsylvania politicians Governor <a href="https://www.governor.pa.gov/contact/">Tom Wolf</a>, Speaker of the House <a href="http://www.legis.state.pa.us/cfdocs/legis/home/member_information/house_bio.cfm?id=289">Mike Turzai</a>, and President pro tem of the Senate <a href="http://www.legis.state.pa.us/cfdocs/legis/home/member_information/senate_bio.cfm?id=283">Joseph Scarnati</a></strong> and tell them that Pennsylvania needs a budget <i>ASAP</i>. <br /><a href="http://openstates.org/find_your_legislator/">Look up your state reps, and contact them as well.</a>.</p>
<p><strong><a href="https://docs.google.com/forms/d/1jNqgCJRMXj9QNOffVixHVjC-IC45PzAInH6UTv2K8zU/viewform">Contribute your story</a></strong> of how the Pennsylvania budget crisis has affected you. We'll add it to this site!</p>
<p><strong>Spread the word!</strong> Share this site on social media and comment using <a href="http://twitter.com/home?status=Clock%20that%20shows%20how%20long%20Pennsylvania%20has%20languished%20without%20a%20real%20budget%20-%20http%3A%2F%2FPaBudgetClock.com%20%23ticktockpa%20h%2Ft%20%40OpenPGH">#ticktockPA.</a></p>
<br/>
</div>
<div class="footer">
<br/>
<p><a href="about.html#why">Why is this happening?</a></p>
<p><a href="about.html#team">Proudly built by volunteers at Chi Hack Night, and adapted by Open Pittsburgh.</a></p>
<br/>
</div>