Files
fedizinefest/team/index.html
T

98 lines
3.4 KiB
HTML
Raw Normal View History

2024-12-12 17:24:38 +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 17:24:38 +00:00
<title>Team | FediZineFest 2025</title>
<!-- The website stylesheet -->
2025-05-21 19:43:28 +00:00
<link rel="stylesheet" href="/styles/main.css" />
2024-12-12 17:24:38 +00:00
<!-- The website JavaScript file -->
2025-05-21 19:43:28 +00:00
<script src="/scripts/footer.js" defer></script>
2024-12-12 20:03:10 +00:00
<!-- Meta -->
2024-12-12 17:24:38 +00:00
<link rel="canonical" href="https://fedizinefest.glitch.me/team" />
2024-12-12 20:03:10 +00:00
<meta name="description" content="team for FediZineFest 2025" />
2024-12-12 17:24:38 +00:00
<meta name="robots" content="index,follow" />
<meta property="og:title" content="Team | FediZineFest 2025" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://fedizinefest.glitch.me/team" />
2024-12-12 20:03:10 +00:00
<meta property="og:description" content="team for FediZineFest 2025" />
2024-12-12 17:24:38 +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 17:24:38 +00:00
/>
<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="/signup"> signup </a>
2024-12-13 02:46:14 +00:00
<a class="nav-item" href="/zines"> zines! </a>
2024-12-12 17:24:38 +00:00
<a class="nav-item" href="/status"> status </a>
<a class="nav-item" href="/for-artists"> artist guidelines </a>
2025-05-08 20:01:00 +00:00
<a class="nav-item" href="/learn"> things we learned </a>
2024-12-12 17:24:38 +00:00
</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">
2024-12-12 17:29:36 +00:00
<h1>The Team</h1>
2024-12-12 17:24:38 +00:00
</header>
2024-12-12 20:03:10 +00:00
2024-12-12 17:41:46 +00:00
<dl>
<dt>Physical Zine Coordinator</dt>
2024-12-12 20:03:10 +00:00
<dd>
2024-12-13 01:03:15 +00:00
Lee Cattarin — <a href="https://leecat.art/contact">contact Lee</a>
2024-12-12 20:03:10 +00:00
</dd>
2024-12-12 17:41:46 +00:00
<dt>Digital Zine Coordinator</dt>
2024-12-20 15:49:21 +00:00
<dd>
Oona Leganovic —
<a href="https://assemblag.es/@playinprogress"
>@playinprogress on fedi</a
>
or
<a href="mailto:scrupeda@googlemail.com?subject=fediZineFest"
>email Oona</a
>
</dd>
2024-12-12 18:56:46 +00:00
<dt>Timeline Coordinator</dt>
2024-12-12 20:03:10 +00:00
<dd>
2024-12-13 02:46:14 +00:00
Jack —
2024-12-20 15:49:21 +00:00
<a href="https://catcatnya.com/@sodamnqueer"
>@sodamnqueer on fedi</a
2024-12-12 20:03:10 +00:00
>
or
2024-12-20 15:49:21 +00:00
<a href="mailto:enbyjack@gmail.com?subject=fediZineFest"
>email Jack</a
2024-12-13 01:03:15 +00:00
>
2024-12-12 20:03:10 +00:00
</dd>
2024-12-13 15:45:12 +00:00
<dt>Website/Database Management</dt>
<dd>
Lee Cattarin — <a href="https://leecat.art/contact">contact Lee</a>
</dd>
2024-12-12 17:41:46 +00:00
</dl>
2024-12-12 17:24:38 +00:00
</main>
</div>
<footer role="contentinfo" id="footer"></footer>
</body>
</html>