mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-04 00:05:20 +00:00
join the uwu revolution again
This commit is contained in:
parent
a90f8402ba
commit
d226997187
@ -3,6 +3,12 @@ insert_anchor_links = "left"
|
|||||||
+++
|
+++
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
.wuw {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
.uwu {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
body.lmao .dark-hero .main {
|
body.lmao .dark-hero .main {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
@ -10,14 +16,27 @@ body.lmao .dark-hero .wuw {
|
|||||||
display:block;
|
display:block;
|
||||||
padding-top: 24px;
|
padding-top: 24px;
|
||||||
}
|
}
|
||||||
body .dark-hero .wuw {
|
body.lmao .dark-hero .uwu {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
body.kawaii .dark-hero .main {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
body.kawaii .dark-hero .wuw {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
body.kawaii .dark-hero .uwu {
|
||||||
|
display:block;
|
||||||
|
padding-top: 24px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<script type="application/javascript">
|
<script type="application/javascript">
|
||||||
if(window.location.search=="?wuw=true") {
|
if(window.location.search=="?wuw=true") {
|
||||||
document.body.classList.add('lmao');
|
document.body.classList.add('lmao');
|
||||||
}
|
}
|
||||||
|
if(window.location.search=="?uwu=true") {
|
||||||
|
document.body.classList.add('kawaii');
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="dark-hero full-width" classes="add appear">
|
<div class="dark-hero full-width" classes="add appear">
|
||||||
@ -30,6 +49,11 @@ if(window.location.search=="?wuw=true") {
|
|||||||
<img src="/img/wuw.png">
|
<img src="/img/wuw.png">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="uwu">
|
||||||
|
<a href="https://swag.htmx.org/products/htmx-katakana-shirt">
|
||||||
|
<img src="/img/kawaii.png">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="border: 1px solid lightgrey; margin:24px;padding:12px;border-radius: 8px; background-color: whitesmoke; filter: drop-shadow(3px 3px darkgray)">
|
<div style="border: 1px solid lightgrey; margin:24px;padding:12px;border-radius: 8px; background-color: whitesmoke; filter: drop-shadow(3px 3px darkgray)">
|
||||||
|
BIN
www/static/img/kawaii.png
Normal file
BIN
www/static/img/kawaii.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Loading…
x
Reference in New Issue
Block a user