|
1 | 1 | import googlecloud from "../public/images/google_cloud.png"; |
2 | 2 | import latticework from "../public/images/latticework.png"; |
3 | 3 | import ottersec from "../public/images/ottersec.png"; |
4 | | -import sandia from "../public/images/sandia_national_laboratories.svg"; |
5 | 4 | import trailofbits from "../public/images/trail-of-bits.png"; |
6 | 5 | import affiliateFlag from "../public/images/affiliateFlag.svg"; |
7 | 6 | import infraFlag from "../public/images/infraFlag.svg"; |
8 | 7 | import lockheedmartin from "../public/images/lockheed_martin.svg"; |
9 | 8 | import tryhackme from "../public/images/tryhackme.png"; |
10 | | -import crowdstrike from "../public/images/crowdstrike.png"; |
11 | | -import spacex from "../public/images/spacex.png"; |
12 | 9 | import binaryNinja from "../public/images/binary-ninja.png"; |
13 | 10 | import microsoft from "../public/images/microsoft.jpg"; |
14 | 11 | import aerospace from "../public/images/aerospace.png"; |
15 | 12 | import lockheed from "../public/images/lockheed.png"; |
16 | 13 | import verkada from "../public/images/verkada.png"; |
17 | 14 | import zellic from "../public/images/zellic.png"; |
18 | 15 |
|
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 | | -// }; |
67 | 16 | const data = { |
68 | 17 | sponsors: [ |
69 | 18 | // { |
@@ -106,17 +55,6 @@ const data = { |
106 | 55 | // "Microsoft's mission is to empower every person and every organization on the planet to achieve more.", |
107 | 56 | // }, |
108 | 57 | // { |
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 | | - // { |
120 | 58 | // name: "CrowdStrike", |
121 | 59 | // url: "https://www.crowdstrike.com/", |
122 | 60 | // image: crowdstrike, |
@@ -165,7 +103,18 @@ const data = { |
165 | 103 | image: zellic, |
166 | 104 | blurb: |
167 | 105 | "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 | + }, |
169 | 118 | ], |
170 | 119 | }; |
171 | 120 |
|
|
0 commit comments