mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 13:01:03 +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">
|
||||
.wuw {
|
||||
display:none;
|
||||
}
|
||||
.uwu {
|
||||
display:none;
|
||||
}
|
||||
body.lmao .dark-hero .main {
|
||||
display:none;
|
||||
}
|
||||
@ -10,14 +16,27 @@ body.lmao .dark-hero .wuw {
|
||||
display:block;
|
||||
padding-top: 24px;
|
||||
}
|
||||
body .dark-hero .wuw {
|
||||
body.lmao .dark-hero .uwu {
|
||||
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>
|
||||
<script type="application/javascript">
|
||||
if(window.location.search=="?wuw=true") {
|
||||
document.body.classList.add('lmao');
|
||||
}
|
||||
if(window.location.search=="?uwu=true") {
|
||||
document.body.classList.add('kawaii');
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="dark-hero full-width" classes="add appear">
|
||||
@ -30,6 +49,11 @@ if(window.location.search=="?wuw=true") {
|
||||
<img src="/img/wuw.png">
|
||||
</a>
|
||||
</div>
|
||||
<div class="uwu">
|
||||
<a href="https://swag.htmx.org/products/htmx-katakana-shirt">
|
||||
<img src="/img/kawaii.png">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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