👏🚕 Checkpoint

./2024/index.html:69682263/62
./learn/index.html:69682263/2031
./years/2025/index.html:69682263/3144
./years/2024/index.html:69682263/10059
./signup/index.html:69682263/1407
./status/index.html:69682263/457
./team/index.html:69682263/421
./years/2024/guidelines/index.html:69682263/513
./years/2024/zines/index.html:69682263/403
./years/2025/guidelines/index.html:69682263/403
./years/2025/zines/index.html:69682263/888
./years/2026/index.html:69682263/347
./years/index.html:69682263/403
./zines/index.html:69682263/348
./index.html:69682263/355
This commit is contained in:
Glitch (fedizinefest)
2025-05-24 01:46:10 +00:00
parent 95cc06d7ba
commit d52a4acdb2
16 changed files with 61 additions and 276 deletions

View File

@ -14,6 +14,7 @@
<link rel="stylesheet" href="/styles/main.css" />
<!-- The website JavaScript file -->
<script src="/scripts/nav.js" defer></script>
<script src="/scripts/footer.js" defer></script>
<script src="/scripts/wip.js" defer></script>
@ -38,12 +39,6 @@
<body>
<div class="wrapper">
<nav role="navigation" id="top-nav">
<a class="nav-item" href="/"> home </a>
<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="/for-artists"> artist guidelines </a>
<a class="nav-item" href="/learn"> things we learned </a>
</nav>
<div id="wip"><!-- auto-populated by wip.js --></div>

View File

@ -14,6 +14,7 @@
<link rel="stylesheet" href="/styles/main.css" />
<!-- The website JavaScript file -->
<script src="/scripts/nav.js" defer></script>
<script src="/scripts/footer.js" defer></script>
<script src="/scripts/wip.js" defer></script>
@ -38,12 +39,6 @@
<body>
<div class="wrapper">
<nav role="navigation" id="top-nav">
<a class="nav-item" href="/"> home </a>
<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="/for-artists"> artist guidelines </a>
<a class="nav-item" href="/learn"> things we learned </a>
</nav>
<div id="wip"><!-- auto-populated by wip.js --></div>
@ -89,7 +84,38 @@
</p>
<p>5 artists were unable to complete work or dropped out.</p>
<h2>
Things we learned
</h2>
<ul>
<li>
<b>Using Airtable.</b> Make sure all coordinators are using the same
information platform. In 2025, I allowed coordinators to opt out of
learning a new platform. Next year, I'll put extra effort into
making the platform accessible.
</li>
<li>
<b>Shared email.</b> A shared email account for coordinators would
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>
<li>
<b>Digital cleanliness.</b> It would be nice to have uploaded
digital zines follow a clear format like Author_Title or similar.
</li>
<li>
<b>Deadlines.</b>The 4 week delays between some of the later steps?
Those have already been necessary. One set of zines didn't arrive
until 21 May despite being posted on time.
</li>
</ul>
<h2>Team</h2>
<dl>

View File

@ -15,6 +15,7 @@
<link rel="stylesheet" href="/styles/zines.css" />
<!-- The website JavaScript file -->
<script src="/scripts/nav.js" defer></script>
<script src="/scripts/footer.js" defer></script>
<script src="/scripts/zines.js" data-zinefile="/years/2025/zines.json" defer></script>
<script src="/scripts/wip.js" defer></script>
@ -40,11 +41,6 @@
<body>
<div class="wrapper">
<nav role="navigation" id="top-nav">
<a class="nav-item" href="/"> home </a>
<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 id="wip"> <!-- auto-populated by wip.js --> </div>