🏉📟 Checkpoint
./signup/index.html:69682263/346 ./previous/index.html:69682263/11344 ./years/index.html:69682263/5724 ./learn/index.html:69682263/17983
This commit is contained in:
80
learn/index.html
Normal file
80
learn/index.html
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
<!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://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2025.png?v=1734061088862"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<title>Signup | FediZineFest 2025</title>
|
||||||
|
|
||||||
|
<!-- The website stylesheet -->
|
||||||
|
<link rel="stylesheet" href="styles/main.css" />
|
||||||
|
<link rel="stylesheet" href="styles/iframe.css" />
|
||||||
|
|
||||||
|
<!-- The website JavaScript file -->
|
||||||
|
<script src="scripts/footer.js" defer></script>
|
||||||
|
|
||||||
|
<!-- Meta -->
|
||||||
|
<link rel="canonical" href="https://fedizinefest.glitch.me/signup" />
|
||||||
|
<meta name="description" content="signup for FediZineFest 2025" />
|
||||||
|
<meta name="robots" content="index,follow" />
|
||||||
|
<meta property="og:title" content="Signup | FediZineFest 2025" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="og:url" content="https://fedizinefest.glitch.me/signup" />
|
||||||
|
<meta property="og:description" content="signup for FediZineFest 2025" />
|
||||||
|
<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">
|
||||||
|
<nav role="navigation" id="top-nav">
|
||||||
|
<a class="nav-item" href="/"> home </a>
|
||||||
|
<a class="nav-item" href="/zines"> zines! </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">
|
||||||
|
<h1>Learnings for Next Time</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<h2>
|
||||||
|
2025
|
||||||
|
</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<b>Using Airtable.</b> Make sure all coordinators are using the same
|
||||||
|
information platform. In 2025, I allowed coordinators to opt out of
|
||||||
|
learning a new platform. Next year, I'll put extra effort into
|
||||||
|
making the platform accessible.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Shared email.</b> A shared email account for coordinators would
|
||||||
|
make responding to artist questions easier and more seamless for
|
||||||
|
artists.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</main>
|
||||||
|
</div>
|
||||||
|
<footer role="contentinfo" id="footer"></footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
69
years/index.html
Normal file
69
years/index.html
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
<!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://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2025.png?v=1734061088862"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<title>Signup | FediZineFest 2025</title>
|
||||||
|
|
||||||
|
<!-- The website stylesheet -->
|
||||||
|
<link rel="stylesheet" href="styles/main.css" />
|
||||||
|
<link rel="stylesheet" href="styles/iframe.css" />
|
||||||
|
|
||||||
|
<!-- The website JavaScript file -->
|
||||||
|
<script src="scripts/footer.js" defer></script>
|
||||||
|
|
||||||
|
<!-- Meta -->
|
||||||
|
<link rel="canonical" href="https://fedizinefest.glitch.me/signup" />
|
||||||
|
<meta name="description" content="signup for FediZineFest 2025" />
|
||||||
|
<meta name="robots" content="index,follow" />
|
||||||
|
<meta property="og:title" content="Signup | FediZineFest 2025" />
|
||||||
|
<meta property="og:type" content="article" />
|
||||||
|
<meta property="og:url" content="https://fedizinefest.glitch.me/signup" />
|
||||||
|
<meta property="og:description" content="signup for FediZineFest 2025" />
|
||||||
|
<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">
|
||||||
|
<nav role="navigation" id="top-nav">
|
||||||
|
<a class="nav-item" href="/"> home </a>
|
||||||
|
<a class="nav-item" href="/zines"> zines! </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"><h1>Catalog of Years</h1></header>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a title="FediZineFest 2026" href="/signup#2026">2026</a> (interest
|
||||||
|
form only)
|
||||||
|
</li>
|
||||||
|
<li><a title="FediZineFest 2025" href="/">2025</a> (current)</li>
|
||||||
|
<li><a title="FediZineFest 2024" href="/2024">2024</a></li>
|
||||||
|
</ul>
|
||||||
|
</main>
|
||||||
|
</div>
|
||||||
|
<footer role="contentinfo" id="footer"></footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user