🍟🏏 Checkpoint
./scripts/zines.js:69682263/736
This commit is contained in:
@ -1,4 +1,23 @@
|
|||||||
let zines = [
|
let zines = [
|
||||||
|
/* {
|
||||||
|
"name": "",
|
||||||
|
"site": "",
|
||||||
|
"format": "",
|
||||||
|
"blurb": ""
|
||||||
|
},
|
||||||
|
*/
|
||||||
|
{
|
||||||
|
"name": "Evel",
|
||||||
|
"site": "https://evel.life",
|
||||||
|
"format": "digital",
|
||||||
|
"blurb": "About severe disability with a bit extra on being a caregiver"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gup",
|
||||||
|
"site": "https://cyberpunk.gay/@glyph",
|
||||||
|
"format": "physical/digital",
|
||||||
|
"blurb": "fortune teller/ cootie catcher foldable. prefolded for physical, print and fold yourself for digital. decorated with hand carved stamps. black and white. i need to buy nice paper."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Handmade Ghost",
|
"name": "Handmade Ghost",
|
||||||
"site": "https://handmadeghost.neocities.org/",
|
"site": "https://handmadeghost.neocities.org/",
|
||||||
@ -10,7 +29,6 @@ let zines = [
|
|||||||
function makeZine({name, blurb, format, site, fedi}) {
|
function makeZine({name, blurb, format, site, fedi}) {
|
||||||
let zine = document.createElement("li");
|
let zine = document.createElement("li");
|
||||||
|
|
||||||
|
|
||||||
let h2 = document.createElement("h2");
|
let h2 = document.createElement("h2");
|
||||||
let a = document.createElement("a");
|
let a = document.createElement("a");
|
||||||
a.innerHTML = name;
|
a.innerHTML = name;
|
||||||
|
|||||||
Reference in New Issue
Block a user