-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
265 lines (220 loc) · 12.4 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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!DOCTYPE html>
<html>
<head>
<title>
About Measure G
</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<!-- used for social icons -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-2.1.4.min.js" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<style type="text/css">
html, body, #map {
height: 100%;
padding: 0;
margin: 0;
background-color:#fff;
text-rendering:optimizeLegibility;
-webkit-text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
color:#333;
font-weight:300;
line-height:25px;
font-family:"Proxima Nova W01","Helvetica Neue",Helvetica,Arial,sans-serif
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: 100%;
}
#wrap > .center-container {
padding: 50px 0 0 0;
margin:0;
}
.center-container, .center-row {
height:100%;
}
.preview-image {
width: 100%;
}
/* Nav Social Links */
ul.social a.twitter:hover {
color: #00aced;
}
ul.social a.facebook:hover {
color: #3b5998;
}
/* Team */
.team {
text-align: center;
padding-bottom: 100px;
}
.team img {
width: 70%;
padding-top: 10px;
}
/* Questions */
h3 {
padding-top: 20px;
}
</style>
<!--Google analytics snippet -->
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-35908939-11', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Wrap all page content here -->
<div id="wrap">
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-target" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index"><strong>Track G - Oakland's Measure G</strong></a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-target">
<ul class="nav navbar-nav">
<li class="active"><a href="index">About</a></li>
<li class=""><a href="map">By Location</a></li>
<li class=""><a href="programs#art">By Program</a></li>
<li class=""><a href="chart">By School</a></li>
<li class=""><a href="treemap">In Summary</a></li>
</ul>
<ul class="nav navbar-nav navbar-right social">
<li>
<a class="twitter" href="https://twitter.com/intent/tweet?hashtags=OAKEDU&original_referer=https%3A%2F%2Fabout.twitter.com%2Fresources%2Fbuttons&ref_src=twsrc%5Etfw&text=Explore%20how%20Measure%20G%20funds%20are%20spent%20in%20%23Oakland%20Schools!&tw_p=tweetbutton&url=https%3A%2F%2Fabout.twitter.com%2Fresources%2Fbuttons&via=OpenOakland" target="_blank">
<i class="fa fa-twitter fa-lg"></i>
</a>
</li>
<li>
<a class="facebook" href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Ftrackg.org" target="_blank" class="fbhover"><i class="fa fa-facebook fa-lg"></i></a>
</li>
</ul>
</div>
</div>
</div>
<!-- Begin page content -->
<div class="center-container">
<div class="center-row">
<div class="container">
<div class="row">
<div class="col-md-8">
<h3>What is Measure G?</h3>
<div>
Measure G is a special parcel tax approved by the citizens of Oakland which amounts to an additonal amount of about $20 million each year in the Oakland Unified School District's budget.
</div>
<h3>Where does the money come from?</h3>
<div>Each year since July 2009, $195 is collected from owners of each parcel of land in Oakland. There is no expiration date set for this special tax. Low income households may <a href="http://www.ousd.org/domain/3290" target="_blank"> apply for an exemption from the tax.</a></div>
<h3>How can the money be spent?</h3>
<div>
Funds may be used for these purposes at any Oakland public school that is <strong>not</strong> a charter:
<ul>
<li>to attract and retain highly qualified teachers
<li>maintain courses that help students qualify for college</li>
<li>maintain up-to-date textbooks and instructional materials</li>
<li>keep class sizes small</li>
<li>continue after school academic programs</li>
<li>maintain school libraries</li>
<li>provide programs, including art and music programs, that enhance student achievement.</li>
</ul>
</div>
<h3>What accountability measures are in place?</h3>
<div>
An <a href="https://ousd.legistar.com/DepartmentDetail.aspx?ID=3855&GUID=55462427-5543-4B51-A7B5-ADDB66E51103" target="_blank"> Independent Citizens' Oversight Committee</a> produces a report each year on the previous year's spending and an audit is performed annually. Meetings are generally held on the 3rd Wednesday of the month at 6:30pm at MetWest High School (314 E 10th St, Oakland, CA 94606) on the second floor across from the KDOL studio. Check the calendar because sometimes meetings are cancelled and there is a summer recess.
</div>
<a href="http://www.smartvoter.org/2008/02/05/ca/alm/meas/G/#text" target="_blank"><h3>Read Full Text of the Law</h3></a>
<a href="http://data.openoakland.org/dataset/ousd-measure-g-parcel-tax-expenditures" target="_blank"><h3>Browse Full Dataset</h3></a>
<h3>The Track G Team</h3>
Track G is a project of OpenOakland and a member of the #OAKEDU community.
<div class="row team">
<div class="col-sm-3 col-xs-6">
<img src="images/erin-hancock.png">
<div>Erin Hancock</div>
</div>
<div class="col-sm-3 col-xs-6">
<img src="images/john-baldo.jpg">
<div>
John Baldo
<a href="http://twitter.com/johnbaldo" class="twitter" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</div>
</div>
<div class="col-sm-3 col-xs-6">
<a href="http://openoakland.org" target="_blank">
<img src="images/open-oakland.png">
</a>
<div>
<a href="http://twitter.com/openoakland" class="twitter" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</div>
</div>
<div class="col-sm-3 col-xs-6">
<a href="http://oakedu.org" target="_blank">
<img src="images/oak-edu.png">
</a>
</div>
</div>
</div>
<div class="col-md-4">
<h3>Spending by Location</h3>
<div>View distribution of funds on an Oakland Map</div>
<a href="map.html"><img class="preview-image" src="images/map.png"></a>
<h3>Spending by Program</h3>
<div>Break down spending by Measure G program</div>
<a href="treemap.html"><img class="preview-image" src="images/by_program.png"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div> <!-- end wrap -->
<!-- Place your code in the script tags below -->
<script type="text/javascript">
window.onload = function() {
}
</script>
<script>
// Include the UserVoice JavaScript SDK (only needed once on a page)
UserVoice=window.UserVoice||[];(function(){var uv=document.createElement('script');uv.type='text/javascript';uv.async=true;uv.src='//widget.uservoice.com/fE7XpxXMOWc2yipGiIhow.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(uv,s)})();
//
// UserVoice Javascript SDK developer documentation:
// https://www.uservoice.com/o/javascript-sdk
//
// Set colors
UserVoice.push(['set', {
accent_color: '#6aba2e',
trigger_color: 'white',
trigger_background_color: '#6aba2e',
forum_id: '347124',
strings: {
post_suggestion_title: 'Post an idea to improve this page',
post_suggestion_body: 'Publica una idea para mejorar esta página. \n 张贴想法,以改善此页面',
suggestion_category_label: 'Which page are you on?'
}
}]);
// Add default trigger to the bottom-right corner of the window:
UserVoice.push(['addTrigger', {mode: 'feedback', trigger_position: 'bottom-right' }]);
// Autoprompt for Satisfaction and SmartVote (only displayed under certain conditions)
UserVoice.push(['autoprompt', {}]);
</script>
</body>
</html>