diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss index a73aab4..f0ebeb1 100644 --- a/assets/sass/_custom.scss +++ b/assets/sass/_custom.scss @@ -11,4 +11,34 @@ table, th, td { th, td { padding: 3px 6px; font-variant-numeric: tabular-nums; +} + +@media (prefers-color-scheme: dark) { + :root { + --color-backdrop: #141414; + --color-headings: #faf5f5; + --color-body-bg: #242424; + --color-header-bg: #242424; + --color-text: #faf5f5; + --color-link: #66f2ff; + --color-footer-bg: #242424; + --color-border: #faf5f5; + --color-button: #141414; + --color-button-text: #faf5f5; + --color-button-hover: #343434; + --color-brand: #66f2ff; + --color-text-meta: #faf5f5; + --color-mobile-menu: #141414; + } + + nav ul li { + flex-grow: 1; + text-align: center; + } + .main-menu a:active { + text-decoration: none; + } + a { + text-decoration: none; + } } \ No newline at end of file diff --git a/content/de/posts/2024-10-12-design.md b/content/de/posts/2026-03-01-design.md similarity index 61% rename from content/de/posts/2024-10-12-design.md rename to content/de/posts/2026-03-01-design.md index 13b916f..e4356fd 100644 --- a/content/de/posts/2024-10-12-design.md +++ b/content/de/posts/2026-03-01-design.md @@ -1,6 +1,6 @@ --- title: 'Logo und Design-Ressourcen' -date: 2024-06-13T18:00:00+02:00 +date: 2026-03-01T18:00:00+02:00 summary: | Sachen, die ihr für die Gestaltung eurer Hackertours-Events verwenden könnt. --- @@ -9,11 +9,13 @@ summary: | Um eine einfachere Wiedererkennbarkeit auch über Veranstaltungen hinweg zu erreichen, haben wir ein Logo entworfen, das ihr für eure Veranstaltungen nutzen könnt. -![hacker.tours logo](/img/hackertours-2024-color.svg) +2025 wurden alle Outlines im farbigen Logo von Weiß zu Gelb geändert, um visuell mit dunklen Hintergründen kompatibel zu sein. -Weitere Varianten findet ihr im [ZIP-Archiv hackertours-20224-logo](/hackertours-20224-logo.zip). +![hacker.tours logo](/img/hackertours-2025-color.svg) -Das Logo ist (c) 2024 Stefan Bethke, CC-BY-SA 4.0. +Weitere Varianten findet ihr im [ZIP-Archiv hackertours-2025-logo](/hackertours-2025-logo.zip). + +Das Logo ist (c) 2024 Stefan Bethke, CC-BY-SA 4.0. # Website diff --git a/content/en/posts/2026-02-24-eh23.md b/content/en/posts/2026-02-24-eh23.md new file mode 100644 index 0000000..bd59490 --- /dev/null +++ b/content/en/posts/2026-02-24-eh23.md @@ -0,0 +1,10 @@ +--- +title: 'Easterhegg 23' +date: 2026-02-24T18:00:00+01:00 +summary: | + We're excited for this years Easterhegg 23 in Koblenz, Germany! +--- + +This year's [Easerhegg 23 offers Hackertours](https://eh23.easterhegg.eu/hackertours)! We're working on the exact details, but rest assured you will find an update here, as tour dates and locations are finalized! + +We're excited to see you in Koblenz in early April! \ No newline at end of file diff --git a/content/en/posts/2024-10-12-design.md b/content/en/posts/2026-03-01-design.md similarity index 64% rename from content/en/posts/2024-10-12-design.md rename to content/en/posts/2026-03-01-design.md index 2cc9eda..26540ae 100644 --- a/content/en/posts/2024-10-12-design.md +++ b/content/en/posts/2026-03-01-design.md @@ -1,6 +1,6 @@ --- title: 'Logo and Design Resources' -date: 2024-06-13T18:00:00+02:00 +date: 2025-03-01T18:00:00+02:00 summary: | Things that you can use for your own hackertours events. --- @@ -9,9 +9,11 @@ summary: | We have created a logo that you can use for your own events that enables recognition across events. -![hacker.tours logo](/img/hackertours-2024-color.svg) +In 2025 a single remaining white outline changed to yellow, to achieve compatibility with dark backgrounds. -You will find more variations in the [hackertours-20224-logo ZIP Archive](/hackertours-20224-logo.zip). +![hacker.tours logo](/img/hackertours-2025-color.svg) + +You will find more variations in the [hackertours-2025-logo ZIP Archive](/hackertours-2025-logo.zip). The Logo is (c) 2024 Stefan Bethke, CC-BY-SA 4.0. diff --git a/hugo.yaml b/hugo.yaml index 9d1eb02..7243228 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -14,7 +14,7 @@ params: realfavicongenerator: true footer: "[Impressum & Datenschutz](https://hamburg.ccc.de/imprint/)" logo: true - logoPath: img/hackertours-2024-color.svg + logoPath: img/hackertours-2025-color.svg logoHeight: 100 logoWidth: 100 mainSections: diff --git a/static/hackertours-20224-logo.zip b/static/hackertours-20224-logo.zip deleted file mode 100644 index 52a6cdf..0000000 Binary files a/static/hackertours-20224-logo.zip and /dev/null differ diff --git a/static/hackertours-2025-logo.zip b/static/hackertours-2025-logo.zip new file mode 100644 index 0000000..2f578a2 Binary files /dev/null and b/static/hackertours-2025-logo.zip differ diff --git a/static/img/hackertours-2024-color.svg b/static/img/hackertours-2024-color.svg deleted file mode 100644 index 782820f..0000000 --- a/static/img/hackertours-2024-color.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/hackertours-2025-color.svg b/static/img/hackertours-2025-color.svg new file mode 100644 index 0000000..e22835d --- /dev/null +++ b/static/img/hackertours-2025-color.svg @@ -0,0 +1 @@ + \ No newline at end of file