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 || ''
|
||||
}
|
||||
</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>
|
|
@ -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> THE SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH THE
|
||||
SANDWICH THE SANDWICH
|
||||
THE
|
||||
|
@ -106,11 +106,8 @@
|
|||
<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;">
|
||||
<div style="margin: 16px auto; margin-bottom: 32px; width: fit-content; text-align: left;">
|
||||
<h1>Deliverables:</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -123,15 +120,12 @@
|
|||
</li>
|
||||
</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>
|
||||
<yield></yield>
|
||||
</div>
|
||||
</div>
|
||||
</center>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.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>
|
||||
</p>
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue