From 115292f020c84063fd2f4071d6a6e4353e8dd733 Mon Sep 17 00:00:00 2001 From: Alec <31748545+burturt@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:54:41 -0800 Subject: [PATCH] Update sponsors.js --- data/sponsors.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/data/sponsors.js b/data/sponsors.js index ce1bf64..b8e2638 100644 --- a/data/sponsors.js +++ b/data/sponsors.js @@ -103,17 +103,6 @@ const data = { blurb: "Store your data locally and access it from anywhere without subscription fees! UCLA students, open a ticket in the LA CTF discord for a 30% discount.", }, - { - name: "Google Cloud", - url: "https://goo.gle/ctfsponsorship", - image: googlecloud, - blurb: - "Meet your business challenges head on with cloud computing services from Google, including data management, hybrid & multi-cloud, and AI & ML.", - flag: { - image: infraFlag, - blurb: "Infra sponsored by goo.gle/ctfsponsorship", - }, - }, { name: "CrowdStrike", url: "https://www.crowdstrike.com/en-us/", @@ -129,6 +118,17 @@ const data = { blurb: "TryHackMe is a free online platform for learning cyber security, using hands-on exercises and labs, all through your browser!" }, + { + name: "Google Cloud", + url: "https://goo.gle/ctfsponsorship", + image: googlecloud, + blurb: + "Meet your business challenges head on with cloud computing services from Google, including data management, hybrid & multi-cloud, and AI & ML.", + flag: { + image: infraFlag, + blurb: "Infra sponsored by goo.gle/ctfsponsorship", + }, + }, ] }