2019-09-28 02:56:35 +00:00
|
|
|
|
$(function () { $('#githubFlair').socialFlair('github', 'millironx', {}); });
|
2019-09-20 22:10:34 +00:00
|
|
|
|
$(".img-src").width($("#main-content").width());
|
2019-09-28 02:56:08 +00:00
|
|
|
|
$(window).resize(function () { $(".img-src").width($("#main-content").width()); });
|
|
|
|
|
$("#nav-link-container").height($("#nav-link-list").height());
|
2019-09-28 02:56:35 +00:00
|
|
|
|
$("#motto").fitText();
|