From 7f4e186f16c0307e8dc2844a2ca28120ae669338 Mon Sep 17 00:00:00 2001 From: "Glitch (glitch-hello-website)" Date: Thu, 12 Dec 2024 04:38:42 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9B=B5=EF=B8=8F=F0=9F=90=A2=20Checkpoint=20.?= =?UTF-8?q?/signup/index.html:69682263/3684=20./for-artists/index.html:696?= =?UTF-8?q?82263/2237=20./styles/main.css:69682263/664=20./index.html:6968?= =?UTF-8?q?2263/5431?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- for-artists/index.html | 16 ++++++++++++++-- index.html | 4 ++++ signup/index.html | 10 ++++++---- styles/main.css | 17 ++++++++++++++++- 4 files changed, 40 insertions(+), 7 deletions(-) diff --git a/for-artists/index.html b/for-artists/index.html index e6ae989..a3facf4 100644 --- a/for-artists/index.html +++ b/for-artists/index.html @@ -15,12 +15,24 @@
+ +

- This site is a work in progress! If you experience issues, please try waiting a minute and reloading before reaching out with questions. + This site is a work in progress! If you experience issues, + please try waiting a minute and reloading before reaching out with + questions.

-
+ +
+
+

+ Artist Guidelines +

diff --git a/index.html b/index.html index b9f0b2e..6988b62 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,10 @@
+ +

This site is a work in progress! If you experience issues, diff --git a/signup/index.html b/signup/index.html index b5fd15a..f3fcce0 100644 --- a/signup/index.html +++ b/signup/index.html @@ -16,10 +16,9 @@

+

This site is a work in progress! If you experience issues, @@ -27,8 +26,11 @@ questions.

+
-
FediZineFest 2025 Signups
+
+

FediZineFest 2025 Signups

+
diff --git a/styles/main.css b/styles/main.css index c976624..c54e1d7 100644 --- a/styles/main.css +++ b/styles/main.css @@ -32,7 +32,22 @@ format("opentype"); } -/* Navigation grid */ +/* Navigation */ +#top-nav { + position: sticky; + top: 0px; + width: 100%; + display: flex; + align-items: stretch; + background: var(--color-bg); + border-bottom: 4px solid var(--color-text-header); + justify-content: center; +} + +.nav-item { + margin: 1rem 0.5rem; +} + #footer { display: flex; justify-content: space-between;