Skip to content

Commit

Permalink
frontapge features directions
Browse files Browse the repository at this point in the history
  • Loading branch information
tngTUDOR committed Sep 11, 2023
1 parent 1d274cb commit 721c316
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 16 deletions.
2 changes: 2 additions & 0 deletions components/Calls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<div class="container">
<div>
<h1>Calls</h1>
<h2>Call for posters</h2>
If you have something to show in the form of a poster, bring the poster with you !
<h2>Call for sessions</h2>

<p>
Expand Down
10 changes: 0 additions & 10 deletions components/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,6 @@
Venue Details
</NuxtLink>
</p>
<div class="bg-dark">
<p class="text-white">
Special prices for hotel reservations are available at hotels
<NuxtLink to="/Reservation_form_IBIS_Belval.pdf">IBIS</NuxtLink>
and
<NuxtLink to="/Reservation_form_RESID_HOME_Belval.pdf"
>RESID'HOME</NuxtLink
>. Please take a look at the venue details page.
</p>
</div>
</div>
</div>
</div>
Expand Down
40 changes: 40 additions & 0 deletions components/QuickDirections.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<template>
<div class="container">
<h1>Quick Directions to the venue location</h1>
Here's a quick guide on how to reach the locations of the conference. Please
look at the
<NuxtLink to="venue"> Venue Details for more information </NuxtLink>
<h2>Hackathon location</h2>
The hackathon of Sept. 16, 17, will be held on the Belvaux building of LIST,
<b>rooms F011-A and F011-B</b>:
<div class="card">
<p>
41 rue du Brill <br />
L-4422 Belvaux <br />
Luxembourg <br />
</p>
<p>Tel. : +352 275 888 1</p>
</div>
<h4>Directions to hackathon location (Belvaux building of LIST)</h4>
<ul>
<li>
<a href="/maps/Directions_Gare_Belval_LIST.pdf">
🚶Directions from the nearest train station
</a>
</li>
</ul>
<h2>Conference location</h2>
The Conference of Sept. 18,18 and 20 will be held ond the Ellipse room of
<a href="https://www.uni.lu/llc-en">uni.lu Learning Center</a>
<ul>
<li>
When you get out of the Belval-Université train station head to the
Luxembourg Learning Centre. The building has a white glass facade. You
will find it on your left side.
<a href=" https://goo.gl/maps/MhK1NFbYvmyG3S4f8">
The building is less than 2 minutes walk from the train station.
</a>
</li>
</ul>
</div>
</template>
2 changes: 2 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<div>
<LandingPage />
<br />
<QuickDirections />
<br />
<ThisYear />
<br />
<div>
Expand Down
25 changes: 19 additions & 6 deletions pages/venue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,22 @@
<a
href="https://www.list.lu/fileadmin/files/2022_ACCESS_MAP_BELVAL_BELVAUX_EN.pdf"
>
Here's an overview of the different LIST sites. For Belvaux, Look for item
3
Here's an overview of the different LIST sites.
</a>
<p class="text-dark">
For Belvaux (the hackathon venue place), Look for item 3
</p>

<h3>Conference location</h3>
The conference of Sept. 18-20 will be held on: Ellipse room of the
<a href="https://wwwfr.uni.lu/luxembourg_learning_centre"
<a href="https://www.uni.lu/llc-en/"
>Luxembourg Learning Centre (library of the University of Luxembourg) </a
>.
<p></p>
<h4>Directions</h4>
<h4>
Directions to Conference location (Belval Campus, Ellipse room of uni.lu
Learning Center)
</h4>
<ul>
<li>
When you get out of the Belval-Université train station head to the
Expand All @@ -32,8 +38,15 @@
<h3>Hackathon location</h3>
The hackathon of Sept. 16, 17, will be held on the Belvaux building of LIST,
<b>rooms F011-A and F011-B</b>:
<p>41 rue du Brill, L-4422 Belvaux, Tel. : +352 275 888 1</p>
<h4>Directions</h4>
<div class="card">
<p>
41 rue du Brill <br />
L-4422 Belvaux <br />
Luxembourg <br />
</p>
<p>Tel. : +352 275 888 1</p>
</div>
<h4>Directions to hackathon location (Belvaux building of LIST)</h4>
<ul>
<li>
<a href="/maps/Directions_Gare_Belval_LIST.pdf">
Expand Down
Binary file added public/maps/Directions_Gare_Belval_LIST.pdf
Binary file not shown.

0 comments on commit 721c316

Please sign in to comment.