-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (25 loc) · 1.22 KB
/
index.html
File metadata and controls
30 lines (25 loc) · 1.22 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
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=0.5" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta charset="UTF-8">
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="style/typeplate.css">
<link href='http://fonts.googleapis.com/css?family=Vollkorn:400italic,400' rel='stylesheet' type='text/css'>
<title>Maximilian Michel</title>
</head>
<body>
<div id="card">
<span class="marked">Maximilian Michel</span>
<!--<cite>
Computer Science and Media, Weimar
</cite>-->
<div class="sociallinks">
<!--<a href="http://www.uni-weimar.de/ru/kontrast/medien/professuren/webis/publications/by-author/#maximilian-michel">Publications</a>-->
<a href="https://github.com/lemaxm" target=_blank><img class="social" src="images/github-64.png" alt="GitHub"></a>
<a href="https://twitter.com/le_maxM" target=_blank><img class="social" src="images/twitter-64.png" alt="Twitter"></a>
<a href="http://le-blog-de-max.tumblr.com" target=_blank><img class="social" src="images/tumblr-64.png" alt="Tumblr"></a>
</div>
</div>
</body>