🏍🎹 Checkpoint

./scripts/zines.js:69682263/122
./zines/index.html:69682263/165
This commit is contained in:
Glitch (glitch-hello-website)
2024-12-23 01:09:19 +00:00
parent 05eb18ac85
commit dfc9de274f
2 changed files with 14 additions and 1 deletions

View File

@ -6,11 +6,14 @@ let zines = [
"blurb": ""
},
*/
{
name: "bouncinglime"
},
{
name: "lee",
site: "https://leecat.art",
format: "physical",
blurb: "2 color hand-printed zine, probably about my dog"
blurb: "2 color hand-printed zine with pictures of my dog"
},
{
name: "Em/mett",

View File

@ -58,6 +58,16 @@
<h1>The Zines!</h1>
</header>
<p>
16 artists.
</p>
<p>
11 physical zines.
</p>
<p>
12 digital zines.
</p>
<ul id="zine-container">
<!-- Auto populated by scripts/zines.js -->
</ul>