👨‍❤️‍💋‍👨 Checkpoint

./scripts/footer.js:69682263/290
./2024/index.html:69682263/700
./learn/index.html:69682263/15004
./for-artists/index.html:69682263/180
./signup/index.html:69682263/66
./status/index.html:69682263/6418
./team/index.html:69682263/66
./years/index.html:69682263/181
./zines/index.html:69682263/66
./index.html:69682263/66
This commit is contained in:
Glitch (glitch-hello-website)
2025-05-08 20:01:00 +00:00
parent 0182a06f63
commit bfc94a2acb
10 changed files with 50 additions and 36 deletions

View File

@ -41,6 +41,7 @@
<a class="nav-item" href="/zines"> zines! </a>
<a class="nav-item" href="/status"> status </a>
<a class="nav-item" href="/for-artists"> artist guidelines </a>
<a class="nav-item" href="/learn"> things we learned </a>
</nav>
<div class="wip">
@ -63,23 +64,6 @@
>
</p>
<h2>Learnings</h2>
<ul>
<li>Build in opt-outs for physical zines for artists and backers</li>
<li>Build in opt-outs for payment for artists</li>
<li>Read the fine print of services such as Jotform</li>
<li>Include workarounds for Paypal</li>
<li>
Get general publicity information from artists - not just fedi
handles
</li>
<li>
Delegate! Delegate! Delegate! (see:
<a href="/signup#open-roles">open roles</a>)
</li>
<li>Block out more time between deadlines</li>
</ul>
<h2>Last year's zines</h2>
<p>
<a

View File

@ -50,6 +50,7 @@
<a class="nav-item" href="/signup"> signup </a>
<a class="nav-item" href="/zines"> zines! </a>
<a class="nav-item" href="/status"> status </a>
<a class="nav-item" href="/learn"> things we learned </a>
</nav>
<div class="wip">

View File

@ -41,6 +41,7 @@
<a class="nav-item" href="/zines"> zines! </a>
<a class="nav-item" href="/status"> status </a>
<a class="nav-item" href="/for-artists"> artist guidelines </a>
<a class="nav-item" href="/learn"> things we learned </a>
</nav>
<div class="wip">

View File

@ -18,13 +18,13 @@
<script src="scripts/footer.js" defer></script>
<!-- Meta -->
<link rel="canonical" href="https://fedizinefest.glitch.me/signup" />
<meta name="description" content="signup for FediZineFest 2025" />
<link rel="canonical" href="https://fedizinefest.glitch.me/learn" />
<meta name="description" content="learnings from FediZineFest" />
<meta name="robots" content="index,follow" />
<meta property="og:title" content="Signup | FediZineFest 2025" />
<meta property="og:title" content="Things We Learned | FediZineFest" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://fedizinefest.glitch.me/signup" />
<meta property="og:description" content="signup for FediZineFest 2025" />
<meta property="og:url" content="https://fedizinefest.glitch.me/learn" />
<meta property="og:description" content="learnings from FediZineFest" />
<meta
property="og:image"
content="https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2025.png?v=1734061088862"
@ -57,9 +57,7 @@
<h1>Learnings for Next Time</h1>
</header>
<h2>
2025
</h2>
<h2>2025</h2>
<ul>
<li>
<b>Using Airtable.</b> Make sure all coordinators are using the same
@ -72,6 +70,25 @@
make responding to artist questions easier and more seamless for
artists.
</li>
<li>
<b>Fedi handles.</b> This year, I aimed to get artist's websites for
general publicity, rather than fedi handles. Collect both - fedi
handles are useful for publicity as well as communication.
</li>
</ul>
<h2>2024</h2>
<ul>
<li>Build in opt-outs for physical zines for artists and backers</li>
<li>Build in opt-outs for payment for artists</li>
<li>Read the fine print of services such as Jotform</li>
<li>Include workarounds for Paypal</li>
<li>
Get general publicity information from artists - not just fedi
handles
</li>
<li>Delegate! Delegate! Delegate!</li>
<li>Block out more time between deadlines</li>
</ul>
</main>
</div>

