-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (41 loc) · 1.53 KB
/
index.html
File metadata and controls
44 lines (41 loc) · 1.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mark Rothermel</title>
<!-- Meta information for link previews -->
<meta property="og:title" content="Mark Rothermel's personal webpage">
<meta property="og:image" content="http://rothermel.me/resources/Mark.jpg">
<meta property="og:url" content="http://rothermel.me">
<meta property="og:type" content="website">
<meta property="og:description" content="Researcher of ML, focusing on Explainable AI. Thinker. Photographer. Designer.">
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Arvo&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Quicksand&display=swap" rel="stylesheet">
</head>
<body>
<div id="wrapper">
<div id="business-card">
<img id="portrait" src="resources/Mark.jpg" alt="Mark">
<div id="card-text">
<h2>Mark Rothermel, B.Sc.</h2>
<p>Researcher of ML, focusing on Explainable AI.</p>
<table id="education-table">
<tr>
<td>2015 - 2019</td>
<td>B.Sc. Computer Science</td>
</tr>
<tr>
<td>2015 - </td>
<td>B.Sc. Mathematics</td>
</tr>
<tr>
<td>2019 - </td>
<td>M.Sc. Computer Science</td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>