Skip to content

Commit a683f6a

Browse files
committed
add archonlabs
1 parent 73e0fb2 commit a683f6a

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

public/Archonlabs.png

148 KB
Loading

src/app/tcp1pctf-2024/sponsors.tsx

+12-4
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,29 @@ import Image from "next/image"
22
import GoogleImage from "../../../public/Google-Cloud-Emblem.png"
33
import SeccodeId from "../../../public/secodeid.jpeg"
44
import OffSec from "../../../public/OffSec_Tagline_White_Text.png"
5+
import Archonlabs from "../../../public/Archonlabs.png"
56
import Link from "next/link"
67

78
export function Sponsor() {
89
const sponsors = [
10+
11+
{
12+
name: "OffSec",
13+
text: "Empowering individuals and organizations to fight cyber threats with indispensable cybersecurity skills and resources.",
14+
image: OffSec,
15+
url: "https://www.offsec.com/"
16+
},
917
{
1018
name: "Google",
1119
text: "Infra sponsored by goo.gle/ctfsponsorship",
1220
image: GoogleImage,
1321
url: "https://goo.gle/ctfsponsorship"
1422
},
1523
{
16-
name: "OffSec",
17-
text: "Empowering individuals and organizations to fight cyber threats with indispensable cybersecurity skills and resources.",
18-
image: OffSec,
19-
url: "https://www.offsec.com/"
24+
name: "Archonlabs",
25+
text: "Archonlabs focuses on adversary simulation and training to help you strengthen your cyber defense and get ready for the unforeseen attacks.",
26+
image: Archonlabs,
27+
url: "https://web.facebook.com/archonlabs.id/"
2028
},
2129
{
2230
name: "Seccodeid Forum",

0 commit comments

Comments
 (0)