-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathvenue.html
More file actions
60 lines (52 loc) · 3.15 KB
/
venue.html
File metadata and controls
60 lines (52 loc) · 3.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<link href="./dir.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<link rel='shortcut icon' type='image/x-icon' href='favicon.png'/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<title>DIR 2019 ⚡ Lightning Talk Edition ⚡ November 29, 2019 ⚡ Amsterdam</title>
</head>
<body>
<script>$(function(){$("#nav-placeholder").load("nav.html");$("#logo-placeholder").load("logo.html");});</script>
<div id="content">
<div id="nav-placeholder"></div>
<div class="main">
<div id="logo-placeholder"></div>
<div id="block" class="text">
<h2>Venue</h2>
<p>DIR 2019 will be held at <a href="https://www.lloyd.nl/about-lloyd/">Lloyd Hotel</a>.<br />
<small>Lloyd Hotel was established in 1918, and initially housed travelling immigrants. Later, it was used as a detention centre and was also home to artists' studios. It is an official national monument of the Netherlands (read more on <a href="https://en.wikipedia.org/wiki/Lloyd_Hotel" target="_blank">Wikipedia</a>).</small>
</p>
<ul style="text-align:left;">
<li style="list-style: square;">The main sessions will be held in <a href="https://www.lloyd.nl/meet-celebrate/conferences/#the-office">The Office</a>.
<li style="list-style: square;">The poster sessions, sponsor tables, and lunch will be located on <a href="https://www.lloyd.nl/meet-celebrate/creative-meetings/#platforms" target="_blank">the platforms</a>.
<li style="list-style: square;">Finally, there is an opportunity to join us for an optional dinner after the conference, in Lloyd Hotel's <a href="https://www.lloyd.nl/eat-drink/#restaurant" target="_blank">restaurant</a>.
</ul>
<h2>Contact/location</h2>
<table>
<tr>
<td class="left">Address</td>
<td class="right">Oostelijke Handelskade 34<br />1019 BN Amsterdam</td>
</tr>
<tr>
<td class="left">Phone no.</td>
<td class="right">+31205613607</td></tr>
<tr>
<td class="left">Directions (tram)</td>
<td class="right">Take <strong>tram 26</strong> (heading to IJburg) for a direct connection and get off at the third stop <strong>Rietlandpark</strong>.<br />Get your tickets at Central Station, in the tram, bus, or at the hotel.</td>
</tr>
<tr>
<td class="left">Website</td>
<td class="right"><a href="https://www.lloyd.nl/en/" target="_blank">lloyd.nl</a></td>
</tr>
</table>
<p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d4950.0575532292805!2d4.9309394037237055!3d52.37481928367907!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47c6090fc2ae691d%3A0x24cfb8dfeeee8ff!2sLloyd+Hotel!5e0!3m2!1sen!2snl!4v1566460870172!5m2!1sen!2snl" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe></p>
<h2>Pictures</h2>
<p><a href="https://www.lloyd.nl/gallery/" target="_blank"><img src="img/lloyd.png" style="width: 100%"></a></p>
</div>
</div>
</div>
</body>
</html>