Added some more parallax to the main header; added a sponsors page; added more text to the home page

This commit is contained in:
2021-08-20 21:51:16 -04:00
parent 97b429fd0a
commit 8bdd87b98a
3 changed files with 12 additions and 1 deletions

View File

@ -4,4 +4,6 @@
$(window).scroll ->
wScroll = $(this).scrollTop()
# Header stuff
$('#header-logo').css('transform', 'translate(-50%, ' + (wScroll / 2) + 'px)')
$('#header-logo h1').css('transform', 'translateY(-' + (wScroll / 2) + 'px)')