Skip to content

Commit

Permalink
rearrange sponsor order
Browse files Browse the repository at this point in the history
  • Loading branch information
burturt authored Feb 1, 2024
1 parent 60295fa commit 7370b0f
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions data/sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,24 @@ const data = {
blurb:
"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.",
},
{
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.",
},
{
name: "Lockheed Martin",
url: "https://lockheedmartin.com/en-us",
image: lockheedmartin,
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: "OtterSec",
url: "https://osec.io/",
Expand All @@ -96,19 +114,6 @@ const data = {
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/",
Expand All @@ -117,13 +122,6 @@ const data = {
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.",
},
{
name: "CrowdStrike",
url: "https://www.crowdstrike.com/en-us/",
Expand Down

0 comments on commit 7370b0f

Please sign in to comment.