Skip to content

Commit b4805f1

Browse files
committed
add seclab
1 parent 992d829 commit b4805f1

File tree

2 files changed

+158
-1
lines changed

2 files changed

+158
-1
lines changed

public/seclab.svg

Lines changed: 150 additions & 0 deletions
Loading

src/app/tcp1pctf-2024/sponsors.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import SeccodeId from "../../../public/secodeid.jpeg"
44
import OffSec from "../../../public/OffSec_Tagline_White_Text.png"
55
import Archonlabs from "../../../public/Archonlabs.png"
66
import OtterSec from "../../../public/ottersec.jpg"
7+
import Seclab from "../../../public/seclab.svg"
78
import Link from "next/link"
89

910
export function Sponsor() {
@@ -26,6 +27,12 @@ export function Sponsor() {
2627
image: GoogleImage,
2728
url: "https://goo.gle/ctfsponsorship"
2829
},
30+
{
31+
name: "SecLab Indonesia",
32+
text: "SecLab Indonesia offers penetration testing, security audit, human development and digital forensic services to help organizations secure their information assets.",
33+
image: Seclab,
34+
url: "https://seclab.id/"
35+
},
2936
{
3037
name: "Archonlabs",
3138
text: "Archonlabs focuses on adversary simulation and training to help you strengthen your cyber defense and get ready for the unforeseen attacks.",
@@ -37,7 +44,7 @@ export function Sponsor() {
3744
text: "Seccodeid Forum is a community of cybersecurity enthusiasts in Indonesia.",
3845
image: SeccodeId,
3946
url: "https://seccodeid.com/"
40-
}
47+
},
4148
]
4249
return <>
4350
<div className="grid justify-center lg:grid-cols-3 md:grid-cols-2 sm:grid-cols-1 gap-4">

0 commit comments

Comments
 (0)