From: Pieter De Praetere Date: Sun, 17 Jan 2021 17:30:04 +0000 (+0100) Subject: Update index page X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1a711a7f3b5af74689353acf4beaafef0d2cb9ce;p=stands-website.git Update index page --- diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..e69de29 diff --git a/themes/fosdem/layouts/index.html b/themes/fosdem/layouts/index.html index e69de29..20d7706 100644 --- a/themes/fosdem/layouts/index.html +++ b/themes/fosdem/layouts/index.html @@ -0,0 +1,14 @@ +{{ define "main" }} +
+
+
+ +
+
+
+
+ FOSDEM 2021 STANDS / Online / 6 & 7 February 2021 +
+
+
+{{ end }} \ No newline at end of file diff --git a/themes/fosdem/static/css/fosdem.css b/themes/fosdem/static/css/fosdem.css index dd44843..17f47a4 100644 --- a/themes/fosdem/static/css/fosdem.css +++ b/themes/fosdem/static/css/fosdem.css @@ -128,4 +128,22 @@ body { #license-text { width: 60%; +} + +#main-image { + background: url("/img/fosdem-banner.jpg"); + background-repeat: no-repeat; + background-size: cover; +} + +.fosdem-subtitle { + font-weight: 600; + font-size: 24px; + line-height: 28px; + color: #fff; + text-shadow: 0 1px 0 #000; +} + +.fosdem-subtitle-frame { + background: #1e1e1e; } \ No newline at end of file diff --git a/themes/fosdem/static/img/fosdem-banner.jpg b/themes/fosdem/static/img/fosdem-banner.jpg new file mode 100644 index 0000000..9747678 Binary files /dev/null and b/themes/fosdem/static/img/fosdem-banner.jpg differ diff --git a/themes/fosdem/static/img/white_logo.png b/themes/fosdem/static/img/white_logo.png new file mode 100644 index 0000000..ce5aa39 Binary files /dev/null and b/themes/fosdem/static/img/white_logo.png differ