-
Notifications
You must be signed in to change notification settings - Fork 16
/
index.html
69 lines (62 loc) · 2.61 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
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
---
layout: default
noheader: true
---
<section class='splash dark v-full-height space-bottom4'>
<div class='center limiter space-top8'>
<a href='{{site.baseurl}}/' class='block sprite logo-big space-bottom1'></a>
<h1 class='space-bottom4'>The free and open global address collection</h1>
<div class='col12 clearfix'>
<a href='#js-more' class='pad4x space-bottom4 button button-large fill-green js-more'>
Learn more <div class='sprite icon down'></div>
</a>
</div>
</div>
</section>
<section id='js-more' class='limiter clearfix'>
<div class='col12 clearfix'>
<span class='sprite houses block space-bottom2'></span>
<div class='center col12 clearfix'>
<div class='col8 margin2'>
<h2 class='space-bottom1'>Address data is essential infrastructure.</h2>
<p class='prose'>Street names, house numbers and postal codes, when combined with geographic coordinates, are the hub that connects digital to physical places.</p>
</div>
</div>
</div>
<div class='col12 clearfix pad4y'>
<div class='cta col3'>
<div class='col12 pad2x pad2y prose'>
<p><strong>Develop on GitHub</strong>. Parse & import into a database, put on a map, or use for geocoding.</p>
<a class='col12 button fill-light' href='https://github.com/openaddresses/'>
OpenAddresses on GitHub
<span class='sprite icon arrow-right'></span>
</a>
</div>
</div>
<div class='cta col3 keyline-left'>
<div class='col12 pad2x pad2y prose'>
<p><strong>OpenAddresses is open data</strong>.
All data is openly licensed. Most sources only require attribution.</p>
<a class='button col12' href='https://batch.openaddresses.io'>View download options</a>
</div>
</div>
<div class='cta col3 keyline-left keyline-right'>
<div class='col12 pad2x pad2y prose'>
<p><strong>Extensive coverage</strong>. OpenAddresses includes data from the whole world.</p>
<a class='col12 button fill-light' href='https://batch.openaddresses.io'>
View coverage report
<span class='sprite icon arrow-right'></span>
</a>
</div>
</div>
<div class='cta col3'>
<div class='col12 pad2x pad2y prose'>
<p><strong>Help contribute</strong>. Grow OpenAddresses by contributing data from any place in the world.</p>
<a class='col12 button fill-light' href='https://github.com/openaddresses/openaddresses/blob/master/CONTRIBUTING.md'>
Submit a dataset
<span class='sprite icon arrow-right'></span>
</a>
</div>
</div>
</div>
</section>