diff --git a/_data/redirects.yaml b/_data/redirects.yaml index 847e918d..92e3d9ef 100644 --- a/_data/redirects.yaml +++ b/_data/redirects.yaml @@ -34,6 +34,10 @@ destination: https://www.youtube.com/channel/UC-nWGWJv8wi3nw4YG55Vd0A - source: /email destination: mailto:cssoc@cs.bham.ac.uk +- source: /gh + destination: https://github.com/CSSUoB/cssuob.github.io +- source: /github + destination: https://github.com/CSSUoB/cssuob.github.io # uni - source: /guild diff --git a/about.html b/about.html index d01a2e30..af0521db 100644 --- a/about.html +++ b/about.html @@ -79,6 +79,9 @@

LinkedIn

YouTube

+ +

GitHub

+
diff --git a/css/about.scss b/css/about.scss index a43214a2..9de54cc1 100644 --- a/css/about.scss +++ b/css/about.scss @@ -131,7 +131,13 @@ h1, h2, h3, h4 { h4, i { color: #ff0000; } - } + } + + .github { + h4, i { + color: #000000; + } + } } #sparkles {