From 61686d3efc9331f365952e2a657f083fd6e4597b Mon Sep 17 00:00:00 2001 From: carlotacb Date: Mon, 15 Apr 2024 22:09:36 +0200 Subject: [PATCH 1/2] feedback --- src/data/schedule.ts | 2 +- src/views/Home.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/schedule.ts b/src/data/schedule.ts index 08117c5b..d1174d6a 100644 --- a/src/data/schedule.ts +++ b/src/data/schedule.ts @@ -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', diff --git a/src/views/Home.vue b/src/views/Home.vue index 06f2a742..da3af474 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -186,7 +186,7 @@ const hideWifiConfig = ref(config.hideWifiConfig)
-

How to get and leave HackUPC

+

How to get to and leave HackUPC

From e818462307214429850d791945ba825c2b75b66d Mon Sep 17 00:00:00 2001 From: carlotacb Date: Mon, 15 Apr 2024 22:42:24 +0200 Subject: [PATCH 2/2] feedback --- src/data/rules.ts | 2 +- src/data/travel.ts | 4 ++-- src/views/Challenges.vue | 4 ++-- src/views/Rules.vue | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/data/rules.ts b/src/data/rules.ts index 44c52fb3..c37c7c70 100644 --- a/src/data/rules.ts +++ b/src/data/rules.ts @@ -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', }, diff --git a/src/data/travel.ts b/src/data/travel.ts index 86fb5233..42d6ec36 100644 --- a/src/data/travel.ts +++ b/src/data/travel.ts @@ -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', diff --git a/src/views/Challenges.vue b/src/views/Challenges.vue index 6edd3e44..bc94677b 100644 --- a/src/views/Challenges.vue +++ b/src/views/Challenges.vue @@ -20,8 +20,8 @@ const hideChallengesAndPrizes = ref(config.hideChallengesAndPrizes)
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 - HackUPC rules!! One project per team and the code - can not start before the event. + HackUPC rules!! One project per team and + the code can not start before the event.
diff --git a/src/views/Rules.vue b/src/views/Rules.vue index 70c0b204..54d07bcd 100644 --- a/src/views/Rules.vue +++ b/src/views/Rules.vue @@ -28,7 +28,7 @@ const currentViewRules = computed<'judging' | 'hRules'>(() => {