Files
fedizinefest/for-artists/index.html

93 lines
3.2 KiB
HTML
Raw Normal View History

<!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>Artist Guidelines | 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/for-artists" />
<meta
name="description"
content="artist guidelines for FediZineFest 2025"
/>
<meta name="robots" content="index,follow" />
<meta property="og:title" content="Artist Guidelines | FediZineFest 2025" />
<meta property="og:type" content="article" />
<meta
property="og:url"
content="https://fedizinefest.glitch.me/for-artists"
/>
<meta
property="og:description"
content="artist guidelines for FediZineFest 2025"
/>
<meta property="og:image" content="https://glitch.com/favicon.ico" />
<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="/status"> status </a>
<a class="nav-item" href="/team"> team </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>Artist Guidelines</h1>
</header>
<p>
<b>Zines do not have to be newly created for this event.</b> You may
absolutely share zines you have previously created. However, please do
not share zines that are already freely available in the same format -
we want the backers to get a good deal.
</p>
<p>
While you may submit more than one zine, I ask that you limit
<b>physical</b> zine submissions to one zine. This is to ensure that
shipping doesnt become too unreasonable (for you OR me).
</p>
<h2>Physical zine restrictions</h2>
<p>No larger than one of:</p>
<ul>
<li>21x14.9cm (a sheet of A4 paper, folded once)</li>
<li>8.5"x5.5" (a sheet of 8.5"x11" paper, folded once)</li>
</ul>
<h2>Payment</h2>
<p>
<b>This is not a get-rich-quick scheme for anyone involved.</b> In
<a href="/2024">2024</a>, the artist payout was about $35 USD per
artist.
</p>
<p>
This year, I'll be adjusting the payment scheme to more appropriately
compensate physical zine artists for the costs of printing and
shipping. Exact payouts won't be determined until zines are collected
to account for any artist drop outs.
</p>
</main>
</div>
<footer role="contentinfo" id="footer"></footer>
</body>
</html>