Skip to content

Commit

Permalink
add archonlabs
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasma0305 committed Sep 16, 2024
1 parent 73e0fb2 commit a683f6a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
Binary file added public/Archonlabs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 12 additions & 4 deletions src/app/tcp1pctf-2024/sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,29 @@ import Image from "next/image"
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 Link from "next/link"

export function Sponsor() {
const sponsors = [

{
name: "OffSec",
text: "Empowering individuals and organizations to fight cyber threats with indispensable cybersecurity skills and resources.",
image: OffSec,
url: "https://www.offsec.com/"
},
{
name: "Google",
text: "Infra sponsored by goo.gle/ctfsponsorship",
image: GoogleImage,
url: "https://goo.gle/ctfsponsorship"
},
{
name: "OffSec",
text: "Empowering individuals and organizations to fight cyber threats with indispensable cybersecurity skills and resources.",
image: OffSec,
url: "https://www.offsec.com/"
name: "Archonlabs",
text: "Archonlabs focuses on adversary simulation and training to help you strengthen your cyber defense and get ready for the unforeseen attacks.",
image: Archonlabs,
url: "https://web.facebook.com/archonlabs.id/"
},
{
name: "Seccodeid Forum",
Expand Down

0 comments on commit a683f6a

Please sign in to comment.