🏎🙎 Checkpoint
./index.html:69682263/854 ./signup/index.html:69682263/3570
This commit is contained in:
14
index.html
14
index.html
@ -51,14 +51,16 @@
|
|||||||
When:
|
When:
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
Early-mid 2025.
|
Early-mid 2025. Exact dates not yet set.
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>Deadline 0:</b> Artist list formation</li>
|
<li><b>Deadline 0:</b> Artist sign-up closes</li>
|
||||||
<li><b>Deadline 1 (2 weeks after deadline 0):</b> Backer list formation</li>
|
<li><b>Deadline 1 (0 + 2 weeks):</b> Backer sign-up closes; artists are informed # of physical zines</li>
|
||||||
</ul>
|
<li><b>Deadline 2 (1 + 10 weeks):</b> Art submission deadline (digital zines submitted; physical zines in the mail)</li>
|
||||||
|
<li><b>Deadline 3 (2 + 4 weeks):</b> Physical zines arrive at distributor</li>
|
||||||
|
<li><b>Deadline 4 (3 + 4 weeks):</b> Physical zines packaged and ready for shipment; digital zines organized and ready to share</li>
|
||||||
|
<li><b>Deadline 5 (4 + 4 weeks):</b> Physical zines to arrive at recipients; digital zines shared</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- The footer holds our remix button — you can keep or delete it ✂ -->
|
<!-- The footer holds our remix button — you can keep or delete it ✂ -->
|
||||||
|
|||||||
31
signup/index.html
Normal file
31
signup/index.html
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
<!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 Sign-Ups</h1>
|
||||||
|
|
||||||
|
<h2>
|
||||||
|
What:
|
||||||
|
</h2>
|
||||||
|
</div>
|
||||||
|
<!-- The footer holds our remix button — you can keep or delete it ✂ -->
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="links"></div>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user