-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
179 lines (173 loc) · 6.08 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<html>
<head>
<title>Tools for Voting</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles/main.css">
<!-- SHARING STUFF -->
<meta property="og:url" content="https://github.com/CodeForAsheville/tools-for-voting-ballot"/>
<meta property="og:type" content="ballot" />
<meta property="og:title" content="Code for Asheville Voting Tool" />
<meta property="og:description" content="Check out who I voted for!" />
<meta property="og:image" content="img/toolsforvoting.png"/>
<!-- END SHARING STUFF -->
</head>
<body>
<div class="share-and-print">
<!-- <h3>
Share or Print your Selections
</h3> -->
<div class="print">
<div class="print-content">
<table>
<thead>
<tr>
<th>
Office
</th>
<th>
Your Selection
</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div class="print-button">
<a href="#" class="button green">
Print Out Your Selections
</a>
</div>
<!-- <div class="share-button-container">
<a class='share-button button blue' href="#" target='_blank'>
Share Your Selections
</a>
</div> -->
</div>
</div>
<div class="page">
<div class="wrapper">
<img class="spinner" src="img/spinner.svg"/>
<!-- Step1 -->
<div class='step1'>
<img src='img/toolsforvoting.png' />
<div><p align="center"><b>For registered voters in Buncombe County, NC</b></p></div>
<form action='#'>
<!-- <h1>Tools for Voting!</h1> -->
<h1>Enter your Name</h1>
<div id='user-form'>
<!-- <label>Name: </label> -->
<input type="text" id='full-name' value='' placeholder="First and Last Name" />
<!--
<input id='first-name' value='' placeholder="First Name" />
<input id='last-name' value='' placeholder="Last Name" />
-->
<input class="button blue" type='submit' id='enter-name' value='Go!' />
</div>
<div id='results'></div>
<div class='show-voter-info desktop-hidden dropdown-activate'>
<span>Show Additional Voter Info [+]</span>
</div>
<div id='single-voter-detail' class='mobile-hidden dropdown'>
<h2 class='voter-name'></h2>
<div id='single-voter-additional-info'></div>
</div>
<div class="sample-ballot-button-container">
<a class='sample-ballot-button button blue' href="#" target='_blank'>
View your Sample Ballot
</a>
</div>
</form>
</div>
<!-- END Step1 -->
<div class='step2' style='display: none'>
<div class='text-center'>
<div class='back-to-step1 button blue'><span>◀</span> Clear Selections & Enter a New Name</div>
</div>
<div class='ballot-description ui-description'>
<p>
Below are the options for your specific ballot. You may select one candidate/referenda in each section. When you're finished, click the "Print Out Your Selections" button at the bottom of the screen to get a condensed version of your selections that you can take with you to the ballot office.
</p>
</div>
<!-- <h1>Partisan Offices</h1> -->
<div class="ballot-container">
<div class="ballot-section">
<h2>
President and Vice President of the United States (You may vote for ONE)
</h2>
<div class="ballot-section-info">
<span class="instructions">
</span>
</div>
<div class="ballot-section-options">
<ul>
<li class="selected">
<div class="candidate">
<h3 class="candidate-name">
Candidate Name
</h3>
<h4 class="candidate-party">
Democrat
</h4>
</div>
<div class="actions">
<a href="#" class="select-candidate">
Select Candidate
</a>
</div>
<div class="candidate-info-container">
<div class="candidate-info-learnmore">
<a href="#">
Learn More
</a>
</div>
<div class="candidate-website">
</div>
<div class="candidate-info">
<p>
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.
</p>
</div>
</div>
</li>
<li class="write-in">
<div class="candidate">
<h3 class="candidate-name">
Write In
</h3>
<input type="text" class="write-in-field">
</div>
<div class="actions">
<a href="#" class="select-candidate">
Select Candidate
</a>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
This is Open Source Software! <a href='https://github.com/CodeForAsheville/tools-for-voting-ballot'>View on GitHub</a>
<br></br>
Having issues with our tool? Let us know on our <a href='https://github.com/CodeForAsheville/tools-for-voting-ballot/issues'>project issues page</a> on Github or email us at <a href="mailto:[email protected]">[email protected]</a>
</footer>
<!-- Scripts -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55164398-3', 'auto');
ga('send', 'pageview');
</script>
<script src="https://code.jquery.com/jquery-3.1.1.min.js" crossorigin="anonymous"></script>
<script type='text/javascript' src='js/sticky-kit.js'></script>
<script type='text/javascript' src='js/tabletop.js'></script>
<script type='text/javascript' src='js/scripts.js'></script>
<script type='text/javascript' src='js/interface.js'></script>
</body>
</html>