File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -2,21 +2,29 @@ import Image from "next/image"
2
2
import GoogleImage from "../../../public/Google-Cloud-Emblem.png"
3
3
import SeccodeId from "../../../public/secodeid.jpeg"
4
4
import OffSec from "../../../public/OffSec_Tagline_White_Text.png"
5
+ import Archonlabs from "../../../public/Archonlabs.png"
5
6
import Link from "next/link"
6
7
7
8
export function Sponsor ( ) {
8
9
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
+ } ,
9
17
{
10
18
name : "Google" ,
11
19
text : "Infra sponsored by goo.gle/ctfsponsorship" ,
12
20
image : GoogleImage ,
13
21
url : "https://goo.gle/ctfsponsorship"
14
22
} ,
15
23
{
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 /"
20
28
} ,
21
29
{
22
30
name : "Seccodeid Forum" ,
You can’t perform that action at this time.
0 commit comments