Files
fedizinefest/signup/index.html
T

108 lines
3.5 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" />
<link rel="icon" href="https://glitch.com/favicon.ico" />
2024-12-12 05:09:16 +00:00
<title>FediZineFest 2025 | Signup</title>
2024-12-11 22:50:23 +00:00
<!-- The website stylesheet -->
2024-12-11 23:23:41 +00:00
<link rel="stylesheet" href="styles/main.css" />
2024-12-12 05:32:19 +00:00
<link rel="stylesheet" href="styles/iframe.css" />
2024-12-11 22:50:23 +00:00
<!-- The website JavaScript file -->
2024-12-12 04:27:30 +00:00
<script src="scripts/footer.js" defer></script>
2024-12-12 15:48:57 +00:00
<!-- 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://glitch.com/favicon.ico"
/>
<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">
2024-12-12 04:38:42 +00:00
<a class="nav-item" href="/"> home </a>
2024-12-12 04:57:25 +00:00
<a class="nav-item" href="/for-artists"> artist guidelines </a>
2024-12-12 04:27:30 +00:00
</nav>
2024-12-12 05:32:19 +00:00
2024-12-12 04:27:30 +00:00
<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>
2024-12-12 05:32:19 +00:00
<main id="main">
2024-12-12 04:38:42 +00:00
<header role="banner">
<h1>FediZineFest 2025 Signups</h1>
</header>
2024-12-12 05:32:19 +00:00
<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
</li>
<li>
<b>Logo designer:</b> responsible for logo and favicon design
</li>
</ul>
2024-12-12 05:43:30 +00:00
<p>
While these aren't paid roles, contributors will receive a physical zine bundle (if they so desire) and digital zine access.
</p>
2024-12-12 05:32:19 +00:00
</section>
2024-12-12 04:27:30 +00:00
2024-12-12 03:53:34 +00:00
<div class="iframe-flex">
<div class="iframe">
2024-12-12 05:32:19 +00:00
<section id="interest">
<h2>Get notified when signups go live!</h2>
<p>
Form embed below not working?
<a
href="https://airtable.com/app76cWa9xMbzWFn3/pag3eYElM2MGCn4g2/form"
>Open in browser</a
2024-12-12 16:00:51 +00:00
>
2024-12-12 16:27:47 +00:00
or, if Airtable is inaccessible to you, <a href="mailto:lee.cattarin@gmail.com?subject=fediZineFest">reach out to Lee directly</a>
2024-12-12 05:32:19 +00:00
</p>
<iframe
class="airtable-embed"
src="https://airtable.com/embed/app76cWa9xMbzWFn3/pag3eYElM2MGCn4g2/form"
frameborder="0"
onmousewheel=""
width="100%"
height="533"
style="background: transparent; border: 1px solid #ccc"
></iframe>
</section>
2024-12-12 03:53:34 +00:00
</div>
</div>
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>