From ab41eb6f7068ccb50f29f064b4ab1856de36f169 Mon Sep 17 00:00:00 2001 From: Evan Pratten <evan@ewpratten.com> Date: Fri, 25 Oct 2024 16:44:42 -0400 Subject: [PATCH] Hide github link from header --- ewpratten.com/sass/elements/header.scss | 4 ++-- ewpratten.com/templates/base.html | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/ewpratten.com/sass/elements/header.scss b/ewpratten.com/sass/elements/header.scss index 2042b3f..5461361 100644 --- a/ewpratten.com/sass/elements/header.scss +++ b/ewpratten.com/sass/elements/header.scss @@ -15,8 +15,8 @@ header.intro-card { // Image Controls &[data-size="large"] { img { - width: 150px; - height: 150px; + width: 120px; + height: 120px; } } diff --git a/ewpratten.com/templates/base.html b/ewpratten.com/templates/base.html index b404b0b..8d87488 100644 --- a/ewpratten.com/templates/base.html +++ b/ewpratten.com/templates/base.html @@ -86,12 +86,6 @@ <span>{{config.extra.email}}</span> </a> </li> - <li> - <a target="_blank" href="https://github.com/{{config.extra.github}}" rel="me"> - <img src="/dist/line-awesome/github.svg" alt="github: " loading="lazy"> - <span>{{config.extra.github}}</span> - </a> - </li> <li> <a target="_blank" href="https://linkedin.com/in/{{config.extra.linkedin}}" rel="me"> <img src="/dist/line-awesome/linkedin.svg" alt="linkedin: " loading="lazy">