-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
381 lines (318 loc) · 8.4 KB
/
index.html
File metadata and controls
381 lines (318 loc) · 8.4 KB
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="robots" content="index, follow">
<title>OpenGovIntelligence</title>
<link href="normalize.css" media="all" rel="stylesheet">
<style>
/*!
* Milligram v1.1.0
* http://milligram.github.io
*
* Copyright (c) 2016 CJ Patoilo
* Licensed under the MIT license
*/
html {
box-sizing: border-box;
font-size: 62.5%;
}
body {
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-size: 1.2em;
line-height: 1.2;
}
@media (min-width: 40rem) {
body{
font-size: 1.6em;
letter-spacing: 0.01em;
line-height: 1.6;
}
}
*,
*:after,
*:before {
box-sizing: inherit;
}
blockquote {
background: #eee;
border-left: 8px solid #ddd;
margin-left: 0;
margin-right: 0;
padding: 1rem 1.5rem;
}
blockquote *:last-child {
margin: 0;
}
.container {
margin: 0 auto;
max-width: 112rem;
padding: 0 2rem;
position: relative;
width: 100%;
}
a {
color: #9b4dca;
text-decoration: none;
}
a:hover {
color: #606c76;
}
dl,
ol,
ul {
margin-top: 0;
padding-left: 0;
}
ul {
list-style: circle inside;
}
dt,
dd,
li {
margin-bottom: 1rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
margin-bottom: 2.5rem;
}
p {
margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300;
margin-bottom: 2rem;
margin-top: 0;
}
h1 {
font-size: 4rem;
letter-spacing: -0.1rem;
line-height: 1.2;
}
h2 {
font-size: 3.6rem;
letter-spacing: -0.1rem;
line-height: 1.25;
}
h3 {
font-size: 3rem;
letter-spacing: -0.1rem;
line-height: 1.3;
}
h4 {
font-size: 2.4rem;
letter-spacing: -0.08rem;
line-height: 1.35;
}
h5 {
font-size: 1.8rem;
letter-spacing: -0.05rem;
line-height: 1.5;
}
h6 {
font-size: 1.6rem;
letter-spacing: 0;
line-height: 1.4;
}
@media (min-width: 40rem) {
h1 {
font-size: 5rem;
}
h2 {
font-size: 4.2rem;
}
h3 {
font-size: 3.6rem;
}
h4 {
font-size: 3rem;
}
h5 {
font-size: 2.4rem;
}
h6 {
font-size: 1.5rem;
}
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.clearfix {
*zoom: 1;
}
.clearfix:after, .clearfix:before {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
/* openGovIntelligence */
body {
color: #554739;
font-family: 'Avenir', 'Futura', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
margin: 0;
}
h1, h2, h3, h4, h5, h6 {
color: #B3B4A8;
}
a, a:visited, a:hover {
color: #E44690;
}
blockquote,
footer {
background: #F6F6F4;
}
header {
margin-top: 24px;
}
header img {
max-width: 100%;
}
footer {
padding: 24px 0 12px;
}
a img {
opacity: 0.5;
width: 50px;
}
a:hover img {
opacity: 1;
}
.logo {
font-size: 0.6em;
margin-top: 4em;
position: relative;
height: 15em;
}
.logo div {
position: absolute;
top:0;
left: 0;
height: 3em;
width: 3em;
}
.a {
transform: translate(0px, 49.5%) rotate(30deg) skewX(30deg) scale(1, 0.86062);
}
.b {
transform: translate(130%,25%) rotate(30deg) skewX(-30deg) scale(1, 0.86062);
}
.c {
transform: translate(259%,0%) rotate(30deg) skewX(30deg) scale(1, 0.86062);
}
.d {
transform: translate(171%,100%) rotate(-30deg) skewX(-30deg) scale(1, 0.86062);
}
.e {
transform: translate(259%,150%) rotate(-30deg) skewX(-30deg) scale(1, 0.86062);
}
.f {
transform: translate(130%,224%) rotate(30deg) skewX(-30deg) scale(1, 0.86062);
}
.pale {
background: #B3B4A8;
}
.dark {
background: #938779;
}
.pink {
background: #E44690;
}
.name {
color: #B3B4A8;
font-size: 4em;
font-weight: 500;
transform: translate(0,3.4em);
}
.name span {
color: #E44690;
}
@media (min-width: 400px) {
.name {
transform: translate(3em,0.2em);
}
.logo {
height: 12em;
}
}
</style>
</head>
<body>
<main class="wrapper">
<header>
<section class="container">
<div class="logo">
<div class='a pale'></div>
<div class='b pink'></div>
<div class='c pale'></div>
<div class='d dark'></div>
<div class='e dark'></div>
<div class='f pale'></div>
<div class='name'>open<span>gov</span>intelligence</div>
</div>
<h4>Improving public services with multidimensional statistical data</h4>
<p>Coordinating person: Prof. Konstantinos Tarabanis, Centre for Research & Technology - Hellas (CERTH). Contact: <a href='mailto://hello@opengovintelligence.eu'>hello@opengovintelligence.eu</a></p>
</section>
</header>
<section class="container">
<h4>Vision</h4>
<blockquote>The vision of the OpenGovIntelligence project is that better use of data, particularly multidimensional statistical data, can help government organisations to improve public services. Data analytics and visualisations can support better-informed decision making and allocation of limited resources. New approaches to collection and exploitation of data can support governments in co-production of innovative data-driven public services.</blockquote>
</section>
<section class="container">
<h5>Participants</h5>
<ul>
<li><a href="http://www.certh.gr/root.en.aspx">Centre for Research & Technology - Hellas (Greece)</a></li>
<li><a href="http://www.tudelft.nl">Delft University of Technology (Netherlands)</a></li>
<li><a href="http://www.insight-centre.org/">National University of Ireland, Galway (Ireland)</a></li>
<li><a href="http://ttu.ee">Tallinn University of Technology (Estonia)</a></li>
<li><a href="http://www.proxml.be/">ProXML bvba (Belgium)</a></li>
<li><a href="http://swirrl.com">Swirrl IT Limited (United Kingdom)</a></li>
<li><a href="http://www.infotrafford.org.uk/">Trafford council (United Kingdom)</a></li>
<li><a href="http://www.lne.be/">Flemish Government (Belgium)</a></li>
<li><a href="http://www.ydmed.gov.gr/">Ministry of Interior and Administrative Reconstruction (Greece)</a></li>
<li><a href="https://www.mkm.ee/en">Ministry of Economic Affairs and Communication (Estonia)</a></li>
<li><a href="http://www.marine.ie/Home/">Marine Institute (Ireland)</a></li>
<li><a href="http://www.enterpriselithuania.com/en">Public Institution Enterprise Lithuania (Lithuania)</a></li>
</ul>
</section>
<section class="container">
<a href="http://twitter.com/opengovint"><img src="images/twitter.svg" alt="Twitter"></a>
<a href="https://github.com/OpenGovIntelligence"><img src="images/github.svg" alt="Github"></a>
<a href="http://www.slideshare.net/opengovintelligence"><img src="images/slideshare.svg" alt="Slideshare"></a>
<a href="http://medium.com/opengovintelligence"><img src="images/medium.svg" alt="Medium"></a>
<!--
<a href="http://medium.com/opengovintelligence"><img src="images/mail-with-circle.svg" alt="Medium"></a>
-->
</section>
<footer class="footer">
<section class="container">
<div class='svg_holder' style="float: left; margin-right: 12px;">
<svg width="81" height="54">
<desc>European flag</desc>
<g transform="scale(0.1)">
<defs><g id="s"><g id="c"><path id="t" d="M0,0v1h0.5z" transform="translate(0,-1)rotate(18)"/><use xlink:href="#t" transform="scale(-1,1)"/></g><g id="a"><use xlink:href="#c" transform="rotate(72)"/><use xlink:href="#c" transform="rotate(144)"/></g><use xlink:href="#a" transform="scale(-1,1)"/></g></defs>
<rect fill="#039" width="810" height="540"/><g fill="#fc0" transform="scale(30)translate(13.5,9)"><use xlink:href="#s" y="-6"/><use xlink:href="#s" y="6"/><g id="l"><use xlink:href="#s" x="-6"/><use xlink:href="#s" transform="rotate(150)translate(0,6)rotate(66)"/><use xlink:href="#s" transform="rotate(120)translate(0,6)rotate(24)"/><use xlink:href="#s" transform="rotate(60)translate(0,6)rotate(12)"/><use xlink:href="#s" transform="rotate(30)translate(0,6)rotate(42)"/></g><use xlink:href="#l" transform="scale(-1,1)"/></g></g>
</svg>
</div>
<h6>This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 693849.</h6>
</section>
</footer>
</main>
</body>
</html>