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

WIFI FIX #572

Merged
merged 47 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
00d3b0c
2024 base (#508)
carlotacb Mar 19, 2024
f2039cd
Talks and Challenges set to secret (#510)
AdriMM26 Apr 4, 2024
0da6462
The mission (#517)
AdriMM26 Apr 4, 2024
bd9ae51
Upadate Home page (#518)
AdriMM26 Apr 6, 2024
7bb4cd6
Erase Devpost link (#519)
AdriMM26 Apr 6, 2024
8cbd870
Modified some styles (#520)
carlotacb Apr 6, 2024
7a89b1a
Schedule & live (#521)
carlotacb Apr 6, 2024
9a9798b
Challenges concept page (#523)
AdriMM26 Apr 7, 2024
de6cfeb
Redesign arriving methods (#524)
AdriMM26 Apr 7, 2024
8e54652
Fix in schedule view: Change buttons to make it more clear that are a…
carlotacb Apr 7, 2024
00334bd
Mentors page concept (#522)
AdriMM26 Apr 12, 2024
84fc705
Mission public part exposed (#531)
AdriMM26 Apr 12, 2024
7998d66
Add new feature: Secret description is now dinamic (#532)
carlotacb Apr 12, 2024
dc3a4e5
New section: Travel reimbursement processes (#533)
carlotacb Apr 13, 2024
b20eccd
Style fixes (#534)
carlotacb Apr 13, 2024
48606e1
New section: Meals v1 (#525)
carlotacb Apr 14, 2024
376fe49
New section: Rules and judging (#526)
carlotacb Apr 14, 2024
0c50c09
Improvements (#535)
carlotacb Apr 15, 2024
341941b
Apply feedback (#541)
carlotacb Apr 15, 2024
179d3fd
Fixed background and typos (#542)
carlotacb Apr 15, 2024
a1af143
Add clarity (#543)
carlotacb Apr 15, 2024
c20cb24
Feedback Gerard (#544)
carlotacb Apr 15, 2024
ae52f51
Emergency contact (#546)
AdriMM26 Apr 16, 2024
87c84ab
Apply feedback and add more better things :) (#547)
carlotacb Apr 17, 2024
f428756
New section: Activities (#545)
carlotacb Apr 17, 2024
626962c
Last retoques (#549)
carlotacb Apr 18, 2024
d1ee20f
Map fixes (#550)
AdriMM26 Apr 18, 2024
cb8cffb
Feedback last retoques (#551)
carlotacb Apr 18, 2024
decd326
add travelId route (#552)
carlotacb Apr 18, 2024
dd7147a
Merge branch 'master' of https://github.com/hackupc/hackupc-live into…
carlotacb Apr 18, 2024
f660f9d
Merge branch 'development' of https://github.com/hackupc/hackupc-live…
carlotacb Apr 18, 2024
025dade
Minor fixes (#554)
carlotacb Apr 19, 2024
6b6c776
ESA added to Map (#556)
AdriMM26 Apr 20, 2024
233042a
Merge branch 'master' into development
AdriMM26 Apr 20, 2024
7589e77
Guidelines (#559)
AdriMM26 Apr 20, 2024
add5f21
Changed style button (#561)
AdriMM26 Apr 21, 2024
4604bca
Merge branch 'master' into development
AdriMM26 Apr 21, 2024
3e41f8a
Fix travel (#562)
carlotacb Apr 21, 2024
156ecac
remove redundant tooltip (#564)
carlotacb Apr 22, 2024
e4767f8
Merge branch 'master' into development
carlotacb Apr 22, 2024
e1879c3
A biene to The biene (#566)
AdriMM26 Apr 28, 2024
15f88f1
Fix stickerXchange (#568)
AdriMM26 Apr 30, 2024
04d5e85
Merge branch 'master' into development
AdriMM26 Apr 30, 2024
a84975e
wifi
carlotacb May 3, 2024
8761848
Merge branch 'development' of https://github.com/hackupc/hackupc-live…
carlotacb May 3, 2024
98ebd0f
wifi
carlotacb May 3, 2024
010633c
Merge branch 'master' of https://github.com/hackupc/hackupc-live into…
carlotacb May 3, 2024
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/wifi-qr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/data/discover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export interface Discover {
export const discovers: Discover[] = [
{
title: 'Where to eat?',
description: `Check out the best places to eat in Barcelona!`,
description: `In Barcelona we have a lot of different types of food and drinks places! \n\n `,
},
{
title: 'What to visit',
Expand Down
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const hideWifiConfig = ref(config.hideWifiConfig)
tabindex="0"
/>
<div class="wifi__inner">
SSID: <code>HACKUPC2024</code><br />
SSID: <code>HACKUPC2024B</code><br />
Password: <code>Biene2024!</code>
</div>
</template>
Expand Down
Loading