🌓🎩 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:
Glitch (glitch-hello-website)
2024-12-12 05:32:19 +00:00
parent 20a98191a0
commit b16f128aa1
6 changed files with 66 additions and 53 deletions

View File

@ -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}

View File

@ -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
</p> href="https://docs.google.com/document/d/125GYHNXgpxxVRkgB2soMDBc0TIyKiEavJVrbogQjlgU/edit"
<p> >Read the guidelines document from last year.</a
<a href="https://docs.google.com/document/d/125GYHNXgpxxVRkgB2soMDBc0TIyKiEavJVrbogQjlgU/edit">Read the guidelines document from last year.</a> >
</p> </p>
<h2> <h2>Learnings</h2>
Learnings
</h2>
<ul> <ul>
<li>Build in opt-outs for physical zines</li> <li>Build in opt-outs for physical zines for artists and backers</li>
<li>Build in opt-outs for payment</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>Include workarounds for Paypal</li>
<li>Get general publicity information from artists - not just fedi handles</li> <li>
<li>Delegate! Delegate! Delegate! (see: </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> </ul>
</main> </main>
</div> </div>

View File

@ -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>

View File

@ -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>
@ -28,24 +29,32 @@
</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
</h2>
<p> <p>
If you're interested in fulfilling any of these roles, <a href="mailto:lee.cattarin@gmail.com?subject=fediZineFest">reach out to Lee</a>. If you're interested in fulfilling any of these roles,
<a href="mailto:lee.cattarin@gmail.com?subject=fediZineFest"
>reach out to Lee</a
>.
</p> </p>
<ul> <ul>
<li><b>Digital access coordinator:</b> responsible for digital zine collection, organization, and delivery</li> <li>
<li><b>Logo designer:</b> responsible for logo and favicon design</li> <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> </ul>
</section>
<div class="iframe-flex"> <div class="iframe-flex">
<div class="iframe"> <div class="iframe">
<section id="interest">
<h2>Get notified when signups go live!</h2> <h2>Get notified when signups go live!</h2>
<p> <p>
Form embed below not working? Form embed below not working?
@ -63,6 +72,7 @@
height="533" height="533"
style="background: transparent; border: 1px solid #ccc" style="background: transparent; border: 1px solid #ccc"
></iframe> ></iframe>
</section>
</div> </div>
</div> </div>
</main> </main>

View File

@ -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;
} }

View File

@ -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 {