-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmartin.html
More file actions
63 lines (62 loc) · 2.04 KB
/
martin.html
File metadata and controls
63 lines (62 loc) · 2.04 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
51
52
53
54
55
56
57
58
59
60
61
62
63
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>flatmap</title>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootswatch/3.0.0/flatly/bootstrap.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class='navbar navbar-default navbar-fixed-top'>
<div class='container'>
<div class='navbar-header'>
<a href='http://www.flatmap.net' class='navbar-brand'>flatmap</a>
</div>
<div class='navbar-collapse collapse'>
<ul class='nav navbar-nav'>
</ul>
</div>
</div>
</div>
<div class='page-header'>
<div class="container"><div class="row"></div></div>
</div>
<div class='container'>
<div class='row'>
<div class='col-sm-4 col-lg-3'>
<div>
<h3>Martin Ring</h3>
<i>Junior Researcher</i><br/>
<a href=>Cyber Physical Systems</a><br/>
DFKI GmbH - MZH 3120<br/>
Bibliothekstr. 1<br/>
D-28359 Bremen<br/>
<h4>Areas of Interest</h4>
<ul>
<li>programming language theory</li>
<li>concurrency</li>
<li>usability and ux design</li>
<li>formal verification and tools.</li>
</ul>
</div>
</div>
<div class='col-sm-4 col-lg-4'>
bla bla blub
</div>
<div class='col-sm-4 col-lg-3'>
<img src='http://www.gravatar.com/avatar/69cc8a4ecce6d41b1a3cc3c710219098.jpg?s=300' style='width:100%'/>
<p class="view"><a href="https://github.com/martinring">view the GitHub profile</a>
</div>
</div>
<footer class='row'>
<div class='col-sm-12'>
<p><small>© 2013 flatmap</small></p>
</div>
</footer>
</div>
</body>
</html>