-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprogramm.html
More file actions
50 lines (50 loc) · 2.18 KB
/
programm.html
File metadata and controls
50 lines (50 loc) · 2.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<script src="assets/js/program.js" type="text/javascript" charset="utf-8" defer></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap" rel="stylesheet">
<link href="./assets/styles/main.css" rel="stylesheet">
<link href="./assets/styles/responsive.css" rel="stylesheet">
<title>IDP Fun Conference - 2023</title>
</head>
<body>
<nav>
<div class="IDP-logo-div">
<a href="index.html"><img src="./assets/img/jointly_logos_rectanglepng.png" alt="idp-fun-logo" class="IDP-logo"></a>
</div>
<ul>
<li><a href="committes.html">Speakers</a></li>
<li><a href="committes.html">Committees</a></li>
<li><a href="programm.html">Programme</a></li>
<li><a href="index.html">About</a></li>
</ul>
</nav>
<main>
<section id="program-section" class="program-section">
<div id="general-table">
<div class="section-titlle">
<h2 class="keynotes-title">General Program</h2>
<span class="underline"></span>
</div>
<div id="program-tables"></div>
</div>
</section>
</main>
<footer class="footer">
<div class="footer-main-div">
<div class="IDP-logo-div">
<a href="https://idpfun.eu/" target="_blank"><img src="./assets/img/jointly_white_rectanglpng.png" alt="idp-fun-logo" class="IDP-logo"></a>
</div>
<div class="footer-contact-div">
<p>CONTACT:<br> idpfun@ngp-net.bio.unipd.it</p>
</div>
</div>
<p class="site-credits">© Copyright 2022 - <a href="http://ufq.unq.edu.ar/sbg/" target="_blank">SBG-UNQ</a> | Developed by: <a href="https://www.linkedin.com/in/ajvelezrueda/" target="_blank">Dr. Ana Julia Velez Rueda </a></p>
</footer>
</body>
</html>