New font, style modifications & typed.js

This commit is contained in:
aggelosQQ 2016-12-29 18:50:14 +02:00
parent ad8d609886
commit f98b19fd9d
6 changed files with 18 additions and 9 deletions

View file

@ -43,6 +43,12 @@ $(document).ready(function() {
});
$(document).ready(function() {
$('.brand-logo').typed({
strings: ['<small class="hide-on-med-and-down">play.</small>TotalFreedom<small class="hide-on-med-and-down">.me</small>'],
typeSpeed: 30
});
(new Date).getFullYear();
$("#curYear").text((new Date).getFullYear())
});