devroom.io/layouts/default.haml
2013-08-16 06:38:15 +02:00

91 lines
3.4 KiB
Plaintext

!!! 5
%html(lang="en" dir="ltr" prefix="og: http://ogp.me/ns#")
%head
%meta(charset="UTF-8")
%meta(content="text/html;charset=utf-8" http-equiv="content-type")
%meta(http-equiv="X-UA-Compatible" content="IE=edge")
%meta(name="viewport" content="width=device-width,initial-scale=1.0")
%meta(name="author" content="Ariejan de Vroom")
%meta(name="description" content="a blog by ariejan de vroom about software engineering and craftsmanship.")
%meta(name="keywords" content="software engineering, programming, craftsmanship, devops, ruby, rubyonrails, rails, git, svn, postgres, postgresql, mysql, mac, ios, apple, web2.0, go, golang")
%meta(content="3bgidck6YUMyx-kvL_a8E4ry0DJOAIOYaZkZxQ0kZw4" name="google-site-verification")
%link(href='http://www.myopenid.com/server' rel='openid.server')
%link(href='http://ariejan.myopenid.com/' rel='openid.delegate')
%link(href="/images/favicon.ico" rel="shortcut icon" type="image/x-icon")
%link(href="https://ariejan.net/rss.xml" rel="alternate" type="application/rss+xml" title="RSS")
%link(href="/css/screen.css" rel="stylesheet" type="text/css" media="screen")
%link(href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet")
%title= "#{@item[:title]} — ariejan de vroom"
%body
.container
.row#header
.col-sm-9
%h1
%a(href="/") ariejan <span>de vroom</span>
%ol
%li= link_to "projects", "/projects/"
%li= link_to "craftsmanship", "/craftsmanship/"
%li= link_to "talks", "/talks/"
%li= link_to "about", "/about/"
.col-sm-3.align-right.hidden-xs
%ol.social
%li
%a(href="https://github.com/ariejan")
%i.icon-github
%li
%a(href="https://twitter.com/ariejan")
%i.icon-twitter
%li
%a(href="http://www.linkedin.com/in/ariejan")
%i.icon-linkedin
%li
%a(href="https://ariejan.net/rss.xml")
%i.icon-rss
.row#main
.col-sm-12
= yield
.row#footer
.col-sm-12
.copyright
%p
Copyright &copy; 1999 - #{Time.now.year} Ariejan de Vroom
%ul.tla
:plain
<li>A message from the Dark Side:</li>
<li><a href="http://www.rankexecutives.com/white-hat-seo">White Hat SEO</a></li>
<li><a href="http://www.healthy-dietplans.com/coupons/medifast-promo-codes/">Medifast Coupon Code</a></li>
:javascript
(function(){
var bsa = document.createElement('script');
bsa.type = 'text/javascript';
bsa.async = true;
bsa.src = '//s3.buysellads.com/ac/bsa.js';
(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);
})();
:javascript
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-60089-16']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();