🏍🎹 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": "" "blurb": ""
}, },
*/ */
{
name: "bouncinglime"
},
{ {
name: "lee", name: "lee",
site: "https://leecat.art", site: "https://leecat.art",
format: "physical", 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", name: "Em/mett",

View File

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