Skip to content

Commit 798211b

Browse files
committed
reorder sponsors, add ottersec and bhis
1 parent 286afd9 commit 798211b

File tree

2 files changed

+24
-61
lines changed

2 files changed

+24
-61
lines changed

data/sponsors.js

Lines changed: 24 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@ import ottersec from "../public/images/ottersec.png";
44
import trailofbits from "../public/images/trail-of-bits.png";
55
import affiliateFlag from "../public/images/affiliateFlag.svg";
66
import infraFlag from "../public/images/infraFlag.svg";
7-
import lockheedmartin from "../public/images/lockheed_martin.svg";
8-
import tryhackme from "../public/images/tryhackme.png";
97
import binaryNinja from "../public/images/binary-ninja.png";
10-
import microsoft from "../public/images/microsoft.jpg";
118
import aerospace from "../public/images/aerospace.png";
12-
import lockheed from "../public/images/lockheed.png";
139
import verkada from "../public/images/verkada.png";
1410
import zellic from "../public/images/zellic.png";
15-
import offsec from "../public/images/offsec.png"
11+
import offsec from "../public/images/offsec.png";
12+
import bhis from "../public/images/bhis.png";
1613

1714
const data = {
1815
sponsors: [
@@ -28,76 +25,34 @@ const data = {
2825
// blurb:
2926
// "Aerospace operates the only federally funded research and development center (FFRDC) committed exclusively to the space enterprise. Our technical experts span every discipline of space-related science and engineering.",
3027
// },
31-
// {
32-
// name: "Lockheed Martin",
33-
// url: "https://www.lockheedmartin.com/",
34-
// image: lockheed,
35-
// // Taken from https://aerospace.org/ SEO metadata
36-
// blurb:
37-
// "Lockheed Martin is a leading global security, defense and aerospace contractor, ensuring those we serve always stay ahead of ready.",
38-
// flag: {
39-
// image: affiliateFlag,
40-
// blurb: "Affiliate",
41-
// },
42-
// },
43-
// {
44-
// name: "OtterSec",
45-
// url: "https://osec.io/",
46-
// image: ottersec,
47-
// blurb:
48-
// "OtterSec is the leading blockchain security audit team, working closely with various Layer 1s and the protocols built on them.",
49-
// },
50-
// {
51-
// name: "Microsoft",
52-
// url: "https://www.microsoft.com/",
53-
// image: microsoft,
54-
// // Taken from https://www.microsoft.com/en-us/about
55-
// blurb:
56-
// "Microsoft's mission is to empower every person and every organization on the planet to achieve more.",
57-
// },
58-
// {
59-
// name: "CrowdStrike",
60-
// url: "https://www.crowdstrike.com/",
61-
// image: crowdstrike,
62-
// // Taken from https://www.crowdstrike.com/en-us/about-us/
63-
// blurb:
64-
// "CrowdStrike secures the most critical areas of risk – endpoints and cloud workloads, identity, and data – to keep customers ahead of today’s adversaries and stop breaches.",
65-
// },
66-
// {
67-
// name: "Trail of Bits",
68-
// url: "https://www.trailofbits.com/",
69-
// image: trailofbits,
70-
// blurb:
71-
// "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.",
72-
// },
73-
// {
74-
// name: "SpaceX",
75-
// url: "https://www.spacex.com/",
76-
// image: spacex,
77-
// blurb:
78-
// "SpaceX is looking for world-class talent ready to tackle challenging projects that will ultimately enable life on other planets. For example, we’re leveraging our experience in building rockets and spacecraft to deploy Starlink, the world’s most advanced broadband internet system.",
79-
// },
80-
// {
81-
// name: "Vector 35 - Binary Ninja",
82-
// url: "https://binary.ninja/",
83-
// image: binaryNinja,
84-
// blurb:
85-
// "Binary Ninja is an interactive decompiler, disassembler, debugger, and binary analysis platform built by reverse engineers, for reverse engineers. Developed with a focus on delivering a high-quality API for automation and a clean and usable GUI, Binary Ninja is in active use by malware analysts, vulnerability researchers, and software developers worldwide.",
86-
// },
8728
{
8829
name: "Verkada",
8930
url: "https://www.verkada.com/",
9031
image: verkada,
9132
blurb:
9233
"Protect people and places in a privacy-sensitive way. Trusted by over 33,000 organizations, Verkada builds physical security solutions that integrate seamlessly behind a single, cloud-based software platform."
9334
},
35+
{
36+
name: "OtterSec",
37+
url: "https://osec.io/",
38+
image: ottersec,
39+
blurb:
40+
"OtterSec is the leading blockchain security audit team, working closely with various Layer 1s and the protocols built on them.",
41+
},
9442
{
9543
name: "Zellic",
9644
url: "https://www.zellic.io/",
9745
image: zellic,
9846
blurb:
9947
"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",
10048
},
49+
{
50+
name: "Trail of Bits",
51+
url: "https://www.trailofbits.com/",
52+
image: trailofbits,
53+
blurb:
54+
"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.",
55+
},
10156
{
10257
name: "Amber by LatticeWork",
10358
url: "https://www.myamberlife.com/",
@@ -130,6 +85,14 @@ const data = {
13085
blurb:
13186
"Binary Ninja is an interactive decompiler, disassembler, debugger, and binary analysis platform built by reverse engineers, for reverse engineers. Developed with a focus on delivering a high-quality API for automation and a clean and usable GUI, Binary Ninja is in active use by malware analysts, vulnerability researchers, and software developers worldwide.",
13287
},
88+
89+
{
90+
name: "Black Hills Information Security",
91+
url: "https://www.blackhillsinfosec.com/",
92+
image: bhis,
93+
blurb:
94+
"At Black Hills Information Security (BHIS), we strive to strengthen our customers’ information security infrastructure and employees through penetration testing, consulting, and defensive security services. Since our founding in 2008, companies of all sizes, from small community banks to Fortune 100 companies, have entrusted us with their business.",
95+
},
13396
],
13497
};
13598

public/images/bhis.png

10.8 KB
Loading

0 commit comments

Comments
 (0)