Files
fedizinefest/signup/index.html
T

80 lines
2.7 KiB
HTML
Raw Normal View History

2024-12-11 22:50:23 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2025-05-25 15:56:55 -07:00
<link rel="icon" href="/favicon.ico"/>
2024-12-11 22:50:23 +00:00
2025-05-24 02:26:58 +00:00
<title>Get Involved | FediZineFest</title>
2024-12-11 22:50:23 +00:00
<!-- The website stylesheet -->
2025-05-23 21:02:12 -07:00
<link rel="stylesheet" href="../styles/main.css" />
<link rel="stylesheet" href="../styles/iframe.css" />
2024-12-11 22:50:23 +00:00
<!-- The website JavaScript file -->
2025-05-23 21:02:12 -07:00
<script src="../scripts/nav.js" defer></script>
<script src="../scripts/footer.js" defer></script>
<script src="../scripts/wip.js" defer></script>
2024-12-12 17:02:14 +00:00
<!-- Meta -->
2025-09-12 20:39:41 -07:00
<link rel="canonical" href="https://fedizinefest.fyi/signup" />
2025-05-24 02:26:58 +00:00
<meta name="description" content="get involved with FediZineFest" />
2024-12-12 15:48:57 +00:00
<meta name="robots" content="index,follow" />
2025-05-24 02:26:58 +00:00
<meta property="og:title" content="Get Involved | FediZineFest" />
2024-12-12 15:48:57 +00:00
<meta property="og:type" content="article" />
2025-09-12 20:39:41 -07:00
<meta property="og:url" content="https://fedizinefest.fyi/signup" />
2025-05-24 02:26:58 +00:00
<meta property="og:description" content="get involved with FediZineFest" />
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" />
2024-12-11 22:50:23 +00:00
</head>
<body>
<div class="wrapper">
2024-12-12 04:27:30 +00:00
<nav role="navigation" id="top-nav">
</nav>
2024-12-12 05:32:19 +00:00
<main id="main">
2024-12-12 04:38:42 +00:00
<header role="banner">
2025-05-24 02:26:58 +00:00
<h1>Get Involved</h1>
2024-12-12 04:38:42 +00:00
</header>
2024-12-20 02:17:34 +00:00
2025-04-11 17:59:02 +00:00
<section id="2026">
2025-05-21 19:54:35 +00:00
<h2>Interest signups (2026)</h2>
2025-04-11 17:59:02 +00:00
<p>
<a
href="https://airtable.com/app76cWa9xMbzWFn3/pagS3ZIJvCvhWnbOB/form"
>Submit your email here to indicate interest in FediZineFest 2026
as an artist or backer.</a
>
</p>
</section>
2024-12-20 02:17:34 +00:00
<section id="backers">
2025-07-16 18:09:00 -07:00
<h2>Leftovers (2025)</h2>
2024-12-20 02:17:34 +00:00
<p>
2025-07-16 18:09:00 -07:00
Peruse <a href="https://ko-fi.com/inherentlee/shop/fedizinefest2025"
>this year's leftover bundles</a
>.
2025-05-24 02:01:03 +00:00
</p>
<h2>
Leftovers (2024)
</h2>
<p>
Peruse <a href="https://ko-fi.com/inherentlee/shop/fedizinefest2024"
2025-04-11 17:59:02 +00:00
>last year's leftover bundles</a
>.
</p>
2024-12-20 02:17:34 +00:00
</section>
2024-12-12 04:27:30 +00:00
</main>
2024-12-11 22:50:23 +00:00
</div>
2024-12-12 03:53:34 +00:00
<footer role="contentinfo" id="footer"></footer>
2024-12-11 22:50:23 +00:00
</body>
</html>