Update index page
authorPieter De Praetere <pieter.de.praetere@helptux.be>
Sun, 17 Jan 2021 17:30:04 +0000 (18:30 +0100)
committerPieter De Praetere <pieter.de.praetere@helptux.be>
Sun, 17 Jan 2021 17:30:04 +0000 (18:30 +0100)
content/_index.md [new file with mode: 0644]
themes/fosdem/layouts/index.html
themes/fosdem/static/css/fosdem.css
themes/fosdem/static/img/fosdem-banner.jpg [new file with mode: 0644]
themes/fosdem/static/img/white_logo.png [new file with mode: 0644]

diff --git a/content/_index.md b/content/_index.md
new file mode 100644 (file)
index 0000000..e69de29
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..20d77063c1faade471f96661da7e0c350a94a7af 100644 (file)
@@ -0,0 +1,14 @@
+{{ define "main" }}
+<div class="container-fluid" id="main-image">
+    <div class="row">
+        <div class="col text-center mt-4">
+            <img src="/img/white_logo.png">
+        </div>
+    </div>
+    <div class="row">
+        <div class="col-sm-4 mt-4 mb-4 mx-auto text-center fosdem-subtitle-frame px-2 py-2">
+            <span class="fosdem-subtitle">FOSDEM 2021 STANDS / Online / 6 & 7 February 2021</span>
+        </div>
+    </div>
+</div>
+{{ end }}
\ No newline at end of file
index dd44843eaa0cd255c1db815244f623a0abffd13d..17f47a4b16e59fa9a8d58c3f5af8f1cba540c718 100644 (file)
@@ -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 (file)
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 (file)
index 0000000..ce5aa39
Binary files /dev/null and b/themes/fosdem/static/img/white_logo.png differ