symposium2023/paginas/Programme.html
2023-02-06 19:05:04 +01:00

66 lines
3.1 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>Programme</h1>
<p>The day of our symposium is divided into two tracks: a mathematics and computer science focused track; and a physics and astronomy focused track. However, there are lectures that both tracks have together. Walk-in starts at 9:30 and the first lecture starts at 10:00. The day will be completed with a joint lecture that ends at 17:00. After a long day of lectures there is a possibility to move back with us to “our” Snellius where dinner will be served, and where we can talk the day through while enjoying something to drink and eat.
<br>
<br>
For more information about the content of our programme please see “Speakers”.
</p>
<img src="../assets/Programma.jpeg" class="img" alt="The programme">
</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>