./signup/index.html:69682263/3684 ./for-artists/index.html:69682263/2237 ./styles/main.css:69682263/664 ./index.html:69682263/5431
61 lines
1.7 KiB
HTML
61 lines
1.7 KiB
HTML
<!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</title>
|
|
|
|
<!-- The website stylesheet -->
|
|
<link rel="stylesheet" href="styles/main.css" />
|
|
|
|
<!-- The website JavaScript file -->
|
|
<script src="scripts/footer.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<nav role="navigation" id="top-nav">
|
|
<a class="nav-item" href="/"> home </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>
|
|
<header role="banner">
|
|
<h1>FediZineFest 2025 Signups</h1>
|
|
</header>
|
|
|
|
<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>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
</div>
|
|
<footer role="contentinfo" id="footer"></footer>
|
|
</body>
|
|
</html>
|