Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added other sponsors #71

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions data/sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import sandia from "../public/images/sandia_national_laboratories.svg";
import trailofbits from "../public/images/trail-of-bits.png";
import affiliateFlag from "../public/images/affiliateFlag.svg";
import infraFlag from "../public/images/infraFlag.svg";
import lockheedmartin from "../public/images/lockheed_martin.svg";
import tryhackme from "../public/images/tryhackme.png"

// const data = {
// sponsors: [
Expand Down Expand Up @@ -75,6 +77,52 @@ const data = {
blurb:
"OtterSec is the leading blockchain security audit team, working closely with various Layer 1s and the protocols built on them.",
},
{
name: "Amber by LatticeWork",
url: "https://www.myamberlife.com/",
image: latticework,
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: "Lockheed Martin",
url: "https://lockheedmartin.com/en-us",
image: lockheedmartin,
//Taken from lockheed martin meta description with the typo fixed
//It's still weird grammar so may need to be reconsidered
blurb:
"Lockheed Martin is a leading global security and aerospace company, ensuring those we serve always stay ahead and ready in the defense industry.",
flag: {
image: affiliateFlag,
blurb: "Affiliate",
}
},
{
name: "TryHackMe",
url: "https://tryhackme.com/",
image: tryhackme,
//Taken from try hack me meta description
blurb:
"TryHackMe is a free online platform for learning cyber security, using hands-on exercises and labs, all through your browser!"
},
{
name: "Trail of Bits",
url: "https://www.trailofbits.com/",
image: trailofbits,
blurb:
"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.",
},
]
}

Expand Down
1 change: 1 addition & 0 deletions public/images/lockheed_martin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/tryhackme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading