-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
54 lines (47 loc) · 1.72 KB
/
about.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<title>David Ziegler</title>
<link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic|Alef:700|Amatic+SC:700' rel='stylesheet' type='text/css'>
<script type="text/javascript" language="Javascript" src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.4.1.min.js"></script>
<script type='text/javascript' src='js/main.js'></script>
<link rel='stylesheet' type='text/css' href='css/style.css'>
</head>
<body>
<div class='horizontal-length'>
<div id='navigation-bar'>
<div id='navigation-center'>
<ul id='navigation-bar'>
<li><a id='projects' class='navigation' href='index.html'>Projects</a></li>
<li><a id='about' class='navigation' href='about.html'>about me</a></li>
</ul>
</div>
</div>
<div id='page-title' itemscope itemtype="http://schema.org/Person">
<h1 id='page-title' itemprop="name">David Ziegler</h1>
</div>
<div id='picture'>
<img id='me-picture' src='assets/duenen.jpg' alt='david ziegler'>
</div>
<div class='content' id='content-about'>
<div id='small-column'>
<br>
Currently, I study Liberal Arts and Sciences at <a href='http://www.auc.nl/'
target="_blank">Amsterdam University College</a>.
This interdisciplinary program allows me to study computer science, which is my major,
but also take many other interesting courses like philosophy, psychology etc. I am interested
in Natural Language Processing. My bachelor's thesis is about (machine) learning
temporal order of events.
</p>
<br>
<p>
I love making music with friends, going climbing and hiking.
</p>
</div>
</div>
<div id='footer'>
<a href='disclaimer.html'>disclaimer</a>
</div>
</div>
</body>
</html>