✌️💺 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 zine = document.createElement("li");
|
||||||
|
|
||||||
let h2 = document.createElement("h2");
|
let h2 = document.createElement("h2");
|
||||||
@ -21,6 +21,12 @@ function makeZine({ name, blurb, format, site, fedi }) {
|
|||||||
bqP.innerHTML = blurb;
|
bqP.innerHTML = blurb;
|
||||||
bq.append(bqP);
|
bq.append(bqP);
|
||||||
zine.append(bq);
|
zine.append(bq);
|
||||||
|
|
||||||
|
if (title) {
|
||||||
|
let p = document.createElement("p")
|
||||||
|
let h3 = document.createElement("h3");
|
||||||
|
h3.innerHTML=title
|
||||||
|
}
|
||||||
|
|
||||||
return zine;
|
return zine;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -147,24 +147,23 @@
|
|||||||
"title": "Autopsy of the Mall God"
|
"title": "Autopsy of the Mall God"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "",
|
"name": "Syd",
|
||||||
"format": "",
|
"format": "digital",
|
||||||
"blurb": "I create zines about animals, final fantasy 7 and comics that are queer and furry adjacent.",
|
"blurb": "I create zines about animals, final fantasy 7 and comics that are queer and furry adjacent.",
|
||||||
"site": "",
|
"site": "https://donphan.social/@hi_cial",
|
||||||
"title": ""
|
"title": "Queer Birds 2022 -AND- FFVII Blazed Illustration"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "",
|
"name": "Pesto Jaguar",
|
||||||
"format": "",
|
"format": "digital",
|
||||||
"blurb": "",
|
"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": "",
|
"site": "https://ravenation.club/@pestojaguar",
|
||||||
"title": ""
|
"title": "Perhaps You Might Try The Soup Issue 01"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "",
|
"name": "voidfuck poetry collective",
|
||||||
"format": "",
|
"format": "digital",
|
||||||
"blurb": "",
|
"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.",
|
||||||
"site": "",
|
"title": "voidfuck 1"
|
||||||
"title": ""
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@ -38,7 +38,8 @@
|
|||||||
"name": "lee",
|
"name": "lee",
|
||||||
"site": "https://leecat.art",
|
"site": "https://leecat.art",
|
||||||
"format": "physical",
|
"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",
|
"name": "Em/mett",
|
||||||
|
|||||||
@ -55,7 +55,12 @@
|
|||||||
<header role="banner">
|
<header role="banner">
|
||||||
<h1>FediZineFest 2024</h1>
|
<h1>FediZineFest 2024</h1>
|
||||||
</header>
|
</header>
|
||||||
<p>FediZineFest 2024 completed with 25 artists and 20 backers.</p>
|
<p>
|
||||||
|
FediZineFest 2024 completed with <b>25 artists</b> and
|
||||||
|
<b>20 backers</b>. Artists contributed <b>16 physical</b> and
|
||||||
|
<b>18 digital</b> zines. Artist payouts were roughly <b>USD35</b>. 5
|
||||||
|
artists were unable to complete work or dropped out.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>Zines</h2>
|
<h2>Zines</h2>
|
||||||
<p>
|
<p>
|
||||||
@ -237,7 +242,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<footer role="contentinfo" id="footer"></footer>
|
<footer role="contentinfo" id="footer"></footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user