From d338956ec1526e2a92a19207919f34d104b35feb Mon Sep 17 00:00:00 2001 From: Jeppe Ernst Date: Sun, 21 Jan 2018 11:10:43 +0100 Subject: [PATCH] sort of working now the first page just scrolls waaaay too far now. Somethings not right with the positioning --- _layouts/default.html | 2 +- _scss/base/_base.scss | 2 +- _scss/module/_indexpage.scss | 16 +- assets/js/main.js | 104 ++++++---- assets/js/vendor/TweenMax.min.js | 17 ++ assets/js/vendor/animation.gsap.js | 306 +++++++++++++++++++++++++++++ index.md | 1 + 7 files changed, 405 insertions(+), 43 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index ee479be..0b28c00 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,7 +10,7 @@ {% include security-camera-svgrepo-com.svg %} -
+
{{ content }}