From 713ee6ef641c0ad34d40f3ddb383b0d2d2f318e7 Mon Sep 17 00:00:00 2001 From: aria Date: Fri, 30 May 2025 17:09:42 +1000 Subject: [PATCH] refactor(old/): remove old unused version of website --- old/index.html | 25 ------------------------- old/src/aria.css | 32 -------------------------------- 2 files changed, 57 deletions(-) delete mode 100644 old/index.html delete mode 100644 old/src/aria.css diff --git a/old/index.html b/old/index.html deleted file mode 100644 index bd6380a..0000000 --- a/old/index.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - Aria - - -
-
- -
-

This is a test

-

again

-
-
-
- - diff --git a/old/src/aria.css b/old/src/aria.css deleted file mode 100644 index 972dfbd..0000000 --- a/old/src/aria.css +++ /dev/null @@ -1,32 +0,0 @@ -html { - font-size: 100%; - line-height: 1.5; - -ms-text-size-adjust: 100%; - -webkit-text-size-adjust: 100%; - } - -body { - background-color: black; - color: white; -} - -.container { - display: flex; - flex-direction: column; - background-color: #1f2d39; - - max-width: 756px; - - height: 500px; - - border-radius: 12px; -} - -.logo { - image-rendering: pixelated; - border-radius: 24px; -} - -.badge { - image-rendering: pixelated; -}