2024-12-12 04:04:47 +00:00
<!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 -->
2024-12-12 04:27:30 +00:00
< script src = "scripts/footer.js" defer ></ script >
2024-12-12 04:04:47 +00:00
</ head >
< body >
< div class = "wrapper" >
2024-12-12 04:38:42 +00:00
< nav role = "navigation" id = "top-nav" >
< a class = "nav-item" href = "/" > home </ a >
2024-12-12 04:45:29 +00:00
< a class = "nav-item" href = "/signup" > signup </ a >
2024-12-12 04:38:42 +00:00
</ nav >
2024-12-12 04:27:30 +00:00
< div class = "wip" >
< p >
2024-12-12 04:38:42 +00:00
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.
2024-12-12 04:27:30 +00:00
</ p >
</ div >
2024-12-12 04:45:29 +00:00
2024-12-12 04:38:42 +00:00
< main >
< header role = "banner" >
2024-12-12 04:45:29 +00:00
< h1 > Artist Guidelines</ h1 >
</ header >
2024-12-12 04:57:25 +00:00
< 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 doesn’ t become too unreasonable (for you OR me).
</ p >
2024-12-12 04:45:29 +00:00
< h2 >
2024-12-12 04:57:25 +00:00
Physical zines
2024-12-12 04:45:29 +00:00
</ h2 >
< p >
No larger than one of:
< ul >
2024-12-12 04:57:25 +00:00
< 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 >
2024-12-12 04:45:29 +00:00
</ ul >
</ p >
2024-12-12 04:04:47 +00:00
</ main >
</ div >
< footer role = "contentinfo" id = "footer" ></ footer >
</ body >
</ html >