-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
63 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
<div> | ||
<LandingPage /> | ||
<br /> | ||
<QuickDirections /> | ||
<br /> | ||
<ThisYear /> | ||
<br /> | ||
<div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.