🏈🍜 Checkpoint

./signup/index.html:69682263/284
./learn/index.html:69682263/284
./for-artists/index.html:69682263/290
./2024/index.html:69682263/290
./styles/main.css:69682263/476
./scripts/wip.js:69682263/230
./years/index.html:69682263/20
This commit is contained in:
Glitch (fedizinefest)
2025-05-21 23:45:33 +00:00
parent 439c02b7f0
commit c54c0b7f41
7 changed files with 10 additions and 47 deletions

View File

@ -50,13 +50,7 @@
<a class="nav-item" href="/learn"> things we learned </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>
<div id="wip"> <!-- auto-populated by wip.js --> </div>
<main id="main">
<header role="banner">

View File

@ -54,13 +54,7 @@
<a class="nav-item" href="/learn"> things we learned </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>
<div id="wip"> <!-- auto-populated by wip.js --> </div>
<main id="main">
<header role="banner">

View File

@ -44,13 +44,7 @@
<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,
please try waiting a minute and reloading before reaching out with
questions.
</p>
</div>
<div id="wip"> <!-- auto-populated by wip.js --> </div>
<main id="main">
<header role="banner">

View File

@ -1,11 +1,7 @@
/* populate footer */
let wipHTML = `
<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>
<p>--- always under construction ---</p>
`
function populateWip() {

View File

@ -46,13 +46,7 @@
<a class="nav-item" href="/learn"> things we learned </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>
<div id="wip"> <!-- auto-populated by wip.js --> </div>
<main id="main">
<header role="banner">

View File

@ -70,25 +70,12 @@
padding: 0 1rem;
}
/* WIP banner */
.wip {
background-color: light-dark(var(--color-warn-light), var(--color-warn-dark));
color: light-dark(var(--color-text-light), var(--color-text-dark));
font-family: var(--font-family);
padding: 0.05rem 1rem;
width: 100%;
border: solid light-dark(var(--color-text-light), var(--color-text-dark));
border-radius: 3px;
margin-top: 1rem;
text-align: center;
}
/* WIP banner */
#wip {
background-color: light-dark(var(--color-warn-light), var(--color-warn-dark));
color: light-dark(var(--color-text-light), var(--color-text-dark));
font-family: var(--font-family);
padding: 0.05rem 1rem;
width: 100%;
border: solid light-dark(var(--color-text-light), var(--color-text-dark));
border-radius: 3px;
margin-top: 1rem;
@ -181,3 +168,7 @@ a:focus {
outline-offset: 2px;
background-color: light-dark(var(--color-header-light), var(--color-header-dark));
}
li {
padding: .1rem;
}

View File

@ -56,7 +56,7 @@
<li>
<a title="FediZineFest 2026" href="/years/2026">2026</a>
</li>
<li><a title="FediZineFest 2025" href="/">2025</a> (current)</li>
<li><a title="FediZineFest 2025" href="/years/2025">2025</a></li>
<li><a title="FediZineFest 2024" href="/years/2024">2024</a></li>
</ul>
</main>