forked from open-austin/data-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path01_index.html
141 lines (132 loc) · 4.56 KB
/
01_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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
---
layout: default
title: Welcome
permalink: /
nav: true
---
<div class="welcome">
<div class="row intro">
<div class = "row titlewrapper">
<div class = "col-xs-12">
<h2>{{ site.greeting }}</h2>
<h4 class = "descrip">
{{ site.description }}
</h4>
</div>
</div>
<div class = "row description">
<div class = "col-xs-12 col-sm-8 col-sm-offset-2">
<p class = "">
In this portal live links to a ton of fascinating datasets related to the place you live, and it’s all completely free for you to use and make awesome stuff with.
</p>
</div>
</div>
<div class = "row threethings">
<div class = "col-xs-12">
<div class = "three things">
<p class = "info-tiles">
<div class = "row">
<div class = "thing col-xs-4 col-sm-3 col-sm-offset-1">
<h6>
<i class="fa fa-search" aria-hidden="true"></i></h6>
<h4>Find</h4>
<p>datasets by category, contributor, and score</p>
</div>
<div class = "thing col-xs-4 col-sm-4">
<h6><i class="fa fa-lightbulb-o" aria-hidden="true"></i></h6>
<h4>Learn</h4>
<p>about and discover tools to move projects along</p>
</div>
<div class = "thing col-xs-4 col-sm-3">
<h6><i class="fa fa-plus" aria-hidden="true"></i></h6>
<h4>Add</h4>
<p>open data links and projects</p>
</div>
</div>
<div class = "row">
<div class = "col-xs-12 firstbutton">
<a href="{{ site.baseurl }}/datasets" class ="gotoportal" role="button">Go To Portal</a>
</div>
</div>
</p>
</div>
</div>
</div>
</div>
<div class = "row examplesandgetstarted">
<div class = "col-xs-12 col-sm-8">
<div class = "row exampletitle">
<div class = "col-xs-12">
<h3>Example Projects</h3>
</div>
</div>
<div class = "row explanation">
<div class = "col-xs-12">
<p>Here are a few ways people around you are using open data to make Austin awesome.</p>
</div>
</div>
<div class = "row examples">
<div class = "col-xs-12">
<div class = "row example">
<div class = "col-xs-6">
<div class = "exampleimage">
<img src = "{{ site.baseurl }}/img/greenmap.png">
</div>
</div>
<div class = "col-xs-6">
<a target = "blank" href = "http://www.open-austin.org/projects/austingreenmap.html">Austin Green Map</a><br>
<p>An interactive map of
Austin parks that you
can search by
amenity.</p>
</div>
</div>
<div class = "row example">
<div class = "col-xs-6">
<div class = "exampleimage">
<img src = "{{ site.baseurl }}/img/reportcard.png">
</div>
</div>
<div class = "col-xs-6">
<a target = "blank" href = "http://www.open-austin.org/projects/open-data-progress-report.html">Open Data Report Card</a><br>
<p>A scorecard to track
adoption of CoA’s
Open Data Initiative</p>
</div>
</div>
<div class = "row example">
<div class = "col-xs-6">
<div class = "exampleimage">
<img src = "{{ site.baseurl }}/img/capmetrics.png">
</div>
</div>
<div class = "col-xs-6">
<a target = "blank" href = "http://www.open-austin.org/projects/capmetrics.html">Capmetrics</a><br>
<p>A data visualization of
the bus’ actual versus
planned schedule</p>
</div>
</div>
<div class = "row viewmoreexamples">
<div class = "col-xs-12">
<a href = "http://www.open-austin.org/projects/">View More Examples...</a>
</div>
</div>
</div>
</div>
</div>
<div class = "col-xs-12 col-sm-4">
<div class = "getstarted">
<h3>Ready to get started?</h3>
<br>
<div class = "col-xs-8 col-xs-offset-2">
<p class = "center">Learn how to start a project or become a contributor</p><br>
<a class = "center" href = "{{ site.baseurl }}/resources">Resources</a><br><br><br>
<p class = "center">Or jump right in and browse the datasets</p><br>
<a class = "center" href = "{{ site.baseurl }}/datasets">Go to Data</a>
</div>
</div>
</div>
</div>
</div>
</div>