-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (57 loc) · 2.6 KB
/
index.html
File metadata and controls
57 lines (57 loc) · 2.6 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
<!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-6'>
<div>
<h2>flatmap</h2>
<p>is a loose association of two Scala developers from Hamburg and Bremen, Germany. It shall mainly serve as a platform to publish arbitrary Scala related content in the form of open source projects and blog posts.</p>
</div>
</div>
<div class='col-sm-4 col-lg-3'>
<img src='http://www.gravatar.com/avatar/70646dc0868a5f941408d4e9c14e9f8c.jpg?s=300' style='width:100%'/>
<h4>Fynn Feldpausch</h4>
<p>Software Engineer at mindsmash GmbH in Hamburg, Germany. Main interests in web development, usability and design, modern browser based technologies and applications, programming languages and theoretical computer science.</p>
<p class="view"><a href="https://github.com/fynnfeldpausch">view the GitHub profile</a>
</div>
<div class='col-sm-4 col-lg-3'>
<img src='http://www.gravatar.com/avatar/69cc8a4ecce6d41b1a3cc3c710219098.jpg?s=300' style='width:100%'/>
<h4>Martin Ring</h4>
<p>Researcher at the German Research Center for Artificial Intelligence (DFKI) in Bremen, Germany. Main interests in programming language theory, concurrency, usability and ux design, formal verification and tools.</p>
<p></p>
<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>