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] 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 @@
Universe
+
+
+
Anilist
+
+
Behance
@@ -161,6 +166,11 @@
MyAnimeList
+
+
+
+
OP.GG
+