From 78fb4838a87e964dbce3b9965767f67a1e85940e Mon Sep 17 00:00:00 2001
From: "Glitch (glitch-hello-website)"
Date: Fri, 20 Dec 2024 04:30:38 +0000
Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=BC=F0=9F=8D=94=20Checkpoint=20./signu?=
=?UTF-8?q?p/index.html:69682263/12019=20./scripts/zines.js:69682263/1026?=
=?UTF-8?q?=20./zines/index.html:69682263/153?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
scripts/zines.js | 16 +++-------
signup/index.html | 81 ++++++++++++++++-------------------------------
zines/index.html | 4 ---
3 files changed, 33 insertions(+), 68 deletions(-)
diff --git a/scripts/zines.js b/scripts/zines.js
index 57a81f3..aabf0ae 100644
--- a/scripts/zines.js
+++ b/scripts/zines.js
@@ -1,15 +1,9 @@
let zines = [
{
- "name": "lee (imposter)",
- "blurb": "something about gender or shit, who knows",
- "format": "physical/digital",
- "site": "https://leecat.art"
- },
- {
- "name": "testy mc testerson",
- "blurb": "something dreadfully long, by which i mean really not very long, like our revels now are ended. these our actors, as i foretold you, were all spirits and are melted into air, into thin air: and, like the baseless fabric of this vision, the cloud capp'd towers, the gorgeous palaces, the solemn temples, the great globe itself, yea, all which it inherit, shall dissolve and, like this insubstantial pageant faded, leave not a rack behind. we are such stuff as dreams are made on, and our little life is rounded with a sleep.",
- "format": "digital",
- "site": "http://crouton.net"
+ "name": "Handmade Ghost",
+ "site": "https://handmadeghost.neocities.org/",
+ "blurb": "This will be either a birds-n-poetry zine, a zine on rural Oregon, or a zine on disability and birding (or, very likely, all three).",
+ "format": "physical"
}
]
@@ -25,7 +19,7 @@ function makeZine({name, blurb, format, site, fedi}) {
zine.append(h2);
let p = document.createElement("p");
- p.innerHTML = " is making a " + format + " zine about...";
+ p.innerHTML = " is making a " + format + " zine:";
zine.append(p);
let bq = document.createElement("blockquote");
diff --git a/signup/index.html b/signup/index.html
index d0ef3ae..990c529 100644
--- a/signup/index.html
+++ b/signup/index.html
@@ -69,30 +69,34 @@
-
+
Open roles
@@ -117,35 +121,6 @@
zine bundle (if they so desire) and digital zine access.
-
-
diff --git a/zines/index.html b/zines/index.html
index 1a1b63e..428075d 100644
--- a/zines/index.html
+++ b/zines/index.html
@@ -56,10 +56,6 @@