diff --git a/data/tournaments.json b/data/tournaments.json index 647829b..88bd81c 100644 --- a/data/tournaments.json +++ b/data/tournaments.json @@ -15,23 +15,18 @@ "imagePath":"images/SwimOrSink_Logo.png" }, { - "title":"Proving Grounds", - "description":"Proving Grounds is a bi-weekly, fast paced tournament catered to high-level play. The series aims to give best of the best a resource to prove themselves and show their strength.", - "imagePath":"images/PG.png" + "title":"From the Ink Up", + "description":"From the Ink Up is a ~Division 7-11 skill capped tournament taking place biweekly on Friday evenings.", + "imagePath":"images/FromTheInkUp_Logo.webp" }, { - "title":"Reef Rushdown", - "description":"IPL's bi-weekly for Oceanic Region! Striving to bring a consistent, quality tournament for an underserved part of the community (Oceania) to participate and improve in.", - "imagePath":"images/RR.png" + "title":"Splat World Series", + "description":"Splatoon 3's international supermajor. Presented in collaboration with AREA CUP!", + "imagePath":"images/SplatWorldSeries_Logo.webp" }, { - "title":"The Unnamed Tournament", - "description":"IPL's infrequent tournament where we test things, break things and learn things. It just so happened we made it look professional somehow.", - "imagePath":"images/UT.png" - }, - { - "title":"High Ink", - "description":"The Low Ink invitational! Winners from Low Ink are invited to play!", - "imagePath":"images/HighInkLogo.png" + "title":"Global Gauntlet", + "description":"Splatoon 3's international exchange event. Presented in collaboration with AREA CUP!", + "imagePath":"images/GlobalGauntlet_Logo.webp" } ] diff --git a/images/FromTheInkUp_Logo.webp b/images/FromTheInkUp_Logo.webp new file mode 100644 index 0000000..b4d5066 Binary files /dev/null and b/images/FromTheInkUp_Logo.webp differ diff --git a/images/GlobalGauntlet_Logo.webp b/images/GlobalGauntlet_Logo.webp new file mode 100644 index 0000000..5b77332 Binary files /dev/null and b/images/GlobalGauntlet_Logo.webp differ diff --git a/images/HighInkLogo.png b/images/HighInkLogo.png deleted file mode 100644 index 6ec62c5..0000000 Binary files a/images/HighInkLogo.png and /dev/null differ diff --git a/images/PG.png b/images/PG.png deleted file mode 100644 index e5406e3..0000000 Binary files a/images/PG.png and /dev/null differ diff --git a/images/RR.png b/images/RR.png deleted file mode 100644 index 9acdfe0..0000000 Binary files a/images/RR.png and /dev/null differ diff --git a/images/SplatWorldSeries_Logo.webp b/images/SplatWorldSeries_Logo.webp new file mode 100644 index 0000000..aafc348 Binary files /dev/null and b/images/SplatWorldSeries_Logo.webp differ diff --git a/images/UT.png b/images/UT.png deleted file mode 100644 index 3a3a148..0000000 Binary files a/images/UT.png and /dev/null differ