From 5c9da8a648c19b9ac80c1a2ba2b87c0b79ba6bed Mon Sep 17 00:00:00 2001 From: heyimjonas <48453988+heyimjonas@users.noreply.github.com> Date: Thu, 31 Aug 2023 14:08:26 +0200 Subject: [PATCH 1/2] added Anilist and OP.GG --- css/brands-extended.css | 19 +++++++++++++++++++ images/icons-extended/Anilist.svg | 21 +++++++++++++++++++++ images/icons-extended/opgg.svg | 3 +++ preview.html | 10 ++++++++++ 4 files changed, 53 insertions(+) create mode 100644 images/icons-extended/Anilist.svg create mode 100644 images/icons-extended/opgg.svg diff --git a/css/brands-extended.css b/css/brands-extended.css index 05020ea..283fbe7 100644 --- a/css/brands-extended.css +++ b/css/brands-extended.css @@ -104,6 +104,16 @@ button:hover, filter: brightness(90%); } +/* Anilist */ +.button.button-anilist { + color: #ffffff; + background-color: #152232; +} +.button.button-anilist:hover, +.button.button-anilist:focus { + filter: brightness(90%); +} + /* Behance */ .button.button-behance { color: #1769ff; @@ -211,6 +221,15 @@ button:hover, .button.button-myanimelist:focus { filter: brightness(90%) } + /* OP.GG */ +.button.button-opgg { + color: #5383E8; + background-color: #ffffff } +.button.button-opgg:hover, +.button.button-opgg:focus { + filter: brightness(90%) } + + /* ORCID ID */ .button.button-orcid-id { color: #000000; diff --git a/images/icons-extended/Anilist.svg b/images/icons-extended/Anilist.svg new file mode 100644 index 0000000..f388fa5 --- /dev/null +++ b/images/icons-extended/Anilist.svg @@ -0,0 +1,21 @@ + + + + + + + + + diff --git a/images/icons-extended/opgg.svg b/images/icons-extended/opgg.svg new file mode 100644 index 0000000..6bdc756 --- /dev/null +++ b/images/icons-extended/opgg.svg @@ -0,0 +1,3 @@ + + + diff --git a/preview.html b/preview.html index 3ef76b0..a8176a3 100644 --- a/preview.html +++ b/preview.html @@ -107,6 +107,11 @@ Alpha Universe LogoUniverse
+ + + Anilist LogoAnilist +
+ Behance LogoBehance @@ -161,6 +166,11 @@ MyAnimeList LogoMyAnimeList
+ + + + OP.GG LogoOP.GG +
From eeb81e5b0714049807c1ee257fd8fa98c5ccd49e Mon Sep 17 00:00:00 2001 From: heyimjonas <48453988+heyimjonas@users.noreply.github.com> Date: Mon, 4 Sep 2023 03:55:34 +0200 Subject: [PATCH 2/2] changed opgg logo and swapped background and font colour --- css/brands-extended.css | 4 ++-- images/icons-extended/opgg.svg | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/css/brands-extended.css b/css/brands-extended.css index 283fbe7..d6dfc51 100644 --- a/css/brands-extended.css +++ b/css/brands-extended.css @@ -223,8 +223,8 @@ button:hover, /* OP.GG */ .button.button-opgg { - color: #5383E8; - background-color: #ffffff } + color: #ffffff; + background-color: #5383E8} .button.button-opgg:hover, .button.button-opgg:focus { filter: brightness(90%) } diff --git a/images/icons-extended/opgg.svg b/images/icons-extended/opgg.svg index 6bdc756..d10ef49 100644 --- a/images/icons-extended/opgg.svg +++ b/images/icons-extended/opgg.svg @@ -1,3 +1,7 @@ - - + + + + + +