forked from openoakland/openbudgetoakland-staging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfiveyear.html
193 lines (141 loc) · 6.51 KB
/
fiveyear.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
<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />
<title>Open Budget Oakland - Five-Year Forecast</title>
<!-- Included CSS Files (Uncompressed) -->
<!--
<link rel="stylesheet" href="stylesheets/foundation.css">
-->
<!-- Included CSS Files (Compressed) -->
<link rel="stylesheet" href="stylesheets/foundation.min.css">
<link rel="stylesheet" href="stylesheets/app.css">
<script src="js/modernizr.foundation.js"></script>
<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-3', 'openbudgetoakland.org');
ga('send', 'pageview');
</script>
</head>
<body>
<!--
BEGIN NAV
-->
<div>
<nav class="top-bar">
<ul>
<!-- Title Area -->
<li class="name">
<h1>
<a href="index.html">
Open Budget Oakland
</a>
</h1>
</li>
<li class="toggle-topbar"><a href="#"></a></li>
</ul>
<section>
<ul class="right">
<li class="divider"></li>
<li class="has-dropdown"><a href="">About</a>
<ul class="dropdown">
<li><a href="what-how.html">What and How</a></li>
<li><a href="whois.html">Who We Are</a></li>
<li><a href="news.html">News</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</li>
<li class="divider"></li>
<li class="has-dropdown"><a href="">Visuals</a>
<ul class="dropdown">
<li><a href="mayor_13-15_proposed.html">2013-15 Mayor's Proposed Spending (Treemap)</a></li>
<li><a href="2012-2013-sankey.html">2012-13 Adopted Revenues & Spending (Sankey)</a></li>
<li><a href="oak11-13adopted.html">2011-13 Adopted Spending (Treemap)</a></li>
</ul>
</li>
<li class="divider"></li>
<li><a href="http://data.openoakland.org/dataset/city-of-oakland-budget" target="_blank">Data</a></li>
<li class="divider"></li>
<li class="has-dropdown"><a href="">Resources</a>
<ul class="dropdown">
<li><a href="oaklandbudget101.html">Oakland Budget 101</a></li>
<li><a href="toolsprojects.html">Tools and Projects</a></li>
</ul>
<li class="divider"></li>
<li><a href="discuss.html">Discuss</a></li>
<li class="divider"></li>
<li><a href="blog.html">Blog</a></li>
<li class="divider"></li>
<li><a href="feedback.html">Feedback</a></li>
</ul>
</section>
</nav>
</div>
<!--
END NAV
-->
<div class="row">
<!--
<h2 class="subheader">Explore Oakland's budget.</h2>
-->
</div>
<div class="row">
<div class="ten columns">
<div>
<h4 class="subheader">Beyond the 2-Year Budget: Deficits</h4>
<p>Oakland's current budget debate has focused largely on the next two years, in which the city's budget is balanced. Less discussed is what happens in the years after. According to the city's five-year forecast, we can expect significant deficits beginning in FY 2015-16.
<p>How should Oakland's short-term budget decisions be based on our long-term financial health? Share your thoughts in the comments below.
</div>
<!--
SHARE BUTTON
-->
<div><p><a class="a2a_dd" href="http://www.addtoany.com/share_save">
<img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share"/></a></p>
<script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
</div>
<div>
<p><img src="images/5-year.jpg">
<p><a href="data/5-Year Tables from Budget.xlsx">Download spreadsheet</a> of five-year forecast.
<p>Graphic: Terrence May. Source: <a href="http://www2.oaklandnet.com/oakca1/groups/cityadministrator/documents/report/oak040606.pdf" target="_blank">FY 2013-15 Proposed Policy Budget, Page D-112</a></p>
</div>
<div class="row">
<div class="eight columns">
<div id="disqus_thread"></div>
</div>
</div>
</div>
</div>
<!-- DISQUS script -->
<script type="text/javascript">
function backHome() {
document.getElementById('fiveyear').src = document.getElementById('fiveyear').src;
}
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'openbudgetoakland'; // required: replace example with your forum shortname
var disqus_identifier = window.location.href;
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<!-- Included JS Files (Uncompressed) -->
<!--
<script src="javascripts/jquery.js"></script><script src="javascripts/jquery.foundation.mediaQueryToggle.js"></script><script src="javascripts/jquery.foundation.forms.js"></script><script src="javascripts/jquery.foundation.reveal.js"></script><script src="javascripts/jquery.foundation.orbit.js"></script><script src="javascripts/jquery.foundation.navigation.js"></script><script src="javascripts/jquery.foundation.buttons.js"></script><script src="javascripts/jquery.foundation.tabs.js"></script><script src="javascripts/jquery.foundation.tooltips.js"></script><script src="javascripts/jquery.foundation.accordion.js"></script><script src="javascripts/jquery.placeholder.js"></script><script src="javascripts/jquery.foundation.alerts.js"></script><script src="javascripts/jquery.foundation.topbar.js"></script><script src="javascripts/jquery.foundation.joyride.js"></script><script src="javascripts/jquery.foundation.clearing.js"></script><script src="js/jquery.foundation.magellan.js"></script>
-->
<!-- Included JS Files (Compressed) -->
<script src="js/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<!-- Initialize JS Plugins -->
<script src="js/app.js"></script>
</body>
</html>