From 725d81ef5e9237166102d3db47061f00613a5583 Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Thu, 12 Nov 2020 13:14:36 -0500 Subject: [PATCH] Fix icon/live reload links --- index.html | 20 ++++++++++---------- inline.html | 31 +++++++++++++++++-------------- style.scss | 13 +++++++++---- 3 files changed, 36 insertions(+), 28 deletions(-) diff --git a/index.html b/index.html index 4437cfd..ac3586b 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Kevin's Email Signature - + @@ -43,24 +43,24 @@
  • - github-icon + github-icon
  • gitea-icon
  • - + linkedin-icon + src="https://img.khkm.gq/uploads/big/a07fdee5042df0dd245b7788c5f25f7d.png" alt="linkedin-icon"/>
  • - - mastodon-icon + + mastodon-icon
  • @@ -69,9 +69,9 @@ - uoft-logo - kevin-mok-headshot + uoft-logo + kevin-mok-headshot diff --git a/inline.html b/inline.html index 86d0bb9..58561cf 100644 --- a/inline.html +++ b/inline.html @@ -4,7 +4,7 @@ Kevin's Email Signature - + - github-icon + github-icon
  • - gitea-icon + gitea-icon
  • - + linkedin-icon + style="height:25px;position:relative;left:-0px;">
  • - - mastodon-icon + + mastodon-icon
  • @@ -82,13 +88,10 @@ - uoft-logokevin-mok-headshot + border-radius: 100%; + margin-right: 5px;">kevin-mok-headshot diff --git a/style.scss b/style.scss index 46ba701..232447f 100644 --- a/style.scss +++ b/style.scss @@ -42,9 +42,14 @@ td.headshot-cell a { td.headshot-cell img { vertical-align: middle; width:120px; - // border-radius: 100%; + border-radius: 100%; + // border-radius: 5px; margin-right: 5px; - border-radius: 5px; +} + +#headshot-img { + position: relative; + left: -10px; } td.description-cell > table { @@ -113,8 +118,8 @@ td.social-icons a { td.social-icons img { // width: 25px; - // height: 25px; - height: 1.5em; + height: 25px; + // height: 1.5em; } #gitea-icon {