2024-12-12 17:24:38 +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 > Team | 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/team" />
< meta
name = "description"
content = "team for FediZineFest 2025"
/>
< meta name = "robots" content = "index,follow" />
< meta property = "og:title" content = "Team | FediZineFest 2025" />
< meta property = "og:type" content = "article" />
< meta property = "og:url" content = "https://fedizinefest.glitch.me/team" />
< meta
property = "og:description"
content = "team 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 = "/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 id = "main" >
< header role = "banner" >
2024-12-12 17:29:36 +00:00
< h1 > The Team</ h1 >
2024-12-12 17:24:38 +00:00
</ header >
2024-12-12 17:41:46 +00:00
< dl >
< dt > Physical Zine Coordinator</ dt >
2024-12-12 18:10:49 +00:00
< dd > Lee Cattarin (< a href = "https://leecat.art/contact" > contact Lee</ a > )</ dd >
2024-12-12 17:41:46 +00:00
< dt > Digital Zine Coordinator</ dt >
2024-12-12 18:56:46 +00:00
< dd > TBA!</ dd >
2024-12-12 17:41:46 +00:00
< dt > Website/Database Management</ dt >
2024-12-12 18:10:49 +00:00
< dd > Lee Cattarin (< a href = "https://leecat.art/contact" > contact Lee</ a > )</ dd >
2024-12-12 18:56:46 +00:00
< dt > Timeline Coordinator</ dt >
2024-12-12 19:03:09 +00:00
< dd > Jack (< a href = "mailto:enbyjack@gmail.com?subject=fediZineFest" > email Jack</ a > or < a href = "https://catcatnya.com/@sodamnqueer" > message them on fedi</ a > )</ dd >
2024-12-12 17:41:46 +00:00
</ dl >
2024-12-12 17:24:38 +00:00
</ main >
</ div >
< footer role = "contentinfo" id = "footer" ></ footer >
</ body >
</ html >