Skip to content

Commit

Permalink
add footer and more text
Browse files Browse the repository at this point in the history
  • Loading branch information
kcivey committed Jul 20, 2012
1 parent 3f1019c commit fd74bb9
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
#address {
width: 65%;
}
.navbar p {
line-height: 19px;
padding: 9px 0;
}
</style>

<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
Expand Down Expand Up @@ -65,7 +69,7 @@ <h1>Ever thought about running for office?
have 2-year terms.</p>
<p>To get your name on the November ballot, you must pick up petitions at
the <a href="http://dcboee.org">DC Board of Elections</a>, get the signatures of at least
25 registered voters in your district, and file the petitions by 5pm on August 8.</p>
25 registered voters in your district, and file the petitions by 5pm on August 8, 2012.</p>
<div class="countdown"></div>
</div>
</div>
Expand All @@ -85,14 +89,28 @@ <h1>Ever thought about running for office?
<p id="smd-not-changing">You will remain in the same SMD after redistricting.</p>
<div id="candidates">
<p>So far <span class="number-candidates"></span> candidate<span class="candidate-plural"></span>
<span class="candidate-verb"></span> picked up petitions to run in <span class="smd-2012"></span>:</p>
<span class="candidate-verb"></span> picked up petitions to run in <span class="smd-2012"></span>
(though there's always room for one more):</p>
<ul></ul>
</div>
<p id="no-candidates">There are as yet no candidates running in <span class="smd-2012"></span>.</p>
<p id="no-candidates">There are as yet no candidates running in <span class="smd-2012"></span>.
You could be the first to file, and might even run unopposed.</p>
</div>
</div>
</div>
</div>

<div class="navbar">
<div class="navbar-inner">
<div class="container-fluid">
<p>Site created by <a href="http://twitter.com/kcivey">Keith C. Ivey</a>, July 2012.
Thanks to <a href="http://www.dcboee.org/newsroom/showASPfile.asp?cat=News%20Releases&amp;id=1013&amp;mid=7&amp;yid=2012">DC Board of Elections</a>,
<a href="https://scraperwiki.com/profiles/kcivey/">ScraperWiki</a>, and
<a href="https://github.com/kcivey/runforanc">GitHub</a>.</p>
</div>
</div>
</div>

<script src=" https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.countdown.pack.js"></script>
Expand Down

0 comments on commit fd74bb9

Please sign in to comment.