58 lines
1.7 KiB
HTML
58 lines
1.7 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 | Artist Guidelines</title>
|
||
|
|
|
||
|
|
<!-- The website stylesheet -->
|
||
|
|
<link rel="stylesheet" href="styles/main.css" />
|
||
|
|
|
||
|
|
<!-- The website JavaScript file -->
|
||
|
|
<script src="scripts/footer.js" defer></script>
|
||
|
|
</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>
|
||
|
|
<header role="banner">
|
||
|
|
<h1>FediZineFest 2024</h1>
|
||
|
|
</header>
|
||
|
|
<p>
|
||
|
|
FediZineFest 2024 completed with 25 artists and 20 backers.
|
||
|
|
</p>
|
||
|
|
<p>
|
||
|
|
<a href="https://docs.google.com/document/d/125GYHNXgpxxVRkgB2soMDBc0TIyKiEavJVrbogQjlgU/edit">Read the guidelines document from last year.</a>
|
||
|
|
</p>
|
||
|
|
|
||
|
|
<h2>
|
||
|
|
Learnings
|
||
|
|
</h2>
|
||
|
|
<ul>
|
||
|
|
<li>Build in opt-outs for physical zines</li>
|
||
|
|
<li>Build in opt-outs for payment</li>
|
||
|
|
<li>Include workarounds for Paypal</li>
|
||
|
|
<li>Get general publicity information from artists - not just fedi handles</li>
|
||
|
|
<li>Delegate! Delegate! Delegate! (see: </li>
|
||
|
|
</ul>
|
||
|
|
</main>
|
||
|
|
</div>
|
||
|
|
<footer role="contentinfo" id="footer"></footer>
|
||
|
|
</body>
|
||
|
|
</html>
|