2014-08-19 03:37:56 +02:00
|
|
|
<!doctype html>
|
2015-09-02 18:48:09 +02:00
|
|
|
<html lang="en">
|
2014-08-19 03:37:56 +02:00
|
|
|
<head>
|
2015-09-02 18:48:09 +02:00
|
|
|
<meta charset="utf-8">
|
2015-09-02 21:33:30 +02:00
|
|
|
<title>👤 Jastrow.me</title>
|
|
|
|
<meta name="description" content="Private webpage of Jan Jastrow." />
|
2014-08-19 03:37:56 +02:00
|
|
|
<meta name="author" content="Jan Jastrow" />
|
2015-09-02 18:48:09 +02:00
|
|
|
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
|
|
|
|
<link rel="dns-prefetch" href="//fonts.gstatic.com" />
|
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<link rel="stylesheet" href="css/main.min.css" type="text/css" />
|
|
|
|
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css" />
|
|
|
|
<meta name="theme-color" content="#fab643" /> <!-- iOS9, Chrome 39+ -->
|
|
|
|
<link rel="icon" sizes="192x192" href="favicon_chrome.png" type="image/png" />
|
|
|
|
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
|
|
|
<link rel="apple-touch-icon" href="apple-touch-icon.png" type="image/png" />
|
2015-09-02 21:33:30 +02:00
|
|
|
<meta property="og:title" content="Jan Jastrow" />
|
|
|
|
<meta property="og:description" content="Private webpage of Jan Jastrow." />
|
2015-09-02 18:48:09 +02:00
|
|
|
<meta property="og:type" content="website"/>
|
|
|
|
<meta property="og:image" content="x.png" />
|
|
|
|
<meta property="og:image:type" content="image/png" />
|
|
|
|
<meta name="robots" content="index, follow" />
|
2015-09-02 21:33:30 +02:00
|
|
|
<link rel="canonical" href="http://jastrow.me/" />
|
|
|
|
<link rel="shortlink" href="http://j.mp/jastrow" />
|
2015-09-02 18:48:09 +02:00
|
|
|
<link type="text/plain" rel="author" href="humans.txt" />
|
|
|
|
<!-- for development only
|
|
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
|
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
|
|
<meta http-equiv="Expires" content="0" />
|
|
|
|
-->
|
2014-08-19 03:37:56 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-09-02 18:48:09 +02:00
|
|
|
<div class="wrapper">
|
2015-09-02 21:33:30 +02:00
|
|
|
<header class="oben">
|
|
|
|
<img class="oben--logo" src="img/circle-of-brain.png" alt="Logo" />
|
|
|
|
<ul class="oben--menu">
|
|
|
|
<li class="oben--menu--item"><a href="#">projects</a></li>
|
|
|
|
<li class="oben--menu--item oben--menu--item__active"><a href="#">about</a></li>
|
|
|
|
<li class="oben--menu--item"><a href="#">contact</a></li>
|
|
|
|
</ul>
|
2015-09-02 18:48:09 +02:00
|
|
|
</header>
|
|
|
|
<main>
|
2015-09-02 23:13:01 +02:00
|
|
|
<img src="img/banner_home.jpg" alt="My Home" width="960" />
|
2015-09-02 18:48:09 +02:00
|
|
|
<article class="">
|
|
|
|
Welcome!
|
|
|
|
</article>
|
|
|
|
</main>
|
|
|
|
</div>
|
2014-08-19 03:37:56 +02:00
|
|
|
</body>
|
|
|
|
</html>
|