From 1f5017298c15d9ee5df6805c90273f563b8b25e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Proch=C3=A1zka?= Date: Tue, 15 Apr 2025 20:25:27 +0200 Subject: [PATCH] Added poster to home page --- pages/cz/index.html | 16 ++++------------ pages/en/index.html | 18 +++++------------- styles/styles.css | 5 ----- 3 files changed, 9 insertions(+), 30 deletions(-) diff --git a/pages/cz/index.html b/pages/cz/index.html index 1547cb7..f261a75 100644 --- a/pages/cz/index.html +++ b/pages/cz/index.html @@ -9,19 +9,11 @@
-

Richard Stallman o svobodném softwaru

+
+ Plakát na akci s Richardem Stallmanem +
- +
--:--:--:--

Akce se bude konat 7. května od 16:30 do 19:30 v aule budovy G na Technické univerzitě v Liberci. diff --git a/pages/en/index.html b/pages/en/index.html index cd38a95..f53f1e9 100644 --- a/pages/en/index.html +++ b/pages/en/index.html @@ -9,22 +9,14 @@

-

Richard Stallman on free software

+
+ Poster with Richard Stallman describing the event +
- +
--:--:--:--

- The event will happen on the 7th of may from 16:30 to 19:30 in the auditorium of building G at Technical University of Liberec. + The event will take place on the 7th of may from 16:30 to 19:30 in the auditorium of building G at Technical University of Liberec.

diff --git a/styles/styles.css b/styles/styles.css index 1c1215d..57480cb 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -213,11 +213,6 @@ header * { text-align: center; } -.countdown-bg { - opacity: 40%; - z-index: 0; -} - nav { background-color: var(--nav-bg-color); color: var(--nav-fg-color);