Skip to content

Commit f83ecbf

Browse files
committed
fix: faqs
1 parent cb24f94 commit f83ecbf

File tree

1 file changed

+50
-44
lines changed

1 file changed

+50
-44
lines changed

app/faq/page.tsx

Lines changed: 50 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -17,50 +17,44 @@ import Footer from "../components/Footer";
1717
import { Metadata } from "next";
1818

1919
const faqs = [
20+
// {
21+
// question: "I am a beginner, can I participate?",
22+
// answer:
23+
// "Absolutely. We will have mentors and resources available, along with several workshops targeted for beginners. Come learn and experience your first hackathon at Hack This Fall.",
24+
// },
2025
{
21-
question: "Can I participate remotely?",
22-
answer:
23-
"Hack This Fall 2024 is an in-person hackathon. So remote participation is not applicable.",
24-
},
25-
{
26-
question: "How much does it cost to participate?",
27-
answer:
28-
"Nothing, participation in Hack This Fall 2024 is absolutely FREE!!🎉 We’ll have meals, snacks, and beverages onsite at the hackathon, in addition to swags, prizes, fun mini-events and more.",
29-
},
30-
31-
{
32-
question: "I am a beginner, can I participate?",
26+
question: "Will you support or reimburse our travel expenses?",
3327
answer:
34-
"Absolutely. We will have mentors and resources available, along with several workshops targeted for beginners. Come learn and experience your first hackathon at Hack This Fall.",
28+
"Since Hack This Fall 2024 is a community-driven hackathon, unfortunately we will not be able to support you with travel.",
3529
},
3630
{
3731
question:
38-
"What is the maximum team size? Can I participate as a solo Hacker?",
39-
answer:
40-
"We encourage you to make a team with a minimum of 2 and a maximum of 4 members. If you are a solo hacker and do not have a team, you can still register and find team members on our Discord server.",
41-
},
42-
43-
{
44-
question: "I am below 18 years of age, can I participate in the hackathon?",
45-
answer:
46-
"Yes! You can participate in the hackathon but we would need written consent from your parent/guardian and you wouldn’t be allowed to leave the venue during the hackathon.",
47-
},
48-
{
49-
question: "Will you support or reimburse our travel expenses?",
32+
"A member/few members of my team canceled at the last minute. Can I still hack?",
5033
answer:
51-
"Since Hack This Fall 2024 is a community-driven hackathon, unfortunately we will not be able to support you with travel.",
34+
"Kindly open the #organizer-ticket on Discord and let the organizers know as soon as possible, so that we can try to make necessary next steps.",
5235
},
5336
{
54-
question: "What are the sleeping arrangements?",
55-
answer:
56-
"On both nights (9th Feb & 10th Feb) we will have a supervised sleeping space for hackers to rest and sleep at the venue. We recommend bringing your own blanket if you need one.",
37+
question: "What are the arrangements for hackers?",
38+
answer: `On both nights (9th Feb & 10th Feb) we will have a supervised sleeping space for hackers to rest and sleep at the venue. We have arranged a separate sleeping area for girls, clean washrooms, personal hygiene and sanitary kits, etc. We recommend bringing your own blanket if you need one. We want to make sure that all hackers feel comfortable and safe at the hackathon.
39+
<br/>
40+
<br/>
41+
There will be meals served on the respective days to everyone who checks-in
42+
<ul>
43+
<li style="margin-left:1rem">High-tea, and Dinner on<b> 9 Feb</b></li><li style="margin-left:1rem">
44+
Breakfast, Lunch, High-tea, and Dinner on<b> 10 Feb</b></li ><li style="margin-left:1rem">
45+
Breakfast and Lunch on <b>11 Feb</b></li>
46+
`,
5747
},
5848
{
59-
question: "What are the arrangements for women hackers?",
49+
question: "Can hackers start working on projects in advance?",
6050
answer:
61-
"We want to make sure that all women hackers feel comfortable and safe at the hackathon. We have arranged a separate sleeping area for girls, clean washrooms, personal hygiene and sanitary kits, etc.",
51+
"No. You can only start working on the projects once hacking begins on 9 Feb after the opening ceremony. Any project with an earlier commit history will be disqualified.<br/><br/>However, you can learn the basic tools and technologies you might need before the hackathon.",
6252
},
63-
53+
// {
54+
// question: "What are the arrangements for women hackers?",
55+
// answer:
56+
// "We want to make sure that all women hackers feel comfortable and safe at the hackathon. We have arranged a separate sleeping area for girls, clean washrooms, personal hygiene and sanitary kits, etc.",
57+
// },
6458
{
6559
question:
6660
"At what time should I arrive at the hackathon on 9 Feb and at what time can I depart on 11 Feb?",
@@ -79,12 +73,24 @@ const faqs = [
7973
answer:
8074
"The answer is No. Arrangements like sleeping area, food, etc., are only for the attendees. We recommend you to find a stay option for them near the venue. They can drop you at the hackathon venue on 9th Feb and can pick you on 11th Feb but can't stay at venue during the hackathon as we do not have any provision for them.",
8175
},
76+
8277
{
83-
question: "Can hackers start working on projects in advance?",
78+
question:
79+
"Is it mandatory to stay at the venue during the hackathon? How long am I allowed to leave the premises?",
8480
answer:
85-
"No. You can only start working on the projects once hacking begins on 9 Feb after the opening ceremony. Any project with an earlier commit history will be disqualified.<br/><br/>However, you can learn the basic tools and technologies you might need before the hackathon.",
81+
"Yes, once you are checked-in for the hackathon, it is mandatory to stay at the venue. You can only leave after the hackathon ends, i.e. on Feb 11 after the closing ceremony.",
82+
},
83+
{
84+
question: "Is there a packing list? Where can I find it?",
85+
answer: `The packing list can be found here in our <a href="https://quiver-substance-830.notion.site/Things-to-Pack-for-Hack-This-Fall-2024-de3d49f96a184753a36a08c303f9e810" target="_blank">Hack This Fall packing guide</a>`,
8686
},
8787

88+
{
89+
question:
90+
"Where can I find the judging criteria? How many judging rounds should I be prepared for?",
91+
answer:
92+
"You can find everything you need to know about judging including the criteria and the structure in the judging guidelines in the Hacker Guide sent to you via email.",
93+
},
8894
{
8995
question: "What is the event Code of Conduct?",
9096
answer:
@@ -131,16 +137,16 @@ const FAQ = () => {
131137
<Image
132138
position="absolute"
133139
right="-18vh"
134-
top={{ base: '-18vh', lg: '0' }}
140+
top={{ base: "-18vh", lg: "0" }}
135141
opacity="0.1"
136142
src="/assets/mandala-right-light.svg"
137143
h="36vh"
138144
alt="mandala"
139145
/>
140146
<Image
141147
position="absolute"
142-
left={{ base: '-20vh', lg: '-15vh' }}
143-
bottom={{ base: '-20vh', lg: '-10vh' }}
148+
left={{ base: "-20vh", lg: "-15vh" }}
149+
bottom={{ base: "-20vh", lg: "-10vh" }}
144150
opacity="0.1"
145151
src="/assets/mandala-left-light.svg"
146152
h="40vh"
@@ -167,17 +173,17 @@ const FAQ = () => {
167173
lineHeight="90%"
168174
fontFamily="var(--font-nohemi)"
169175
fontSize="3rem"
170-
color={'#000000'}
176+
color={"#000000"}
171177
fontWeight="600"
172178
letterSpacing="0.3rem"
173-
mb={{ base: '2rem', lg: '4rem' }}
179+
mb={{ base: "2rem", lg: "4rem" }}
174180
>
175181
FAQ
176182
</Heading>
177183
<Accordion
178184
w="85%"
179185
display="grid"
180-
gridTemplateColumns={{ base: '1fr', lg: '1fr 1fr' }}
186+
gridTemplateColumns={{ base: "1fr", lg: "1fr 1fr" }}
181187
rowGap="2rem"
182188
h="fit-content"
183189
columnGap="4rem"
@@ -188,20 +194,20 @@ const FAQ = () => {
188194
<AccordionItem key={index} border="none">
189195
{({ isExpanded }) => (
190196
<>
191-
<AccordionButton p={{ base: '0', md: '1rem' }}>
197+
<AccordionButton p={{ base: "0", md: "1rem" }}>
192198
<Flex
193199
color="#000"
194200
fontSize="1.2rem"
195201
fontFamily="var(--font-nohemi)"
196202
lineHeight="100%"
197203
w="full"
198204
alignItems="center"
199-
gap={'1rem'}
205+
gap={"1rem"}
200206
justifyContent="space-between"
201207
>
202208
<Flex
203209
alignItems="center"
204-
gap={{ base: '1rem', lg: '1.5rem' }}
210+
gap={{ base: "1rem", lg: "1.5rem" }}
205211
>
206212
<Image
207213
src="/assets/faq/icon.svg"
@@ -228,7 +234,7 @@ const FAQ = () => {
228234
color="#000"
229235
sx={{
230236
a: {
231-
textDecoration: 'underline',
237+
textDecoration: "underline",
232238
},
233239
}}
234240
dangerouslySetInnerHTML={{

0 commit comments

Comments
 (0)