👕🎪 Checkpoint

./years/2025/zines/index.html:69682263/190
./scripts/footer.js:69682263/355
./scripts/nav.js:69682263/78
./years/2025/index.html:69682263/35991
./years/2024/index.html:69682263/8147
This commit is contained in:
Glitch (fedizinefest)
2025-05-24 01:57:31 +00:00
parent d52a4acdb2
commit daef19bf90
5 changed files with 140 additions and 189 deletions

View File

@ -1,63 +0,0 @@
<!-- DEPRECATED, edit /years/2024/index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="icon"
href="https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2025.png?v=1734061088862"
/>
<title>FediZineFest 2024</title>
<!-- The website stylesheet -->
<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>
<!-- Redirect to correct page -->
<meta http-equiv="refresh" content="0; url=/years/2024" />
<!-- Meta -->
<link rel="canonical" href="https://fedizinefest.glitch.me/2024" />
<meta name="description" content="FediZineFest 2024" />
<meta name="robots" content="index,follow" />
<meta property="og:title" content="FediZineFest 2024" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://fedizinefest.glitch.me/2024" />
<meta property="og:description" content="FediZineFest 2024" />
<meta
property="og:image"
content="https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2025.png?v=1734061088862"
/>
<meta
property="og:image:alt"
content="a logo in dark purple and golden yellow. it looks sorta like a folded map, or like a single piece of printer paper that's been folded and cut into the format needed for an 8-page zine. the 8 panels read FEDI ZINE. next to this, a blue and green folded 8-page zine reads 'fest 2025'"
/>
<meta name="twitter:card" content="summary" />
</head>
<body>
<div class="wrapper">
<nav role="navigation" id="top-nav">
<!-- auto-populated by nav.js -->
</nav>
<div id="wip"> <!-- auto-populated by wip.js --> </div>
<main id="main">
<header role="banner">
<h1>FediZineFest 2024</h1>
</header>
<p>
This page has moved. If you have not been redirected automatically,
<a href="/years/2024">read more on 2024 here</a>.
</p>
</main>
</div>
<footer role="contentinfo" id="footer"></footer>
</body>
</html>

View File

@ -1,13 +1,8 @@
/* populate footer */
let footerHTML = `
<p>Created by <a href="https://leecat.art">Lee Cattarin</a> with help from:</p>
<ul>
<li><a href="https://flipping.rocks/@mycrowgirl">Lisa</a> (color palette)</li>
<li>the <a href="/team">FediZineFest 2025 team</a></li>
</ul>
<p>Brought to you by the <a href="/years/2025#team">FediZineFest 2025 team</a></p>
<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

@ -14,6 +14,10 @@ let navItems = [
{
"href": "/zines",
"title": "zines!"
},
{
"href": "/years",
"title": "years"
}
]

View File

@ -41,8 +41,7 @@
</head>
<body>
<div class="wrapper">
<nav role="navigation" id="top-nav">
</nav>
<nav role="navigation" id="top-nav"></nav>
<div id="wip"><!-- auto-populated by wip.js --></div>
@ -56,16 +55,19 @@
alt="A number of zines of various sizes and designs and colors laid out on a very colorful bedspread."
/>
<h2>Overview</h2>
<p>
<a href="/years/2024/guidelines"
>Read the FediZineFest 2024 guidelines.</a
>
Read the
<a href="/years/2024/guidelines">FediZineFest 2024 guidelines.</a>
</p>
<p>
<a href="/years/2024/zines">See the FediZineFest 2024 zines.</a>
See the
<a href="/years/2024/zines">FediZineFest 2024 zines.</a>
</p>
<section id="stats">
<h2>Statistics</h2>
<p>
@ -74,11 +76,15 @@
<b>18 digital</b> zines. Artist payouts were roughly <b>USD35</b>. 5
artists were unable to complete work or dropped out.
</p>
</section>
<section id="learn">
<h2>Things we learned</h2>
<ul>
<li>Build in opt-outs for physical zines for artists and backers</li>
<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>
@ -89,7 +95,9 @@
<li>Delegate! Delegate! Delegate!</li>
<li>Block out more time between deadlines</li>
</ul>
</section>
<section id="team">
<h2>Team</h2>
<dl>
@ -100,6 +108,7 @@
<dt>Help with digital formatting</dt>
<dd>Aaron Rafik El Sabrout</dd>
</dl>
</section>
</main>
</div>
<footer role="contentinfo" id="footer"></footer>

View File

@ -38,8 +38,7 @@
</head>
<body>
<div class="wrapper">
<nav role="navigation" id="top-nav">
</nav>
<nav role="navigation" id="top-nav"></nav>
<div id="wip"><!-- auto-populated by wip.js --></div>
@ -54,16 +53,18 @@
alt="a logo in dark purple and golden yellow. it looks sorta like a folded map, or like a single piece of printer paper that's been folded and cut into the format needed for an 8-page zine. the 8 panels read FEDI ZINE. next to this, a blue and green folded 8-page zine reads 'fest 2025'"
/>
<h2>Overview</h2>
<p>
<a href="/years/2025/guidelines"
>Read the FediZineFest 2025 guidelines.</a
>
Read the
<a href="/years/2025/guidelines">FediZineFest 2025 guidelines.</a>
</p>
<p>
<a href="/years/2025/zines">See the FediZineFest 2025 zines.</a>
See the
<a href="/years/2025/zines">FediZineFest 2025 zines.</a>
</p>
<section id="stats">
<h2>Statistics</h2>
<p>
@ -84,16 +85,16 @@
</p>
<p>5 artists were unable to complete work or dropped out.</p>
</section>
<h2>
Things we learned
</h2>
<section id="learn">
<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.
<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
@ -101,21 +102,23 @@
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.
<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.
<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>
</section>
<section id="team">
<h2>Team</h2>
<dl>
@ -138,7 +141,9 @@
<dt>Website/Database Management</dt>
<dd>Lee Cattarin — <a href="https://leecat.art">leecat.art</a></dd>
</dl>
</section>
<section id="thanks">
<h2>Extra thanks</h2>
<ul>
@ -147,6 +152,7 @@
palette)
</li>
</ul>
</section>
</main>
</div>
<footer role="contentinfo" id="footer"></footer>