aboutsummaryrefslogtreecommitdiff
path: root/apps/website/public/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/website/public/scripts')
-rw-r--r--apps/website/public/scripts/scroll.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/apps/website/public/scripts/scroll.js b/apps/website/public/scripts/scroll.js
deleted file mode 100644
index de3d871..0000000
--- a/apps/website/public/scripts/scroll.js
+++ /dev/null
@@ -1,15 +0,0 @@
-/* eslint-disable new-cap */
-/* eslint-disable no-new */
-new fullpage('#fullpage', {
- licenseKey: 'gplv3-license',
- autoScrolling: true,
- scrollBar: true,
- scrollHorizontally: false,
- fixedElements: '',
- fitToSection: false,
- // navigation: true,
- // navigationPosition: 'right',
- credits: {
- enabled: false,
- },
-});