Files
fedizinefest/index.html
Glitch (glitch-hello-website) 3a70db21bd ️ Checkpoint
./index.html:69682263/561
2024-12-11 22:39:12 +00:00

70 lines
1.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://glitch.com/favicon.ico" />
<title>FediZineFest 2025</title>
<!-- The website stylesheet -->
<link rel="stylesheet" href="/style.css" />
<!-- The website JavaScript file -->
<script src="/script.js" defer></script>
</head>
<body>
<div class="wrapper">
<div class="content" role="main">
<h1 class="title">FediZineFest 2025</h1>
<h2>
What:
</h2>
<p>
A zine sharing and distribution project for the fediverse.
</p>
<h2>
Who:
</h2>
<p>
Two groups: artists and backers.
</p>
<h3>
Artists (cap of 20)
</h3>
<p>
Provide physical and/or digital zines; receive payment and physical and/or digital zines.
</p>
<h3>
Backers (cap or 20)
</h3>
<p>
Provide payment; receive physical and/or digital zines.
</p>
<h2>
When:
</h2>
<p>
Early-mid 2025.
</p>
<ul>
<li><b>Deadline 0:</b> Artist list formation</li>
<li><b>Deadline 1 (2 weeks after deadline 0):</b> Backer list formation</li>
</ul>
</div>
</div>
<!-- The footer holds our remix button — you can keep or delete it ✂ -->
<footer class="footer">
<div class="links"></div>
</footer>
</body>
</html>