This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (47 loc) · 2.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon | Foodsharing Belgium</title>
<link href="https://fonts.googleapis.com/css?family=Leckerli+One|Sen&display=swap" rel="stylesheet">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Image by Elaine Casap @ecasap from Unsplash https://unsplash.com/photos/qgHGDbbSNm8 -->
<div class="background"></div>
<main>
<h1>Foodsharing in Belgium</h1>
<h2>Coming soon</h2>
<p>Project introduction on March 17th, at the <a
href="https://www.meetup.com/Civic-Lab-Brussels/events/mrfpjrybcfbwb/" target="_blank">biweekly Civic Lab meetup
in
Brussels</a>. Everyone's welcome!</p>
<form action="https://foodsharing.us19.list-manage.com/subscribe/post?u=4e280417525a8a98031f1ce33&id=9af7c29f8d"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank" novalidate>
<input type="email" name="EMAIL" id="mce-EMAIL" placeholder="Your email address" required />
<!--No robots allowed-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text"
name="b_4e280417525a8a98031f1ce33_9af7c29f8d" tabindex="-1" value=""></div>
<input type="submit" value="Stay in the loop" />
</form>
</main>
<div class="okbe-logo">
<a href="https://openknowledge.be" target="_blank"><img src="img/okbe-logo.png"
alt="Open Knowledge Belgium logo" /></a>
</div>
<script>
(function (f, a, t, h, o, m) {
a[h] = a[h] || function () {
(a[h].q = a[h].q || []).push(arguments)
};
o = f.createElement('script'),
m = f.getElementsByTagName('script')[0];
o.async = 1; o.src = t; o.id = 'fathom-script';
m.parentNode.insertBefore(o, m)
})(document, window, 'https://cdn.usefathom.com/tracker.js', 'fathom');
fathom('set', 'siteId', 'QHHQPAZK');
fathom('trackPageview');
</script>
</body>
</html>