diff --git a/index.html b/index.html index 7190fe8..857b16d 100644 --- a/index.html +++ b/index.html @@ -106,7 +106,7 @@ - + @@ -150,6 +150,15 @@ I am Attending + + + + + + 1 + Estimated Guest + + diff --git a/js/main.js b/js/main.js index aee8d41..021c1dc 100644 --- a/js/main.js +++ b/js/main.js @@ -229,4 +229,6 @@ }); -}()); \ No newline at end of file +}()); + +$(window).stellar({ horizontalScrolling: false }); \ No newline at end of file