⛵️🐢 Checkpoint
./signup/index.html:69682263/3684 ./for-artists/index.html:69682263/2237 ./styles/main.css:69682263/664 ./index.html:69682263/5431
This commit is contained in:
@ -15,12 +15,24 @@
|
||||
</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>
|
||||
</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.
|
||||
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>
|
||||
Artist Guidelines
|
||||
</h1></header>
|
||||
</main>
|
||||
</div>
|
||||
<footer role="contentinfo" id="footer"></footer>
|
||||
|
||||
@ -15,6 +15,10 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<nav role="navigation" id="top-nav">
|
||||
<a class="nav-item" href="/signup"> signup </a>
|
||||
</nav>
|
||||
|
||||
<div class="wip">
|
||||
<p>
|
||||
This site is a <b>work in progress!</b> If you experience issues,
|
||||
|
||||
@ -16,10 +16,9 @@
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<nav role="navigation" id="top-nav">
|
||||
<a class="nav-item">
|
||||
</a>
|
||||
|
||||
<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,
|
||||
@ -27,8 +26,11 @@
|
||||
questions.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<main>
|
||||
<header role="banner">FediZineFest 2025 Signups</header>
|
||||
<header role="banner">
|
||||
<h1>FediZineFest 2025 Signups</h1>
|
||||
</header>
|
||||
|
||||
<div class="iframe-flex">
|
||||
<div class="iframe">
|
||||
|
||||
@ -32,7 +32,22 @@
|
||||
format("opentype");
|
||||
}
|
||||
|
||||
/* Navigation grid */
|
||||
/* Navigation */
|
||||
#top-nav {
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
background: var(--color-bg);
|
||||
border-bottom: 4px solid var(--color-text-header);
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.nav-item {
|
||||
margin: 1rem 0.5rem;
|
||||
}
|
||||
|
||||
#footer {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user