Skip to content

Commit f48ede7

Browse files
authored
Merge pull request #889 from alyssaHee/minor-changes
New scunt judge
2 parents d23f895 + b96783f commit f48ede7

2 files changed

Lines changed: 21 additions & 20 deletions

File tree

client/src/assets/judges/karys.png

726 KB
Loading

client/src/util/scunt-judges.jsx

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ import Sahana from '../assets/judges/sahana.jpg';
1212
import Sam from '../assets/judges/sam_denomme.jpg';
1313
import Sebastian from '../assets/judges/sebastian_kiernan.jpg';
1414
import Sophia from '../assets/judges/sophia_hill.png';
15-
import Tyler from '../assets/judges/tyler_delabarre.png';
15+
//import Tyler from '../assets/judges/tyler_delabarre.png';
1616
import Yanni from '../assets/judges/yanni_alevras.jpg';
1717
import Maria from '../assets/judges/maria.jpg';
1818
import Novera from '../assets/judges/novera.jpg';
19+
import Karys from '../assets/judges/karys.png';
1920
import TechTeam from '../assets/judges/tech.jpg';
2021

2122
// Export simple data array for judges. Extend with extra fields as needed.
@@ -38,7 +39,7 @@ export const scuntJudges = [
3839
{ name: 'Sam', img: Sam },
3940
{ name: 'Sebastian', img: Sebastian },
4041
{ name: 'Sophia', img: Sophia },
41-
{ name: 'Tyler', img: Tyler },
42+
{ name: 'Karys', img: Karys },
4243
{ name: 'Yanni', img: Yanni },
4344
{
4445
name: 'Tech Team',
@@ -250,22 +251,6 @@ export const people = [
250251
],
251252
img: Martin,
252253
},
253-
{
254-
name: 'Tyler DeLaBarre',
255-
description:
256-
"Hi y'all! I'm a Mech 2T5, I like running, trains, and building stuff for concrete toboggan.",
257-
content: [
258-
'Shotgun the least shotgunnable beverage you can think of.',
259-
'Create original art of your favorite train.',
260-
'Explain concrete toboggan to me (wrong answers only) (bonus if a team member helps).',
261-
'Pants beer!',
262-
'One Canadian penny.',
263-
"An unconventional food combo you think I'll like (≤ $5).",
264-
'Design my next tattoo for me.',
265-
'Buzz your hair and dye it green so your classmates can touch grass.',
266-
],
267-
img: Tyler,
268-
},
269254
{
270255
name: 'Sahana',
271256
description:
@@ -338,7 +323,7 @@ export const people = [
338323
{
339324
name: 'Maria',
340325
description:
341-
'hi :0 my name is Maria and I am one of your co-chairs for skule hunt TM this year. Really excited for you to be attending our event and hope you have the most amazing time. Say hi if you see me around and maybe try out one of my bribes!',
326+
'hi :0 my name is Maria and I am one of your co-chairs for Skule™ Hunt this year. Really excited for you to be attending our event and hope you have the most amazing time. Say hi if you see me around and maybe try out one of my bribes!',
342327
content: [
343328
'Draw me your best version of Snorlax (the more colour the better).',
344329
'Write a haiku about your favourite game.',
@@ -356,7 +341,7 @@ export const people = [
356341
{
357342
name: 'Novera',
358343
description:
359-
"Hiya gang! I'm Novera and I'm your other co chair for Skule Hunt TM 2T5! Can't wait for some tomfoolery and shenanigans to unfold. You may notice us running around, make sure you stop to say hi! I've been doing this for far too long I can't wait to graduate. Can't wait for the night!! ",
344+
"Hiya gang! I'm Novera and I'm your other co chair for Skule Hunt 2T5! Can't wait for some tomfoolery and shenanigans to unfold. You may notice us running around, make sure you stop to say hi! I've been doing this for far too long I can't wait to graduate. Can't wait for the night!! ",
360345
content: [
361346
'Lobster',
362347
'convince me to confess to the huzz',
@@ -371,4 +356,20 @@ export const people = [
371356
],
372357
img: Novera,
373358
},
359+
{
360+
name: 'Karys',
361+
description:
362+
'hi everyone! my name is karys and i’m an engsci bme 2T8. i was a leedur for tau (RAHH) and co-chair for downtown walkaround (DOUBLE RAHH)! skunt is my favourite event behind dtw (minorly biased) and i’m so excited to be a judge!! feel free to ask me about engsci, research, and good places for food and coffee!',
363+
content: [
364+
'reunite downtown walkaround (bring me keya, nick, and justin)',
365+
'collect and bring a token from every frosh group',
366+
'last year nestea was ripped away from canadians. it’s been returned to us. return it to me and bring me a can (NOT FUZE)',
367+
'bring me costco samples and the 1.50 hot dog with ketchup',
368+
'take a photo at my old dorm door, chestnut 2446 (DO NOT DISTURB THE PEOPLE IN THE ROOM)',
369+
'located and take a photo with the « secona » sign (hint: it’s in a uoft library)',
370+
'procure a bag of nerds gummy clusters but a minister has to deliver them',
371+
'find three people who know how to play',
372+
],
373+
img: Karys,
374+
},
374375
];

0 commit comments

Comments
 (0)