diff --git a/static/js/init.js b/static/js/init.js
new file mode 100644
index 0000000..3c8f6a7
--- /dev/null
+++ b/static/js/init.js
@@ -0,0 +1,3 @@
+$(document).ready(function(){
+ $('.parallax').parallax();
+});
\ No newline at end of file
diff --git a/templates/footer.html b/templates/footer.html
index 08f5cd4..4ac04fe 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -1,6 +1,7 @@
-
+
+