-
Notifications
You must be signed in to change notification settings - Fork 1
/
blog.html
43 lines (40 loc) · 1.41 KB
/
blog.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Jakob Heyman | Blog (to come...)</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<link rel="icon" type="image/png" href="images/jakob.ico">
</head>
<body>
<img src="images/topfig_blog.jpg" class="topfig" usemap="#Map">
<map name="Map">
<area shape="circle" coords="166,63,30" href="http://www.gu.se/english">
<area shape="rect" coords="99,99,235,137" href="http://www.gu.se/english">
<area shape="rect" coords="586,84,903,104" href="http://gvc.gu.se/english">
</map>
<div class="gradient"></div>
<div class="container">
<div class="content">
<ul class="menu">
<li><a href="index.html">JAKOB</a></li>
<li><a href="research.html">RESEARCH</a></li>
<li><a href="publications.html">PUBLICATIONS</a></li>
<li class="selected"><a href="blog.html">BLOG</a></li>
</ul>
<p>
<center><br><br><br>I intend to have a blog here at some point in the future...</center>
</p>
</div>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-12238727-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-12238727-1');
</script>
<!-- End Google Analytics -->
</body>
</html>