From 7d4fddc6ed3d2af13d7dfcfae815fdd9d99b8295 Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Thu, 30 May 2024 10:25:28 -0400 Subject: [PATCH] Added, Updated, Fixed... Added: - Version number at the top of index.html (as requested in Issue 122) Migrated to LittleLink Extended (based on popularity and LittleLink usage): - BeReal - Clubhouse - Guilded - Partiful - Post.news - QQ - Skoob - Xing Updated: - Discord (getting ahead of the new branding rolling out) Fixed: - Hover state for Revolut --- css/brands.css | 91 ++------------------------------------ images/icons/bereal.svg | 16 ------- images/icons/clubhouse.svg | 15 ------- images/icons/guilded.svg | 10 ----- images/icons/partiful.svg | 4 -- images/icons/post-news.svg | 5 --- images/icons/qq.svg | 1 - images/icons/skoob.svg | 5 --- images/icons/xing.svg | 4 -- index.html | 37 ++++------------ 10 files changed, 12 insertions(+), 176 deletions(-) delete mode 100644 images/icons/bereal.svg delete mode 100644 images/icons/clubhouse.svg delete mode 100644 images/icons/guilded.svg delete mode 100644 images/icons/partiful.svg delete mode 100644 images/icons/post-news.svg delete mode 100644 images/icons/qq.svg delete mode 100644 images/icons/skoob.svg delete mode 100644 images/icons/xing.svg diff --git a/css/brands.css b/css/brands.css index 90f0e7d..0f04e30 100644 --- a/css/brands.css +++ b/css/brands.css @@ -192,17 +192,6 @@ button:hover, filter: brightness(90%); } -/* BeReal */ -.button.button-bereal { - color: #ffffff; - background-color: #000000; - border: 1px solid #ffffff; -} -.button.button-bereal:hover, -.button.button-bereal:focus { - filter: brightness(90%); -} - /* Bluesky */ .button.button-bluesky { color: #FFFFFF; @@ -266,17 +255,6 @@ button:hover, filter: brightness(90%); } -/* Clubhouse */ -.button.button-clubhouse { - color: #1F1F1A; - background-color: #F1EFE3; - border: 1px solid #212121; -} -.button.button-clubhouse:hover, -.button.button-clubhouse:focus { - filter: brightness(90%); -} - /* dev.to */ .button.button-dev-to { color: #000000; @@ -313,7 +291,7 @@ button:hover, /* Discord */ .button.button-discord { color: #ffffff; - background-color: #5865f2; + background-color: #161CBB; } .button.button-discord:hover, .button.button-discord:focus { @@ -476,16 +454,6 @@ button:hover, filter: brightness(90%); } -/* Guilded */ -.button.button-guilded { - color: #000000; - background-color: #F5C400; -} -.button.button-guilded:hover, -.button.button-guilded:focus { - filter: brightness(90%); -} - /* Hashnode */ .button.button-hashnode { color: #000000; @@ -672,17 +640,6 @@ button:hover, filter: brightness(90%); } -/* Partiful */ -.button.button-partiful { - color: #ffffff; - background-color: #000000; - border: 1px solid #FFFFFF; -} -.button.button-partiful:hover, -.button.button-partiful:focus { - filter: brightness(90%); -} - /* Patreon */ .button.button-patreon { color: #ffffff; @@ -736,17 +693,6 @@ button:hover, filter: brightness(90%); } -/* QQ */ -.button.button-qq { - color: #000000; - background-color: #FFFFFF; - border: 1px solid #000000; -} -.button.button-qq:hover, -.button.button-qq:focus { - filter: brightness(90%); -} - /* Read.cv */ .button.button-read-cv { color: #FFFFFF; @@ -785,8 +731,8 @@ button:hover, background-color: #ffffff; border: 1px solid black; } -.button.button-rev:hover, -.button.button-rev:focus { +.button.button-revolut:hover, +.button.button-revolut:focus { filter: brightness(90%); } @@ -810,16 +756,6 @@ button:hover, filter: brightness(90%); } -/* Skoob */ -.button.button-skoob { - color: #ffffff; - background-color: #3189c8; -} -.button.button-skoob:hover, -.button.button-skoob:focus { - filter: brightness(90%); -} - /* Slack */ .button.button-slack { color: #000000; @@ -1068,17 +1004,6 @@ button:hover, filter: brightness(90%); } -/* VRChat */ -.button.button-vrchat { - color: #000000; - background-color: #ffffff; - border: 1px solid black; -} -.button.button-vrchat:hover, -.button.button-vrchat:focus { - filter: brightness(90%); -} - /* VSCO */ .button.button-vsco { color: #FFFFFF; @@ -1132,16 +1057,6 @@ button:hover, filter: brightness(90%); } -/* Xing */ -.button.button-xing { - color: #ffffff; - background-color: #026466; -} -.button.button-xing:hover, -.button.button-xing:focus { - filter: brightness(90%); -} - /* YouTube */ .button.button-yt { color: #ffffff; diff --git a/images/icons/bereal.svg b/images/icons/bereal.svg deleted file mode 100644 index 2d22bf4..0000000 --- a/images/icons/bereal.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/images/icons/clubhouse.svg b/images/icons/clubhouse.svg deleted file mode 100644 index 796ec17..0000000 --- a/images/icons/clubhouse.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/images/icons/guilded.svg b/images/icons/guilded.svg deleted file mode 100644 index 02cb6aa..0000000 --- a/images/icons/guilded.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/images/icons/partiful.svg b/images/icons/partiful.svg deleted file mode 100644 index 83d5a9e..0000000 --- a/images/icons/partiful.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/images/icons/post-news.svg b/images/icons/post-news.svg deleted file mode 100644 index 0f28cc9..0000000 --- a/images/icons/post-news.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/images/icons/qq.svg b/images/icons/qq.svg deleted file mode 100644 index 15945d1..0000000 --- a/images/icons/qq.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/icons/skoob.svg b/images/icons/skoob.svg deleted file mode 100644 index 69cd1f0..0000000 --- a/images/icons/skoob.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/images/icons/xing.svg b/images/icons/xing.svg deleted file mode 100644 index c98e09a..0000000 --- a/images/icons/xing.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/index.html b/index.html index 385e8f9..01955d0 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,11 @@ + + @@ -129,10 +137,7 @@ Behance
- - - BeReal
- + Bluesky
@@ -151,9 +156,6 @@ Cash App
- - Clubhouse
- Dev.to
@@ -208,9 +210,6 @@ Google Scholar
- - Guilded
- Hashnode
@@ -265,9 +264,6 @@ OnlyFans (18+)
- - Partiful
- Patreon
@@ -277,15 +273,9 @@ Pinterest
- - Post.news
- Product Hunt
- - QQ
- Read.cv
@@ -304,9 +294,6 @@ Signal
- - Skoob
- Join Slack
@@ -379,9 +366,6 @@ Vimeo
- - VRChat
- VSCO
@@ -394,9 +378,6 @@ Follow on X
- - Xing
- YouTube