54 lines
2.3 KiB
HTML
54 lines
2.3 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>Signing up</h1>
|
|
<p>If you are enthusiastic to attend our symposium on the 15th of February, you can sign up via this <a href="">link</a> .
|
|
<br>Attending the symposium is completely free and lunch will be provided. Nevertheless, signing up is a requirement.
|
|
</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> |