devroom.io/layouts/partials/header.html

79 lines
2.9 KiB
HTML
Raw Normal View History

2015-03-26 11:28:08 +00:00
<!DOCTYPE html>
2016-08-24 11:03:32 +00:00
<html lang="en">
2015-03-26 11:28:08 +00:00
<head>
2016-08-24 11:03:32 +00:00
<meta http-equiv='content-type' content='text/html;charset=utf-8'>
2015-03-26 11:28:08 +00:00
2016-08-24 11:03:32 +00:00
<title>{{ if ne .URL "/" }} {{ .Title }} &middot;{{ end }} {{ .Site.Title }}</title>
2016-08-11 08:18:23 +00:00
<meta property="og:title" content="{{ if ne .URL "/" }} {{ .Title }} &middot;{{ end }} {{ .Site.Title }}" />
<meta property="og:site_name" content="{{ .Site.Title }}" />
<meta property="og:url" content="{{ .Permalink }}" />
{{ if .IsPage }}
<meta property="og:type" content="article" />
<meta property="og:article:published_time" content="{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}" />
{{ range .Params.tags }}
<meta property="og:article:tag" content="{{ . }}" />
{{ end }}
{{ else }}
<meta property="og:type" content="website" />
{{ end }}
2015-03-26 11:28:08 +00:00
<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'>
<meta content='3bgidck6YUMyx-kvL_a8E4ry0DJOAIOYaZkZxQ0kZw4' name='google-site-verification'>
<!-- OpenID -->
2015-12-11 15:19:49 +00:00
<link href='https://ariejan.wordpress.com/?openidserver=1' rel='openid.server'>
<link href='https://ariejan.wordpress.com/' rel='openid.delegate'>
2015-03-26 11:28:08 +00:00
<!-- RSS -->
2015-03-26 13:52:21 +00:00
<link href='http://feeds.feedburner.com/ariejan' rel='alternate' title='RSS' type='application/rss+xml'>
2015-03-26 11:28:08 +00:00
2015-04-07 09:23:21 +00:00
<!-- Icons -->
<link rel="shortcut icon" href="/favicon.ico?v=20150406" />
2015-04-07 09:07:32 +00:00
<!-- Style -->
2015-03-26 11:28:08 +00:00
<link href='/css/outerspace.css' rel='stylesheet' type='text/css'>
</head>
2016-08-24 11:03:32 +00:00
2015-03-26 11:28:08 +00:00
<body>
2017-03-08 12:50:16 +00:00
<div class="sidebar">
<div class="container sidebar-sticky">
2017-03-09 20:41:22 +00:00
<img class="avatar" id="about-photo" src="/img/ariejan-150.jpg" />
2017-03-08 12:50:16 +00:00
<h1><a href="/">ariejan <span>de vroom</span></a></h1>
<div id='stack'>
|> Software Engineer
<br>
|> Father
<br>
|> Electronics Tinkerer
<br>
|> Audiophile and Music Lover
</div>
<nav>
<ul>
<li><a href="/">blog</a></li>
<li><a href="/recommendations">book recommendations</a></li>
<li><a href="/gpg">gpg</a></li>
<li><a href="/about">about</a></li>
</ul>
</nav>
2017-03-09 22:43:50 +00:00
<p><small>
2017-03-09 23:00:38 +00:00
Copyright © 1996 {{now.Format "2006"}} {{ .Site.Copyright }}
2017-03-09 22:43:50 +00:00
</small></p>
2017-03-08 12:50:16 +00:00
</div>
</div>
<div class="content">
2017-03-16 19:36:23 +00:00
<div class="alert">
Ariejan.net is now <strong>devroom.io</strong>. Welcome to my new home on the interwebs!
</div>