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..aa73fb2 --- /dev/null +++ b/assets/icons/stack-exchange.svg @@ -0,0 +1 @@ + diff --git a/assets/icons/stack-overflow.svg b/assets/icons/stack-overflow.svg new file mode 100644 index 0000000..82e754d --- /dev/null +++ b/assets/icons/stack-overflow.svg @@ -0,0 +1 @@ + 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