Skip to content

Commit

Permalink
2024 Live (#509)
Browse files Browse the repository at this point in the history
* 2024 base (#508)

* New structure

* New structure

* remove dependabot

* change styles

* Talks and Challenges set to secret (#510)

* The mission (#517)

* Talks and Challenges set to secret

* 1st iteration Mission

* Add flag for Mission

* Upadate Home page (#518)

* Upadeted Home page

* chore: Auto-fix some lint errors

* Lint checks

* Hide guides and hardware

* Resolve

---------

* Erase Devpost link (#519)

* Upadeted Home page

* chore: Auto-fix some lint errors

* Lint checks

* Hide guides and hardware

* Resolve

* Remove Devpost link 2023

* Hide Devpost button

* Modified some styles (#520)

* change styles

* change styles

* modify big panel

* Schedule & live (#521)

* schedule is now with a toggle button and also created the temporal schedule

* schedule is now with a toggle button and also created the temporal schedule

* fix live in mobile and desktop

* fix live in mobile and desktop

* schedule is now corrected

* background should not repeat

* header with full screen and panels in mobile are bigger

* header with full screen and panels in mobile are bigger

* feedback

* Challenges concept page (#523)

* Challenges concept page

* Challenges concept page

---------

Co-authored-by: Adrià Martínez <[email protected]>

* Redesign arriving methods (#524)

* Redesign arriving methods

* chore: Auto-fix some lint errors

* Lint

* General title

* chore: Auto-fix some lint errors

---------

* Fix in schedule view: Change buttons to make it more clear that are a button (#527)

* Mentors page concept (#522)

* Mentors page concept

* Concept

* chore: Auto-fix some lint errors

* Fixed broken view mobile

* Lint errors

* Better shirt

* Fix size shirt

---------

Co-authored-by: Adrià Martínez <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Mission public part exposed (#531)

* Public part exposed

* Lint

---------

Co-authored-by: Adrià Martínez <[email protected]>

* Add new feature: Secret description is now dinamic (#532)

* Changed secret content to be a bit more informative

* Modify talks as we talked with sponsorship

* Modify talks as we talked with sponsorship

* New section: Travel reimbursement processes (#533)

* Travel reimbursement process is now in live

* Travel reimbursement process is now in live

* Style fixes (#534)

* home page have everything with variables not commented code

* home page have everything with variables not commented code

* corrected maps section

* corrected maps section

* proposta mentors

* New section: Meals v1 (#525)

* remove live route

* cafeteria v1

* added hide variables

* meals v1 completed

* New section: Rules and judging (#526)

* judging refactor

* rules are fixed a bit more

* chore: Auto-fix some lint errors

* rules are fixed a bit more

* add variables to schedule and rules

* judging is changed

* change bocata to bocadillo

* remove travel reimbursement faq

* typos

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Improvements (#535)

* improvements and added new meal

* improvements and added new meal

* Apply feedback (#541)

* fix map

* try to fix background

* fix home page

* fixed typo

* typos

* intensity with icons

* meals have toggle

* Fixed background and typos (#542)

* more feedback

* more feedback

* more feedback

* Add clarity (#543)

* more feedback

* more feedback

* more feedback

* add clarity

* Feedback Gerard (#544)

* feedback

* feedback

* Emergency contact (#546)

* Link for emergency contact

* Lint

* Google maps link

* Lint once more

* Phone fix

* Location removed

---------

* Apply feedback and add more better things :) (#547)

* change link text

* typo a la schedule

* mentors order

* rules and judging with new text

* add google maps button in maps

* home have now google maps link

* add hackersupc and twitter logo is the new one

* discover structure

* New section: Activities (#545)

* activities is now live

* correct a bit the text

* fix lint

* activities done

* Last retoques (#549)

* discovery working on it

* fix button not beeing disabled when selecting judging

* remove tshirt section in mentors

* discovery flag in config

* meals are working on it

* mentors toggle

* help tab corrected with the actual information

* schedule is done

* fixing lighthouse

* Map fixes (#550)

* Feedback last retoques (#551)

* canvi faqs deadline

* guides disabled

* guides disabled

---------

Co-authored-by: Adri <[email protected]>
Co-authored-by: Adrià Martínez <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Apr 18, 2024
1 parent f0d91ee commit 7b61589
Show file tree
Hide file tree
Showing 59 changed files with 5,566 additions and 2,899 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml

This file was deleted.

515 changes: 451 additions & 64 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
},
"dependencies": {
"@fontsource/montserrat": "^4.5.5",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-brands-svg-icons": "6.5.2",
"ant-design-vue": "^4.0.0-rc.6",
"dayjs": "^1.10.8",
"pinia": "^2.0.11",
"vue": "^3.2.31",
Expand All @@ -26,9 +27,9 @@
"devDependencies": {
"@cypress/vite-dev-server": "^2.2.2",
"@cypress/vue": "^3.1.1",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "6.5.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/vue-fontawesome": "3.0.6",
"@heroicons/vue": "^1.0.6",
"@rushstack/eslint-patch": "^1.1.1",
"@types/node": "^16.11.26",
Expand Down
34 changes: 28 additions & 6 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ setInterval(() => {
setInterval(() => {
scheduleStore.refreshSchedule()
}, 1 * 60 * 1000) // 1 minute
}, 60 * 1000) // 1 minute
onMounted(() => {
window.addEventListener('keyup', (event) => {
Expand All @@ -37,6 +37,7 @@ onMounted(() => {

<template>
<template v-if="!disabled">
<div class="background" />
<Notification />
<AppHeader :is-fullscreen="isFullscreen" />
<main>
Expand All @@ -54,17 +55,38 @@ onMounted(() => {
body {
padding: 0;
margin: 0;
background-attachment: fixed;
background-color: $bg-color;
background-image: url('@/assets/img/bg.svg');
background-position: center / 640px;
background-repeat: repeat;
cursor: url('assets/img/rocket.png'), auto;
font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont,
'Segoe UI', Roboto, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.background {
position: fixed;
z-index: -1;
top: 0;
left: 0;
width: 100%;
min-width: 100vw;
height: 100%;
min-height: 100vh;
background-image: url('@/assets/img/stars_desktop.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
@media (max-width: 900px) {
background-image: url('@/assets/img/stars_mobile.jpg');
}
}
a {
color: $highlight-color;
color: $links-color;
cursor: url('assets/img/rocket-fire.png'), auto;
text-decoration: none;
&:hover {
color: $links-color-hover;
}
}
</style>
Binary file added src/assets/img/activities/missioncard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/img/hardware/missioncard.png
Binary file not shown.
200 changes: 100 additions & 100 deletions src/assets/img/maps/campus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,386 changes: 762 additions & 624 deletions src/assets/img/maps/indoors.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,656 changes: 883 additions & 773 deletions src/assets/img/maps/judging.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/meals/cocacola.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/meals/frit_ravich.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/assets/img/meals/incapto.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/assets/img/meals/nestle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/img/meals/nissin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/mentorShirt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/rocket-fire.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/rocket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/stars.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/stars_desktop.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 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.
Loading

0 comments on commit 7b61589

Please sign in to comment.