Skip to content

Commit

Permalink
vods + mock
Browse files Browse the repository at this point in the history
  • Loading branch information
pkzstar committed Aug 11, 2024
1 parent e94b3f6 commit 324dcef
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
18 changes: 18 additions & 0 deletions Calendar/Calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -1464,6 +1464,24 @@ function showCalendar(month, year) {
link.appendChild(image);
cell.appendChild(link);

//Mock the Hill
} else if (month === 8 && (date === 28) && year === 2024) {


let link = document.createElement("a");
link.href = "https://www.start.gg/tournament/mock-the-hill/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%2F697791%2Fimage-39545909a658026a858498ec68a98ebb-optimized.jpg&ehk=ptFX7jG0LIcnP8be9NZVzkVsjHxCT4RTEsPKL%2BloJbw%3D&w=280&h=280&r=0";

image.classList.add("calendarImg");


link.appendChild(image);
cell.appendChild(link);


//Big Cheese
} else if (month === 9 && (date === 11) && year === 2024) {

Expand Down
11 changes: 11 additions & 0 deletions index js/indexEventsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,17 @@ const eventsData = [
trailer: "",
stream: "https://www.twitch.tv/game5projectplus"
},
{
name: "Mock the Hill",
date: "9/28/24",
location: "Rock Hill, SC, USA",
description: "Mock the Hill A p+ shadow regional held @ Rock the Hill 3. If you're already signed up on the main start gg you won't have to pay venue for p+",
imageUrl: "https://www.bing.com/th?pid=Sgg&qlt=100&u=https%3A%2F%2Fimages.start.gg%2Fimages%2Ftournament%2F697791%2Fimage-39545909a658026a858498ec68a98ebb-optimized.jpg&ehk=ptFX7jG0LIcnP8be9NZVzkVsjHxCT4RTEsPKL%2BloJbw%3D&w=280&h=280&r=0",
link: "https://www.start.gg/tournament/mock-the-hill/details",
rankImg: false,
trailer: "",
stream: ""
},
{
name: "Infrared 2024",
date: "10/6/24",
Expand Down
2 changes: 1 addition & 1 deletion past-events/pastEvents2024.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const eventData = [
first: "Rongunshu",
second: "Anther",
third: "Dirtboy",
vodsUrl: "https://www.youtube.com/@Game5ProjectPlus",
vodsUrl: "https://www.youtube.com/playlist?list=PLp0mqricKIh1HlPwJrTSU2jiVt3qD0w0j",
hideRankImage: false
},
{
Expand Down

0 comments on commit 324dcef

Please sign in to comment.