This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (63 loc) · 3.34 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/solid.css" integrity="sha384-ioUrHig76ITq4aEJ67dHzTvqjsAP/7IzgwE7lgJcg2r7BRNGYSK0LwSmROzYtgzs" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/brands.css" integrity="sha384-i2PyM6FMpVnxjRPi0KW/xIS7hkeSznkllv+Hx/MtYDaHA5VcF0yL3KVlvzp8bWjQ" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/fontawesome.css" integrity="sha384-sri+NftO+0hcisDKgr287Y/1LVnInHJ1l+XC7+FOabmTTIK0HnE2ID+xxvJ21c5J" crossorigin="anonymous">
<link rel="stylesheet" href="normalize.min.css" type="text/css">
<link rel="stylesheet" href="main.css" type="text/css">
<title>Electathon | Open Knowledge Belgium</title>
</head>
<body>
<section class="container">
<h1>Electathon 2019</h1>
<main>
<article class="specifics">
<div>
<div class="specifics__when">
<i class="fas fa-clock fa-fw"></i>
<p>
Saturday May 25th, 2019
</p>
</div>
<div class="specifics__where">
<i class="fas fa-map-marker-alt fa-fw"></i>
<p>
BeCentral<br />
Cantersteen 12<br />
1000 Brussels
</p>
</div>
</div>
<div>
<aside class="logo-container">
<img src="okbe.png" />
</aside>
</div>
</article>
<div class="about">
<p>
Did you know that the real-time data on election day May 26 was closed and commercialised? Since this arrangement was clearly breaching the recently adopted open data law, Open Knowledge Belgium has stepped in to make sure the raw election results are freely accessible to anyone. As a matter of principle, we strive to hold government services accountable for making all their data transparent, free and publicly available in an easily decipherable format.
</p>
<p>
After a pragmatic and constructive discussion with the departments and suppliers involved, Open Knowledge Belgium is pleased that the federal government has agreed to share the real-time election results in such a short term. Open Knowledge Belgium is happy to help with the distribution of the real-time files for all 6 datasets.
</p>
<p class="bold">
We now call on all interested parties from the open data community to help develop original applications and visualisations during an open electathon on Saturday 25 May.
</p>
<p>Questions? <a href="mailto:[email protected]?subject=Regarding Electathon 2019">Get in touch!</a></p>
<a class="cta-register" href="https://www.eventbrite.co.uk/e/electathon-tickets-61930837803" target="_blank">
Register now
</a>
<h2 class="data-title">Example data</h2>
<p>
Civadis provided us with some <a href="https://2019.elections.openknowledge.be" target="_blank">test data and documentation</a>.
The data on election day should be in the same format, and the documentation will still be relevant.
</p>
</div>
</main>
</section>
</body>
</html>