Cleanup last of social flair
This commit is contained in:
parent
61dfcafd9c
commit
18a070abee
2 changed files with 23 additions and 25 deletions
|
@ -22,7 +22,6 @@
|
||||||
|
|
||||||
<!-- Bundle: Customcss -->
|
<!-- Bundle: Customcss -->
|
||||||
<link href="../css/millironx_customstyles.css" rel="stylesheet" type="text/css">
|
<link href="../css/millironx_customstyles.css" rel="stylesheet" type="text/css">
|
||||||
<link href="../css/socialflair.min.css" rel="stylesheet" type="text/css">
|
|
||||||
|
|
||||||
<!-- Azure Application Insights -->
|
<!-- Azure Application Insights -->
|
||||||
<script type='text/javascript'>
|
<script type='text/javascript'>
|
||||||
|
|
|
@ -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()); });
|
$(window).resize(function () { $(".img-src").width($("#main-content").width()); });
|
||||||
$("#nav-link-container").height($("#nav-link-list").height());
|
$("#nav-link-container").height($("#nav-link-list").height());
|
||||||
$("#motto").fitText();
|
$("#motto").fitText();
|
||||||
|
|
Loading…
Reference in a new issue