Skip to content

Commit

Permalink
wifi
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotacb committed May 3, 2024
1 parent 3e41f8a commit a84975e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 45 deletions.
Binary file added 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.
30 changes: 0 additions & 30 deletions src/assets/img/wifi-qr.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config: Config = {
hideChallengesAndPrizes: true,
hideCafeteriaSchedule: true,
hideMeals: true,
hideWifiConfig: true,
hideWifiConfig: false,
hideMission: true,
hideActivities: false,
workingDiscovery: true,
Expand Down
25 changes: 11 additions & 14 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import PanelContainer from '../components/PanelContainer.vue'
import { DevpostIcon } from '@/components/icons'
import config from '@/config'
import SecretContent from '@/components/SecretContent.vue'
import { Tooltip } from 'ant-design-vue'
const hideWifiConfig = ref(config.hideWifiConfig)
</script>
Expand All @@ -24,7 +23,7 @@ const hideWifiConfig = ref(config.hideWifiConfig)
<template v-else>
<img
class="wifi__qr"
src="@/assets/img/wifi-qr.svg"
src="@/assets/img/wifi-qr.png"
alt=""
tabindex="0"
/>
Expand All @@ -48,18 +47,16 @@ const hideWifiConfig = ref(config.hideWifiConfig)
</p>

<p>All dates and hours are adjusted to your timezone.</p>
<Tooltip title="Hackers Guidelines">
<div class="buttons">
<a
href="https://guides.hackupc.com/guide/hacker/"
target="_blank"
rel="noopener noreferrer"
>
<FontAwesomeIcon icon="book-open" style="margin-right: 4px" />
Guides
</a>
</div>
</Tooltip>
<div class="buttons">
<a
href="https://guides.hackupc.com/guide/hacker/"
target="_blank"
rel="noopener noreferrer"
>
<FontAwesomeIcon icon="book-open" style="margin-right: 4px" />
Guides
</a>
</div>
<div class="buttons">
<a
href="https://maps.app.goo.gl/AKazP14LMy7LZoZq8"
Expand Down

0 comments on commit a84975e

Please sign in to comment.