Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 08b7113

Browse files
authored
chore: add challenge prizes (#690)
1 parent 7dd43d9 commit 08b7113

File tree

2 files changed

+81
-18
lines changed

2 files changed

+81
-18
lines changed

data/challenges.json

+71-16
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,95 @@
11
{
22
"0": {
3-
"name": "CV Challenge",
4-
"description": "Our sponsors want your CV. You want them to have it.",
3+
"name": "Final Badge Challenge",
4+
"description": "You participate in talks and workshops, you talk with every company you can and participate in every tournament. Now you are left with a bunch of badges, what do you do?! Every badge comes with a set of entries to the Final Badge Draw! On the last day of SEI, we will select three winning entries and their owners will be the lucky recipients of an amazing selection of prizes! The more badges you have, the more likely you are to win!",
55
"prizes": [
66
{
7-
"name": "Amazon Kindle"
7+
"name": "Playstation 5"
8+
},
9+
{
10+
"name": "Trotinete Elétrica Xiaomi Electric Scooter 4 Go"
11+
},
12+
{
13+
"name": "Headphones Sony XM4"
814
}
915
]
1016
},
1117
"1": {
12-
"name": "CTF Challenge",
13-
"description": "Cybersecurity has never been more exciting! Put your skills to the test with our Capture the Flag game. Once a day, scavenge all the flags to win an exclusive badge - a medal of honour for all those who plow through this challenge until victory!",
18+
"name": "Daily Badge Challenges - day one",
19+
"description": "This one is easy. The winners are the three people with the most badges won on the first day! If there is a tie, the participant with the most tokens wins! If there’s still a tie after that, we’ll toss a coin! The badges you win before SEI starts will be counted on this day.",
1420
"prizes": [
1521
{
16-
"name": "Exclusive Badge"
22+
"name": "Monitor LG 26WQ500-B LCD 4K UHD 5ms 75Hz 25.7\""
23+
},
24+
{
25+
"name": "Microfone Logitech Yeti"
26+
},
27+
{
28+
"name": "Teclado Ducky One 3 Daybreak Mini"
1729
}
1830
]
1931
},
2032
"2": {
21-
"name": "Final Badge Challenge",
22-
"description": "You participate in talks and workshops, you talk with every company you can and participate in every tournament. Now you are left with a bunch of badges, what do you do?! Every badge comes with a set of entries to the Final Badge Draw! On the last day of SEI, we will select three winning entries and their owners will be the lucky recipients of an amazing selection of prizes! The more badges you have, the more likely you are to win!"
33+
"name": "Daily Badge Challenges - day two",
34+
"description": "The same rules as day one apply. However only the badges you win on the second day count towards this prize.",
35+
"prizes": [
36+
{
37+
"name": "Cadeira de escritório Sky"
38+
},
39+
{
40+
"name": "Soundbar LG SQC 2.1 Canais 300W"
41+
},
42+
{
43+
"name": "Docking Station Conceptronic"
44+
}
45+
]
2346
},
2447
"3": {
25-
"name": "Daily Badge Challenges - day one",
26-
"description": "This one is easy. The winners are the three people with the most badges won on the first day! If there is a tie, the participant with the most tokens wins! If there’s still a tie after that, we’ll toss a coin! The badges you win before SEI starts will be counted on this day."
48+
"name": "Daily Badge Challenges - day three",
49+
"description": "The same rules as day one (again). However only the badges you win on the third day count towards this prize.",
50+
"prizes": [
51+
{
52+
"name": "Secretária ajustável em altura pro.tec Stryn"
53+
},
54+
{
55+
"name": "Raspberry Pi 4 Model B 8GB RAM"
56+
},
57+
{
58+
"name": "Câmara Polaroid GO"
59+
}
60+
]
2761
},
2862
"4": {
29-
"name": "Daily Badge Challenges - day two",
30-
"description": "The same rules as day one apply. However only the badges you win on the second day count towards this prize."
63+
"name": "Daily Badge Challenges - day four",
64+
"description": "This is getting a little repetitive… The same rules as day one (again). The difference is that only the badges you win on the fourth day count towards this prize.",
65+
"prizes": [
66+
{
67+
"name": "Nintendo Switch OLED"
68+
},
69+
{
70+
"name": "Rato Logitech MX Master 3 Wireless Pro 4000 DPI"
71+
},
72+
{
73+
"name": "Máquina de café Nespresso Vertuo Next"
74+
}
75+
]
3176
},
3277
"5": {
33-
"name": "Daily Badge Challenges - day three",
34-
"description": "The same rules as day one (again). However only the badges you win on the third day count towards this prize."
78+
"name": "CV Challenge",
79+
"description": "Our sponsors want your CV. You want them to have it.",
80+
"prizes": [
81+
{
82+
"name": "Amazon Kindle"
83+
}
84+
]
3585
},
3686
"6": {
37-
"name": "Daily Badge Challenges - day four",
38-
"description": "This is getting a little repetitive… The same rules as day one (again). The difference is that only the badges you win on the fourth day count towards this prize."
87+
"name": "CTF Challenge",
88+
"description": "Cybersecurity has never been more exciting! Put your skills to the test with our Capture the Flag game. Once a day, scavenge all the flags to win an exclusive badge - a medal of honour for all those who plow through this challenge until victory!",
89+
"prizes": [
90+
{
91+
"name": "Exclusive Badge"
92+
}
93+
]
3994
}
4095
}

layout/SignUp/components/SignUpForm/index.tsx

+10-2
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,19 @@ export default function SignUpForm({ courses }) {
148148
onChange={(e) => setTermsAccepted(!termsAccepted)}
149149
>
150150
I have read and understood the  
151-
<Link href="/docs/privacy_policy.pdf" target="_blank" className="text-quinary">
151+
<Link
152+
href="/docs/privacy_policy.pdf"
153+
target="_blank"
154+
className="text-quinary"
155+
>
152156
privacy policy
153157
</Link>{" "}
154158
and the &nbsp;
155-
<Link href="/docs/regulation.pdf" target="_blank" className="text-quinary">
159+
<Link
160+
href="/docs/regulation.pdf"
161+
target="_blank"
162+
className="text-quinary"
163+
>
156164
general regulation
157165
</Link>
158166
</Checkbox>

0 commit comments

Comments
 (0)