From 18a070abee47fd76b5febe1dd5e4a17c7ed88d36 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 28 Sep 2019 11:44:54 -0700 Subject: [PATCH] Cleanup last of social flair --- _layouts/default.html | 45 +++++++++++++++++------------------ js/MillironX_CustomScripts.js | 3 +-- 2 files changed, 23 insertions(+), 25 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 214c6f7..cf56a41 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,21 +10,20 @@ MILLIRON X - {{ page.title }} - + - - - + + + - + - - - + + - + + + - - + + - + - - - - - - + + + + + + - - + + \ No newline at end of file diff --git a/js/MillironX_CustomScripts.js b/js/MillironX_CustomScripts.js index 8ac7043..b9619ee 100644 --- a/js/MillironX_CustomScripts.js +++ b/js/MillironX_CustomScripts.js @@ -1,5 +1,4 @@ -$(function () { $('#githubFlair').socialFlair('github', 'millironx', {}); }); -$(".img-src").width($("#main-content").width()); +$(".img-src").width($("#main-content").width()); $(window).resize(function () { $(".img-src").width($("#main-content").width()); }); $("#nav-link-container").height($("#nav-link-list").height()); $("#motto").fitText();