🐾🏄 Checkpoint
./for-artists/index.html:69682263/1244 ./2024/index.html:69682263/915 ./signup/index.html:69682263/865 ./index.html:69682263/821 ./status/index.html:69682263/3030
This commit is contained in:
@ -5,13 +5,33 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" href="https://glitch.com/favicon.ico" />
|
||||
|
||||
<title>FediZineFest 2025 | Artist Guidelines</title>
|
||||
<title>FediZineFest 2024</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/2024" />
|
||||
<meta
|
||||
name="description"
|
||||
content="FediZineFest 2024"
|
||||
/>
|
||||
<meta name="robots" content="index,follow" />
|
||||
<meta property="og:title" content="FediZineFest 2024" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://fedizinefest.glitch.me/2024" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="FediZineFest 2024"
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://glitch.com/favicon.ico"
|
||||
/>
|
||||
<meta name="twitter:card" content="summary" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
|
||||
@ -5,13 +5,34 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" href="https://glitch.com/favicon.ico" />
|
||||
|
||||
<title>FediZineFest 2025 | Artist Guidelines</title>
|
||||
<title>Artist Guidelines | 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/for-artists" />
|
||||
<meta
|
||||
name="description"
|
||||
content="artist guidelines for FediZineFest 2025"
|
||||
/>
|
||||
<meta name="robots" content="index,follow" />
|
||||
<meta property="og:title" content="Artist Guidelines | FediZineFest 2025" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://fedizinefest.glitch.me/for-artists" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="artist guidelines for FediZineFest 2025"
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://glitch.com/favicon.ico"
|
||||
/>
|
||||
<meta name="twitter:card" content="summary" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
|
||||
20
index.html
20
index.html
@ -12,6 +12,26 @@
|
||||
|
||||
<!-- The website JavaScript file -->
|
||||
<script src="scripts/footer.js" defer></script>
|
||||
|
||||
<!-- Meta -->
|
||||
<link rel="canonical" href="https://fedizinefest.glitch.me/" />
|
||||
<meta
|
||||
name="description"
|
||||
content="homepage for FediZineFest 2025"
|
||||
/>
|
||||
<meta name="robots" content="index,follow" />
|
||||
<meta property="og:title" content="FediZineFest 2025" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://fedizinefest.glitch.me/" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="homepage for FediZineFest 2025"
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://glitch.com/favicon.ico"
|
||||
/>
|
||||
<meta name="twitter:card" content="summary" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
|
||||
@ -13,6 +13,26 @@
|
||||
|
||||
<!-- 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://glitch.com/favicon.ico"
|
||||
/>
|
||||
<meta name="twitter:card" content="summary" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
@ -64,7 +84,7 @@
|
||||
<a
|
||||
href="https://airtable.com/app76cWa9xMbzWFn3/pag3eYElM2MGCn4g2/form"
|
||||
>Open in browser</a
|
||||
>
|
||||
> or, if AirTable is inaccessible to you,
|
||||
</p>
|
||||
<iframe
|
||||
class="airtable-embed"
|
||||
|
||||
90
status/index.html
Normal file
90
status/index.html
Normal file
@ -0,0 +1,90 @@
|
||||
<!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>FediZineFest 2025 | Artist Guidelines</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/2024" />
|
||||
<meta
|
||||
name="description"
|
||||
content="FediZineFest 2024"
|
||||
/>
|
||||
<meta name="robots" content="index,follow" />
|
||||
<meta property="og:title" content="2024 | FediZineFest" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://fedizinefest.glitch.me/2024" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="FediZineFest 2024"
|
||||
/>
|
||||
<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="/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>FediZineFest 2024</h1>
|
||||
</header>
|
||||
<p>FediZineFest 2024 completed with 25 artists and 20 backers.</p>
|
||||
<p>
|
||||
<a
|
||||
href="https://docs.google.com/document/d/125GYHNXgpxxVRkgB2soMDBc0TIyKiEavJVrbogQjlgU/edit"
|
||||
>Read the guidelines document from last year.</a
|
||||
>
|
||||
</p>
|
||||
|
||||
<h2>Learnings</h2>
|
||||
<ul>
|
||||
<li>Build in opt-outs for physical zines for artists and backers</li>
|
||||
<li>Build in opt-outs for payment for artists</li>
|
||||
<li>Read the fine print of services such as Jotform</li>
|
||||
<li>Include workarounds for Paypal</li>
|
||||
<li>
|
||||
Get general publicity information from artists - not just fedi
|
||||
handles
|
||||
</li>
|
||||
<li>
|
||||
Delegate! Delegate! Delegate! (see:
|
||||
<a href="/signup#open-roles">open roles</a>)
|
||||
</li>
|
||||
<li>Block out more time between deadlines</li>
|
||||
</ul>
|
||||
|
||||
<h2>
|
||||
Last year's physical zines
|
||||
</h2>
|
||||
<img src="https://cdn.glitch.global/2e8ca9af-7da1-4425-b7be-7fd629b919cf/2024.jpeg?v=1733981547439"
|
||||
alt="A number of zines of various sizes and designs and colors laid out on a very colorful bedspread."/>
|
||||
</main>
|
||||
</div>
|
||||
<footer role="contentinfo" id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user