forked from openspending/community.openspending.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (35 loc) · 1.15 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
---
layout: default
js:
- vendor/jquery.adaptive-backgrounds.min
- home
---
<div class="home">
<section class="banner" data-adaptive-background='1' data-ab-css-background='1'>
<div class="wrapper">
<h1>{{ site.title }}</h1>
<p>{{ site.description }}</p>
</div>
</section>
<div class="wrapper">
<div>
<h2>About OpenSpending</h2>
<p>OpenSpending exists to “map the money worldwide” – that is, to track and analyse public financial information globally.</p>
<a href="{{ "/about/" | prepend: site.baseurl }}">Read more</a>
</div>
<div>
<div>
<h2>Get Involved</h2>
<p>Working with the OpenSpending community is the place for enthusiastic doers, citizens and budget nerds from across the world.</p>
<a href="{{ "/get-involved/" | prepend: site.baseurl }}">Read more</a>
</div>
</div>
<div>
<div>
<h2>Help & Guides</h2>
<p>Whether you wish to find, clean, add, or use spending data with OpenSpending we’ve got you covered.</p>
<a href="{{ "/help/" | prepend: site.baseurl }}">Read more</a>
</div>
</div>
</div>
</div>