From 2c1239bf876fc44e2fab457c7f75822ee2bf405c Mon Sep 17 00:00:00 2001 From: aze <226987740+azecx@users.noreply.github.com> Date: Fri, 5 Sep 2025 21:17:30 +0200 Subject: [PATCH] ascii mainpage --- assets/css/styles.css | 29 ++++++++++++++++++++++++++++- index.html | 18 ++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index ea49e69..4d7a638 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -8,12 +8,39 @@ src: url(../font/DIN-light.woff) format('opentype'); } +@font-face { + font-family: "RoboMono"; + src: url(assets/font/robotomono.woff2) format('woff2'); +} + * { font-family: "DIN-light", sans-serif; background-color: #fff; color: black; } +.ascii-art { + font-family: "RoboMono", monospace; + white-space: pre; + font-size: 30px; + line-height: 1; + margin-bottom: 30px; + user-select: none; +} + +.ascii-art:hover { + animation: pulseWhite 1s infinite alternate; +} + +@keyframes pulseWhite { + 0% { + color: black; + } + 100% { + color: white; + } +} + body { margin: 0; height: 100vh; @@ -39,7 +66,7 @@ body { } .rbottom img { - max-width: 120px; + max-width: 60px; margin-top: -30px; } diff --git a/index.html b/index.html index e25f696..7d468d1 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,24 @@ Saturn +
+                                         _.oo.
+                     _.u[[/;:,.         .odMMMMMM'
+                  .o888UU[[[/;:-.  .o@P^    MMM^
+                 oN88888UU[[[/;::-.        dP^
+                dNMMNN888UU[[[/;:--.   .o@P^
+               ,MMMMMMN888UU[[/;::-. o@^
+               NNMMMNN888UU[[[/~.o@P^
+               888888888UU[[[/o@^-..
+              oI8888UU[[[/o@P^:--..
+           .@^  YUU[[[/o@^;::---..
+         oMP     ^/o@P^;:::---..
+      .dMMM    .o@^ ^;::---...
+     dMMMMMMM@^`       `^^^^
+    YMMMUP^
+     ^^
+    
+