-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
39 lines (37 loc) · 1.59 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta charset="UTF-8">
<title>Unofficial election results brought to you by FOSS@RIT</title>
<link rel='stylesheet' href='css/bean.css' type='text/css'>
<link rel='stylesheet' href='css/progress.css' type='text/css'>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/election.js"></script>
</head>
<body>
<div class="wrapper">
<a href="http://github.com/Qalthos/monroe-elections">
<img style="position: absolute; top: 0; right: 0; border: 0;"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"
alt="Fork me on GitHub">
</a>
<h1>Unofficial Election Data</h1>
<ul id='tabs'></ul>
<div class='table'>
<div class='cell' id='list'></div>
<div class='cell' id='progress'></div>
<div class='cell' id="contest"></div>
</div>
<div class="footer">
<a name='key'></a>
A blank ballot is a ballot which has been handed in with no votes
recorded on it.<br />
An undervote occurs when the number of choices selected by a voter in a
contest is less than the maximum number allowed for that contest or
when no selection is made for a single choice contest. (Wikipedia)<br />
An overvote occurs when one votes for more than the maximum number of
selections allowed in a contest. (Wikipedia)<br />
</div>
</div>
</body>
</html>