Files
fedizinefest/signup/index.html

131 lines
4.8 KiB
HTML
Raw Normal View History

<!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>Signup | FediZineFest 2025</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/footer.js" defer></script>
<!-- Meta -->
<link rel="canonical" href="https://fedizinefest.glitch.me/signup" />
<meta name="description" content="signup for FediZineFest 2025" />
<meta name="robots" content="index,follow" />
<meta property="og:title" content="Signup | FediZineFest 2025" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://fedizinefest.glitch.me/signup" />
<meta property="og:description" content="signup for 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="/zines"> zines! </a>
<a class="nav-item" href="/status"> status </a>
<a class="nav-item" href="/for-artists"> artist guidelines </a>
</nav>
<div class="wip">
<p>
This site is a <b>work in progress!</b> If you experience issues,
please try waiting a minute and reloading before reaching out with
questions.
</p>
</div>
<main id="main">
<header role="banner">
<h1>FediZineFest 2025 Signups</h1>
</header>
<section id="backers">
<h2>Backer signups</h2>
<p>
Purchase
<a href="https://ko-fi.com/s/e58be7e1ee">digital access</a> or
<a href="https://ko-fi.com/s/aea7af2dcc"
>physical and digital access</a
>
through Ko-fi.
</p>
</section>
<section id="artists">
<h2>Artist signups</h2>
<p>Artist signups are now open!</p>
<p>
Form embed below not working?
<!-- https://airtable.com/app76cWa9xMbzWFn3/pag32aH0R613BlphN/form -->
<a
href="https://airtable.com/app76cWa9xMbzWFn3/pagttl4o8l3p8xuwA/form"
>Open in browser</a
>
or, if Airtable is inaccessible to you,
<a href="mailto:lee.cattarin@gmail.com?subject=fediZineFest"
>reach out to Lee directly</a
>
</p>
<div class="iframe-flex">
<div class="iframe">
<iframe
class="airtable-embed"
src="https://airtable.com/embed/app76cWa9xMbzWFn3/pagttl4o8l3p8xuwA/form"
frameborder="0"
onmousewheel=""
width="100%"
height="533"
style="background: transparent; border: 1px solid #ccc"
></iframe>
<!-- <iframe class="airtable-embed" src="https://airtable.com/embed/app76cWa9xMbzWFn3/pag32aH0R613BlphN/form" frameborder="0" onmousewheel="" width="100%" height="533" style="background: transparent; border: 1px solid #ccc;"></iframe>-->
</div>
</div>
</section>
<section id="open-roles">
<h2>Open roles</h2>
<p>
If you're interested in fulfilling any of these roles,
<a href="mailto:lee.cattarin@gmail.com?subject=fediZineFest"
>reach out to Lee</a
>.
</p>
<ul>
<li>
<b>Digital access coordinator:</b> responsible for digital zine
collection, organization, and delivery — TENTATIVELY FILLED
</li>
<li>
<b>Logo designer:</b> responsible for logo and favicon design —
FILLED
</li>
</ul>
<p>
While these aren't paid roles, contributors will receive a physical
zine bundle (if they so desire) and digital zine access.
</p>
</section>
</main>
</div>
<footer role="contentinfo" id="footer"></footer>
</body>
</html>