Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last retoques #549

Merged
merged 9 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified src/assets/img/stars_mobile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ interface Config {
readonly hideMeals: boolean
readonly hideWifiConfig: boolean
readonly hideActivities: boolean
readonly workingDiscovery: boolean
readonly hideMentors: boolean
}

const config: Config = {
Expand All @@ -20,6 +22,8 @@ const config: Config = {
hideWifiConfig: true,
hideMission: true,
hideActivities: false,
workingDiscovery: true,
hideMentors: true,
}

export default config
26 changes: 13 additions & 13 deletions src/data/faqs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,39 @@ export const faqs: Faq[] = [
title: 'When shall I arrive?',
description: `Registration will start on ${formatDateInTimezone(
'weekday-time',
'12/5/2023 16:00:00'
'03/05/2024 16:00:00'
)}. The opening ceremony is at ${formatDateInTimezone(
'time',
'12/5/2023 19:00:00'
'03/05/2023 19:00:00'
)}.`,
size: 'small',
},
{
title: 'When is HackUPC ending?',
description: `The closing ceremony is expected to end on ${formatDateInTimezone(
'weekday-time',
'14/5/2023 17:00:00'
'05/05/2024 17:00:00'
)}.`,
size: 'small',
},
{
title: 'What if I cannot make it in time?',
description: `No problem. Just come to our [InfoDesk](/map/indoors) for a late check-in. If you are confused, please reach out to any volunteer (apricot t-shirts) or organizer (red t-shirts).`,
title: 'Can I leave during HackUPC?',
description: `Yes. However make sure you have your wristband in your wrist, otherwise we might not let you in when you come back.`,
size: 'small',
},
{
title: "I'm not in Slack, how do I get in?",
description: `Come to the [InfoDesk](/map/indoors) during the event or send us an email to [contact@hackupc.com](mailto:contact@hackupc.com)`,
title: 'What if I cannot make it in time?',
description: `No problem. Send us a email to [contact@hackupc.com](mailto:contact@hackupc.com) to inform us and when you arrive, just come to our [InfoDesk](/map/indoors) for a late check-in. If you are confused, please reach out to any volunteer or organizer (you will recognize them for the back of the t-shirts).`,
size: 'small',
},
{
title: 'Can I leave HackUPC?',
description: `Yes. However make sure you have your wristband in your wrist, otherwise we might not let you in when you come back.`,
title: "I'm not in Slack, how do I get in?",
description: `If you are invited and have confirmed your participation to HackUPC, check your email to find the invitation, if you don't have it be patient it will arrive, and if during the event or 2-3 days before you can not get in, come to the [InfoDesk](/map/indoors) during the event or send us an email to [contact@hackupc.com](mailto:contact@hackupc.com)`,
size: 'small',
},
{
title: 'Can I sleep now?',
description: `Yes, sure. You can find the [sleeping spaces](/map/indoors) in A3 building. Some matresses will be provided. Unfortunately, we don't have enough for everyone!`,
title: 'Can I sleep in the venue?',
description: `Yes, sure! You can use the [sleeping spaces](/map/indoors) in A3 building starting saturday 00:00h. Some mattresses will be provided. Unfortunately, we don't have enough for everyone! \n\n Please take only one and do not move it from the sleeping area. Once you've finished using it, don't leave your things, our staff will remove it.`,
size: 'small',
},
{
Expand All @@ -57,8 +57,8 @@ export const faqs: Faq[] = [
title: 'Deadline for project submissions?',
description: `The deadline for project submissions at ${formatDateInTimezone(
'weekday-time',
'14/5/2023 9:00:00'
)}. Submit your projects to [Devpost](https://hackupc-2023.devpost.com/).`,
'05/05/2023 9:00:00'
)}. Submit your projects to [Devpost](https://hackupc-2024.devpost.com/).`,
size: 'small',
},
{
Expand Down
96 changes: 94 additions & 2 deletions src/data/mentors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,109 @@ export const mentors: Mentor[] = [
{
title: 'Maurici Abad Gutierrez',
description: `Senior Frontend Engineer`,
slack: '@mauri',
slack: '@',
linkedin: 'https://www.linkedin.com/in/mauriciabad',
languages: 'JavaScript, TypeScript, CSS, React, Vue, Next.js, Figma, Git',
webpage: 'https://mauri.app/',
},
{
title: 'Andrea Querol de Porras',
description: `FPGA developer`,
slack: '@drea',
slack: '@',
linkedin: 'https://linkedin.com/in/dreaqdp',
languages:
'C, C++, verilog and system verilog, FPGA shell development, RISC-V, Arduino, Raspberry, Linux, Vim, R, Git, MPI, OMP',
},
{
title: 'Xavier Arroyo Valera',
description: `Full stack developer`,
slack: '@',
linkedin: 'https://linkedin.com/in/xarroyovalera',
languages: 'Python, Perl, JS, CSS',
},
{
title: 'Afaf',
description: `Software engineer`,
slack: '@',
linkedin: 'https://www.linkedin.com/in/afaf-k-a6932b101',
languages:
'JavaScript, react , node js , express, Type script, next js , java , c , c++ docker , GCP',
},
{
title: 'Akram LEBCIR',
description: ``,
slack: '@',
linkedin: '',
languages: '',
},
{
title: 'Carlos Bayona',
description: ``,
slack: '@',
linkedin: '',
languages: '',
},
{
title: 'Clara Rull',
description: ``,
slack: '@',
linkedin: '',
languages: '',
},
{
title: 'Erik Blázquez',
description: ``,
slack: '@',
linkedin: '',
languages: '',
},
{
title: 'Joan Vinyals Ylla Català',
description: ``,
slack: '@',
linkedin: '',
languages: '',
},
{
title: 'Mario Fernández-Pacheco Albandea',
description: ``,
slack: '@',
linkedin: '',
languages: '',
},
{
title: 'Paula Gallucci Zurita',
description: ``,
slack: '@',
linkedin: '',
languages: '',
},
{
title: 'Pedro Costal Millán',
description: ``,
slack: '@',
linkedin: '',
languages: '',
},
{
title: 'Rafel Albert Bros Esqueu',
description: ``,
slack: '@',
linkedin: '',
languages: '',
},
{
title: 'Alex',
description: ``,
slack: '@',
linkedin: '',
languages: '',
},
{
title: 'Álvaro Girona Arias',
description: ``,
slack: '@',
linkedin: '',
languages: '',
},
]
Loading
Loading