You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/eventdata/FAQComponents/FAQPrizes.svelte
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
-
<p>HackTJ hosts prizes for the best projects in the following categories: Best Overall Hack, Best AI/ML Hack, Best Web Hack, Best Mobile Hack, Best Beginner Hack, Best Biomedical Hack, Best Finance Hack, Best Sustainability Hack, Best Cyber Technology Hack, Best Lifestyle Hack, Best Quantum Hack
1
+
<p>
2
+
HackTJ hosts prizes for the best projects in the following categories: Best Overall Hack, Best
3
+
AI/ML Hack, Best Web Hack, Best Mobile Hack, Best Beginner Hack, Best Biomedical Hack, Best
4
+
Finance Hack, Best Sustainability Hack, Best Cyber Technology Hack, Best Lifestyle Hack, Best
answer: 'HackTJ is a student-run hackathon where you will have 24 hours to learn how to code and/or work with your friends to make your idea come to life.'
10
-
},
11
-
{
12
-
question: 'When is HackTJ?',
13
-
answerComponent: FAQWhen
14
-
},
15
-
{
16
-
question: "Isn't hacking illegal?",
17
-
answer: 'In the context of a hackathon, "hacking" is to build a real application over the length of the event. It\'s important to not confuse this with illegal hacking, which is gaining unauthorized access to a computer.'
18
-
},
19
-
{
20
-
question: 'Is there a code of conduct?',
21
-
answerComponent: FAQCodeOfConduct
22
-
}
23
-
]
24
-
},
25
-
{
26
-
category: "Registration",
27
-
questions: [
28
-
{
29
-
question: 'How do I register?',
30
-
answerComponent: FAQRegister
31
-
},
32
-
{
33
-
question: 'Is there a deadline?',
34
-
answerComponent: FAQDeadline
35
-
},
36
-
{
37
-
question: 'How are ticket decisions made?',
38
-
answer: 'Tickets decisions are made based on a variety of factors, including the registration time. Sign up quickly to increase the chance that you are given a HackTJ 12.0 ticket!'
39
-
},
40
-
{
41
-
question: 'Is there any cost?',
42
-
answer: 'Nope! Thanks to our sponsors, HackTJ is completely free!'
43
-
}
44
-
]
45
-
},
46
-
{
47
-
category: "Prizes and Eligibility",
48
-
questions: [
49
-
{
50
-
question: 'What prizes can I win?',
51
-
answerComponent: FAQPrizes
52
-
},
53
-
{
54
-
question: 'Who can attend?',
55
-
answer: "HackTJ is open to all current high school students attending Fairfax County Public Schools. If you're not a high school student but would like to attend, consider coming as a judge, mentor, or volunteer."
56
-
},
57
-
{
58
-
question: 'Do I need a team?',
59
-
answer: "If you already have a team of 2-4 people you want to work with, that's awesome! If not don't worry because we'll have an opportunity for people to join a team if they need one."
60
-
}
61
-
]
62
-
}
63
-
];
4
+
{
5
+
category: 'About HackTJ',
6
+
questions: [
7
+
{
8
+
question: 'What is HackTJ?',
9
+
answer:
10
+
'HackTJ is a student-run hackathon where you will have 24 hours to learn how to code and/or work with your friends to make your idea come to life.'
11
+
},
12
+
{
13
+
question: 'When is HackTJ?',
14
+
answerComponent: FAQWhen
15
+
},
16
+
{
17
+
question: "Isn't hacking illegal?",
18
+
answer:
19
+
'In the context of a hackathon, "hacking" is to build a real application over the length of the event. It\'s important to not confuse this with illegal hacking, which is gaining unauthorized access to a computer.'
20
+
},
21
+
{
22
+
question: 'Is there a code of conduct?',
23
+
answerComponent: FAQCodeOfConduct
24
+
}
25
+
]
26
+
},
27
+
{
28
+
category: 'Registration',
29
+
questions: [
30
+
{
31
+
question: 'How do I register?',
32
+
answerComponent: FAQRegister
33
+
},
34
+
{
35
+
question: 'Is there a deadline?',
36
+
answerComponent: FAQDeadline
37
+
},
38
+
{
39
+
question: 'How are ticket decisions made?',
40
+
answer:
41
+
'Tickets decisions are made based on a variety of factors, including the registration time. Sign up quickly to increase the chance that you are given a HackTJ 12.0 ticket!'
42
+
},
43
+
{
44
+
question: 'Is there any cost?',
45
+
answer: 'Nope! Thanks to our sponsors, HackTJ is completely free!'
46
+
}
47
+
]
48
+
},
49
+
{
50
+
category: 'Prizes and Eligibility',
51
+
questions: [
52
+
{
53
+
question: 'What prizes can I win?',
54
+
answerComponent: FAQPrizes
55
+
},
56
+
{
57
+
question: 'Who can attend?',
58
+
answer:
59
+
"HackTJ is open to all current high school students attending Fairfax County Public Schools. If you're not a high school student but would like to attend, consider coming as a judge, mentor, or volunteer."
60
+
},
61
+
{
62
+
question: 'Do I need a team?',
63
+
answer:
64
+
"If you already have a team of 2-4 people you want to work with, that's awesome! If not don't worry because we'll have an opportunity for people to join a team if they need one."
Copy file name to clipboardExpand all lines: src/eventdata/teamMembers.js
+15-8Lines changed: 15 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,8 @@ let teamMembers = [
50
50
class: '2025',
51
51
years: 1,
52
52
director: false,
53
-
description: 'Leah, a senior at TJHSST, is pumped for her first year on the team after competing on HackTJ 11.0. She loves applying computer science for real-world applications, particularly in creating assistive technology. In her free time, she’s either drawing or doom-scrolling reels.',
53
+
description:
54
+
'Leah, a senior at TJHSST, is pumped for her first year on the team after competing on HackTJ 11.0. She loves applying computer science for real-world applications, particularly in creating assistive technology. In her free time, she’s either drawing or doom-scrolling reels.',
54
55
portraitSrc: `${base}/teamportraits/Leah.jpg`,
55
56
order: 5
56
57
},
@@ -59,7 +60,8 @@ let teamMembers = [
59
60
class: '2025',
60
61
years: 1,
61
62
director: false,
62
-
description: 'Megan is a senior at TJHSST and this is her first year on the team after competing in HackTJ 11.0. She’s fascinated with bioastronautics, the study of advancing human life in space, along with space policy. Outside of HackTJ, she serves as Student Representative to the Fairfax County School Board and is actively involved in TSA and Techstravaganza. In her free time, you can find her with her dog, spending time with her friends, or watching a comfort show on Netflix.',
63
+
description:
64
+
'Megan is a senior at TJHSST and this is her first year on the team after competing in HackTJ 11.0. She’s fascinated with bioastronautics, the study of advancing human life in space, along with space policy. Outside of HackTJ, she serves as Student Representative to the Fairfax County School Board and is actively involved in TSA and Techstravaganza. In her free time, you can find her with her dog, spending time with her friends, or watching a comfort show on Netflix.',
63
65
portraitSrc: `${base}/teamportraits/Megan.jpeg`,
64
66
order: 6
65
67
},
@@ -96,7 +98,8 @@ let teamMembers = [
96
98
class: '2026',
97
99
years: 1,
98
100
director: false,
99
-
description: 'Hashmita is a junior at TJHSST, and she is excited for her first year on the team. She enjoys using her computer science knowledge to solve competitive programming problems and create apps that can help tackle real-world issues. Outside of HackTJ, she is involved in TSA and the Computer Team. In her free time, she enjoys playing basketball, baking, watching TV (especially Suits), and listening to music.',
101
+
description:
102
+
'Hashmita is a junior at TJHSST, and she is excited for her first year on the team. She enjoys using her computer science knowledge to solve competitive programming problems and create apps that can help tackle real-world issues. Outside of HackTJ, she is involved in TSA and the Computer Team. In her free time, she enjoys playing basketball, baking, watching TV (especially Suits), and listening to music.',
description: 'Dhanvin is a sophomore at TJHSST and is excited for his first year on the team after competing in HackTJ 11.0. He is interested in the intersection of machine learning and bioengineering, particularly in improving accessibility to real-world applications such as neurological diseases. Outside of HackTJ, he is a member of the Assistive Technology Club and serves as an officer and programmer for the FTC robotics team, Robot Uprising. In his free time, he enjoys playing basketball and badminton.',
111
+
description:
112
+
'Dhanvin is a sophomore at TJHSST and is excited for his first year on the team after competing in HackTJ 11.0. He is interested in the intersection of machine learning and bioengineering, particularly in improving accessibility to real-world applications such as neurological diseases. Outside of HackTJ, he is a member of the Assistive Technology Club and serves as an officer and programmer for the FTC robotics team, Robot Uprising. In his free time, he enjoys playing basketball and badminton.',
109
113
portraitSrc: `${base}/teamportraits/Dhanvin.jpg`,
110
114
order: 11
111
115
},
@@ -114,7 +118,8 @@ let teamMembers = [
114
118
class: '2027',
115
119
years: 1,
116
120
director: false,
117
-
description: 'Shaurya is a sophomore at TJHSST, and he is excited for his first year on the team after competing in HackTJ 11.0. He is interested in the application of machine learning and gen AI in creating solutions for human flourishing, as well as competitive programming and math. Outside of HackTJ, he is a dedicated member of Varsity Math Team and Computer Team. In his free time, he enjoys playing cricket with friends, spending time with family, and biking.',
121
+
description:
122
+
'Shaurya is a sophomore at TJHSST, and he is excited for his first year on the team after competing in HackTJ 11.0. He is interested in the application of machine learning and gen AI in creating solutions for human flourishing, as well as competitive programming and math. Outside of HackTJ, he is a dedicated member of Varsity Math Team and Computer Team. In his free time, he enjoys playing cricket with friends, spending time with family, and biking.',
118
123
portraitSrc: `${base}/teamportraits/Shaurya.jpg`,
119
124
order: 12
120
125
},
@@ -123,7 +128,8 @@ let teamMembers = [
123
128
class: '2027',
124
129
years: 1,
125
130
director: false,
126
-
description: 'Sanya is a sophomore at TJHSST, and she is excited for her first year on the team after competing in HackTJ 11.0. She is fascinated by the intersection of computer science, particularly artificial intelligence, and its transformative applications in business and engineering. Outside of HackTJ, she is a dedicated member of TSA and Namaste Club. In her free time, she enjoys watching TV, going to the gym, listening to music, and flying planes.',
131
+
description:
132
+
'Sanya is a sophomore at TJHSST, and she is excited for her first year on the team after competing in HackTJ 11.0. She is fascinated by the intersection of computer science, particularly artificial intelligence, and its transformative applications in business and engineering. Outside of HackTJ, she is a dedicated member of TSA and Namaste Club. In her free time, she enjoys watching TV, going to the gym, listening to music, and flying planes.',
127
133
portraitSrc: `${base}/teamportraits/Sanya.jpg`,
128
134
order: 13
129
135
},
@@ -132,7 +138,8 @@ let teamMembers = [
132
138
class: '2027',
133
139
years: 1,
134
140
director: false,
135
-
description: 'Sidh is a sophomore at TJHSST and is thrilled for his first year on the team after competing in HackTJ 11.0. He is interested in the applications of machine learning, particularly generative AI, in combating pressing real-world problems like climate change. Outside of HackTJ, he is a member of the Science Olympiad team and an officer and lecturer at Computer Vision club. In his free time, he enjoys hiking on scenic trails all throughout Virginia and exploring the outdoors.',
141
+
description:
142
+
'Sidh is a sophomore at TJHSST and is thrilled for his first year on the team after competing in HackTJ 11.0. He is interested in the applications of machine learning, particularly generative AI, in combating pressing real-world problems like climate change. Outside of HackTJ, he is a member of the Science Olympiad team and an officer and lecturer at Computer Vision club. In his free time, he enjoys hiking on scenic trails all throughout Virginia and exploring the outdoors.',
0 commit comments