From 4d713cb1d8d11f26b7e609658547fd4f40cafdb3 Mon Sep 17 00:00:00 2001 From: Marcel Haazen Date: Sat, 30 Jun 2018 20:59:10 +0200 Subject: [PATCH] Addes social to about page --- about.html | 33 ++++++++++++++------------------- contact.html | 1 + css/style.css | 9 +++++++++ 3 files changed, 24 insertions(+), 19 deletions(-) diff --git a/about.html b/about.html index 13e3bdb..ebcfb53 100644 --- a/about.html +++ b/about.html @@ -3,15 +3,16 @@ - + - - Marcel Haazen - About me - - + + Marcel Haazen - About me + + - - + + + @@ -39,11 +40,13 @@ @@ -69,13 +72,5 @@ - - diff --git a/contact.html b/contact.html index 890c2e4..6ff0cf5 100644 --- a/contact.html +++ b/contact.html @@ -12,6 +12,7 @@ + diff --git a/css/style.css b/css/style.css index 1316a8d..646dc6a 100644 --- a/css/style.css +++ b/css/style.css @@ -286,6 +286,15 @@ foot img:hover { .linkedin:hover { background-color: #0077B5; } +.github:hover { + background-color: #bd2c00; +} +.keybase:hover { + background-color: #f47721; +} +.acclaim:hover { + background-color: #1d699d; +} /* work page & single work page */