View File

@ -7,6 +7,7 @@ let footerHTML = `
<li>the <a href="/team">FediZineFest 2025 team</a></li>
</ul>
<p>Site feedback? Questions? <a href="mailto:lee.cattarin@gmail.com?subject=fediZineFest">Reach out to Lee</a></p>
<p><a href="/years">see all years</a></p>
`
function populateFooter() {

View File

@ -42,6 +42,7 @@
<a class="nav-item" href="/zines"> zines! </a>
<a class="nav-item" href="/status"> status </a>
<a class="nav-item" href="/for-artists"> artist guidelines </a>
<a class="nav-item" href="/learn"> things we learned </a>
</nav>
<div class="wip">

View File

@ -47,6 +47,7 @@
<a class="nav-item" href="/signup"> signup </a>
<a class="nav-item" href="/zines"> zines! </a>
<a class="nav-item" href="/for-artists"> artist guidelines </a>
<a class="nav-item" href="/learn"> things we learned </a>
</nav>
<div class="wip">
@ -64,15 +65,20 @@
<dl>
<dt>Website</dt>
<dd>in progress, publicly accessible</dd>
<dt>Interest signup</dt>
<dd>publicly accessible</dd>
<dt>Interest signup (2026)</dt>
<dd>open on <a href="/signup#2026">the signup page</a></dd>
<dt>Interest signup (2025)</dt>
<dd>closed</dd>
<dt>Artist signup</dt>
<dt>Artist signup (2025)</dt>
<dd>closed</dd>
<dt>Artist waitlist</dt>
<dt>Artist waitlist (2025)</dt>
<dd>closed</dd>
<dt>Backer signup</dt>
<dd>open on <a href="signup">the signup page</a></dd>
<dt>Backer signup (2025)</dt>
<dd>
open on <a href="/signup#backers">the signup page</a> for digital
bundles; physical access closed
</dd>
</dl>
</main>
</div>

View File

@ -42,6 +42,7 @@
<a class="nav-item" href="/zines"> zines! </a>
<a class="nav-item" href="/status"> status </a>
<a class="nav-item" href="/for-artists"> artist guidelines </a>
<a class="nav-item" href="/learn"> things we learned </a>
</nav>
<div class="wip">

View File

@ -18,13 +18,13 @@
<script src="scripts/footer.js" defer></script>
<!-- Meta -->
<link rel="canonical" href="https://fedizinefest.glitch.me/signup" />
<meta name="description" content="signup for FediZineFest 2025" />
<link rel="canonical" href="https://fedizinefest.glitch.me/years" />
<meta name="description" content="catalog of years for FediZineFest" />
<meta name="robots" content="index,follow" />
<meta property="og:title" content="Signup | FediZineFest 2025" />
<meta property="og:title" content="Catalog of Years | FediZineFest" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://fedizinefest.glitch.me/signup" />
<meta property="og:description" content="signup for FediZineFest 2025" />
<meta property="og:url" content="https://fedizinefest.glitch.me/years" />
<meta property="og:description" content="catalog of years for FediZineFest" />
<meta
property="og:image"
content="https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2025.png?v=1734061088862"
@ -42,6 +42,7 @@
<a class="nav-item" href="/zines"> zines! </a>
<a class="nav-item" href="/status"> status </a>
<a class="nav-item" href="/for-artists"> artist guidelines </a>
<a class="nav-item" href="/learn"> things we learned </a>
</nav>
<div class="wip">

View File

@ -43,6 +43,7 @@
<a class="nav-item" href="/signup"> signup </a>
<a class="nav-item" href="/status"> status </a>
<a class="nav-item" href="/for-artists"> artist guidelines </a>
<a class="nav-item" href="/learn"> things we learned </a>
</nav>
<div class="wip">