💆 Checkpoint

./signup/index.html:69682263/186
./scripts/nav.js:69682263/76
./years/index.html:69682263/19754
./styles/main.css:69682263/116
This commit is contained in:
Glitch (fedizinefest)
2025-05-24 02:26:58 +00:00
parent 77da3c4564
commit 007eeb60ff
5 changed files with 46 additions and 98 deletions

View File

@ -5,11 +5,7 @@ let navItems = [
}, },
{ {
"href": "/signup", "href": "/signup",
"title": "signup" "title": "get involved"
},
{
"href": "/status",
"title": "status"
}, },
{ {
"href": "/zines", "href": "/zines",
@ -17,7 +13,7 @@ let navItems = [
}, },
{ {
"href": "/years", "href": "/years",
"title": "years" "title": "all years"
} }
] ]

View File

@ -8,7 +8,7 @@
href="https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2025.png?v=1734061088862" href="https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2025.png?v=1734061088862"
/> />
<title>Signup | FediZineFest</title> <title>Get Involved | FediZineFest</title>
<!-- The website stylesheet --> <!-- The website stylesheet -->
<link rel="stylesheet" href="/styles/main.css" /> <link rel="stylesheet" href="/styles/main.css" />
@ -21,12 +21,12 @@
<!-- Meta --> <!-- Meta -->
<link rel="canonical" href="https://fedizinefest.glitch.me/signup" /> <link rel="canonical" href="https://fedizinefest.glitch.me/signup" />
<meta name="description" content="signup for FediZineFest" /> <meta name="description" content="get involved with FediZineFest" />
<meta name="robots" content="index,follow" /> <meta name="robots" content="index,follow" />
<meta property="og:title" content="Signup | FediZineFest" /> <meta property="og:title" content="Get Involved | FediZineFest" />
<meta property="og:type" content="article" /> <meta property="og:type" content="article" />
<meta property="og:url" content="https://fedizinefest.glitch.me/signup" /> <meta property="og:url" content="https://fedizinefest.glitch.me/signup" />
<meta property="og:description" content="signup for FediZineFest" /> <meta property="og:description" content="get involved with FediZineFest" />
<meta <meta
property="og:image" property="og:image"
content="https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2025.png?v=1734061088862" content="https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2025.png?v=1734061088862"
@ -46,7 +46,7 @@
<main id="main"> <main id="main">
<header role="banner"> <header role="banner">
<h1>FediZineFest Signups</h1> <h1>Get Involved</h1>
</header> </header>
<section id="2026"> <section id="2026">

View File

@ -1,78 +0,0 @@
<!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>Current Status | FediZineFest 2025</title>
<!-- The website stylesheet -->
<link rel="stylesheet" href="/styles/main.css" />
<!-- The website JavaScript file -->
<script src="/scripts/nav.js" defer></script>
<script src="/scripts/footer.js" defer></script>
<script src="/scripts/wip.js" defer></script>
<!-- Meta -->
<link rel="canonical" href="https://fedizinefest.glitch.me/status" />
<meta
name="description"
content="current project status for FediZineFest"
/>
<meta name="robots" content="index,follow" />
<meta property="og:title" content="Current Status | FediZineFest" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://fedizinefest.glitch.me/2024" />
<meta
property="og:description"
content="current project status for FediZineFest"
/>
<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">
</nav>
<div id="wip"> <!-- auto-populated by wip.js --> </div>
<main id="main">
<header role="banner">
<h1>Current Status</h1>
</header>
<dl>
<dt>Website</dt>
<dd>publicly accessible</dd>
<dt>Interest signup (2026)</dt>
<dd>open on <a href="/signup#2026">the signup page</a></dd>
<dt>Interest signup (2025)</dt>
<dd>closed</dd>
<dt>Artist signup (2025)</dt>
<dd>closed</dd>
<dt>Artist waitlist (2025)</dt>
<dd>closed</dd>
<dt>Backer signup (2025)</dt>
<dd>
open on <a href="/signup#backers">the signup page</a> for digital
bundles; physical access closed
</dd>
</dl>
</main>
</div>
<footer role="contentinfo" id="footer"></footer>
</body>
</html>

View File

@ -136,6 +136,12 @@ h1, h2, h3 {
line-height: 105%; line-height: 105%;
} }
h1 a,
h2 a,
h3 a {
color: light-dark(var(--color-header-light), var())
}
h1 { h1 {
font-size: 3rem; font-size: 3rem;
margin: 1rem 0; margin: 1rem 0;

View File

@ -41,20 +41,44 @@
</head> </head>
<body> <body>
<div class="wrapper"> <div class="wrapper">
<nav role="navigation" id="top-nav"> <nav role="navigation" id="top-nav"></nav>
</nav>
<div id="wip"><!-- auto-populated by wip.js --></div> <div id="wip"><!-- auto-populated by wip.js --></div>
<main id="main"> <main id="main">
<header role="banner"><h1>Catalog of Years</h1></header> <header role="banner"><h1>Catalog of Years</h1></header>
<ul>
<li> <h2>
<a title="FediZineFest 2026" href="/years/2026">2026</a> <a href="/years/2026">FediZineFest 2026</a>
</li> </h2>
<li><a title="FediZineFest 2025" href="/years/2025">2025</a></li>
<li><a title="FediZineFest 2024" href="/years/2024">2024</a></li> <h2>
</ul> <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>
</main> </main>
</div> </div>
<footer role="contentinfo" id="footer"></footer> <footer role="contentinfo" id="footer"></footer>