Files
fedizinefest/index.html
T

120 lines
2.7 KiB
HTML
Raw Normal View History

2017-10-10 12:57:38 +00:00
<!DOCTYPE html>
2018-03-19 20:01:30 +00:00
<html lang="en">
2017-10-10 12:57:38 +00:00
<head>
2021-05-26 21:53:06 +00:00
2020-10-14 18:31:47 +00:00
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2021-03-27 18:32:23 +00:00
<link rel="icon" href="https://glitch.com/favicon.ico" />
2020-05-11 22:27:53 +00:00
2024-12-11 21:23:03 +00:00
<title>FediZineFest 2025</title>
2020-10-14 18:31:47 +00:00
<!-- The website stylesheet -->
2024-12-11 23:01:28 +00:00
<link rel="stylesheet" href="styles/main.css" />
2020-10-14 18:31:47 +00:00
<!-- The website JavaScript file -->
2024-12-11 23:01:28 +00:00
<script src="scripts/footer.js" defer></script>
2020-10-14 18:31:47 +00:00
</head>
2017-10-10 12:57:38 +00:00
<body>
2020-10-14 18:31:47 +00:00
<div class="wrapper">
2021-04-12 23:18:36 +00:00
<div class="content" role="main">
2024-12-11 21:23:03 +00:00
<h1 class="title">FediZineFest 2025</h1>
2024-12-11 21:45:07 +00:00
<h2>
What:
</h2>
<p>
2024-12-11 22:05:02 +00:00
A zine sharing and distribution project for the fediverse.
2024-12-11 21:45:07 +00:00
</p>
2024-12-11 22:05:02 +00:00
<h2>
Who:
</h2>
<p>
Two groups: artists and backers.
</p>
<h3>
2024-12-11 22:39:12 +00:00
Artists (cap of 20)
2024-12-11 22:05:02 +00:00
</h3>
<p>
2024-12-11 22:39:12 +00:00
Provide physical and/or digital zines; receive payment and physical and/or digital zines.
2024-12-11 22:05:02 +00:00
</p>
<h3>
2024-12-11 22:39:12 +00:00
Backers (cap or 20)
2024-12-11 22:05:02 +00:00
</h3>
2024-12-11 22:39:12 +00:00
<p>
Provide payment; receive physical and/or digital zines.
</p>
2024-12-11 22:05:02 +00:00
<h2>
When:
</h2>
<p>
2024-12-11 23:34:44 +00:00
Early-mid 2025. Exact dates proposed below.
2024-12-11 22:05:02 +00:00
</p>
2024-12-11 23:23:41 +00:00
<h3>
Deadline 0: 17 January 2025
</h3>
<p>
Artist sign-up closes.
</p>
<h3>
Deadline 1: 31 January 2025
</h3>
<p>
(deadline 0 + 2 weeks)
</p>
<p>
Backer sign-up closes. Artists are informed of the # of physical zines needed.
</p>
<h3>
Deadline 2: 11 April 2025
</h3>
<p>
(deadline 1 + 10 weeks)
</p>
<p>
Art submission deadline. Digital zines are submitted to digital drive; physical zines are in the mail.
</p>
<h3>
Deadline 3: 9 May 2025
</h3>
<p>
(deadline 2 + 4 weeks)
</p>
<p>
Physical zines arrive at distributor.
</p>
<h3>
Deadline 4: 6 June 2025
</h3>
<p>
(deadline 3 + 4 weeks)
</p>
<p>
2024-12-11 23:34:44 +00:00
Physical zines packaged and ready for shipment. Digital zines are organized and ready to share.
</p>
<h3>
Deadline 5: 4 July 2025
</h3>
<p>
(deadline 4 + 4 weeks)
</p>
<p>
Physical zines arrive at recipients. Digital zines shared.
2024-12-11 23:23:41 +00:00
</p>
2020-11-05 18:10:17 +00:00
</div>
2021-04-12 21:32:32 +00:00
</div>
2024-12-11 23:01:28 +00:00
<footer class="footer" id="footer">
2021-04-12 21:32:32 +00:00
</footer>
2017-10-10 12:57:38 +00:00
</body>
</html>