Remove deprecated elements
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
ed2d3f4f6a
commit
c0324c0bc2
4 changed files with 24 additions and 32 deletions
|
@ -3,7 +3,7 @@
|
||||||
cite: props.cite || ''
|
cite: props.cite || ''
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<center style="margin: 16px;">
|
<div class="blockquote">
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<markdown>
|
<markdown>
|
||||||
<yield></yield>
|
<yield></yield>
|
||||||
|
@ -12,4 +12,4 @@
|
||||||
<if condition="cite != ''">
|
<if condition="cite != ''">
|
||||||
<p>—{{cite}}</p>
|
<p>—{{cite}}</p>
|
||||||
</if>
|
</if>
|
||||||
</center>
|
</div>
|
|
@ -80,7 +80,7 @@
|
||||||
<body>
|
<body>
|
||||||
<iframe id="tubes" src="https://1j01.github.io/pipes/#{%22hideUI%22:true}" loading="lazy"
|
<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>
|
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> THE SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH THE
|
<x-marquee> THE SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH THE
|
||||||
SANDWICH THE SANDWICH
|
SANDWICH THE SANDWICH
|
||||||
THE
|
THE
|
||||||
|
@ -106,32 +106,26 @@
|
||||||
<audio preload="none" id="player" src="/assets/westside.opus" loop></audio>
|
<audio preload="none" id="player" src="/assets/westside.opus" loop></audio>
|
||||||
<audio preload="none" id="player-spaghetti" src="/assets/mario.opus"></audio>
|
<audio preload="none" id="player-spaghetti" src="/assets/mario.opus"></audio>
|
||||||
<div id="page-content-content">
|
<div id="page-content-content">
|
||||||
<center style="margin: 16px;">
|
<h1 class="title">Very professional people making<br>very professional things</h1>
|
||||||
<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;">
|
||||||
</center>
|
<h1>Deliverables:</h1>
|
||||||
<center>
|
<ul>
|
||||||
<div style="margin: 16px; margin-bottom: 32px; width: fit-content; text-align: left;">
|
<li>
|
||||||
<h1>Deliverables:</h1>
|
<input type="checkbox" id="playpause" name="playpause" onclick="westSide()">
|
||||||
<ul>
|
<label for="playpause">Increase productivity</label>
|
||||||
<li>
|
</li>
|
||||||
<input type="checkbox" id="playpause" name="playpause" onclick="westSide()">
|
<li>
|
||||||
<label for="playpause">Increase productivity</label>
|
<input id="tube" type="checkbox" onclick="tube()">
|
||||||
</li>
|
<label for="tube">Increase tubes</label>
|
||||||
<li>
|
</li>
|
||||||
<input id="tube" type="checkbox" onclick="tube()">
|
</ul>
|
||||||
<label for="tube">Increase tubes</label>
|
</div>
|
||||||
</li>
|
<img id="indicator" class="htmx-indicator" width="64" height="64" src="/assets/spinner.svg">
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</center>
|
|
||||||
<center>
|
|
||||||
<img id="indicator" class="htmx-indicator" width="64" height="64" src="/assets/spinner.svg">
|
|
||||||
</center>
|
|
||||||
<div id="tabs" hx-target="#tabs" hx-swap="innerHTML" hx-history-elt>
|
<div id="tabs" hx-target="#tabs" hx-swap="innerHTML" hx-history-elt>
|
||||||
<yield></yield>
|
<yield></yield>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</center>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.icon {
|
.icon {
|
||||||
|
|
|
@ -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>
|
<yield></yield>
|
||||||
</p>
|
</p>
|
|
@ -35,8 +35,8 @@ html {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
center:has(> blockquote) {
|
.blockquote {
|
||||||
margin: 10px auto;
|
margin: 16px;
|
||||||
font-size: min(5vw, 22pt);
|
font-size: min(5vw, 22pt);
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
@ -75,6 +75,8 @@ blockquote {
|
||||||
|
|
||||||
#page-content-content {
|
#page-content-content {
|
||||||
width: var(--page-width);
|
width: var(--page-width);
|
||||||
|
margin: 0 auto;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
|
@ -194,10 +196,6 @@ blockquote {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
|
|
||||||
a {
|
|
||||||
font-size: 16pt;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-list {
|
.tab-list {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue