💰🌁 Checkpoint

./years/2024/index.html:69682263/14794
./years/2024/zines/index.html:69682263/8246
./years/2025/zines.json:69682263/5004
./years/2025/zines/index.html:69682263/2668
./zines/index.html:69682263/205
This commit is contained in:
Glitch (fedizinefest)
2025-05-23 17:11:11 +00:00
parent 0a322433f5
commit d4f095bbfe
6 changed files with 176 additions and 12 deletions

View File

@ -55,6 +55,22 @@
<header role="banner">
<h1>FediZineFest 2024</h1>
</header>
<img
src="https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2024.jpeg?v=1733981547439"
alt="A number of zines of various sizes and designs and colors laid out on a very colorful bedspread."
/>
<p>
<a href="/years/2024/guidelines"
>Read the FediZineFest 2024 guidelines.</a
>
</p>
<p>
<a href="/years/2024/zines">See the FediZineFest 2024 zines.</a>
</p>
<h2>Statistics</h2>
<p>
FediZineFest 2024 completed with <b>25 artists</b> and
<b>20 backers</b>. Artists contributed <b>16 physical</b> and
@ -62,17 +78,16 @@
artists were unable to complete work or dropped out.
</p>
<h2>Zines</h2>
<p>
<a
href="https://docs.google.com/spreadsheets/d/1-lXvqXcvZi7Gtwuu9cPr9IUraCrTfgp3fchJvR7el-I/edit?usp=sharing"
>View the catalog.</a
>
</p>
<img
src="https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2024.jpeg?v=1733981547439"
alt="A number of zines of various sizes and designs and colors laid out on a very colorful bedspread."
/>
<h2>Team</h2>
<dl>
<dt>Primary point of contact</dt>
<dd>Lee</dd>
<dt>Help with zine creation</dt>
<dd>Sanae</dd>
<dt>Help with digital formatting</dt>
<dd>Aaron Rafik El Sabrout</dd>
</dl>
</main>
</div>
<footer role="contentinfo" id="footer"></footer>

View File

@ -0,0 +1,79 @@
<!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>Zines | FediZineFest 2024</title>
<!-- The website stylesheet -->
<link rel="stylesheet" href="/styles/main.css" />
<link rel="stylesheet" href="/styles/zines.css" />
<!-- The website JavaScript file -->
<script src="/scripts/footer.js" defer></script>
<script
src="/scripts/zines.js"
data-zinefile="/years/2024/zines.json"
defer
></script>
<script src="/scripts/wip.js" defer></script>
<!-- Meta -->
<link
rel="canonical"
href="https://fedizinefest.glitch.me/years/2024/zines"
/>
<meta name="description" content="zines of FediZineFest 2024" />
<meta name="robots" content="index,follow" />
<meta property="og:title" content="Zines | FediZineFest 2024" />
<meta property="og:type" content="article" />
<meta
property="og:url"
content="https://fedizinefest.glitch.me/years/2024/zines"
/>
<meta property="og:description" content="zines of 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">
<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>
<main id="main">
<header role="banner">
<h1>FediZineFest 2024 Zines</h1>
</header>
<div id="zine-count">
<!-- Auto populated by scripts/zines.js -->
</div>
<ul id="zine-container">
<!-- Auto populated by scripts/zines.js -->
</ul>
</main>
</div>
<footer role="contentinfo" id="footer"></footer>
</body>
</html>

View File

@ -0,0 +1,68 @@
<!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>Zines | FediZineFest 2025</title>
<!-- The website stylesheet -->
<link rel="stylesheet" href="/styles/main.css" />
<link rel="stylesheet" href="/styles/zines.css" />
<!-- The website JavaScript file -->
<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>
<!-- Meta -->
<link rel="canonical" href="https://fedizinefest.glitch.me/zines" />
<meta name="description" content="zines of FediZineFest 2025" />
<meta name="robots" content="index,follow" />
<meta property="og:title" content="Zines | FediZineFest 2025" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://fedizinefest.glitch.me/zines" />
<meta property="og:description" content="zines of FediZineFest 2025" />
<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">
<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>
<main id="main">
<header role="banner">
<h1>FediZineFest 2025 Zines</h1>
</header>
<div id="zine-count">
<!-- Auto populated by scripts/zines.js -->
</div>
<ul id="zine-container">
<!-- Auto populated by scripts/zines.js -->
</ul>
</main>
</div>
<footer role="contentinfo" id="footer"></footer>
</body>
</html>

View File

@ -16,9 +16,11 @@
<!-- The website JavaScript file -->
<script src="/scripts/footer.js" defer></script>
<script src="/scripts/zines.js" data-zinefile="/zines/2025.json" defer></script>
<script src="/scripts/wip.js" defer></script>
<!-- Redirect to correct page -->
<meta http-equiv="refresh" content="0; url=/years/2025/zines" />
<!-- Meta -->
<link rel="canonical" href="https://fedizinefest.glitch.me/zines" />
<meta name="description" content="zines of FediZineFest 2025" />