Files
fedizinefest/status/index.html
Glitch (glitch-hello-website) 27899d5db2 🚲✌️ Checkpoint
./.glitch-assets:69682263/799
./2024/index.html:69682263/7744
./for-artists/index.html:69682263/7852
./signup/index.html:69682263/8686
./status/index.html:69682263/6336
./team/index.html:69682263/11638
./index.html:69682263/7986
2024-12-12 20:03:10 +00:00

79 lines
2.6 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="https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/logo.png?v=1734033438408"
/>
<title>Current Status | FediZineFest 2025</title>
<!-- The website stylesheet -->
<link rel="stylesheet" href="styles/main.css" />
<!-- The website JavaScript file -->
<script src="scripts/footer.js" defer></script>
<!-- Meta -->
<link rel="canonical" href="https://fedizinefest.glitch.me/status" />
<meta
name="description"
content="current project status for FediZineFest 2025"
/>
<meta name="robots" content="index,follow" />
<meta property="og:title" content="Current Status | FediZineFest" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://fedizinefest.glitch.me/2024" />
<meta
property="og:description"
content="current project status for FediZineFest 2025"
/>
<meta
property="og:image"
content="https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/logo.png?v=1734033438408"
/>
<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"
/>
<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>
<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>Current Status</h1>
</header>
<dl>
<dt>Website</dt>
<dd>in progress, publicly accessible</dd>
<dt>Interest signup</dt>
<dd>complete, available on the <a href="/signup">signup page</a></dd>
<dt>Artist signup</dt>
<dd>in progress, not yet open</dd>
<dt>Backer signup</dt>
<dd>in progress, not yet open</dd>
</dl>
</main>
</div>
<footer role="contentinfo" id="footer"></footer>
</body>
</html>