Skip to content

Commit

Permalink
detroit to past
Browse files Browse the repository at this point in the history
  • Loading branch information
pkzstar committed Jul 22, 2024
1 parent c9f39fd commit b6763bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
11 changes: 0 additions & 11 deletions index js/indexEventsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,6 @@ eventName.appendChild(location);
// Sample event data (replace this with actual event data)
const eventsData = [

{
name: "Game 5 in the D #4: Canadian Invasion",
date: "7/20/24",
location: "Detroit, MI, USA",
description: "We welcome all valiant competitors to our local P+ scene's return-to-form! Featuring a professional stream, custom tournament badges, your favorite players, and much, much more, this will be an event you won't want to miss!",
imageUrl: "https://www.bing.com/th?pid=Sgg&qlt=100&u=https%3A%2F%2Fimages.start.gg%2Fimages%2Ftournament%2F675196%2Fimage-54ebffee07de2dd4d200af40c8df6987-optimized.jpg&ehk=6cxSKy3MqOJK%2FFkbqEGwYZdcBnEglYc1xpdIKB0zOBs%3D&w=280&h=280&r=0",
link: "https://www.start.gg/tournament/game-5-in-the-d-4-the-canadian-invasion/details",
rankImg: true,
trailer: "",
stream: "https://www.youtube.com/@Game5ProjectPlus"
},
{
name: "Warehouse War 4",
date: "7/26/24 - 7/27/24",
Expand Down
13 changes: 13 additions & 0 deletions past-events/pastEvents2024.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,19 @@ function createPastEventElement(eventData) {
// Sample data for past event
const eventData = [

{
eventTitle: "Game 5 in the D #4: Canadian Invasion",
imageUrl: "https://www.bing.com/th?pid=Sgg&qlt=100&u=https%3A%2F%2Fimages.start.gg%2Fimages%2Ftournament%2F675196%2Fimage-54ebffee07de2dd4d200af40c8df6987-optimized.jpg&ehk=6cxSKy3MqOJK%2FFkbqEGwYZdcBnEglYc1xpdIKB0zOBs%3D&w=280&h=280&r=0",
eventUrl: "https://www.start.gg/tournament/game-5-in-the-d-4-the-canadian-invasion/details",
date: "July 20 2024",
location: "Michigan",
entrants: 38,
first: "Rongunshu",
second: "Anther",
third: "Dirtboy",
vodsUrl: "https://www.youtube.com/@Game5ProjectPlus",
hideRankImage: false
},
{
eventTitle: "Sunset 2024",
imageUrl: "https://www.bing.com/th?pid=Sgg&qlt=100&u=https%3A%2F%2Fimages.start.gg%2Fimages%2Ftournament%2F674387%2Fimage-bd67f6a27e634d0fa71050cf01605081-optimized.jpg&ehk=vdl14TFJAjqPpTQ9MaYEu7eid%2BvknHYwSI%2FfNal95aY%3D&w=280&h=280&r=0",
Expand Down

0 comments on commit b6763bf

Please sign in to comment.