-
Notifications
You must be signed in to change notification settings - Fork 0
/
layout.html.haml
43 lines (39 loc) · 1.51 KB
/
layout.html.haml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
!!! 5
%html{lang: 'en'}
%head
%meta{charset: 'utf-8'}
%meta{"http-equiv" => "X-UA-Compatible", content: "IE=edge,chrome=1"}
%title Ruby Australia
%meta{name: 'description', content: 'Ruby Australia'}
%meta{name: 'keywords', content: 'ruby, rails, australia, melbourne, sydney, canberra, perth, central coast, brisbane, perth, western australia, sa, south australia, victoria, new south wales, nsw, vic, qld, queensland, wa, can, programming, meetup, group, user group, conferences, events'}
%meta{name: 'viewport', content: 'width=device-width'}
%link{rel: 'stylesheet', href: '/css/screen.css'}
%script{src: '/js/modernizr.min.js'}
%body
%header{role: 'banner'}
%a{href: '/'}
%span.logo Ruby Australia
%aside#meta
%nav{role: 'navigation'}
%ul
%li
%a{href: '/committee-members.html'} Committee Members
%li
%a{href: '/#meetups'} Meetups
%li
%a{href: '/#railscamp'} Railscamp
%li
%a{href: '/#rubyconf-au'} RubyConf AU
%li
%a{href: 'https://github.com/rails-oceania/roro/wiki'} Wiki
%li
%a{href: 'https://github.com/rails-oceania/roro/wiki/Mentoring'} Mentoring
%li
%a{href: '/association.html'} Association
%p
Twitter:
%a{href: 'http://twitter.com/rubyaustralia'} @rubyaustralia
%section{role: 'main'}
= yield
%footer{role: 'contentinfo'}
%small © 2012 Ruby Australia