🌼🍔 Checkpoint

./signup/index.html:69682263/12019
./scripts/zines.js:69682263/1026
./zines/index.html:69682263/153
This commit is contained in:
Glitch (glitch-hello-website)
2024-12-20 04:30:38 +00:00
parent 1fa9e8fcef
commit 78fb4838a8
3 changed files with 33 additions and 68 deletions

View File

@ -1,15 +1,9 @@
let zines = [
{
"name": "lee (imposter)",
"blurb": "something about gender or shit, who knows",
"format": "physical/digital",
"site": "https://leecat.art"
},
{
"name": "testy mc testerson",
"blurb": "something dreadfully long, by which i mean really not very long, like our revels now are ended. these our actors, as i foretold you, were all spirits and are melted into air, into thin air: and, like the baseless fabric of this vision, the cloud capp'd towers, the gorgeous palaces, the solemn temples, the great globe itself, yea, all which it inherit, shall dissolve and, like this insubstantial pageant faded, leave not a rack behind. we are such stuff as dreams are made on, and our little life is rounded with a sleep.",
"format": "digital",
"site": "http://crouton.net"
"name": "Handmade Ghost",
"site": "https://handmadeghost.neocities.org/",
"blurb": "This will be either a birds-n-poetry zine, a zine on rural Oregon, or a zine on disability and birding (or, very likely, all three).",
"format": "physical"
}
]
@ -25,7 +19,7 @@ function makeZine({name, blurb, format, site, fedi}) {
zine.append(h2);
let p = document.createElement("p");
p.innerHTML = " is making a " + format + " zine about...";
p.innerHTML = " is making a " + format + " zine:";
zine.append(p);
let bq = document.createElement("blockquote");

View File

@ -69,30 +69,34 @@
</p>
</section>
<section id="artists">
<h2>Artist signups</h2>
<p>Artist signups are now open!</p>
<p>
Form embed below not working?
<a
href="https://airtable.com/app76cWa9xMbzWFn3/pagttl4o8l3p8xuwA/form"
>Open in browser</a
>
or, if Airtable is inaccessible to you,
<a href="mailto:lee.cattarin@gmail.com?subject=fediZineFest"
>reach out to Lee directly</a
>
</p>
<iframe
class="airtable-embed"
src="https://airtable.com/embed/app76cWa9xMbzWFn3/pagttl4o8l3p8xuwA/form"
frameborder="0"
onmousewheel=""
width="100%"
height="533"
style="background: transparent; border: 1px solid #ccc"
></iframe>
</section>
<div class="iframe-flex">
<div class="iframe">
<section id="artists">
<h2>Artist signups</h2>
<p>Artist signups are now open!</p>
<p>
Form embed below not working?
<a
href="https://airtable.com/app76cWa9xMbzWFn3/pagttl4o8l3p8xuwA/form"
>Open in browser</a
>
or, if Airtable is inaccessible to you,
<a href="mailto:lee.cattarin@gmail.com?subject=fediZineFest"
>reach out to Lee directly</a
>
</p>
<iframe
class="airtable-embed"
src="https://airtable.com/embed/app76cWa9xMbzWFn3/pagttl4o8l3p8xuwA/form"
frameborder="0"
onmousewheel=""
width="100%"
height="533"
style="background: transparent; border: 1px solid #ccc"
></iframe>
</section>
</div>
</div>
<section id="open-roles">
<h2>Open roles</h2>
@ -117,35 +121,6 @@
zine bundle (if they so desire) and digital zine access.
</p>
</section>
<div class="iframe-flex">
<div class="iframe">
<section id="interest">
<h2>Get notified when signups go live!</h2>
<p>
Form embed below not working?
<a
href="https://airtable.com/app76cWa9xMbzWFn3/pag3eYElM2MGCn4g2/form"
>Open in browser</a
>
or, if Airtable is inaccessible to you,
<a href="mailto:lee.cattarin@gmail.com?subject=fediZineFest"
>reach out to Lee directly</a
>
</p>
<iframe
class="airtable-embed"
src="https://airtable.com/embed/app76cWa9xMbzWFn3/pag3eYElM2MGCn4g2/form"
frameborder="0"
onmousewheel=""
width="100%"
height="533"
style="background: transparent; border: 1px solid #ccc"
></iframe>
</section>
</div>
</div>
</main>
</div>
<footer role="contentinfo" id="footer"></footer>

View File

@ -56,10 +56,6 @@
<main id="main">
<header role="banner">
<h1>The Zines!</h1>
<p>
Do not fear! You have not missed a signup link. This is fake
information so I can play with styles.
</p>
</header>
<ul id="zine-container">