Skip to content

Commit

Permalink
Mission public part exposed (#531)
Browse files Browse the repository at this point in the history
* Public part exposed

* Lint

---------

Co-authored-by: Adrià Martínez <adria.martinez@build38.com>
  • Loading branch information
AdriMM26 and Adrià Martínez authored Apr 12, 2024
1 parent 00334bd commit 84fc705
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/data/missions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ export interface Mission {
}

export const missions: Mission[] = [
{
title: 'The Mission',
description: `The main goal of **HackUPC** is not to create a project or win a prize, but to have a great time and create lasting memories. It is for this reason that we have prepared The Mission.
To participate, you only need **the Mission card**, that can be found in your swag bag received at check-in. Complete the tasks and **win prizes** of all kinds!`,
size: 'big',
},
{
title: 'Your Mission Card',
description: `\n-(logo Talk) Learn new things going to a talk or workshop from our sponsors :speech_balloon:
Expand Down
7 changes: 7 additions & 0 deletions src/views/Mission.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ const hideMission = ref(config.hideMission)

<template>
<PanelContainer id="missions">
<Panel title="The Mission" size="big"
>The main goal of <b>HackUPC</b> is not to create a project or win a
prize, but to have a great time and create lasting memories. It is for
this reason that we have prepared The Mission. To participate, you only
need <b>the Mission card</b>, that can be found in your swag bag received
at check-in. Complete the tasks and <b>win prizes</b> of all kinds!</Panel
>
<Panel
v-for="mission in missions"
:key="mission.title"
Expand Down

0 comments on commit 84fc705

Please sign in to comment.