From a96896fb433904913ddbfd9760c905111db3d8a3 Mon Sep 17 00:00:00 2001 From: Jazza231 Date: Sun, 14 Jul 2024 00:15:17 +0800 Subject: [PATCH] Projects??? --- 404.html | 11 ++++ common.css | 12 +++- index.html | 8 +-- links/index.html | 10 +-- projects/index.html | 9 +-- projects/project.css | 19 ++++++ projects/projects.js | 10 +++ projects/sa/index.html | 125 ++++++++++++++++++++++++++++++++++++ projects/style.css | 1 + projects/website/index.html | 119 ++++++++++++++++++++++++++++++++++ 10 files changed, 310 insertions(+), 14 deletions(-) create mode 100644 404.html create mode 100644 projects/project.css create mode 100644 projects/projects.js create mode 100644 projects/sa/index.html create mode 100644 projects/website/index.html diff --git a/404.html b/404.html new file mode 100644 index 0000000..5b6c3c5 --- /dev/null +++ b/404.html @@ -0,0 +1,11 @@ + + + + + + Hmmmmmm + + +
What do you think you're doing?
+ + diff --git a/common.css b/common.css index 2d027bc..4c7e64f 100644 --- a/common.css +++ b/common.css @@ -51,11 +51,21 @@ a { transition: color 200ms; } +a.out { + text-decoration: revert; + text-underline-offset: 1px; + transition: text-underline-offset 200ms; +} + a:hover, .header-text-items li:hover > a { color: var(--color-text-primary); } +a.out:hover { + text-underline-offset: 5px; +} + .header-text-items li svg { width: 20px; height: 20px; @@ -115,7 +125,7 @@ a:hover, } .rainbow:hover { - filter: contrast(0.6) hue-rotate(360deg); + filter: contrast(0.6) brightness(1.2) hue-rotate(360deg); } .italics { diff --git a/index.html b/index.html index df917a3..ced3f10 100644 --- a/index.html +++ b/index.html @@ -39,10 +39,10 @@