Skip to content

Commit b5778e3

Browse files
committed
added members admin
1 parent 9265f5d commit b5778e3

File tree

4 files changed

+18
-32
lines changed

4 files changed

+18
-32
lines changed

data/members.ts

Lines changed: 18 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,35 @@
11
export const members = [
22
{
3-
name: "Alex",
3+
name: "Hecker404",
44
role: "admin",
5-
description: "Reverse engineering specialist with expertise in malware analysis",
6-
avatar: "/placeholder.svg?height=80&width=80",
5+
description: "Co-founder of the team, pwn and reverse engineering enthusiast",
6+
avatar: "/members/albovo.jpg",
77
social: {
8-
website: "https://alex.example.com",
9-
10-
twitter: "https://twitter.com/alex",
11-
github: "https://github.com/alex",
12-
linkedin: "https://linkedin.com/in/alex",
8+
website: "https://albovo.github.io",
9+
github: "https://github.com/albovo",
10+
linkedin: "https://linkedin.com/in/albovo",
1311
},
1412
},
1513
{
16-
name: "Jordan",
14+
name: "Cryingfreeman-74",
1715
role: "admin",
1816
description: "Web security researcher and CTF challenge creator",
19-
avatar: "/placeholder.svg?height=80&width=80",
17+
avatar: "/members/cryingfreeman-74.jpg",
2018
social: {
21-
22-
twitter: "https://twitter.com/jordan",
23-
github: "https://github.com/jordan",
24-
discord: "jordan#1234",
19+
// website: "https://albovo.github.io",
20+
github: "https://github.com/mark-74",
21+
// linkedin: "https://linkedin.com/in/albovo",
2522
},
2623
},
2724
{
28-
name: "Casey",
29-
role: "member",
25+
name: "ZazaMan",
26+
role: "admin",
3027
description: "Cryptography enthusiast and blockchain security auditor",
31-
avatar: "/placeholder.svg?height=80&width=80",
32-
social: {
33-
website: "https://casey.dev",
34-
github: "https://github.com/casey",
35-
linkedin: "https://linkedin.com/in/casey",
36-
},
37-
},
38-
{
39-
name: "Riley",
40-
role: "member",
41-
description: "Binary exploitation and pwn challenge solver",
42-
avatar: "/placeholder.svg?height=80&width=80",
28+
avatar: "/members/zazaman.jpg",
4329
social: {
44-
twitter: "https://twitter.com/riley",
45-
github: "https://github.com/riley",
46-
discord: "riley#5678",
30+
// website: "https://casey.dev",
31+
github: "https://github.com/EneaMaroncelli27",
32+
// linkedin: "https://linkedin.com/in/casey",
4733
},
48-
},
34+
}
4935
]

public/members/albovo.jpg

28.7 KB
Loading
9.04 KB
Loading

public/members/zazaman.jpg

32.8 KB
Loading

0 commit comments

Comments
 (0)