🐑💳 Checkpoint
./scripts/zines.js:69682263/4284 ./years/2024/zines.json:69682263/120
This commit is contained in:
@ -13,14 +13,19 @@ function makeZine({ name, blurb, format, site, title }) {
|
||||
zine.append(h2);
|
||||
|
||||
let p = document.createElement("p");
|
||||
if (title) {
|
||||
p.innerHTML = " made a " + format + " zine called <b>" + title + "</b>";
|
||||
} else {
|
||||
p.innerHTML = " is making a " + format + " zine:";
|
||||
zine.append(p);
|
||||
|
||||
let bq = document.createElement("blockquote");
|
||||
let bqP = document.createElement("p");
|
||||
bqP.innerHTML = blurb;
|
||||
bq.append(bqP);
|
||||
zine.append(bq);
|
||||
}
|
||||
zine.append(p);
|
||||
|
||||
|
||||
|
||||
return zine;
|
||||
}
|
||||
|
||||
@ -75,7 +75,7 @@
|
||||
"format": "physical/digital",
|
||||
"blurb": "one of: a hentai coloring book, mini zines about adventure time, v for vendetta, foraging, some poetry and fiction stuff too.",
|
||||
"site": "https://terror.black/@sayyid_qishta",
|
||||
"title": "Thinking About...It -AND- When I Get a Boy Chest"
|
||||
"title": ["Thinking About...It", "When I Get a Boy Chest"]
|
||||
},
|
||||
{
|
||||
"name": "Sanae",
|
||||
@ -117,13 +117,13 @@
|
||||
"format": "digital",
|
||||
"blurb": "Zine #3: A crippunk, queer-romantic short story between a fox and a bunny.",
|
||||
"site": "https://kolektiva.social/@bluejorts",
|
||||
"title": "AAAAAAH -AND- Just Be A Poet -AND- Today Is Another Day"
|
||||
"title": ["AAAAAAH", "Just Be A Poet", "Today Is Another Day"]
|
||||
},
|
||||
{
|
||||
"name": "Jeff Blackman",
|
||||
"format": "physical",
|
||||
"blurb": "Triptyc is a collage based comic strip cut from the funny pages.",
|
||||
"title": "Places I will go before I die -AND- OH -AND- WUMPF -AND- GAH! -AND- WHAAP!!"
|
||||
"title": ["Places I will go before I die", "OH", "WUMPF", "GAH!", "WHAAP!!"]
|
||||
},
|
||||
{
|
||||
"name": "felix sunflower",
|
||||
@ -151,7 +151,7 @@
|
||||
"format": "digital",
|
||||
"blurb": "I create zines about animals, final fantasy 7 and comics that are queer and furry adjacent.",
|
||||
"site": "https://donphan.social/@hi_cial",
|
||||
"title": "Queer Birds 2022 -AND- FFVII Blazed Illustration"
|
||||
"title": ["Queer Birds 2022", "FFVII Blazed Illustration"]
|
||||
},
|
||||
{
|
||||
"name": "Pesto Jaguar",
|
||||
|
||||
Reference in New Issue
Block a user