✌️💺 Checkpoint
./scripts/zines2024.json:69682263/905 ./scripts/zines2025.json:69682263/24 ./years/2024/index.html:69682263/36112 ./scripts/zines.js:69682263/7485
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
function makeZine({ name, blurb, format, site, fedi }) {
|
||||
function makeZine({ name, blurb, format, site, title }) {
|
||||
let zine = document.createElement("li");
|
||||
|
||||
let h2 = document.createElement("h2");
|
||||
@ -21,6 +21,12 @@ function makeZine({ name, blurb, format, site, fedi }) {
|
||||
bqP.innerHTML = blurb;
|
||||
bq.append(bqP);
|
||||
zine.append(bq);
|
||||
|
||||
if (title) {
|
||||
let p = document.createElement("p")
|
||||
let h3 = document.createElement("h3");
|
||||
h3.innerHTML=title
|
||||
}
|
||||
|
||||
return zine;
|
||||
}
|
||||
|
||||
@ -147,24 +147,23 @@
|
||||
"title": "Autopsy of the Mall God"
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"format": "",
|
||||
"name": "Syd",
|
||||
"format": "digital",
|
||||
"blurb": "I create zines about animals, final fantasy 7 and comics that are queer and furry adjacent.",
|
||||
"site": "",
|
||||
"title": ""
|
||||
"site": "https://donphan.social/@hi_cial",
|
||||
"title": "Queer Birds 2022 -AND- FFVII Blazed Illustration"
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"format": "",
|
||||
"blurb": "",
|
||||
"site": "",
|
||||
"title": ""
|
||||
"name": "Pesto Jaguar",
|
||||
"format": "digital",
|
||||
"blurb": "Working on a little 12 page zine called 'Perhaps you might try the soup' In design style it's kind of photo collage, (from original material) and abstract or surreal comics. The content is an odd mish mash of hopepunk, poetry, graphical music and experimental prose. There is strictly no ai generated text or imagery and no use of LLM or diffusion models. Everything is self made by a human.",
|
||||
"site": "https://ravenation.club/@pestojaguar",
|
||||
"title": "Perhaps You Might Try The Soup Issue 01"
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"format": "",
|
||||
"blurb": "",
|
||||
"site": "",
|
||||
"title": ""
|
||||
"name": "voidfuck poetry collective",
|
||||
"format": "digital",
|
||||
"blurb": "Poetry zine about the body under capitalism and yearning for anarchy. Topics include madness, disability, love, climate anxiety, body dysphoria, queerness, anarchy, poverty, etc. Poetry is written. Might include a few photos or artwork.",
|
||||
"title": "voidfuck 1"
|
||||
}
|
||||
]
|
||||
|
||||
@ -38,7 +38,8 @@
|
||||
"name": "lee",
|
||||
"site": "https://leecat.art",
|
||||
"format": "physical",
|
||||
"blurb": "2 color hand-printed zine with pictures of my dog"
|
||||
"blurb": "2 color hand-printed zine with pictures of my dog",
|
||||
"title": "KESTRAL"
|
||||
},
|
||||
{
|
||||
"name": "Em/mett",
|
||||
|
||||
Reference in New Issue
Block a user