-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (21 loc) · 947 Bytes
/
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
<html>
<head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="static/style.css">
<title>Jonas Platzek</title>
</head>
<body>
<ul class="container">
<li><a href="articles.html">Articles</a></li>
<li><a href="recommendations.html">Recommendations</a></li>
<li><a href="index.html">About me</a></li>
</ul>
<hr style="max-width: 650px;">
<div class="content">
<h1>Hi, my name is Jonas Platzek.</h1>
<p>I am a biologist-turned-bioinformatician. My interests are biology, programming and statistics.</p>
<p>I have created this website to practice writing. Once I have some time, I will post some articles about science-related topics that I am interested in.</p>
<p>Meanwhile, you can read about miscellaneous things I like <a href="recommendations.html">here<a/>.</a></p>
</div>
</body>
</html>