🌓🎩 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

@ -9,6 +9,7 @@
<!-- The website stylesheet -->
<link rel="stylesheet" href="styles/main.css" />
<link rel="stylesheet" href="styles/iframe.css" />
<!-- The website JavaScript file -->
<script src="scripts/footer.js" defer></script>
@ -19,7 +20,7 @@
<a class="nav-item" href="/"> home </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,
@ -27,42 +28,51 @@
questions.
</p>
</div>
<main>
<main id="main">
<header role="banner">
<h1>FediZineFest 2025 Signups</h1>
</header>
<h2>
Open roles
</h2>
<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>.
</p>
<ul>
<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>
<section id="open-roles">
<h2>Open roles</h2>
<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
>.
</p>
<ul>
<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>
</section>
<div class="iframe-flex">
<div class="iframe">
<h2>Get notified when signups go live!</h2>
<p>
Form embed below not working?
<a
href="https://airtable.com/app76cWa9xMbzWFn3/pag3eYElM2MGCn4g2/form"
>Open in browser</a
>
</p>
<iframe
class="airtable-embed"
src="https://airtable.com/embed/app76cWa9xMbzWFn3/pag3eYElM2MGCn4g2/form"
frameborder="0"
onmousewheel=""
width="100%"
height="533"
style="background: transparent; border: 1px solid #ccc"
></iframe>
<section id="interest">
<h2>Get notified when signups go live!</h2>
<p>
Form embed below not working?
<a
href="https://airtable.com/app76cWa9xMbzWFn3/pag3eYElM2MGCn4g2/form"
>Open in browser</a
>
</p>
<iframe
class="airtable-embed"
src="https://airtable.com/embed/app76cWa9xMbzWFn3/pag3eYElM2MGCn4g2/form"
frameborder="0"
onmousewheel=""
width="100%"
height="533"
style="background: transparent; border: 1px solid #ccc"
></iframe>
</section>
</div>
</div>
</main>