Skip to content

Commit 08d3c50

Browse files
authored
Add Unbreakable Romania as a partner sponsor
Added Unbreakable Romania as a new partner sponsor with details.
1 parent 5350a58 commit 08d3c50

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

data/sponsors/index.ts

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ export const SPONSORS: Sponsor[] = [
9292
{ label: 'About', href: 'https://gen.xyz/about' },
9393
],
9494
},
95-
96-
97-
9895
{
9996
id: 'deadoverflow',
10097
name: 'DeadOverflow',
@@ -105,4 +102,16 @@ export const SPONSORS: Sponsor[] = [
105102
website: 'https://www.youtube.com/@deadoverflow',
106103
links: [{ label: 'Youtube', href: 'https://www.youtube.com/@deadoverflow' }],
107104
},
105+
{
106+
id: 'unbreakable-romania',
107+
name: 'Unbreakable Romania',
108+
tier: 'Partner',
109+
logo: '/static/images/UNR.png',
110+
description:
111+
'Unbreakable Romania is a national cybersecurity education program that teaches students and young professionals practical security skills through CTF competitions, hands-on challenges, and training resources designed to grow the next generation of cybersecurity experts.',
112+
website: 'https://unbreakable.ro/',
113+
links: [
114+
{ label: 'Website', href: 'https://unbreakable.ro/' },
115+
],
116+
},
108117
]

0 commit comments

Comments
 (0)