Skip to content

Commit

Permalink
Upadate Home page (#518)
Browse files Browse the repository at this point in the history
* Upadeted Home page

* chore: Auto-fix some lint errors

* Lint checks

* Hide guides and hardware

* Resolve

---------
  • Loading branch information
AdriMM26 authored Apr 6, 2024
1 parent 0da6462 commit bd9ae51
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const submitDeadline = computed<string>(() =>
<template>
<PanelContainer>
<Panel title="Important information" style="overflow: visible">
<h3 class="wifi__title">Wi-Fi</h3>
<!--<h3 class="wifi__title">Wi-Fi</h3>
<div class="wifi">
<img
class="wifi__qr"
Expand All @@ -29,10 +29,10 @@ const submitDeadline = computed<string>(() =>
tabindex="0"
/>
<div class="wifi__inner">
SSID: <code>HACKUPC2023</code><br />
Password: <code>Biene2023!</code>
SSID: <code>HACKUPC2024</code><br />
Password: <code>Biene2024!</code>
</div>
</div>
</div>-->

<p>
The projects must be posted on
Expand All @@ -47,30 +47,30 @@ const submitDeadline = computed<string>(() =>
</p>

<p>All dates and hours are adjusted to your timezone.</p>
<div class="buttons">
<!--<div class="buttons">
<a
href="https://guides.hackupc.com/guide/hacker/"
target="_blank"
rel="noopener noreferrer"
>
<b>Guides</b>
</a>
</div>
</div>-->
</Panel>

<Panel title="Contact">
<IconLabel centered style="margin-top: 0.27rem">
<!--<IconLabel centered style="margin-top: 0.27rem">
<template #icon>
<FontAwesomeIcon class="link__icon" :icon="['fab', 'slack']" />
</template>
<a
href="https://hackupc2023.slack.com"
href="https://hackupc2024.slack.com"
target="_blank"
rel="noopener noreferrer"
class="icon-label-link"
>hackupc2023.slack.com</a
>hackupc2024.slack.com</a
>
</IconLabel>
</IconLabel>-->
<IconLabel centered style="margin-bottom: 1.5rem">
<template #icon>
<MailIcon />
Expand All @@ -91,7 +91,7 @@ const submitDeadline = computed<string>(() =>
rel="noopener noreferrer"
>
<b>MyHackUPC</b><br />
<span style="font-weight: 400">Hardware / Baggage</span>
<!--<span style="font-weight: 400">Hardware / Baggage</span>-->
</a>
</div>

Expand Down Expand Up @@ -172,6 +172,11 @@ const submitDeadline = computed<string>(() =>
<FontAwesomeIcon :icon="['fab', 'medium']" />
</a>
</div>
<h3>Emergency contact</h3>
<p>
In case of a major emergency you can contact the Spanish emergency
number: <b>112</b>
</p>
</Panel>

<Panel title="How to get to HackUPC" size="big">
Expand Down

0 comments on commit bd9ae51

Please sign in to comment.