Skip to content

Commit

Permalink
join the uwu revolution again
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg committed May 17, 2024
1 parent a90f840 commit d226997
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion www/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,40 @@ insert_anchor_links = "left"
+++

<style type="text/css">
.wuw {
display:none;
}
.uwu {
display:none;
}
body.lmao .dark-hero .main {
display:none;
}
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">
Expand All @@ -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)">
Expand Down
Binary file added www/static/img/kawaii.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d226997

Please sign in to comment.