Added coffeescript support; Added YouTube video sections to the home page; added contact page and removed about page; made lots of style tweaks

This commit is contained in:
2021-08-18 19:41:28 -04:00
parent 6c1cc49f8e
commit 82d97f7dc9
14 changed files with 163 additions and 75 deletions

View File

@ -0,0 +1,7 @@
---
---
$(window).scroll ->
wScroll = $(this).scrollTop()
$('#header-logo').css('transform', 'translate(-50%, ' + (wScroll / 2) + 'px)')