2025-05-08 19:49:07 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" />
< meta name = "viewport" content = "width=device-width, initial-scale=1" />
2025-05-25 15:56:55 -07:00
< link rel = "icon" href = "/favicon.ico" />
2025-05-21 16:23:23 +00:00
< title > Catalog of Years | FediZineFest 2025</ title >
2025-05-08 19:49:07 +00:00
<!-- The website stylesheet -->
2025-05-23 21:02:12 -07:00
< link rel = "stylesheet" href = "../styles/main.css" />
2025-05-08 19:49:07 +00:00
<!-- The website JavaScript file -->
2025-05-23 21:02:12 -07:00
< script src = "../scripts/nav.js" defer ></ script >
< script src = "../scripts/footer.js" defer ></ script >
2025-09-12 20:50:01 -07:00
2025-05-08 19:49:07 +00:00
<!-- Meta -->
2025-09-12 20:39:41 -07:00
< link rel = "canonical" href = "https://fedizinefest.fyi/years" />
2025-05-08 20:01:00 +00:00
< meta name = "description" content = "catalog of years for FediZineFest" />
2025-05-08 19:49:07 +00:00
< meta name = "robots" content = "index,follow" />
2025-05-08 20:01:00 +00:00
< meta property = "og:title" content = "Catalog of Years | FediZineFest" />
2025-05-08 19:49:07 +00:00
< meta property = "og:type" content = "article" />
2025-09-12 20:39:41 -07:00
< meta property = "og:url" content = "https://fedizinefest.fyi/years" />
2025-05-21 19:43:28 +00:00
< meta
property = "og:description"
content = "catalog of years for FediZineFest"
/>
2025-05-08 19:49:07 +00:00
< meta
property = "og:image"
content = "https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2025.png?v=1734061088862"
/>
< meta
property = "og:image:alt"
content = "a logo in dark purple and golden yellow. it looks sorta like a folded map, or like a single piece of printer paper that's been folded and cut into the format needed for an 8-page zine. the 8 panels read FEDI ZINE. next to this, a blue and green folded 8-page zine reads 'fest 2025'"
/>
< meta name = "twitter:card" content = "summary" />
</ head >
< body >
< div class = "wrapper" >
2025-05-24 02:26:58 +00:00
< nav role = "navigation" id = "top-nav" ></ nav >
2025-05-08 19:49:07 +00:00
2025-09-12 20:44:35 -07:00
2025-05-08 19:49:07 +00:00
< main id = "main" >
< header role = "banner" >< h1 > Catalog of Years</ h1 ></ header >
2025-05-24 02:26:58 +00:00
< h2 >
< a href = "/years/2026" > FediZineFest 2026</ a >
</ h2 >
< h2 >
< a href = "/years/2025" > FediZineFest 2025</ a >
</ h2 >
< h3 >
< a title = "FediZineFest 2025 Guidelines" href = "/years/2025/guidelines"
> Guidelines</ a
>
</ h3 >
< h3 >
< a title = "FediZineFest 2025 Zines" href = "/years/2025/zines" > Zines</ a >
</ h3 >
< h2 >
< a href = "/years/2025" > FediZineFest 2024</ a >
</ h2 >
< h3 >
< a title = "FediZineFest 2024 Guidelines" href = "/years/2024/guidelines"
> Guidelines</ a
>
</ h3 >
< h3 >
< a title = "FediZineFest 2024 Zines" href = "/years/2024/zines" > Zines</ a >
</ h3 >
2025-05-08 19:49:07 +00:00
</ main >
</ div >
< footer role = "contentinfo" id = "footer" ></ footer >
</ body >
</ html >