-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (53 loc) · 1.81 KB
/
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
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
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Marijne Schijns - Personal Page</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<nav class="w3-bar w3-black">
<a href="index.html" class="w3-button w3-bar-item">Home</a>
<a href="about.html" class="w3-button w3-bar-item">About</a>
<a href="contact.html" class="w3-button w3-bar-item">Contact</a>
</nav>
<h1>Marijne's blog</h1>
<div class="content">
<h3>Contents</h3>
<ul>
<li><a href = "#first_post">Research statement</a></li>
<li><a href = "#second_post">CV</a></li>
<li><a href = "#third_post">Accomplishments</a></li>
<li><a href = "#fourth_post">Personal life<a/></li>
</ul>
<ol>
<li><a href = "https://en.wikipedia.org/wiki/List_of_dog_breeds">About Dogs Breeds</a></li>
<li><a href = "https://www.conserveturtles.org/">Helping Turtles</a></li>
<li><a href = "https://en.wikipedia.org/wiki/Dolphin">About Dolphins</a></li>
</ol>
</div>
<div class="blog_post">
<h2><a name = "first_post">Research statement</a></h2>
<h6>De Wit lab</h6>
<p>I am a computational biologist PhD student in the group of Elzo de Wit.
</p>
<p> My background is in protein interaction prediction.
</p>
</div>
<div class="blog_post">
<h2><a name = "second_post">CV</a></h2>
<p>This is where my CV will be.
</p>
</div>
<div class="blog_post">
<h2><a name = "third_post">Accompliments</a></h2>
<p>Overview of prizes and public speaking moments.
</p>
</div>
<div class="blog_post">
<h2><a name = "fourth_post">Personal Life</a></h2>
<p>Interests outside of academia.
</p>
</div>
</body>
</html>