devroom.io/layouts/default.haml

61 lines
2.4 KiB
Plaintext
Raw Normal View History

2013-06-07 12:35:24 +00:00
!!! 5
%html(lang="en" dir="ltr" prefix="og: http://ogp.me/ns#")
2013-03-22 22:53:57 +00:00
%head
2013-06-07 12:35:24 +00:00
%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,user-scalable=no")
%meta(name="author" content="Ariejan de Vroom")
2013-03-24 13:27:51 +00:00
2013-06-07 12:35:24 +00:00
%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")
2013-03-24 13:27:51 +00:00
2013-06-07 12:35:24 +00:00
%meta(content="3bgidck6YUMyx-kvL_a8E4ry0DJOAIOYaZkZxQ0kZw4" name="google-site-verification")
2013-03-24 13:27:51 +00:00
2013-06-07 12:35:24 +00:00
%link(href='http://www.myopenid.com/server' rel='openid.server')
%link(href='http://ariejan.myopenid.com/' rel='openid.delegate')
2013-03-24 13:27:51 +00:00
2013-06-07 12:35:24 +00:00
%link(href="/images/favicon.ico" rel="shortcut icon" type="image/x-icon")
%link(href="http://ariejan.net/rss.xml" rel="alternate" type="application/rss+xml" title="RSS")
2013-03-24 13:27:51 +00:00
2013-06-07 12:35:24 +00:00
%link(href="/css/screen.css" rel="stylesheet" type="text/css" media="screen")
2013-03-24 13:27:51 +00:00
%title= "#{@item[:title]} — ariejan.net"
2013-03-24 13:27:51 +00:00
2013-06-07 12:35:24 +00:00
%body
%header#title
%h1 ariejan.net
%nav#primary
%ol.interal
%li= link_to "Home", "/"
%li= link_to "Projects", "/projects/"
%li= link_to "Craftsmanship", "/craftsmanship/"
%li= link_to "Talks", "/talks/"
%li= link_to "About", "/about/"
#wrapper
= yield
%footer
.copyright
2013-03-24 16:32:20 +00:00
%p
2013-04-13 08:18:07 +00:00
Copyright © 1999 - #{Time.now.year} Ariejan de Vroom
2013-03-24 16:32:20 +00:00
%ul.tla
:plain
2013-06-07 12:35:24 +00:00
<li>A message from the Dark Side:</li>
2013-03-24 16:32:20 +00:00
<li><a href="http://www.healthy-dietplans.com/coupons/medifast-promo-codes/">Medifast Coupon Code</a></li>
2013-03-24 13:27:51 +00:00
%script{:src => "/js/plugins.js", :type => "text/javascript"}
2013-03-24 16:12:09 +00:00
: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);
})();