forked from okfn/opendatahandbook-old
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
159 lines (132 loc) · 5.45 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
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="utf-8">
<title>The Open Data Handbook — Open Data Handbook</title>
<link rel="stylesheet" href="en/_static/css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="en/_static/css/bootstrap-responsive.css" type="text/css" />
<link rel="stylesheet" href="en/_static/bootstrap-sphinx.css" type="text/css" />
<link rel="top" title="Open Data Handbook" href="#" />
<link rel="next" title="Introduction" href="introduction/index.html" />
<style type="text/css">
.hero-unit {
width: 800px;
margin: 30px auto 50px;
}
.hero-unit h1 {
margin-bottom: 15px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hero-unit h1 img {
height: 48px;
margin-bottom: -2px;
}
.hero-unit .abstract {
margin-bottom: 20px;
}
</style>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="logo-icon pull-left" href="#"><img src="http://assets.okfn.org/p/opendatahandbook/img/data-wrench-inverted.png" alt="Open Data Handbook" /></a>
<a class="brand" href="#">Open Data Handbook</a>
<ul class="nav">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Choose language
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="en/">English</a></li>
<li><a href="de/">Deutsch</a></li>
<li><a href="el/">Ελληνικά</a></li>
<li><a href="es/">Español/Castellano</a></li>
<li><a href="fr/">Français</a></li>
<li><a href="is/">Íslenska</a></li>
<li><a href="it/">Italiano</a></li>
<li><a href="ja/">日本語</a></li>
<li><a href="lv/">Latviešu</a></li>
<li><a href="nl_BE/">Nederlands (Belgisch)</a></li>
<li><a href="pt_BR/">Português Brasileiro</a></li>
<li><a href="ru/">Pyccĸий</a></li>
<li><a href="ro/">Română</a></li>
<li><a href="zh_TW/">繁體中文</a></li>
</ul>
</li>
</ul>
<a class="okfn-logo pull-right" href="http://okfn.org/" title="An Open Knowledge Foundation Project">
<img src="http://assets.okfn.org/p/okfn/img/logo_28x30.png" alt="Open Knowledge Foundation logo" />
</a>
<form class="pull-right navbar-search" action="en/search.html" method="get">
<input type="text" name="q" placeholder="Search" class="search-query span2" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
</div>
<div class="container">
<div class="hero-unit">
<h1>
<img src="http://assets.okfn.org/p/opendatahandbook/img/data-wrench.png" alt="Logo" />
The Open Data Handbook
</h1>
<p class="abstract">This handbook introduces you to the <strong>legal, social and technical aspects</strong> of open data. It can be used by <strong>anyone</strong> but is especially useful for those working with government data. It discusses the <strong>why, what and how</strong> of open data – <strong>why to go open, what open is, and the how to do open</strong>.</p>
<p><a class="btn btn-primary btn-large" href="en/">Start reading »</a></p>
</div>
</div>
<footer>
<div class="inner">
<div class="container">
<p>An <a href="http://okfn.org">Open Knowledge Foundation</a> project.</p>
<p class="copyright">
© 2010-2012, <a href="http://okfn.org/">Open Knowledge Foundation</a>.
Licensed under <a
href="http://creativecommons.org/licenses/by/3.0/">Creative Commons
Attribution (Unported) v3.0 License</a>.<br />
<img src="http://i.creativecommons.org/l/by/3.0/80x15.png" alt="CC License Logo" />
<a href="http://opendefinition.org/"><img src="http://assets.okfn.org/images/ok_buttons/oc_80x15_blue.png" border="0"
alt="{{ _('Open Content') }}" /></a>
<br/>
</p>
<p>
<a href="https://github.com/okfn/opendatahandbook">Source</a>
—
<a href="https://github.com/okfn/opendatahandbook/issues">Issues</a>
—
<a href="http://lists.okfn.org/mailman/listinfo/open-data-manual">Mailing List</a>
—
<a href="http://twitter.com/okfn">Twitter @OKFN</a>
</p>
<p>
Related Projects:
<a href="http://opengovernmentdata.org/">OpenGovernmentData.org</a>
—
<a href="http://thedatahub.org/">TheDataHub.org</a>
—
<a href="http://datacatalogs.org">DataCatalogs.org</a>
—
<a href="http://openspending.org">OpenSpending.org</a>
—
<a href="http://datapatterns.org">DataPatterns.org</a>
</p>
</div>
</div>
</footer>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script src="bootstrap-dropdown.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-8271754-28']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>