Skip to content

Commit

Permalink
add ottersec
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasma0305 committed Sep 30, 2024
1 parent a683f6a commit 7ce7b30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Binary file added public/ottersec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions src/app/tcp1pctf-2024/sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@ import GoogleImage from "../../../public/Google-Cloud-Emblem.png"
import SeccodeId from "../../../public/secodeid.jpeg"
import OffSec from "../../../public/OffSec_Tagline_White_Text.png"
import Archonlabs from "../../../public/Archonlabs.png"
import OtterSec from "../../../public/ottersec.png"
import Link from "next/link"

export function Sponsor() {
const sponsors = [

{
name: "Ottersec",
text: "Originally independent security researchers, our team has a proven track record in both web3 and traditional security. We work closely with passionate teams to provide a holistic and collaborative approach to security.",
image: OtterSec,
url: "https://osec.io/"
}
,{
name: "OffSec",
text: "Empowering individuals and organizations to fight cyber threats with indispensable cybersecurity skills and resources.",
image: OffSec,
Expand Down Expand Up @@ -57,6 +63,5 @@ export function Sponsor() {
</div>
))}
</div>

</>
}

0 comments on commit 7ce7b30

Please sign in to comment.