🏈🍜 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:
@ -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">
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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() {
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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;
|
||||
}
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user