-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (36 loc) · 2.27 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Timm Rebitzki</title>
<meta name="description" content="">
<link href="http://fonts.googleapis.com/css?family=Quicksand:300" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<h2>Come on in, the water’s fine.</h2>
<h1>Timm Rebitzki</h1>
<div id="bio">
<div id="lang-menu"><span class="en">English</span> | <span class="de">Deutsch</span></div>
<div class="lang-en">
<p>I was always interested in figuring things out.</p>
<p>I studied <a href="http://en.wikipedia.org/wiki/Plasma_%28physics%29">plasma physics</a> at the <a href="http://www.physics.umaine.edu/">University of Maine</a> and earned my master's degree at <a href="http://www-astro.physik.tu-berlin.de/en/node/175">TU Berlin</a> (with a little help of <a href="http://65.54.113.26/Author/19085407/klaus-nather">a friend</a>), doing theoretical simulations of stellar atmospheres. Soon after I widened my areas of interest and also turned to programming in other fields.</p>
<p></p>
</div>
<hr class="lang-sep">
<div class="lang-de">
<p>Ich wollte schon immer rausfinden wie das alles funktioniert.</p>
<p>An der <a href="http://www.physics.umaine.edu/">University of Maine</a> studierte ich <a href="http://de.wikipedia.org/wiki/Plasma_%28Physik%29">Plasmaphysik</a> und erhielt mein Diplom an der <a href="http://www-astro.physik.tu-berlin.de/de/node/175">TU Berlin</a> (unterstützt durch <a href="http://65.54.113.26/Author/19085407/klaus-nather">einen Freund</a>), mit einer theoretischen Arbeit zur Simulation von Sternatmosphären. Bald danach erweiterte ich meine Interessen und widmete mich der Programmierung auch in anderen Bereichen.</p>
<p></p>
</div>
</div>
<div id="links">
</div>
<div id="logo">
</div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.cookie.js"></script>
<script type="text/javascript" src="js/default.js"></script>
</body>
</html>