Skip to content

Commit d589d83

Browse files
authored
Update texts (#146)
1 parent a8ce0c1 commit d589d83

File tree

6 files changed

+121
-25
lines changed

6 files changed

+121
-25
lines changed

src/app/components/FAQs.tsx

+58-9
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ const Question = styled.div`
6565
padding: ${SpacingXS};
6666
background-color: rgba(1, 1, 1, 0.5);
6767
border-radius: 10px;
68+
box-shadow: 2px 2px 8px black;
69+
`;
70+
71+
const QuestionWithPadding = styled(Question)`
72+
padding: ${SpacingM};
6873
`;
6974

7075
const QuestionTitleWrap = styled.div`
@@ -202,6 +207,19 @@ const BodyLinkStyled = styled(BodyLink)`
202207
}
203208
`;
204209

210+
const LastBlock = styled.div`
211+
text-align: center;
212+
margin-top: ${SpacingL};
213+
`;
214+
215+
const BlockTitleStyled = styled(BlockTitle)`
216+
text-shadow: 2px 2px 5px black;
217+
`;
218+
219+
const SectionTitleStyled = styled(SectionTitle)`
220+
text-shadow: 2px 2px 5px black;
221+
`;
222+
205223
function renderAnswer(answers: AnswerOptions[]) {
206224
return answers.map((answer, index) => {
207225
switch (answer.type) {
@@ -271,7 +289,9 @@ export default function FAQs() {
271289
<CustomBackground specialBackground={"#29ABE2"} id="faqs">
272290
<Section>
273291
<TitleSpacer>
274-
<SectionTitle className={silkscreen.className}>FAQs</SectionTitle>
292+
<SectionTitleStyled className={silkscreen.className}>
293+
FAQs
294+
</SectionTitleStyled>
275295
</TitleSpacer>
276296
<Split>
277297
<ColumnsQuestions>
@@ -285,9 +305,9 @@ export default function FAQs() {
285305
/>
286306
</BrickSection>
287307
<QuestionsBlock>
288-
<BlockTitle className={silkscreen.className} color={"white"}>
308+
<BlockTitleStyled className={silkscreen.className}>
289309
About HackUPC
290-
</BlockTitle>
310+
</BlockTitleStyled>
291311
{hackupc_faqs.map((faq) => (
292312
<Question key={faq.id}>
293313
<QuestionTitleWrap>
@@ -332,9 +352,9 @@ export default function FAQs() {
332352
/>
333353
</BrickSection>
334354
<QuestionsBlock>
335-
<BlockTitle className={silkscreen.className} color={"white"}>
355+
<BlockTitleStyled className={silkscreen.className}>
336356
Travel Reimbursement
337-
</BlockTitle>
357+
</BlockTitleStyled>
338358
{travel_faqs.map((faq) => (
339359
<Question key={faq.id}>
340360
<QuestionTitleWrap>
@@ -381,9 +401,9 @@ export default function FAQs() {
381401
/>
382402
</BrickSection>
383403
<QuestionsBlock>
384-
<BlockTitle className={silkscreen.className} color={"white"}>
404+
<BlockTitleStyled className={silkscreen.className}>
385405
Applications
386-
</BlockTitle>
406+
</BlockTitleStyled>
387407
{applications_faqs.map((faq) => (
388408
<Question key={faq.id}>
389409
<QuestionTitleWrap>
@@ -427,9 +447,9 @@ export default function FAQs() {
427447
/>
428448
</BrickSection>
429449
<QuestionsBlock>
430-
<BlockTitle className={silkscreen.className} color={"white"}>
450+
<BlockTitleStyled className={silkscreen.className}>
431451
Teams
432-
</BlockTitle>
452+
</BlockTitleStyled>
433453
{teams_faqs.map((faq) => (
434454
<Question key={faq.id}>
435455
<QuestionTitleWrap>
@@ -465,6 +485,35 @@ export default function FAQs() {
465485
</div>
466486
</ColumnsQuestions>
467487
</Split>
488+
489+
<LastBlock>
490+
<BrickSection>
491+
<Image
492+
src="/brick_separator.svg"
493+
width={163}
494+
height={54}
495+
alt="Brick block"
496+
/>
497+
</BrickSection>
498+
<BlockTitleStyled className={silkscreen.className} haveMargin>
499+
What if I have another question?
500+
</BlockTitleStyled>
501+
<QuestionWithPadding>
502+
<Body style={{ paddingBottom: SpacingS }}>
503+
DM us on Instagram at @hackupc or, if you want to contact us via
504+
email, drop us a line at{" "}
505+
<BodyLinkStyled href="mailto:[email protected]">
506+
507+
</BodyLinkStyled>
508+
</Body>
509+
<Body>
510+
If your issue is related to Travel Reimbursement, write us at{" "}
511+
<BodyLinkStyled href="mailto:[email protected]">
512+
513+
</BodyLinkStyled>
514+
</Body>
515+
</QuestionWithPadding>
516+
</LastBlock>
468517
</Section>
469518
</CustomBackground>
470519
);

src/app/components/HowToParticipate.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,9 @@ export default function HowToParticipate() {
304304
</BlockTitle>
305305
</BlockImageTitle>
306306
<Text>
307-
Gain visibility for your brand, introduce your products to future
308-
talents. Join us and be remembered as part of this hackathon by
309-
our participants!
307+
Boost your brand’s visibility and connect with future talent.
308+
Showcase your products and leave a lasting impression on our
309+
hackathon participants. Join us today!
310310
</Text>
311311
<ColoredButton
312312
color="#FCAF01"

src/app/components/Live.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default function Live() {
8181
disabled
8282
style={{ cursor: "not-allowed", opacity: 0.3 }}
8383
>
84-
Check live
84+
In construction
8585
</PrimaryButton>
8686
</Section>
8787
);

src/app/components/Provide.tsx

+4-3
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,9 @@ export default function Provide() {
186186
</ProvideSubTitle>
187187
<ProvideBlock>
188188
<ProvideBody>
189-
We’ve got you completely covered, we even have midnight snacks.
190-
Besides, you can serve yourself with cafeteria snacks.
189+
We've got you covered, we even have midnight snacks.
190+
Occasionally there will be snacks, drinks or coffee to boost
191+
your energy.
191192
</ProvideBody>
192193
</ProvideBlock>
193194
</ProvideBlockWrapper>
@@ -212,7 +213,7 @@ export default function Provide() {
212213
</ProvideBlockWrapper>
213214
<ProvideBlockWrapper>
214215
<ProvideSubTitle>
215-
<ProvideSubTitleText>SPONSORS</ProvideSubTitleText>
216+
<ProvideSubTitleText>NETWORKING</ProvideSubTitleText>
216217
</ProvideSubTitle>
217218
<ProvideBlock>
218219
<ProvideBody>

src/app/components/Trailer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default function Trailer() {
100100
<ConsolePlayer>
101101
<InnerConsole backgroundColor={"#BC8FD2"}>
102102
<CustomTitle className={silkscreen.className}>
103-
Aftermovie 2024
103+
Aftermovie '24
104104
</CustomTitle>
105105
<VideoWrapper>
106106
<StyledIframe

src/app/data/faqs_data.ts

+54-8
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const hackupc_faqs: FAQs[] = [
5050
{
5151
type: "Text",
5252
content:
53-
"HackUPC is free for all accepted hackers. We will provide you with Wi-Fi, swag, workspaces with power outlets (Type F plug), and meals (including breakfast, lunch, dinner, and snacks during the night). There will be access to the showers in a specific schedule and mattresses to relax in the sleep-enabled classrooms (there will not be one mattress per person)",
53+
"HackUPC is free for all accepted hackers. We will provide you with Wi-Fi, swag, workspaces with power outlets (Type F plug), and meals (including breakfast, lunch, dinner, and snacks during the night). There will be access to the showers in a specific schedule (they will be in the gym so if you don't like shared showers, bring also a swimming suit). For the nights we will have mattresses to relax in the sleep-enabled classrooms (there will not be one mattress per person).",
5454
},
5555
],
5656
},
@@ -88,7 +88,7 @@ export const hackupc_faqs: FAQs[] = [
8888
options: [
8989
"Sleeping bag",
9090
"Comfortable clothes",
91-
"Towel, flip-flops, and soap, we encourage all the hackers to take a shower!",
91+
"Towel, flip-flops, soap, and if you want also a swimming suit (the showers are shared). We encourage all the hackers to take a shower!",
9292
],
9393
},
9494
{
@@ -125,7 +125,7 @@ export const hackupc_faqs: FAQs[] = [
125125
{
126126
type: "Text",
127127
content:
128-
"Since beta 1.0, we support vegan, vegetarian, gluten-free and any type of allergies. As we always say, we’ve got you covered!",
128+
"Since beta 1.0, we’ve been able to support a range of dietary preferences, including vegan, vegetarian, gluten-free, and any type of allergies. If you have any specific requirements different than allergies, just select vegetarian or reach out to us and we’ll make sure to take care of you!",
129129
},
130130
],
131131
},
@@ -264,7 +264,7 @@ export const applications_faqs: FAQs[] = [
264264
{
265265
type: "Text",
266266
content:
267-
"Try to make a difference amongst other hackers, be creative! However, above all, remember to be humble. ",
267+
"Try to make a difference amongst other hackers, tell us why you want to come to HackUPC, and avoid generating a default answer with an AI, as that will probably void your application, be creative and don't use AI! However, above all, remember to be humble. ",
268268
},
269269
{
270270
type: "Link",
@@ -278,8 +278,54 @@ export const applications_faqs: FAQs[] = [
278278
},
279279
],
280280
},
281+
{
282+
id: 18,
283+
question: "When will I be accepted?",
284+
answer: [
285+
{
286+
type: "Text",
287+
content:
288+
"All your applications are reviewed one by one, by the organizing team. We will do batches of acceptance once a bunch of them are reviewed, stay tuned to our social media to know when this happens and check your email or ",
289+
},
290+
{
291+
type: "Link",
292+
content: "MyHackUPC dashboard",
293+
link: "https://my.hackupc.com",
294+
},
295+
],
296+
},
281297
{
282298
id: 19,
299+
question: "Why have I not been accepted yet?",
300+
answer: [
301+
{
302+
type: "Text",
303+
content:
304+
"As mentioned before, all your applications are reviewed one by one, by the organizing team. Check out your status in ",
305+
},
306+
{
307+
type: "Link",
308+
content: "MyHackUPC dashboard",
309+
link: "https://my.hackupc.com",
310+
},
311+
{
312+
type: "Text",
313+
content: ".<br/><br/>",
314+
},
315+
{
316+
type: "List",
317+
content: "The status can be:",
318+
options: [
319+
"<b>Under review</b>, your application is being reviewed by our team, stay patient and make sure you've done a good application",
320+
"<b>Action required</b>, there is a problem with your application, please check your email and spam folder, a member of our team may have contacted you",
321+
"<b>Waitlisted</b>, we are sorry to inform that by now we ran out of spots, but if we have an available spot in the future we will let you know",
322+
"<b>Expired</b>, email us to see if there is still a spot available for you.",
323+
],
324+
},
325+
],
326+
},
327+
{
328+
id: 20,
283329
question: "How does applying in teams work?",
284330
answer: [
285331
{
@@ -292,7 +338,7 @@ export const applications_faqs: FAQs[] = [
292338
],
293339
},
294340
{
295-
id: 20,
341+
id: 21,
296342
question: "What if, in the application, I can not join my friends' team?",
297343
answer: [
298344
{
@@ -306,7 +352,7 @@ export const applications_faqs: FAQs[] = [
306352

307353
export const teams_faqs: FAQs[] = [
308354
{
309-
id: 21,
355+
id: 22,
310356
question: "What if I don't have a team?",
311357
answer: [
312358
{
@@ -317,7 +363,7 @@ export const teams_faqs: FAQs[] = [
317363
],
318364
},
319365
{
320-
id: 22,
366+
id: 23,
321367
question: "What is the max team size?",
322368
answer: [
323369
{
@@ -329,7 +375,7 @@ export const teams_faqs: FAQs[] = [
329375
],
330376
},
331377
{
332-
id: 23,
378+
id: 24,
333379
question: "Can I change my team during the hackathon? How?",
334380
answer: [
335381
{

0 commit comments

Comments
 (0)