forked from datamade/look-at-cook
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfaq.html
83 lines (59 loc) · 3.98 KB
/
faq.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Look at Asheville: Brought to you by the Asheville Code for America Brigade </title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
<link href="styles/master.css" rel="stylesheet" type="text/css" />
<link href="styles/print.css" media="print" rel="stylesheet" type="text/css" />
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="styles/openAsheville.css" rel="stylesheet" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=Cabin:600' rel='stylesheet' type='text/css'>
<script src="scripts/jquery.js" type="text/javascript"></script>
<script src="scripts/jquery.ga-event-tracker.js" type="text/javascript"></script>
</head>
<body>
<div id="page">
<div id="header">
<h2>Look @ Asheville </h2>
<div id="header-secondary">
<p><img src="./images/logo.png" alt="code for asheville logo"/></p>
<p id="credit">A project by <a href="http://codeforAsheville.github.com">Code for Asheville</a></p>
</div>
<div class="clear"></div>
</div>
<div id="content">
<div id="content-primary">
<p>« <a href="http://codeforasheville.org/look-at-asheville">Back to the budget</a></p>
<h1>Frequently asked questions</h1>
<p>Unfortunately, just because a question is frequently asked does not mean that it is frequently answered. We are hoping that we will have answers to our frequently asked questions soon!
</p>
<ul id="faq">
<li><a href="#q1">How does the City of Asheville set its budget each year?</a></li>
<li><a href="#q2">What happens to the extra money that is not spent for a year in a department or fund?</a></li>
<li><a href="#q3">Why is no money being reported as spent for 2012?</a></li>
<li><a href="#q4">Where did this data come from?</a></li>
</ul>
<h2 id="q1">How does the City of Asheville set its budget each year?</h2>
<p>(Asheville Budget Info to follow...) or you can read about the process at this <a href="http://www.ashevillenc.gov/Departments/Finance/Budget.aspx" >website</a>.</p>
<h2 id="q2">What happens to the extra money that is not spent for a year in a department or fund?</h2>
<p>(under construction we are working to find these answers) or you can read about the process at this <a href="http://www.ashevillenc.gov/Departments/Finance/Budget.aspx" >website</a>.</p>
<h2 id="q3">Why is no money being reported as spent for 2012?</h2>
<p>2012 data has not been published by the City of Asheville yet. Once the data is released <a href="http://codeforasheville.org" > Code for Asheville</a> will work to add it to this application! You can help! Check our <a href="http://codeforasheville.org/#meetup" >website</a> for information.</p>
<h2 id="q4">Where did this data come from?</h2>
<p>Members of<a href="http://codeforasheville.org" > Code for Asheville</a> used hack nights to enter City of Asheville budget data from this
<a href="http://www.ashevillenc.gov/Departments/Finance/Budget.aspx" >website</a>.
</p>
<hr />
<p><a href= "mailto:open-asheville@codeforamerica.org" >Contact us</a> with questions or comments, or connect with us on <a class="icon-facebook" href="https://www.facebook.com/pages/Code-For-Asheville/425932504166163?fref=ts">Facebook</a>.</p>
</div>
</div>
<div id="footer">
<p class="mute attribution"><span>Based on <a href="http://lookatcook.com/" target="_blank">Look at Cook</a> by
<a href="http://derekeder.com/" target="_blank">Derek Eder</a> or
<a href="http://c82.net/" target="_blank">Nick Rougeux</a> at
<a href="http://opencityapps.org/" target="_blank">Open City</a>. </span></p>
</div>
</div>
</body>
</html>