mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2025-08-11 06:46:28 +00:00
New font, style modifications & typed.js
This commit is contained in:
parent
ad8d609886
commit
f98b19fd9d
6 changed files with 18 additions and 9 deletions
|
@ -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())
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue