-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.36 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
<meta content="Olaf Landsiedel" name="description" />
<meta content="Olaf,Landsiedel" name="keywords" />
<meta content="Olaf Landsiedel" name="author" />
<link media="all" title="Basic Profile" href="basic-profile.css" type="text/css"
rel="stylesheet" />
<title>Olaf Landsiedel</title>
</head>
<body>
<div id="wrap">
<div id="sidebar"> <a href="index.html"><img width="300" height="394" alt="olaf picture"
src="olaf.jpg" /></a>
</div>
<div id="content">
<h2>Olaf Landsiedel</h2>
<ul>
<li><a href="https://www.ds.informatik.uni-kiel.de/en">Research Group</a><br />
Distributed Systems Group, Kiel University, Germany </li>
<li><a href="#">Find Me</a><br />
github and other places</li>
<li><a href="#">Contact</a><br />
landsiedel.olaf AT gmail DOT com</li>
</ul>
<p class="credits">© 2016 Olaf Landsiedel<br />
Template design by <a href="http://andreasviklund.com/">Andreas
Viklund</a></p>
</div>
</div>
</body>
</html>