50 lines
1.3 KiB
HTML
50 lines
1.3 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="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>
|
|
</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>Artist Guidelines</h1>
|
|
</header>
|
|
<h2>
|
|
For physical zines
|
|
</h2>
|
|
<p>
|
|
No larger than one of:
|
|
<ul>
|
|
<li>a sheet of A4 paper, folded once</li>
|
|
<li>a sheet of 8.5"x11" paper, folded once</li>
|
|
</ul>
|
|
</p>
|
|
</main>
|
|
</div>
|
|
<footer role="contentinfo" id="footer"></footer>
|
|
</body>
|
|
</html>
|