From 6e3e601596ae7c36902c6e6bad602f19b74f64b0 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Mon, 15 Aug 2022 17:12:50 +0200 Subject: [PATCH] add attending info on front page, prepare livestream page --- _includes/css/sotm.css | 12 ++++--- _includes/footer.html | 2 +- _includes/header.html | 25 +++++++++++-- _includes/nav.html | 4 +-- stream/hls.js | 2 ++ stream/index.html | 80 ++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 116 insertions(+), 9 deletions(-) create mode 100644 stream/hls.js create mode 100644 stream/index.html diff --git a/_includes/css/sotm.css b/_includes/css/sotm.css index 6d83cc1..e6de97b 100644 --- a/_includes/css/sotm.css +++ b/_includes/css/sotm.css @@ -253,24 +253,28 @@ footer a:focus, .intro .intro-body .attending { text-align: center; display: inline-block; - width: 80%; + width: 75%; border-radius: 8px; margin-top: 80px; margin-bottom: 40px; padding: 1.5em 2em; color: black; - background-color: {{ site.color.primary-dark }}; + background-color: {{ site.color.primary-light }}; } .intro .intro-body .attending img { - width: 8em; + width: 12em; height: auto; margin-right: 1em; margin-left: 1em; margin-bottom: 0.7em; margin-top: 0.7em; } +.intro .intro-body .attending p { + text-align: left; +} .intro .intro-body ul { - list-style-type: '— '; + margin-left: 1em; + list-style-type: disc; text-align: left; } .intro .intro-body ul li { diff --git a/_includes/footer.html b/_includes/footer.html index 37d8dd2..071a5de 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -28,7 +28,7 @@ Mastodon  - Twitter  + Youtube  Telegram diff --git a/_includes/header.html b/_includes/header.html index f89a9b0..f35f76c 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -2,12 +2,33 @@
-
diff --git a/_includes/nav.html b/_includes/nav.html index 91f63ee..81da3ef 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -37,9 +37,9 @@ Tickets - +