Skip to content

Commit

Permalink
feat: registration in person is over :(
Browse files Browse the repository at this point in the history
  • Loading branch information
tngTUDOR committed Sep 23, 2024
1 parent 139552b commit 7b984e1
Showing 1 changed file with 3 additions and 39 deletions.
42 changes: 3 additions & 39 deletions components/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,52 +9,16 @@
</div>
<div class="row ilust is-vertical-align">
<!-- is-vertical-align is-horizontal-align hero"> -->

<div class="col card">
<header><b>Register</b> In person</header>
<NuxtLink
to="https://events.d-d-s.ch/event/brightcon2024/registration"
target="_blank"
class="button is-center"
>
<b>Hackathon + Conference </b>
</NuxtLink>
<br />
<NuxtImg
src="/images/illustrations/undraw_teamwork_hpdk.svg"
alt="hackathon+conference registration"
/>
<footer>
<NuxtLink to="/register">fees and details ...</NuxtLink>
</footer>
</div>
<div class="col card">
<header><b>Register</b> In person</header>
<NuxtLink
to="https://events.d-d-s.ch/event/brightcon2024/registration"
target="_blank"
class="button is-center"
>
<b> Conference only </b>
</NuxtLink>
<br />
<NuxtImg
src="/images/illustrations/undraw_conference_re_2yld.svg"
alt="in person registration"
/>
<footer>
<NuxtLink to="/register">fees and details ...</NuxtLink>
</footer>
</div>
<div class="col card">
<div class="col-4"></div>
<div class="col-4 card">
<header><b>Register</b> On-line</header>
<NuxtLink
to="https://events.d-d-s.ch/event/brightcon2024virtual/registration"
target="_blank"
class="button is-center"
>
<b>Conference only </b>
<i> on-line</i>
<i>on-line</i>
</NuxtLink>
<br />
<NuxtImg
Expand Down

0 comments on commit 7b984e1

Please sign in to comment.