95 lines
4.8 KiB
HTML
95 lines
4.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="../css/master.css">
|
|
<script src="../js/main.js"></script>
|
|
<title> Symposium </title>
|
|
<link rel="shortcut icon" type="image/jpg" href="../assets/favicon.ico"/>
|
|
</head>
|
|
<body>
|
|
<nav class="nav-flex-container">
|
|
|
|
<a href="Venue Directions.html">Venue and Directions</a>
|
|
<a href="Programme.html">Programme</a>
|
|
<a href="Speakers P A.html">Speakers Physics and Astronomy</a>
|
|
<a href="Speakers M CS.html">Speakers Mathematics and Computer Science</a>
|
|
|
|
</nav>
|
|
<nav class ="nav-flex-containerlogo">
|
|
<a href="../index.html">
|
|
<img src="../assets/Symposiom logo.png" class="navimg" alt="Symposiom logo">
|
|
</a>
|
|
<h1> Captivated by Time<br>How Time Affects All Sciences</h1>
|
|
</nav>
|
|
<main class="main-flex-container">
|
|
<article class="speakers">
|
|
<h1>Venue of the symposium: Scheltema Leiden</h1>
|
|
<p>We are pleased to welcome you to the unique venue of Scheltema Leiden for the Symposium “Captivated by time”.<br>
|
|
Scheltema Leiden is located at Marksteeg 1, 2312 CS te Leiden.
|
|
</p>
|
|
<img src="../assets/Scheltema logo.png" class="img" alt="Scheltema logo">
|
|
|
|
<div class="mapouter"><div class="gmap_canvas">
|
|
<iframe width="100%" height="500" id="gmap_canvas" src="https://maps.google.com/maps?q=Scheltema%20Leiden&t=&z=17&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
|
|
<style>.mapouter{position:relative;text-align:right;height:500px;width:100%px;}</style>
|
|
<style>.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:100%;}</style>
|
|
</div></div>
|
|
</article>
|
|
|
|
<article>
|
|
<h1>Directions Leiden Centraal to Scheltema Leiden (by feet)</h1>
|
|
<p>1) Position yourself with your back to the Main Entrance of Leiden Central Station.<br>
|
|
2) Then walk 300 meters straight ahead, over the Stationsweg.<br>
|
|
3) At some point, you arrive at a square, the Beestenmarkt, turn left and continue your walk.<br>
|
|
4) Cross the road and keep to the left of the Canal.<br>
|
|
5) Scheltema is located at the second road on the left<br>
|
|
</p>
|
|
<img src="../assets/Walking.png" class="img" alt="How to walk to Scheltema">
|
|
</article>
|
|
|
|
<article>
|
|
<h1>Directions A4 to Scheltema Leiden (by car)</h1>
|
|
<p>1) Take Highway Exit 7 (Zoeterwoude-Dorp)<br>
|
|
2) Turn left at the first traffic light you encounter. Then drive straight ahead. You will eventually enter Leiden.<br>
|
|
3) Turn right at the first traffic light you encounter in Leiden.<br>
|
|
4) Keep driving straight ahead until you can no longer drive ahead, then turn left.<br>
|
|
5) Keep driving straight ahead until you see a windmill. At this point, the road curves to the right, but you need to turn left here and you arrive at the Parking Lammermarkt.<br><br>
|
|
|
|
6) After exiting the Parking Garage, turn left and keep yourself on the right side of the road.<br>
|
|
7) Scheltema is located at the second road on the right.<br>
|
|
</p>
|
|
<img src="../assets/Driving.png" class="img" alt="How to drive to Scheltema">
|
|
</article>
|
|
|
|
<article>
|
|
<h1>Sponsors</h1>
|
|
<p>This beautiful symposium would not be possible without the financial support of the following organisations</p>
|
|
<ul class="sponsCardWrapper">
|
|
|
|
<li class="sponsCard" class="container">
|
|
<img src="../assets/Uni Leiden logo.png" class="sponsimg" alt="Leiden University: Faculty of Science logo">
|
|
</li>
|
|
<li class="sponsCard" class="container">
|
|
<img src="../assets/LUF logo.png" class="sponsimg" alt="Leids Universiteits Fonds logo">
|
|
</li>
|
|
<li class="sponsCard" class="container">
|
|
<img src="../assets/ING logo.png" class="sponsimg" alt="ING logo">
|
|
</li>
|
|
<li class="sponsCard" class="container">
|
|
<img src="../assets/NNV logo.png" class="sponsimg" alt="NNV logo">
|
|
</li>
|
|
<li class="sponsCard" class="container">
|
|
<img src="../assets/Flesch logo.png" class="sponsimg" alt="de leidsche Flesch logo">
|
|
</li>
|
|
</ul>
|
|
</article>
|
|
<footer class= "container">
|
|
<h2>Website by Mark van Muijen</h2>
|
|
</footer>
|
|
</main>
|
|
</body>
|
|
</html> |