55 lines
2.6 KiB
HTML
55 lines
2.6 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="../assest/favicon.ico"/>
|
|
</head>
|
|
<body>
|
|
<nav id="navbar" class="nav-flex-container">
|
|
|
|
<a href="../index.html">Home</a>
|
|
<a href="Programma.html">Programme</a>
|
|
<a href="Inschrijven.html">Signing up</a>
|
|
<a href="Sprekers.html">Speakers</a>
|
|
|
|
</nav>
|
|
<nav class ="nav-flex-containerlogo">
|
|
<img src="../assest/Symposiom logo.png" class="navimg" alt="Symposiom logo">
|
|
</nav>
|
|
<main class="main-flex-container">
|
|
<article class="speakers">
|
|
<img src="" class="img">
|
|
<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>
|
|
</article>
|
|
<article>
|
|
<h1>Sponsors</h1>
|
|
<p>This beautiful symposium would not be possible without the financial support of the following organisations</p>
|
|
<ul class="cardWrapper">
|
|
<li class="card" class="container">
|
|
<img src="../assest/Flesch logo.png" class="sponsimg" alt="de leidsche Flesch logo">
|
|
</li>
|
|
<li class="card" class="container">
|
|
<img src="../assest/Uni Leiden logo.png" class="sponsimg" alt="Leiden University: Faculty of Science logo">
|
|
</li>
|
|
<li class="card" class="container">
|
|
<img src="../assest/LUF logo.png" class="sponsimg" alt="Leids Universiteits Fonds logo">
|
|
</li>
|
|
</ul>
|
|
</article>
|
|
<footer class= "container">
|
|
<h2>Website by Mark van Muijen</h2>
|
|
</footer>
|
|
</main>
|
|
</body>
|
|
</html> |