-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
44 lines (43 loc) · 1.64 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<title>REIGM Group at MPIA</title>
<!--<link href="http://fonts.googleapis.com/css?family=Monda:400,700" rel='stylesheet' type='text/css'>-->
<link href="http://fonts.googleapis.com/css?family=Voces" rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles.css" type="text/css" media="screen" />
</head>
<body>
<header>
<h1>Frederick Davies — REIGM Group @ MPIA</h1>
</header>
<nav>
<ul>
<li><a style="display:block" href="index.html">About Fred</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="group.html">REIGM Group</a></li>
<li><a href="pubcv.html">Pubs/CV</a></li>
<li><a href="blog.html">Blog</a></li>
<li class="selected"><a href="#">Contact</a></li>
</ul>
</nav>
<section>
<article class="content">
<header>
<h2>Contact Information</h2>
</header>
<p>Email: davies [[at]] mpia [[dot]] de</p>
<p>Office: 315</p>
<p>Twitter: <a href="https://twitter.com/freddavies">@freddavies</a></p>
<p>Github: <a href="https://github.com/freddavies">freddavies</a></p>
</article>
</section>
</body>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-44630103-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-44630103-1');
</script>
</html>