|
1 | 1 | export const members = [ |
2 | 2 | { |
3 | | - name: "Alex", |
| 3 | + name: "Hecker404", |
4 | 4 | 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", |
7 | 7 | 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", |
13 | 11 | }, |
14 | 12 | }, |
15 | 13 | { |
16 | | - name: "Jordan", |
| 14 | + name: "Cryingfreeman-74", |
17 | 15 | role: "admin", |
18 | 16 | description: "Web security researcher and CTF challenge creator", |
19 | | - avatar: "/placeholder.svg?height=80&width=80", |
| 17 | + avatar: "/members/cryingfreeman-74.jpg", |
20 | 18 | 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", |
25 | 22 | }, |
26 | 23 | }, |
27 | 24 | { |
28 | | - name: "Casey", |
29 | | - role: "member", |
| 25 | + name: "ZazaMan", |
| 26 | + role: "admin", |
30 | 27 | 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", |
43 | 29 | 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", |
47 | 33 | }, |
48 | | - }, |
| 34 | + } |
49 | 35 | ] |
0 commit comments