From 3ebba8c741bee948d0dccc7964943fbd47e47057 Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Thu, 1 May 2025 10:51:38 +0100 Subject: [PATCH] add apps to the sie --- games/.DS_Store | Bin 10244 -> 10244 bytes index.html | 34 ++++++++++++++++++++++++++++------ style.css | 17 ++++++++++++----- 3 files changed, 40 insertions(+), 11 deletions(-) diff --git a/games/.DS_Store b/games/.DS_Store index d5415f05d467a16f0be80ea918f9231c094d85ad..f0d36105f7f1c182f004b568ebaeb4904c0d215f 100644 GIT binary patch delta 342 zcmZn(XbIS$CJ+~{%fP_E!eGQ;z+l2)k(=-0l9ZF51Qg@wK5@e2@ZDpMsPZXzy4_B-qMwK!#2}B_;)9z7msW(h8W&E-vfx ytP7}%m7$m+hasP#fFTvxHLMD7*Py6CxCf$Qa)!7ZW5eclabQQRP$c$`@o9 z1}Ep|76A1yFmN?6OnxJvw0W5T3mcR8yvb|CB-r>p_5ux^d`e6T#(X6v&7}EYGP}5} z%egk7E>?zOh8%``h609EWY^sLaRlZX6cq^fKvYc55SL?2*xW9z%ui=KC%22&0syfn BZZ!Y^ diff --git a/index.html b/index.html index b7ff6ba..ff1fbcd 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,26 @@ Welcome +

Apps

+ +

Games

App Icon @@ -112,12 +132,14 @@ - - GitHub Homepage - - - Create an Issue - +

+ + GitHub Homepage + + + Create an Issue + +

diff --git a/style.css b/style.css index e9a8d9d..6d825e1 100644 --- a/style.css +++ b/style.css @@ -188,18 +188,18 @@ h5 { margin-top: 5px; width: 100px; height: 100px; - border-radius: 10px; + border-radius: 15px; transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); } .app:hover { transform: scale(1.1); - font-weight: 1000; - font-size: large; + font-weight: 800; + font-size: medium; color: #ff6200; - background-color: rgba(255, 255, 255, 0.2); + background-color: rgba(255, 255, 255, 0.05); background-clip: border-box; - box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.3); + box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2); } .label { @@ -207,6 +207,10 @@ h5 { margin-bottom: 5px; } +.themednotByAI:hover { + content: url("./images/notByAIDark.svg"); +} + @media (prefers-color-scheme: dark) { * { color: #ddd; @@ -240,6 +244,9 @@ h5 { .themednotByAI { content: url("./images/notByAIDark.svg"); } + .themednotByAI:hover { + content: url("./images/notByAI.svg"); + } } @media screen and (max-width: 600px) {