From 7f642ee905dbc4298ac9c15c2015a973ae33c43f Mon Sep 17 00:00:00 2001 From: Ece Mac Date: Fri, 19 Oct 2018 14:45:56 +0300 Subject: [PATCH 1/2] Added GitHub icon --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f87d657..eceab50 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ + @@ -64,7 +65,7 @@

A Keyboard Utility For All Your Windows Presentation Needs

- + From 2329d544d6f8ec3f6bd04928edbf03b45ce6af4d Mon Sep 17 00:00:00 2001 From: Ece Mac Date: Fri, 19 Oct 2018 14:48:00 +0300 Subject: [PATCH 2/2] Added hover effect to GitHub icon --- stylesheets/screen.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/stylesheets/screen.css b/stylesheets/screen.css index 138319f..de5b4c5 100644 --- a/stylesheets/screen.css +++ b/stylesheets/screen.css @@ -353,14 +353,17 @@ footer span.right-tail { right: -11px; } -footer span.octocat { - background: transparent url(../images/octocat.png) 0 0 no-repeat; - display: block; - width: 30px; - height: 30px; - margin: 0 auto; +footer .fa-github { + font-size:30px; + margin: 10px auto; + color:#949494; + opacity: 0.4; + transition:0.1s ease; } +footer .fa-github:hover{ + opacity:0.8; +} /* content */ body {