diff --git a/2024/index.html b/2024/index.html index 786ed23..2fa0aec 100644 --- a/2024/index.html +++ b/2024/index.html @@ -16,6 +16,7 @@ + diff --git a/for-artists/index.html b/for-artists/index.html index 60a6dcb..a2db33f 100644 --- a/for-artists/index.html +++ b/for-artists/index.html @@ -15,6 +15,7 @@ + diff --git a/index.html b/index.html index 84199ff..643b8ed 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,7 @@ + @@ -44,13 +45,8 @@ things we learned -
-

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

-
+
+

FediZineFest 2025

diff --git a/learn/index.html b/learn/index.html index e11113b..afb8049 100644 --- a/learn/index.html +++ b/learn/index.html @@ -15,6 +15,7 @@ + diff --git a/scripts/wip.js b/scripts/wip.js new file mode 100644 index 0000000..d98e0d7 --- /dev/null +++ b/scripts/wip.js @@ -0,0 +1,16 @@ +/* populate footer */ + +let wipHTML = ` +

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

+ ` + +function populateWip() { + let wip = document.getElementById("wip"); + wip.innerHTML = wipHTML; +} + +populateWip(); \ No newline at end of file diff --git a/signup/index.html b/signup/index.html index 571f850..a159954 100644 --- a/signup/index.html +++ b/signup/index.html @@ -16,6 +16,7 @@ + diff --git a/status/index.html b/status/index.html index 3c65abc..767fa0e 100644 --- a/status/index.html +++ b/status/index.html @@ -15,6 +15,7 @@ + @@ -50,13 +51,7 @@ things we learned -
-

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

-
+
diff --git a/styles/main.css b/styles/main.css index 721f6e9..3f846b9 100644 --- a/styles/main.css +++ b/styles/main.css @@ -82,6 +82,18 @@ margin-top: 1rem; text-align: center; } +/* WIP banner */ +#wip { + background-color: light-dark(var(--color-warn-light), var(--color-warn-dark)); + color: light-dark(var(--color-text-light), var(--color-text-dark)); + font-family: var(--font-family); + padding: 0.05rem 1rem; + width: 100%; + border: solid light-dark(var(--color-text-light), var(--color-text-dark)); + border-radius: 3px; + margin-top: 1rem; + text-align: center; +} /* Body */ body { diff --git a/team/index.html b/team/index.html index 1d6af0c..098fe0e 100644 --- a/team/index.html +++ b/team/index.html @@ -15,6 +15,7 @@ + @@ -45,13 +46,7 @@ things we learned -
-

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

-
+
diff --git a/years/2024/index.html b/years/2024/index.html index 020da82..0c94d76 100644 --- a/years/2024/index.html +++ b/years/2024/index.html @@ -15,6 +15,7 @@ + @@ -44,13 +45,7 @@ things we learned -
-

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

-
+
diff --git a/years/2025/index.html b/years/2025/index.html index 5c50b4c..623b417 100644 --- a/years/2025/index.html +++ b/years/2025/index.html @@ -15,6 +15,7 @@ + @@ -45,13 +46,7 @@ things we learned -
-

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

-
+
@@ -87,7 +82,7 @@
Physical Zine Coordinator
- Lee Cattarin — contact Lee + Lee Cattarin — leecat.art
Digital Zine Coordinator
@@ -95,10 +90,6 @@ @playinprogress on fedi - or - email Oona
Timeline Coordinator
@@ -106,14 +97,10 @@ @sodamnqueer on fedi - or - email Jack
Website/Database Management
- Lee Cattarin — contact Lee + Lee Cattarin — leecat.art
diff --git a/years/2026/index.html b/years/2026/index.html index 42d97cb..07c465f 100644 --- a/years/2026/index.html +++ b/years/2026/index.html @@ -15,6 +15,7 @@ + @@ -46,14 +47,7 @@ artist guidelines things we learned - -
-

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

-
+

FediZineFest 2026

diff --git a/years/index.html b/years/index.html index 5b9069d..4fe5622 100644 --- a/years/index.html +++ b/years/index.html @@ -15,6 +15,7 @@ + @@ -47,13 +48,7 @@ things we learned -
-

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

-
+

Catalog of Years

diff --git a/zines/index.html b/zines/index.html index 149cc5a..7df21b7 100644 --- a/zines/index.html +++ b/zines/index.html @@ -17,6 +17,7 @@ + @@ -46,13 +47,7 @@ things we learned -
-

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

-
+