blob: 6b76c583f8688b52acfb5485e2ef62cf731654f5 (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title> Public Infrastructure for Europe </title>
<style>
html { height: 100vh; width: 100vw; margin: 0; padding: 0; }
body { background: #020205 url(assets/PUBLIC_LOGO.svg) bottom right no-repeat; font-family: "Asap Condensed", sans-serif; }
main { background-color: rgba(0,0,0,0.5); color: #ccc; padding: 1rem; max-width: 42rem; }
main p:first-child strong { color: #d4aa00; }
:link, :visited { color: #104ba9; }
@media screen and (max-device-width: 500px) { body { background-size: contain; } }
</style>
</head>
<body>
<main>
<p>Welcome to <strong>Public Infrastructure for Europe</strong>.</p>
<p>We're up to changing how the European Union creates and supports technology.</p>
<p>Send an email to <a
href="mailto:hello.2018@public-infrastructure.eu">hello.2018@public-infrastructure.eu</a>
to receive our newsletter.</p>
<p>Connect to <a href="https://ps.zoethical.com/">Petites Singularités</a> to participate.</p>
<p>See <a href="https://fosdem.org/2018/schedule/event/eufunding/">presentation at FOSDEM</a>.</p>
</main>
</body>
</html>
|