diff --git a/Calendar/Calendar.js b/Calendar/Calendar.js index 678e808..c9d856a 100644 --- a/Calendar/Calendar.js +++ b/Calendar/Calendar.js @@ -1750,6 +1750,24 @@ function showCalendar(month, year) { fadeInOut(image); // Start fade-in/out animation // Start cycling events + + //Bustered Out + } else if (month === 9 && (date === 19) && year === 2024) { + + + let link = document.createElement("a"); + link.href = "https://www.start.gg/tournament/bustered-out/details"; + link.target = "_blank"; + + let image = document.createElement("img"); + image.src = "https://www.bing.com/th?pid=Sgg&qlt=100&u=https%3A%2F%2Fimages.start.gg%2Fimages%2Ftournament%2F703739%2Fimage-37259456efe40fdef53a88c108f61736-optimized.png&ehk=BeB8DjJp5ZmXStsCqSKmFtIEfHIqDl7UUDZv2fdRuU4%3D&w=280&h=280&r=0"; + + image.classList.add("calendarImg"); + + + link.appendChild(image); + cell.appendChild(link); + //Tussleopolis } else if (month === 9 && (date === 26) && year === 2024) { @@ -1767,8 +1785,27 @@ function showCalendar(month, year) { link.appendChild(image); cell.appendChild(link); + + //Homecoming +} else if (month === 10 && (date === 9) && year === 2024) { + + + let link = document.createElement("a"); + link.href = "https://smashboards.com/threads/homecoming-p-hdr-nov-9th-2024.523550/"; + link.target = "_blank"; + + let image = document.createElement("img"); + image.src = "https://github.com/pkzstar/plus-side/blob/main/images/upcoming%20events/homecominglogo.png?raw=true"; + + image.classList.add("calendarImg"); + + + link.appendChild(image); + cell.appendChild(link); +} + //BL9 - } else if (month === 10 && (date === 16 || date === 17) && year === 2024) { + else if (month === 10 && (date === 16 || date === 17) && year === 2024) { let link = document.createElement("a"); diff --git a/index js/indexEventsList.js b/index js/indexEventsList.js index eaf9856..4e6a071 100644 --- a/index js/indexEventsList.js +++ b/index js/indexEventsList.js @@ -228,6 +228,17 @@ const eventsData = [ trailer: "https://www.youtube.com/watch?v=mEsQ1_rF7gM&feature=youtu.be", stream: "https://www.twitch.tv/AZPM" }, + { + name: "Bustered Out", + date: "10/19/24", + location: "Nashville, TN, USA", + description: "Welcome to Bustered Out! This is a Melee/P+ Regional event located in the Opry Mills Mall Dave & Busters. All registration will include entry to the event as well as an all-you-can-eat catered buffet.", + imageUrl: "https://www.bing.com/th?pid=Sgg&qlt=100&u=https%3A%2F%2Fimages.start.gg%2Fimages%2Ftournament%2F703739%2Fimage-37259456efe40fdef53a88c108f61736-optimized.png&ehk=BeB8DjJp5ZmXStsCqSKmFtIEfHIqDl7UUDZv2fdRuU4%3D&w=280&h=280&r=00", + link: "https://www.start.gg/tournament/bustered-out/details", + rankImg: false, + trailer: "", + stream: "" + }, { name: "Tussleopolis", date: "10/26/24", @@ -239,6 +250,17 @@ const eventsData = [ trailer: "https://youtu.be/VY6JO0mD0po", stream: "" }, + { + name: "Homecoming", + date: "11/9/24", + location: "Cincinnati, OH, USA", + description: "A reunion tournament celebrating the 10 Year Anniversary of Project M's heyday in Southwest Ohio! Now featuring HDR Singles and a Cobalt X side bracket, with P+ characters banned", + imageUrl: "https://github.com/pkzstar/plus-side/blob/main/images/upcoming%20events/homecominglogo.png?raw=true", + link: "https://smashboards.com/threads/homecoming-p-hdr-nov-9th-2024.523550/", + rankImg: false, + trailer: "", + stream: "" + }, { name: "Blacklisted 9", date: "11/16/24 - 11/17/24",