Skip to content

Commit

Permalink
Merge pull request #59 from ilikepizza107/main
Browse files Browse the repository at this point in the history
Update indexEventsList.js
  • Loading branch information
pkzstar authored Dec 4, 2024
2 parents 0b26cc4 + 8e2bf7a commit 55e9ac6
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions index js/indexEventsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,6 @@ eventName.appendChild(location);
// Sample event data (replace this with actual event data)
const eventsData = [


{
name: "Journey to the West",
date: "2/21/25 - 2/23/25",
location: "Bentley, WA, Australia",
description: "Smash Majors make a triumphant return to Perth after a 5 year wait over at The Hub, Bentley Technology Park. I encourage old and new faces alike to make an effort to come as this will most likely be the last major run for Ultimate in Perth.",
imageUrl: "https://www.bing.com/th?pid=Sgg&qlt=100&u=https%3A%2F%2Fimages.start.gg%2Fimages%2Ftournament%2F731623%2Fimage-120c39ca0b9e548595ff1c4f88a45860-optimized.jpg&ehk=lsIwpkupKikujRh8VEMGEvMyMCytWXbF%2BCAGiF3N4ZQ%3D&w=280&h=280&r=0",
link: "https://www.start.gg/tournament/journey-to-the-west/details",
rankImg: false,
trailer: "",
stream: ""
},
{
name: "Condo of Blood 2",
date: "12/14/24",
Expand Down Expand Up @@ -206,14 +194,26 @@ const eventsData = [
trailer: "",
stream: ""
},

{
name: "Journey to the West",
date: "2/21/25 - 2/23/25",
location: "Bentley, WA, Australia",
description: "Smash Majors make a triumphant return to Perth after a 5 year wait over at The Hub, Bentley Technology Park. I encourage old and new faces alike to make an effort to come as this will most likely be the last major run for Ultimate in Perth.",
imageUrl: "https://www.bing.com/th?pid=Sgg&qlt=100&u=https%3A%2F%2Fimages.start.gg%2Fimages%2Ftournament%2F731623%2Fimage-120c39ca0b9e548595ff1c4f88a45860-optimized.jpg&ehk=lsIwpkupKikujRh8VEMGEvMyMCytWXbF%2BCAGiF3N4ZQ%3D&w=280&h=280&r=0",
link: "https://www.start.gg/tournament/journey-to-the-west/details",
rankImg: false,
trailer: "",
stream: ""
},
{
name: "Winter is Crouching",
date: "3/1/25 - 3/2/25",
location: "Le Kremlin-Bicêtre, Paris, France",
description: "Muahahaha! Are you ready for winter? Winter is crouching ❄️❄️❄️ On the program: Project+ of course, we love illegal games 😈, but also Melee and Rivals of Aether 2 hehe",
imageUrl: "https://www.bing.com/th?pid=Sgg&qlt=100&u=https%3A%2F%2Fimages.start.gg%2Fimages%2Ftournament%2F687306%2Fimage-5618485cca829ee70b7125791593c3e2-optimized.png&ehk=qQc4jLdbvBzwuFG7iw%2BIaofHMDeQPOdtUyGDqI7HPDE%3D&w=280&h=280&r=0",
link: "https://www.start.gg/tournament/lust-50-a-louisiana-regional/details",
rankImg: true,
link: "https://www.start.gg/tournament/winter-is-crouching/details",
rankImg: false,
trailer: "",
stream: ""
},
Expand Down

0 comments on commit 55e9ac6

Please sign in to comment.