diff --git a/js/app.js b/js/app.js index 04246ca..7f0ec4f 100644 --- a/js/app.js +++ b/js/app.js @@ -9,7 +9,7 @@ const hoursContainer1 = document.querySelector('#hours1') const daysContainer1 = document.querySelector('#days1') const nextYear = new Date().getFullYear() -const newYearTime = new Date(`Jun 20 ${nextYear} 00:00:00`) +const newYearTime = new Date(`Dec 20 ${nextYear} 00:00:00`) const countdownContainer = document.querySelector('#countdown') const countdownContainer1 = document.querySelector('#countdown1') diff --git a/js/countdownHeader.js b/js/countdownHeader.js index 79bf3e2..17cfc7d 100644 --- a/js/countdownHeader.js +++ b/js/countdownHeader.js @@ -4,7 +4,7 @@ const hoursContainer = document.querySelector('#hours') const daysContainer = document.querySelector('#days') const nextYear = new Date().getFullYear() -const newYearTime = new Date(`Jun 20 ${nextYear} 00:00:00`) +const newYearTime = new Date(`Dec 20 ${nextYear} 00:00:00`) const countdownContainer = document.querySelector('#countdown') const getTimeUnit = unit => unit < 10 ? '0' + unit : unit diff --git a/js/countdownPage.js b/js/countdownPage.js index 60eed74..017ab11 100644 --- a/js/countdownPage.js +++ b/js/countdownPage.js @@ -4,7 +4,7 @@ const hoursContainer1 = document.querySelector('#hours1') const daysContainer1 = document.querySelector('#days1') const nextYear1 = new Date().getFullYear() -const newYearTime1 = new Date(`Jun 20 ${nextYear} 00:00:00`) +const newYearTime1 = new Date(`Dec 20 ${nextYear} 00:00:00`) const countdownContainer1 = document.querySelector('#countdown1') const getTimeUnit1 = unit => unit < 10 ? '0' + unit : unit diff --git a/list commits/list commits.pdf b/list commits/list commits.pdf new file mode 100644 index 0000000..b0518e8 Binary files /dev/null and b/list commits/list commits.pdf differ