-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathindex.html
39 lines (35 loc) · 1.07 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
---
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>Get Started</h2>
<p>Get a quick intro to Labs and its projects and find out how you can get involved and gain skills.</p>
<a href="{{ "/start/" | prepend: site.baseurl }}">Read more</a>
</div>
<div>
<div>
<h2>Data Handbook</h2>
<p>Find out how to find, clean and analyse data with the handbook.</p>
<a href="{{ "/data/" | prepend: site.baseurl }}">Read more</a>
</div>
</div>
<div>
<div>
<h2>Core Datasets</h2>
<p>Find out about the core datasets projects and how to start contributing Data Packages.</p>
<a href="{{ "/core-datasets" | prepend: site.baseurl }}">Read more</a>
</div>
</div>
</div>
</div>