From 9151aaacfdc7caf82c6fd3d2a3988fd4543126f0 Mon Sep 17 00:00:00 2001 From: Rok Garbas Date: Tue, 17 Feb 2026 16:50:31 +0100 Subject: [PATCH] Add Nix & Friends Happy Hour announcement banner Yellow banner at the top of all pages (index, speakers, agenda) with RSVP link to the social event after Planet Nix. --- agenda.html | 21 +++++++++++++++++++++ index.html | 21 +++++++++++++++++++++ speakers.html | 21 +++++++++++++++++++++ 3 files changed, 63 insertions(+) diff --git a/agenda.html b/agenda.html index c7f7716..d5fe5ca 100644 --- a/agenda.html +++ b/agenda.html @@ -176,6 +176,23 @@ @media (max-width: 1024px) { .navigation-section a { margin: 0 0.8em; } } .navigation-section a:hover { color: #757575; } + /* Announcement Banner */ + .announcement-banner { + background-color: #FFD02B; + text-align: center; + padding: 0.6em 1em; + font-family: var(--pico-font-family-monospace); + font-size: 16px; + color: #000000; + z-index: 99; + position: relative; + } + .announcement-banner a { + color: #000000; + font-weight: 700; + text-decoration: underline; + } + /* Speakers Section - copied from index.html */ .speakers-section { margin-top: -4em; @@ -257,6 +274,10 @@
+ +
+ 🍻 Nix & Friends Happy Hour! RSVP to join us after Planet Nix → Save your spot today +
+
+ 🍻 Nix & Friends Happy Hour! RSVP to join us after Planet Nix → Save your spot today +
+
+ 🍻 Nix & Friends Happy Hour! RSVP to join us after Planet Nix → Save your spot today +