From 12627fba57fb8e4e2455eb59df8ef5070c3b8f4b Mon Sep 17 00:00:00 2001 From: Rizky Date: Sat, 26 Oct 2019 00:15:18 +0700 Subject: [PATCH 1/2] Fontawesome Social Links - --- index.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f5dad46..4c2f81f 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ + The Algorithms @@ -35,7 +36,13 @@

The Algorithms

MATLAB/Octave Logo
MATLAB/
Octave
- - +
+ + + + + + + From 950f106b450a7669c6268215bd21eff891df2e09 Mon Sep 17 00:00:00 2001 From: Rizky Date: Sat, 26 Oct 2019 00:59:31 +0700 Subject: [PATCH 2/2] Social Links Css --- css/style.css | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/css/style.css b/css/style.css index f89b5a5..5f77478 100644 --- a/css/style.css +++ b/css/style.css @@ -78,3 +78,40 @@ div.grid-item { transition-duration: 100ms; } + +/* SOCIAL LINKS STYLE */ + +.fa { + color: #999; + font-size: 28px; + margin-left: 10px; + transition: 0.8s; + padding: 2px 2px 2px 2px;; +} + +.sofb:hover { + color: #5983ff; +} + +.soig:hover { + color: #ff59d0; + transition: 0.5s; +} + +.sogh:hover{ + color: white; +} + +.sotw:hover { + color: #17c5ff; +} + +.soyt:hover { + color: #ff5959; + background-color: white; + border-radius: 2px; +} + +.ser { + color: #999; +}