devroom.io/themes/outerspace/layouts/partials/header.html
2015-12-03 14:53:16 +01:00

47 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta content='text/html;charset=utf-8' http-equiv='content-type'>
<title>{{ .Site.Title }}</title>
<meta content='IE=edge' http-equiv='X-UA-Compatible'>
<meta content='width=device-width,initial-scale=1.0' name='viewport'>
<meta content='Ariejan de Vroom' name='author'>
<meta content='a blog by ariejan de vroom about software engineering and craftsmanship.' name='description'>
<meta content='software engineering, programming, craftsmanship, devops, ruby, rubyonrails, rails, git, svn, postgres, postgresql, mysql, mac, ios, apple, web2.0, go, golang' name='keywords'>
<!-- FontIcons FTW! -->
<script src="https://use.fonticons.com/264684f2.js"></script>
<meta content='3bgidck6YUMyx-kvL_a8E4ry0DJOAIOYaZkZxQ0kZw4' name='google-site-verification'>
<!-- OpenID -->
<link href='http://ariejan.wordpress.com/?openidserver=1' rel='openid.server'>
<link href='http://ariejan.wordpress.com/' rel='openid.delegate'>
<!-- RSS -->
<link href='http://feeds.feedburner.com/ariejan' rel='alternate' title='RSS' type='application/rss+xml'>
<!-- Icons -->
<link rel="shortcut icon" href="/favicon.ico?v=20150406" />
<!-- Style -->
<link href='/css/outerspace.css' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container">
<header class="header">
<a href="/"><h1>ariejan <span>de vroom</span></h1></a>
<nav class="main">
<ul class="nav">
<li><a href="/">blog</a></li>
<li><a href="/talks">talks</a></li>
<li><a href="/gpg">gpg</a></li>
<li><a href="/about">about</a></li>
</ul>
</nav>
</header>