Files
fedizinefest/signup/index.html
2025-05-25 15:56:55 -07:00

86 lines
2.9 KiB
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="/favicon.ico"/>
<title>Get Involved | FediZineFest</title>
<!-- The website stylesheet -->
<link rel="stylesheet" href="../styles/main.css" />
<link rel="stylesheet" href="../styles/iframe.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>
<!-- Meta -->
<link rel="canonical" href="https://fedizinefest.glitch.me/signup" />
<meta name="description" content="get involved with FediZineFest" />
<meta name="robots" content="index,follow" />
<meta property="og:title" content="Get Involved | FediZineFest" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://fedizinefest.glitch.me/signup" />
<meta property="og:description" content="get involved with FediZineFest" />
<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">
</nav>
<div id="wip"> <!-- auto-populated by wip.js --> </div>
<main id="main">
<header role="banner">
<h1>Get Involved</h1>
</header>
<section id="2026">
<h2>Interest signups (2026)</h2>
<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>
<section id="backers">
<h2>Backer signups (2025)</h2>
<p>
Purchase
<a href="https://ko-fi.com/s/e58be7e1ee">digital access</a>
through Ko-fi.
</p>
<p>
Physical&digital access bundles are no longer available. Keep an eye
out for leftover bundles.
</p>
<h2>
Leftovers (2024)
</h2>
<p>
Peruse <a href="https://ko-fi.com/inherentlee/shop/fedizinefest2024"
>last year's leftover bundles</a
>.
</p>
</section>
</main>
</div>
<footer role="contentinfo" id="footer"></footer>
</body>
</html>