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
/
index.html
86 lines (82 loc) · 4.35 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
<!DOCTYPE html>
<html>
<head>
<!-- Meta tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Open Belgium subscribe page">
<meta name="keywords" content="Open Belgium, Open Knowledge Foundation, Open Knowledge Belgium, open, data, open data, subscribe, email">
<meta name="author" content="Open Belgium">
<meta property="og:title" content="Open Belgium" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://2016.openbelgium.be" />
<meta property="og:image" content="http://2016.openbelgium.be/images/logo.png" />
<meta property="og:description" content="Open Belgium is a yearly conference by a group of open enthusiasts" />
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@openbelgium">
<meta name="twitter:title" content="Open Belgium 2016">
<meta name="twitter:description" content="Open Belgium is a yearly conference by a group of open enthusiasts at @openknowledgebe">
<meta name="twitter:image" content="http://2016.openbelgium.be/images/logo.png" />
<meta name="twitter:url" content="http://2016.openbelgium.be" />
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Event",
"name" : "Open Belgium 2016",
"startDate" : "2016-02-29T09:00",
"endDate" : "2016-02-29T22:00",
"url" : "http://2016.openbelgium.be",
"location" : {
"@type" : "Place",
"name" : "Hof van Liere",
"address": {
"@type" : "PostalAddress",
"streetAddress" : "Prinsstraat 13",
"addressLocality" : "Antwerp",
"addressRegion" : "Antwerp",
"postalCode" : "2000"
}
},
"offers" : {
"@type" : "Offer",
"name": "Open Belgium 2016"
},
"previousStartDate" : "2015-02-23T09:30"
}
</script>
<!-- This page -->
<title>Open Belgium 2016 - Subscribe</title>
<link rel="shortcut icon" href="images/logo_icon.png">
<!-- CSS -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">
<link href="css/styles.css" rel="stylesheet" type="text/css">
<!-- Font -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:700' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="mc_embed_signup">
<img src="images/logo.png" alt="Logo Open Belgium 2016" />
<form action="//okfn.us8.list-manage.com/subscribe/post?u=16c22b5f724fd6ef8c78c79fc&id=fb8b9fa80d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h2>Yes, I want to be the first one to know about the programme</h2>
<div class="mc-field-group clearfix">
<input type="email" placeholder="Email" value="" name="EMAIL" class="required email" id="mce-EMAIL"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none; color:red; margin-left: 10%;"></div>
<div class="response" id="mce-success-response" style="display:none; color:green; margin-left: 10%;"></div>
</div>
<div style="position: absolute; left: -5000px;"><input type="text" name="b_16c22b5f724fd6ef8c78c79fc_fb8b9fa80d" tabindex="-1" value=""></div>
</div>
</form>
<p id="location">Hof van Liere - Prinsstraat 13, Antwerp</p>
<p id="date">29th of February 2016</p>
<a href="https://docs.google.com/forms/d/17PBh_Dcrd39Wt3EvbDvlUVpHDBQN1GRUubMSEbhL4qg/viewform?c=0&w=1">I want to give a presentation at Open Belgium 2016</a>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script>
<script type='text/javascript'>
(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';}(jQuery));var $mcj = jQuery.noConflict(true);
</script>
</body>
</html>