Files
fedizinefest/status/index.html
T

79 lines
2.6 KiB
HTML
Raw Normal View History

2024-12-12 15:48:57 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2024-12-12 20:03:10 +00:00
<link
rel="icon"
2024-12-13 03:45:37 +00:00
href="https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2025.png?v=1734061088862"
2024-12-12 20:03:10 +00:00
/>
2024-12-12 15:48:57 +00:00
2024-12-12 16:50:51 +00:00
<title>Current Status | FediZineFest 2025</title>
2024-12-12 15:48:57 +00:00
<!-- The website stylesheet -->
2025-05-21 19:43:28 +00:00
<link rel="stylesheet" href="/styles/main.css" />
2024-12-12 15:48:57 +00:00
<!-- The website JavaScript file -->
2025-05-24 01:46:10 +00:00
<script src="/scripts/nav.js" defer></script>
2025-05-21 19:43:28 +00:00
<script src="/scripts/footer.js" defer></script>
2025-05-21 23:34:31 +00:00
<script src="/scripts/wip.js" defer></script>
2024-12-12 17:52:53 +00:00
<!-- Meta -->
2024-12-12 16:50:51 +00:00
<link rel="canonical" href="https://fedizinefest.glitch.me/status" />
2024-12-12 15:48:57 +00:00
<meta
name="description"
2025-05-21 18:40:44 +00:00
content="current project status for FediZineFest"
2024-12-12 15:48:57 +00:00
/>
<meta name="robots" content="index,follow" />
2024-12-12 16:50:51 +00:00
<meta property="og:title" content="Current Status | FediZineFest" />
2024-12-12 15:48:57 +00:00
<meta property="og:type" content="article" />
<meta property="og:url" content="https://fedizinefest.glitch.me/2024" />
<meta
property="og:description"
2025-05-21 18:40:44 +00:00
content="current project status for FediZineFest"
2024-12-12 15:48:57 +00:00
/>
2024-12-12 20:03:10 +00:00
<meta
property="og:image"
2024-12-13 03:45:37 +00:00
content="https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2025.png?v=1734061088862"
2024-12-12 20:03:10 +00:00
/>
<meta
property="og:image:alt"
2024-12-13 03:45:37 +00:00
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'"
2024-12-12 20:03:10 +00:00
/>
2024-12-12 15:48:57 +00:00
<meta name="twitter:card" content="summary" />
</head>
<body>
<div class="wrapper">
<nav role="navigation" id="top-nav">
</nav>
2025-05-21 23:34:31 +00:00
<div id="wip"> <!-- auto-populated by wip.js --> </div>
2024-12-12 15:48:57 +00:00
<main id="main">
<header role="banner">
2024-12-12 16:50:51 +00:00
<h1>Current Status</h1>
2024-12-12 15:48:57 +00:00
</header>
2024-12-12 17:52:53 +00:00
2024-12-12 17:41:46 +00:00
<dl>
<dt>Website</dt>
2025-05-08 20:01:00 +00:00
<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>
2024-12-23 04:13:08 +00:00
<dd>closed</dd>
2025-05-08 20:01:00 +00:00
<dt>Artist signup (2025)</dt>
2024-12-27 01:18:14 +00:00
<dd>closed</dd>
2025-05-08 20:01:00 +00:00
<dt>Artist waitlist (2025)</dt>
2025-01-24 00:36:55 +00:00
<dd>closed</dd>
2025-05-08 20:01:00 +00:00
<dt>Backer signup (2025)</dt>
<dd>
open on <a href="/signup#backers">the signup page</a> for digital
bundles; physical access closed
</dd>
2024-12-12 17:41:46 +00:00
</dl>
2024-12-12 15:48:57 +00:00
</main>
</div>
<footer role="contentinfo" id="footer"></footer>
</body>
</html>