-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathorganizers.html
36 lines (27 loc) · 1.04 KB
/
organizers.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SAT Race 2019</title>
<link rel="stylesheet" href="main.css" type="text/css">
<link rel="icon" type="image/x-icon" href="doge2.ico">
<script src="https://www.w3schools.com/lib/w3.js"></script>
<style>a#organizers { color:#c20114; }</style>
</head>
<body>
<div class="main">
<div class="navigation" w3-include-html="navigation.html"></div>
<script>w3.includeHTML();</script>
<div class="content">
<h1>SAT Race 2019</h1>
<h2>Organizing Committee</h2>
<h4>Organizers</h4>
<a href="http://www.cs.utexas.edu/~marijn/">Marijn Heule</a> (The University of Texas at Austin, USA)</br>
<a href="http://www.cs.helsinki.fi/u/mjarvisa/">Matti Järvisalo</a> (University of Helsinki, Finland)</br>
<a href="http://forsyte.at/people/suda/">Martin Suda</a> (Czech Technical University in Prague, Czech Republic)
<h4>Contact</h4>
email: [email protected]
</div>
</div>
</body>
</html>