🌂🏞 Checkpoint
./2024/index.html:69682263/118 ./for-artists/index.html:69682263/6538 ./signup/index.html:69682263/7522 ./status/index.html:69682263/4643 ./index.html:69682263/7338
This commit is contained in:
@ -12,8 +12,8 @@
|
||||
|
||||
<!-- The website JavaScript file -->
|
||||
<script src="scripts/footer.js" defer></script>
|
||||
|
||||
<!-- Meta -->
|
||||
|
||||
<!-- Meta -->
|
||||
<link rel="canonical" href="https://fedizinefest.glitch.me/status" />
|
||||
<meta
|
||||
name="description"
|
||||
@ -27,10 +27,7 @@
|
||||
property="og:description"
|
||||
content="current project status for FediZineFest 2025"
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://glitch.com/favicon.ico"
|
||||
/>
|
||||
<meta property="og:image" content="https://glitch.com/favicon.ico" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
</head>
|
||||
<body>
|
||||
@ -38,6 +35,7 @@
|
||||
<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="/team"> team </a>
|
||||
<a class="nav-item" href="/for-artists"> artist guidelines </a>
|
||||
</nav>
|
||||
|
||||
@ -53,18 +51,17 @@
|
||||
<header role="banner">
|
||||
<h1>Current Status</h1>
|
||||
</header>
|
||||
|
||||
|
||||
<dl>
|
||||
<dt>Website</dt>
|
||||
<dd>in progress, publicly accessible</dd>
|
||||
<dt>Interest signup</dt>
|
||||
<dd>Complete, available on the <a href="/signup">signup page</a></dd>
|
||||
<dd>complete, available on the <a href="/signup">signup page</a></dd>
|
||||
<dt>Artist signup</dt>
|
||||
<dd>in progress, not yet open</dd>
|
||||
<dt>Backer signup</dt>
|
||||
<dd>in progress, not yet open</dd>
|
||||
</dl>
|
||||
|
||||
</main>
|
||||
</div>
|
||||
<footer role="contentinfo" id="footer"></footer>
|
||||
|
||||
Reference in New Issue
Block a user