forked from unitedstates/unitedstates.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (83 loc) · 3.04 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
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
<!doctype html>
<html>
<head>
<title>the @australia project</title>
<meta property="og:title" content="the @australia project" />
<meta property="og:image" content="https://0.gravatar.com/avatar/13407a4bedf3a760924bb0dd57d776d0?&s=440" />
<meta property="og:description" content="@australia is a shared commons of data and tools for Australia. Made by the public, used by the public." />
<meta name="twitter:card" content="summary" />
<link href="style.css" type="text/css" rel="stylesheet" />
<link href="site.css" type="text/css" rel="stylesheet" />
<script type="text/javascript"></script>
<meta property="twitter:account_id" content="5232171" />
</head>
<body>
<div class="container">
<h1 class="col12 pad2">the @australia project</h1>
<div class="col4 pad2h">
<p>
<strong><a href="https://github.com/australia">@australia</a></strong> is a shared commons of data and tools for Australia. Made by the public, used by the public.
</p>
<p>
Featuring work from people with the <a href="https://www.openaustraliafoundation.org.au/">OpenAustralia Foundation</a>, <a href="http://taskforce.is">Taskforce.is</a>, and the Internet.
</p>
<p class="short">
Help out:
</p>
<ul>
<li>
fix <a href="https://github.com/australia">open issues</a> or share <a href="https://github.com/australia/wish-list/issues">new ideas</a>
</li>
<li>
maybe <a href="https://github.com/australia/inspectors-general#inspectors-general">scrape a website</a>
</li>
<li>
<a href="https://github.com/australia/australia.github.io/issues/1">start a project</a> of your own
</li>
<li>
use our stuff! (and <a href="https://github.com/australia/australia.github.io/issues/new">tell us</a> about it)
</li>
</ul>
<p>
More about <a href="http://sunlightfoundation.com/blog/2013/08/20/a-modern-approach-to-open-data/">why we're doing this</a>.
</p>
<p>
More projects at work over at <a href="https://github.com/australia">github.com/australia</a>.
</p>
<p>
Design adapted from <a href="http://theunitedstates.io/">@unitedstates</a>, which was adapted from <a href="http://dccode.org">dccode.org</a>.
</p>
</div>
<div class="col8 pad2h">
<div class="col12">
<div class="col6">
<h3 class="col11">
<a href="https://github.com/australia/a-project">
/a-project
</a>
</h3>
<p class="col11">
This is a project of some description.
</p>
</div>
<div class="col6">
<h3 class="col11">
<a href="https://github.com/australia/another-project">
/another-project
</a>
</h3>
<p class="col11">
This is another project.
</p>
</div>
</div>
<!--
<footer class="col12 pad2">
<p>
Content on this page is dedicated to the public domain under a <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 License</a>.
</p>
</footer>
-->
</div>
</body>
</html>