diff options
author | hellekin <hellekin@cepheide.org> | 2017-11-27 23:30:50 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2017-11-27 23:30:50 +0100 |
commit | 87a0f0a732691536c29eb20d3ccdd7b6dd1c0d98 (patch) | |
tree | a13bd9900c6afb785e1a240ae46a1ea663c3823f /www/index.html | |
download | public-infrastructure.eu-87a0f0a732691536c29eb20d3ccdd7b6dd1c0d98.tar.gz |
Add logo
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..8e04c80 --- /dev/null +++ b/www/index.html @@ -0,0 +1,20 @@ +<!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: #000 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; } + @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>Curious? Send an email to <a href="mailto:hello.2017@public-infrastructure.eu">hello.2017@public-infrastructure.eu</a> before the end of 2017.</p> + </main> + </body> +</html> |