Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions agenda.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -257,6 +274,10 @@
</head>
<body data-theme="dark">
<main class="container">
<!-- Announcement Banner -->
<div class="announcement-banner">
&#127867; Nix &amp; Friends Happy Hour! RSVP to join us after Planet Nix &#8594; <a href="https://luma.com/gibr7uz9">Save your spot today</a>
</div>
<!-- CFP Section (uncomment when CFP opens)
<section class="cfp-section">
<div class="cfp-callout">Call for Papers Open Now!</div>
Expand Down
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,23 @@
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;
}

/* About Section */
.about-section {
position: relative;
Expand Down Expand Up @@ -782,6 +799,10 @@
</head>
<body data-theme="dark">
<main class="container">
<!-- Announcement Banner -->
<div class="announcement-banner">
&#127867; Nix &amp; Friends Happy Hour! RSVP to join us after Planet Nix &#8594; <a href="https://luma.com/gibr7uz9">Save your spot today</a>
</div>
<!-- CFP Section (uncomment when CFP opens)
<section class="cfp-section">
<div class="cfp-callout">Call for Papers Open Now!</div>
Expand Down
21 changes: 21 additions & 0 deletions speakers.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -257,6 +274,10 @@
</head>
<body data-theme="dark">
<main class="container">
<!-- Announcement Banner -->
<div class="announcement-banner">
&#127867; Nix &amp; Friends Happy Hour! RSVP to join us after Planet Nix &#8594; <a href="https://luma.com/gibr7uz9">Save your spot today</a>
</div>
<!-- CFP Section (uncomment when CFP opens)
<section class="cfp-section">
<div class="cfp-callout">Call for Papers Open Now!</div>
Expand Down