🌓🎩 Checkpoint
./2024/index.html:69682263/4004 ./signup/index.html:69682263/10086 ./for-artists/index.html:69682263/17 ./styles/main.css:69682263/56 ./styles/iframe.css:69682263/2 ./.glitch-assets:69682263/43
This commit is contained in:
@ -15,3 +15,4 @@
|
|||||||
{"uuid":"yEDZsSX7I7P2NlF1","deleted":true}
|
{"uuid":"yEDZsSX7I7P2NlF1","deleted":true}
|
||||||
{"uuid":"VY2dLeOvcf8ffuEw","deleted":true}
|
{"uuid":"VY2dLeOvcf8ffuEw","deleted":true}
|
||||||
{"uuid":"XPQ2UUJettC9yQ6L","deleted":true}
|
{"uuid":"XPQ2UUJettC9yQ6L","deleted":true}
|
||||||
|
{"uuid":"WlqPAPkJzcjf2thL","deleted":true}
|
||||||
|
|||||||
@ -29,26 +29,33 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<main>
|
<main id="main">
|
||||||
<header role="banner">
|
<header role="banner">
|
||||||
<h1>FediZineFest 2024</h1>
|
<h1>FediZineFest 2024</h1>
|
||||||
</header>
|
</header>
|
||||||
|
<p>FediZineFest 2024 completed with 25 artists and 20 backers.</p>
|
||||||
<p>
|
<p>
|
||||||
FediZineFest 2024 completed with 25 artists and 20 backers.
|
<a
|
||||||
|
href="https://docs.google.com/document/d/125GYHNXgpxxVRkgB2soMDBc0TIyKiEavJVrbogQjlgU/edit"
|
||||||
|
>Read the guidelines document from last year.</a
|
||||||
|
>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
|
||||||
<a href="https://docs.google.com/document/d/125GYHNXgpxxVRkgB2soMDBc0TIyKiEavJVrbogQjlgU/edit">Read the guidelines document from last year.</a>
|
<h2>Learnings</h2>
|
||||||
</p>
|
<ul>
|
||||||
|
<li>Build in opt-outs for physical zines for artists and backers</li>
|
||||||
<h2>
|
<li>Build in opt-outs for payment for artists</li>
|
||||||
Learnings
|
<li>Read the fine print of services such as Jotform</li>
|
||||||
</h2>
|
<li>Include workarounds for Paypal</li>
|
||||||
<ul>
|
<li>
|
||||||
<li>Build in opt-outs for physical zines</li>
|
Get general publicity information from artists - not just fedi
|
||||||
<li>Build in opt-outs for payment</li>
|
handles
|
||||||
<li>Include workarounds for Paypal</li>
|
</li>
|
||||||
<li>Get general publicity information from artists - not just fedi handles</li>
|
<li>
|
||||||
<li>Delegate! Delegate! Delegate! (see: </li>
|
Delegate! Delegate! Delegate! (see:
|
||||||
|
<a href="/signup#open-roles">open roles</a>)
|
||||||
|
</li>
|
||||||
|
<li>Block out more time between deadlines</li>
|
||||||
</ul>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<main>
|
<main id="main">
|
||||||
<header role="banner">
|
<header role="banner">
|
||||||
<h1>Artist Guidelines</h1>
|
<h1>Artist Guidelines</h1>
|
||||||
</header>
|
</header>
|
||||||
@ -49,7 +49,6 @@
|
|||||||
<li>8.5"x5.5" (a sheet of 8.5"x11" paper, folded once)</li>
|
<li>8.5"x5.5" (a sheet of 8.5"x11" paper, folded once)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<footer role="contentinfo" id="footer"></footer>
|
<footer role="contentinfo" id="footer"></footer>
|
||||||
|
|||||||
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
<!-- The website stylesheet -->
|
<!-- The website stylesheet -->
|
||||||
<link rel="stylesheet" href="styles/main.css" />
|
<link rel="stylesheet" href="styles/main.css" />
|
||||||
|
<link rel="stylesheet" href="styles/iframe.css" />
|
||||||
|
|
||||||
<!-- The website JavaScript file -->
|
<!-- The website JavaScript file -->
|
||||||
<script src="scripts/footer.js" defer></script>
|
<script src="scripts/footer.js" defer></script>
|
||||||
@ -19,7 +20,7 @@
|
|||||||
<a class="nav-item" href="/"> home </a>
|
<a class="nav-item" href="/"> home </a>
|
||||||
<a class="nav-item" href="/for-artists"> artist guidelines </a>
|
<a class="nav-item" href="/for-artists"> artist guidelines </a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="wip">
|
<div class="wip">
|
||||||
<p>
|
<p>
|
||||||
This site is a <b>work in progress!</b> If you experience issues,
|
This site is a <b>work in progress!</b> If you experience issues,
|
||||||
@ -27,42 +28,51 @@
|
|||||||
questions.
|
questions.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<main>
|
<main id="main">
|
||||||
<header role="banner">
|
<header role="banner">
|
||||||
<h1>FediZineFest 2025 Signups</h1>
|
<h1>FediZineFest 2025 Signups</h1>
|
||||||
</header>
|
</header>
|
||||||
|
<section id="open-roles">
|
||||||
<h2>
|
<h2>Open roles</h2>
|
||||||
Open roles
|
<p>
|
||||||
</h2>
|
If you're interested in fulfilling any of these roles,
|
||||||
<p>
|
<a href="mailto:lee.cattarin@gmail.com?subject=fediZineFest"
|
||||||
If you're interested in fulfilling any of these roles, <a href="mailto:lee.cattarin@gmail.com?subject=fediZineFest">reach out to Lee</a>.
|
>reach out to Lee</a
|
||||||
</p>
|
>.
|
||||||
<ul>
|
</p>
|
||||||
<li><b>Digital access coordinator:</b> responsible for digital zine collection, organization, and delivery</li>
|
<ul>
|
||||||
<li><b>Logo designer:</b> responsible for logo and favicon design</li>
|
<li>
|
||||||
</ul>
|
<b>Digital access coordinator:</b> responsible for digital zine
|
||||||
|
collection, organization, and delivery
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>Logo designer:</b> responsible for logo and favicon design
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
<div class="iframe-flex">
|
<div class="iframe-flex">
|
||||||
<div class="iframe">
|
<div class="iframe">
|
||||||
<h2>Get notified when signups go live!</h2>
|
<section id="interest">
|
||||||
<p>
|
<h2>Get notified when signups go live!</h2>
|
||||||
Form embed below not working?
|
<p>
|
||||||
<a
|
Form embed below not working?
|
||||||
href="https://airtable.com/app76cWa9xMbzWFn3/pag3eYElM2MGCn4g2/form"
|
<a
|
||||||
>Open in browser</a
|
href="https://airtable.com/app76cWa9xMbzWFn3/pag3eYElM2MGCn4g2/form"
|
||||||
>
|
>Open in browser</a
|
||||||
</p>
|
>
|
||||||
<iframe
|
</p>
|
||||||
class="airtable-embed"
|
<iframe
|
||||||
src="https://airtable.com/embed/app76cWa9xMbzWFn3/pag3eYElM2MGCn4g2/form"
|
class="airtable-embed"
|
||||||
frameborder="0"
|
src="https://airtable.com/embed/app76cWa9xMbzWFn3/pag3eYElM2MGCn4g2/form"
|
||||||
onmousewheel=""
|
frameborder="0"
|
||||||
width="100%"
|
onmousewheel=""
|
||||||
height="533"
|
width="100%"
|
||||||
style="background: transparent; border: 1px solid #ccc"
|
height="533"
|
||||||
></iframe>
|
style="background: transparent; border: 1px solid #ccc"
|
||||||
|
></iframe>
|
||||||
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.iframe {
|
.iframe {
|
||||||
margin-top: 4rem;
|
margin-top: 2rem;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
}
|
}
|
||||||
@ -98,10 +98,6 @@ a:visited {
|
|||||||
place-items: center;
|
place-items: center;
|
||||||
margin: 0 1rem;
|
margin: 0 1rem;
|
||||||
}
|
}
|
||||||
.content {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Headings */
|
/* Headings */
|
||||||
h1, h2, h3 {
|
h1, h2, h3 {
|
||||||
|
|||||||
Reference in New Issue
Block a user