Skip to content

Commit e8e2f4a

Browse files
committed
add google cloud
1 parent 51a97f8 commit e8e2f4a

File tree

1 file changed

+12
-63
lines changed

1 file changed

+12
-63
lines changed

data/sponsors.js

Lines changed: 12 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,18 @@
11
import googlecloud from "../public/images/google_cloud.png";
22
import latticework from "../public/images/latticework.png";
33
import ottersec from "../public/images/ottersec.png";
4-
import sandia from "../public/images/sandia_national_laboratories.svg";
54
import trailofbits from "../public/images/trail-of-bits.png";
65
import affiliateFlag from "../public/images/affiliateFlag.svg";
76
import infraFlag from "../public/images/infraFlag.svg";
87
import lockheedmartin from "../public/images/lockheed_martin.svg";
98
import tryhackme from "../public/images/tryhackme.png";
10-
import crowdstrike from "../public/images/crowdstrike.png";
11-
import spacex from "../public/images/spacex.png";
129
import binaryNinja from "../public/images/binary-ninja.png";
1310
import microsoft from "../public/images/microsoft.jpg";
1411
import aerospace from "../public/images/aerospace.png";
1512
import lockheed from "../public/images/lockheed.png";
1613
import verkada from "../public/images/verkada.png";
1714
import zellic from "../public/images/zellic.png";
1815

19-
// const data = {
20-
// sponsors: [
21-
// {
22-
// name: "Sandia National Laboratories",
23-
// url: "https://www.sandia.gov/",
24-
// image: sandia,
25-
// flag: {
26-
// image: affiliateFlag,
27-
// blurb: "Affiliate",
28-
// },
29-
// // Taken from https://www.sandia.gov/missions/
30-
// blurb:
31-
// "Sandia strives to become the laboratory that the U.S. turns to first for technology solutions to the most challenging problems that threaten peace and freedom for our nation and the globe.",
32-
// },
33-
// {
34-
// name: "Google Cloud",
35-
// url: "https://goo.gle/ctfsponsorship",
36-
// image: googlecloud,
37-
// blurb:
38-
// "Meet your business challenges head on with cloud computing services from Google, including data management, hybrid & multi-cloud, and AI & ML.",
39-
// flag: {
40-
// image: infraFlag,
41-
// blurb: "Infra sponsored by goo.gle/ctfsponsorship",
42-
// },
43-
// },
44-
// {
45-
// name: "Trail of Bits",
46-
// url: "https://www.trailofbits.com/",
47-
// image: trailofbits,
48-
// blurb:
49-
// "Trail of Bits helps secure the world's most targeted organizations and products. We combine high-end security research with a real-world attacker mentality to reduce risk and fortify code.",
50-
// },
51-
// {
52-
// name: "OtterSec",
53-
// url: "https://osec.io/",
54-
// image: ottersec,
55-
// blurb:
56-
// "OtterSec is the leading blockchain security audit team, working closely with various Layer 1s and the protocols built on them.",
57-
// },
58-
// {
59-
// name: "Amber by LatticeWork",
60-
// url: "https://www.myamberlife.com/",
61-
// image: latticework,
62-
// blurb:
63-
// "Store your data locally and access it from anywhere without subscription fees! UCLA students, open a ticket in the LA CTF discord for a 25% discount.",
64-
// },
65-
// ],
66-
// };
6716
const data = {
6817
sponsors: [
6918
// {
@@ -106,17 +55,6 @@ const data = {
10655
// "Microsoft's mission is to empower every person and every organization on the planet to achieve more.",
10756
// },
10857
// {
109-
// name: "Google Cloud",
110-
// url: "https://goo.gle/ctfsponsorship",
111-
// image: googlecloud,
112-
// blurb:
113-
// "Meet your business challenges head on with cloud computing services from Google, including data management, hybrid & multi-cloud, and AI & ML.",
114-
// flag: {
115-
// image: infraFlag,
116-
// blurb: "Infra sponsored by goo.gle/ctfsponsorship",
117-
// },
118-
// },
119-
// {
12058
// name: "CrowdStrike",
12159
// url: "https://www.crowdstrike.com/",
12260
// image: crowdstrike,
@@ -165,7 +103,18 @@ const data = {
165103
image: zellic,
166104
blurb:
167105
"Zellic is a security research firm. We hire talented hackers to break critical software, ranging from virtual machines to compilers and major web apps to proof systems. Before Zellic, we founded perfect blue, the #1 CTF team in 2020 and 2021. We offer a comprehensive benefits package and direct equity participation, as well as flexible hours, remote work, and both full-time and part-time roles. To learn more about Zellic, check out our blog: zellic.io/auditooor-grindset. Work at Zellic: [email protected] | @gf_256",
168-
}
106+
},
107+
{
108+
name: "Google Cloud",
109+
url: "https://goo.gle/ctfsponsorship",
110+
image: googlecloud,
111+
blurb:
112+
"Meet your business challenges head on with cloud computing services from Google, including data management, hybrid & multi-cloud, and AI & ML.",
113+
flag: {
114+
image: infraFlag,
115+
blurb: "Infra sponsored by goo.gle/ctfsponsorship",
116+
},
117+
},
169118
],
170119
};
171120

0 commit comments

Comments
 (0)