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;