From ba4dda26969b6d72bf76b3c2f0ef169e651db773 Mon Sep 17 00:00:00 2001 From: pesader <0f983427-355c-4bc4-8ac0-9c0f3dce504a@anonaddy.me> Date: Tue, 21 Feb 2023 12:10:50 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20support=20for=20stack=20overf?= =?UTF-8?q?low=20and=20stack=20exchange?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/main.css | 6 ++++++ assets/icons/stack-exchange.svg | 1 + assets/icons/stack-overflow.svg | 1 + i18n/en.yaml | 2 ++ 4 files changed, 10 insertions(+) create mode 100644 assets/icons/stack-exchange.svg create mode 100644 assets/icons/stack-overflow.svg diff --git a/assets/css/main.css b/assets/css/main.css index b715ee0..c9c0f03 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -128,6 +128,12 @@ .link-youtube { background-color: #ff0000; } +.link-stack-exchange { + background-color: #0095ff; +} +.link-stack-overflow { + background-color: #f48024; +} /* -- Chroma Highlight -- */ /* Background */ diff --git a/assets/icons/stack-exchange.svg b/assets/icons/stack-exchange.svg new file mode 100644 index 0000000..a3d389a --- /dev/null +++ b/assets/icons/stack-exchange.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/stack-overflow.svg b/assets/icons/stack-overflow.svg new file mode 100644 index 0000000..8fe3d70 --- /dev/null +++ b/assets/icons/stack-overflow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/i18n/en.yaml b/i18n/en.yaml index 0121695..f492d44 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -37,6 +37,8 @@ link: twitter: Twitter whatsapp: WhatsApp youtube: YouTube + stack-exchange: Stack Exchange + stack-overflow: Stack Overflow nav: home: Home