diff --git a/index.html b/index.html index 4ac072a..1fe36de 100644 --- a/index.html +++ b/index.html @@ -396,7 +396,7 @@ -
+

Saturday

diff --git a/js/general.js b/js/general.js index 2d7226f..73f11a5 100644 --- a/js/general.js +++ b/js/general.js @@ -136,7 +136,7 @@ document.addEventListener('DOMContentLoaded', function(){ }); // Adding the class animations to these elements - let elements_id = ['#description-heading', '#event-main-box', '#timeline', '#signup-title', '#steps-card', '#sponsor-title', '#sponsor-container', '#workshops-description', '#second-podium', '#first-podium', '#third-podium', '#chart', '#prize-box', '#administration', '#logistics', '#outreach', '#tech', '#marketing']; + let elements_id = ['#description-heading', '#event-main-box', '#timeline', '#signup-title', '#steps-card', '#sponsor-title', '#sponsor-container', '#schedule-pa', '#workshops-description', '#second-podium', '#first-podium', '#third-podium', '#chart', '#prize-box', '#administration', '#logistics', '#outreach', '#tech', '#marketing']; elements_id.forEach(entry => { var thing = document.querySelector(entry) observer.observe(document.querySelector(entry));