-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
43 lines (37 loc) · 1.17 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
---
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 style="font-weight:bold;">Welcome to the online home of the OpenSpending Community</p></br>
<p>{{ site.description }}</p>
</div>
</section>
<div class="wrapper">
<div>
<h2>About OpenSpending</h2>
<p>Are you interested in the OpenSpending platform? Learn everything about OpenSpending and Fiscal Data</p>
<a href="{{ "/about/" | prepend: site.baseurl }}">Learn more</a>
</div>
<div>
<div>
<h2>Get Involved</h2>
<p>Learn about the ways to get involved with OpenSpending. You can always support with code or domain expertise</p>
<a href="{{ "/get-involved/" | prepend: site.baseurl }}">Read more</a>
</div>
</div>
<div>
<div>
<h2>OpenSpending</h2>
<p>
Meet the OpenSpending platform. Start searching, or contribute data.
</p> <a href="https://openspending.org/">Take me there</a>
</div>
</div>
</div>
</div>