diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html index 39ba5ec..c66d71d 100644 --- a/www/index.html +++ b/www/index.html @@ -6,9 +6,9 @@ <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; } + main { background-color: rgba(0,0,0,0.5); color: #ccc; padding: 1rem; max-width: 42rem; } main p:first-child strong { color: #d4aa00; } - :link { color: #104ba9; } + :link, :visited { color: #104ba9; } @media screen and (max-device-width: 500px) { body { background-size: contain; } } </style> </head> @@ -16,7 +16,12 @@ <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> + <p>Curious? Come to <a href="https://fosdem.org/2018/schedule/event/eufunding/">FOSDEM on Sunday, February 4</a>, + 2018.</p> + <p>Send an email to <a + href="mailto:hello.fosdem@public-infrastructure.eu">hello.fosdem@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> </main> </body> </html> |