forked from codeforsanjose/OpenDSJ
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
220 lines (201 loc) · 10.8 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<!doctype html>
<html>
<head>
<link rel="shortcut icon" href=".ico" type="image/x-icon">
<meta charset="utf-8">
<link href='http://fonts.googleapis.com/css?family=Lato:400,100,300' rel='stylesheet' type='text/css' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/main.js"></script>
<title>Open Disclosure San Jose: 2014 Mayoral Election</title>
<link rel="stylesheet" href="css/style.css">
<meta name="description" content="This app will outline raw information about the 2014 San Jose California Mayoral race contributuions. Code for San Jose version of Open Disclosure app originally rolled by Code for America. ">
<meta name="keywords" content="2014, San Jose, Mayor, contributions, Code for America, Code for San Jose">
<meta name="author" content="Gajan Nagaraj, Kyle Hand, Vivek Bansal, Christopher Kennedy, Nicole Tindall, Kalen Gallagher, Jack Tse, Marcos Lira">
</head>
<body>
<header>
<div class="container">
<div id="logo">
<a href="#enter">OpenDSJ</a>
</div>
<nav>
<ul>
<li>
<a href="#slides">Candidate Break Down</a></li>
|
<li>
<a href="#more">More Info</a>
</li>
|
<li>
<a href="#download">Download CSV</a>
</li>
|
<li id="totop">
<a href="#enter">Back to Top</a>
</li>
</ul>
</nav>
</div>
</header>
<!-- BEGIN: Changes -->
<div id="enter">
<div class="container">
<h1>2014 San Jose Election Money Trail</h1>
<p>Learn where campaign contributions for the 2014 San Jose mayoral candidates come from.
</p>
<p>
</div>
<div class="clear"> </div>
</div>
<div class="clear"> </div>
<!-- END: Changes -->
<div id="thumbnails" class="clearfix">
<div class="container">
<p class="instructions">Click on a candidate to see their financial information. </p>
<ul>
<li id="ng1">
<div>
<img src="images/ng.jpg" />
<p class="name">Madison Nguyen</p>
</div>
</li>
<li id="cor1">
<div>
<img src="images/cor.jpg" />
<p class="name">David Cortese</pclass>
</div>
</li>
<li id="lic1">
<div>
<img src="images/lic.jpg" />
<p class="name">Sam Liccardo</p>
</div>
</li>
<li id="oli1">
<div>
<img src="images/oli.jpg" />
<p class="name">Pierluigi Oliverio</p>
</div>
</li>
<li id="her1">
<div>
<img src="images/her.jpg" />
<p class="name">Rose Herrera</p>
</div>
</li>
</ul>
<div id="tables">
<!--Madison Nguyen-->
<table class="table-data" width="100%" border="0" cellspacing="0" cellpadding="0" id="ng3">
<tr>
<th scope="col">Total Raised</th>
<th scope="col">Number of Contributions</th>
<th scope="col">Percentage from Outside San Jose</th>
</tr>
<tr>
<td>$473,498</td>
<td>1,712</td>
<td>21%</td>
</tr>
</table>
<!--Dan Cortese-->
<table class="table-data" width="100%" border="0" cellspacing="0" cellpadding="0" id="cor3">
<tr>
<th scope="col">Total Raised</th>
<th scope="col">Number of Contributions</th>
<th scope="col">Percentage from Outside San Jose</th>
</tr>
<tr>
<td>$930,001</td>
<td>3,183</td>
<td>48%</td>
</tr>
</table>
<!--Sam Liccardo-->
<table class="table-data" width="100%" border="0" cellspacing="0" cellpadding="0" id="lic3">
<tr>
<th scope="col">Total Raised</th>
<th scope="col">Number of Contributions</th>
<th scope="col">Percentage from Outside San Jose</th>
</tr>
<tr>
<td>$1,244,850</td>
<td>3,168</td>
<td>55%</td>
</tr>
</table>
<!--Oliviero-->
<table class="table-data" width="100%" border="0" cellspacing="0" cellpadding="0" id="oli3">
<tr>
<th scope="col">Total Raised</th>
<th scope="col">Number of Contributions</th>
<th scope="col">Percentage from Outside San Jose</th>
</tr>
<tr>
<td>$160,768</td>
<td>381</td>
<td>29%</td>
</tr>
</table>
<!--Herrera-->
<table class="table-data" width="100%" border="0" cellspacing="0" cellpadding="0" id="her3">
<tr>
<th scope="col">Total Raised</th>
<th scope="col">Number of Contributions</th>
<th scope="col">Percentage from Outside San Jose</th>
</tr>
<tr>
<td>$114,709</td>
<td>179</td>
<td>46%</td>
</tr>
</table>
</div>
<p class="disclaimer">*All information subject to change until final counts have been made. </p>
</div>
</div>
<div id="slides">
<ul class="container">
<li id="ng">
<iframe width='97%' height='520' frameborder='0' id="ng2" src='//vivek2.cartodb.com/viz/11168fd8-eb8b-11e3-8742-0e10bcd91c2b/embed_map?title=true&description=true&search=false&shareable=true&cartodb_logo=true&layer_selector=false&legends=true&scrollwheel=true&fullscreen=true&sublayer_options=1&sql=&sw_lat=36.86863488530103&sw_lon=-122.904052734375&ne_lat=37.75551557687061&ne_lon=-120.88256835937499' allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
</li>
<li id="cor">
<iframe width='97%' height='520' frameborder='0' id="cor2" src='//vivek.cartodb.com/viz/f16b9000-ebb4-11e3-8ab5-0edbca4b5057/embed_map?title=true&description=true&search=false&shareable=true&cartodb_logo=true&layer_selector=false&legends=true&scrollwheel=true&fullscreen=true&sublayer_options=1&sql=&sw_lat=36.94330661415311&sw_lon=-123.11553955078125&ne_lat=37.84232584933158&ne_lon=-120.59417724609375' allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
</li>
<li id="lic">
<iframe width='97%' height='520' frameborder='0' id="lic2" src='//vivek3.cartodb.com/viz/3127c284-ebb7-11e3-bb9b-0e73339ffa50/embed_map?title=true&description=true&search=false&shareable=true&cartodb_logo=true&layer_selector=false&legends=true&scrollwheel=true&fullscreen=true&sublayer_options=1&sql=&sw_lat=36.83566824724438&sw_lon=-122.86010742187499&ne_lat=37.71641767847623&ne_lon=-120.7342529296875' allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
</li>
<li id="oli">
<iframe width='97%' height='520' frameborder='0' id="oli2" src='//vivek4.cartodb.com/viz/a1c12b42-ebb8-11e3-8ccb-0e230854a1cb/embed_map?title=true&description=true&search=false&shareable=true&cartodb_logo=true&layer_selector=false&legends=true&scrollwheel=true&fullscreen=true&sublayer_options=1&sql=&sw_lat=36.81368259124586&sw_lon=-122.84362792968749&ne_lat=37.67729913640427&ne_lon=-120.7177734375' allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
</li>
<li id="her">
<iframe width='97%' height='520' frameborder='0' id="her2" src='//vivek2.cartodb.com/viz/df91c6c6-eb9e-11e3-96ce-0e73339ffa50/embed_map?title=true&description=true&search=false&shareable=true&cartodb_logo=true&layer_selector=false&legends=true&scrollwheel=true&fullscreen=true&sublayer_options=1&sql=&sw_lat=36.84226271217679&sw_lon=-123.00567626953125&ne_lat=37.70555348721583&ne_lon=-120.84136962890625' allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
</li>
</ul>
</div>
<div id="more">
<div class="container">
<h1>More Information</h1>
<p class="ques">What is OpenDSJ?</p>
<p class="ans">It stands for Open Disclosure San Jose. It is based off of an <a href="http://opendisclosure.io/" target="_blank">Open Oakland</a> project. The project maps mayoral campaign funds.</p>
<p class="ques">What are we mapping?</p>
<p class="ans">2014 San Jose California mayoral candidates and information on the total campaign contributions per zip code.</p>
<p class="ques">Who should use this site?</p>
<p class="ans">Citizens who are interested in understanding campaign finance contributions and holding thier representatives accountable, if money=influence, knowledge=power.</p>
<p class="ques">Why did we tell this story?</p>
<p class="ans">Our goal is to provide transparent non-partisan campaign contribution data in an accessible and easy to understand format. We hope this site will provide a forum for discussion and feedback as well as provide ways to engage the public and raise awareness and accountability. Ultimately this is one step toward shifting politics into a movemet of civic engagement and ultimate citizen action.</p>
</div>
</div>
<div id="download">
<div class="container">
<div id="disclaimer">
<p>*This information is subject to change. All data is public property and candidates are legally obligated to provide all contribution information. This information is up to date as of June 1st 2014. <a href="http://codeforsanjose.com" target="_blank">Code for San Jose</a> is a non political and not for profit organization. Code for San Jose favors no candidate and only works to provide unbiased information in thought provoking ways.</p>
</div>
<div id="button">Download CSV Files</div>
<div class="cf"></div>
</div>
</div>
</body>
</html>