diff --git a/www/content/_index.md b/www/content/_index.md index b7fc2a24..df4259d0 100644 --- a/www/content/_index.md +++ b/www/content/_index.md @@ -29,6 +29,22 @@ body.kawaii .dark-hero .uwu { display:block; padding-top: 24px; } + +body.ads .ad { + display: block; + text-align: center; + margin-left: calc(50% - 50vw); + margin-right: calc(50% - 50vw); +} + +body.ads .ad a:hover { + opacity: 100%; +} + +body .ad { + display: none; +} + +
+ + + +
+
@@ -55,6 +80,11 @@ if(window.location.search=="?uwu=true") {
+
+ + + +
NEWS: htmx finished 2nd in the 2023 diff --git a/www/static/img/ads_bottom.png b/www/static/img/ads_bottom.png new file mode 100644 index 00000000..a90346c8 Binary files /dev/null and b/www/static/img/ads_bottom.png differ diff --git a/www/static/img/ads_top.png b/www/static/img/ads_top.png new file mode 100644 index 00000000..af71db05 Binary files /dev/null and b/www/static/img/ads_top.png differ