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

Feedback Gerard #544

Merged
merged 3 commits into from
Apr 15, 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
2 changes: 1 addition & 1 deletion src/data/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const rules: Rule[] = [
description: /* markdown */ `
> You can find the full hackathon and submission rules in the [Terms and Conditions](https://legal.hackersatupc.org/hackupc/terms_and_conditions) and [Code of Conduct](https://legal.hackersatupc.org/hackupc/code_of_conduct).

These are some highlights of the HackUPC competition rules ⚖️ **Please read properly and if you have any doubt!**
These are some highlights of the HackUPC competition rules ⚖️ **Please read properly and if you have any doubt don't hesitate to contact us (in email or slack)!**
`,
size: 'big',
},
Expand Down
2 changes: 1 addition & 1 deletion src/data/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export const schedule: RawSchedule = {
id: 'the-game-ends',
title: '🧑🏽‍💻 THE GAME ENDS',
start: '05/05/2024 03:14',
description: /* markdown */ `ohh... The game just finished. But your skills leveled up!`,
description: /* markdown */ `Ohh... The game just finished. But your skills leveled up!`,
},
{
id: 'hacking-ends',
Expand Down
4 changes: 2 additions & 2 deletions src/data/travel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ export const travels: Travel[] = [
title: 'Get accepted into HackUPC',
tag: 'Invited to HackUPC',
emoji: 'gift',
description: `Congratulations! You are accepted to HackUPC, once you confirm your attendance you will be able to **check if you need travel reimbursement**. Take into account that we provide: \n - **Up to** 50€ for people coming from Spain (outside Catalunya) \n - **Up to** 120€ for people coming from Europe \n - **Up to** 200€ for people coming from outside Europe.`,
description: `Congratulations! You have been accepted to HackUPC, once you confirm your attendance you will be able to **check if you need travel reimbursement**. Take into account that we provide: \n - **Up to** 50€ for people coming from Spain (outside Catalunya) \n - **Up to** 120€ for people coming from Europe \n - **Up to** 200€ for people coming from outside Europe.`,
},
{
title: 'Confirm your attendance',
tag: 'Pending review',
emoji: 'hourglass-start',
description: `Now in your [MyHackUPC dashboard](https://my.hackupc.com/reimbursement/dash_board/) it appears a new tab called **Travel**, you can see that you are **Pending review**. \n\n We are reviewing all your demands to be able to give something to everyone, to help you to come to HackUPC. \n\n We will let you know if your demand is accepted or not. \n\n **Please, be patient!**`,
description: `Now in your [MyHackUPC dashboard](https://my.hackupc.com/reimbursement/dash_board/), a new tab called **Travel** appears, you can see that you are **Pending review**. \n\n We are reviewing all your demands to be able to give something to everyone, to help you to come to HackUPC. \n\n We will let you know if your demand is accepted or not. \n\n **Please, be patient!**`,
},
{
title: 'Submit your travel details',
Expand Down
4 changes: 2 additions & 2 deletions src/views/Challenges.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const hideChallengesAndPrizes = ref(config.hideChallengesAndPrizes)
<blockquote>
Remember that in HackUPC you can develop whatever you want, it's not
mandatory to follow a challenge, what it's important is to follow
<a href="/rules">HackUPC rules</a>!! One project per team and the code
can not start before the event.
<a href="/rules/hRules">HackUPC rules</a>!! One project per team and
the code can not start before the event.
</blockquote>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const hideWifiConfig = ref(config.hideWifiConfig)
</Panel>
<div style="width: 100%; margin-top: 3rem">
<div class="panel">
<h2 class="travel__title">How to get and leave HackUPC</h2>
<h2 class="travel__title">How to get to and leave HackUPC</h2>
</div>
</div>
<Panel title="✈️ By plane" size="small">
Expand Down
2 changes: 1 addition & 1 deletion src/views/Rules.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const currentViewRules = computed<'judging' | 'hRules'>(() => {
<RouterLink
:to="{
name: 'map',
params: { rulesId: 'judging' },
params: { mapId: 'judging' },
}"
class="button"
>
Expand Down
Loading