Remove deprecated elements
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-16 08:51:02 -06:00
parent ed2d3f4f6a
commit c0324c0bc2
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
4 changed files with 24 additions and 32 deletions

View file

@ -3,7 +3,7 @@
cite: props.cite || ''
}
</script>
<center style="margin: 16px;">
<div class="blockquote">
<blockquote>
<markdown>
<yield></yield>
@ -12,4 +12,4 @@
<if condition="cite != ''">
<p>—{{cite}}</p>
</if>
</center>
</div>

View file

@ -80,7 +80,7 @@
<body>
<iframe id="tubes" src="https://1j01.github.io/pipes/#{%22hideUI%22:true}" loading="lazy"
style="position: fixed; left: 0; top: 0; height: 100%; width: 100%; border-width: 0; display: none; z-index: 0;"></iframe>
<center id="page-content">
<div id="page-content">
<x-marquee>&nbsp; THE SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH THE
SANDWICH THE SANDWICH
THE
@ -106,32 +106,26 @@
<audio preload="none" id="player" src="/assets/westside.opus" loop></audio>
<audio preload="none" id="player-spaghetti" src="/assets/mario.opus"></audio>
<div id="page-content-content">
<center style="margin: 16px;">
<h1 class="title">Very professional people making<br>very professional things</h1>
</center>
<center>
<div style="margin: 16px; margin-bottom: 32px; width: fit-content; text-align: left;">
<h1>Deliverables:</h1>
<ul>
<li>
<input type="checkbox" id="playpause" name="playpause" onclick="westSide()">
<label for="playpause">Increase productivity</label>
</li>
<li>
<input id="tube" type="checkbox" onclick="tube()">
<label for="tube">Increase tubes</label>
</li>
</ul>
</div>
</center>
<center>
<img id="indicator" class="htmx-indicator" width="64" height="64" src="/assets/spinner.svg">
</center>
<h1 class="title">Very professional people making<br>very professional things</h1>
<div style="margin: 16px auto; margin-bottom: 32px; width: fit-content; text-align: left;">
<h1>Deliverables:</h1>
<ul>
<li>
<input type="checkbox" id="playpause" name="playpause" onclick="westSide()">
<label for="playpause">Increase productivity</label>
</li>
<li>
<input id="tube" type="checkbox" onclick="tube()">
<label for="tube">Increase tubes</label>
</li>
</ul>
</div>
<img id="indicator" class="htmx-indicator" width="64" height="64" src="/assets/spinner.svg">
<div id="tabs" hx-target="#tabs" hx-swap="innerHTML" hx-history-elt>
<yield></yield>
</div>
</div>
</center>
</div>
<style>
.icon {

View file

@ -1,3 +1,3 @@
<p style="font-size: 200px; text-align: center; margin: 0; padding: 0;">
<p style="font-size: 200px; text-align: center; margin: 0 auto; padding: 0;">
<yield></yield>
</p>

View file

@ -35,8 +35,8 @@ html {
}
}
center:has(> blockquote) {
margin: 10px auto;
.blockquote {
margin: 16px;
font-size: min(5vw, 22pt);
padding: 15px;
}
@ -75,6 +75,8 @@ blockquote {
#page-content-content {
width: var(--page-width);
margin: 0 auto;
text-align: center;
}
#footer {
@ -194,10 +196,6 @@ blockquote {
display: flex;
justify-content: space-evenly;
margin: 20px 0;
a {
font-size: 16pt;
}
}
.tab-list {