This repository has been archived by the owner on Apr 28, 2023. It is now read-only.
forked from vonconrad/ruby.org.au
-
Notifications
You must be signed in to change notification settings - Fork 32
/
layout.html.haml
62 lines (59 loc) · 2.26 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
!!! 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'}
%h3 Association
%ul
%li
%a{href: '/committee-members.html'} Committee Members
%li
%a{href: '/join-ruby-australia.html'} Join Ruby Australia
%li
%a{href: '/association.html'} Meeting Minutes
%li
%a{href: '/code-of-conduct.html'} Code of Conduct
%li
%a{href: '/sponsorship.html'} Sponsorship
%li
%a{href: '/#railscamp'} Rails Camp
%li
%a{href: '/#rubyconf-au'} RubyConf AU
%li
%a{href: 'http://twitter.com/rubyaustralia'} @rubyaustralia
%h3 Community
%ul
%li
%a{href: '/#meetups'} Meetups
%li
%a{href: '/articles'} Articles
%li
%a{href: 'https://groups.google.com/forum/#!forum/rails-oceania'} Mailing list
%li
%a{href: 'https://rubyau-slack.herokuapp.com/'} Slack
%li
%a{href: 'http://kiwiirc.com/client/irc.freenode.net/roro'} IRC (#roro)
%li
%a{href: 'https://vimeo.com/rubyau/channels'} Videos
%li
%a{href: 'https://github.com/rails-oceania/roro/wiki/Mentoring'} Mentoring
%li
%a{href: 'https://github.com/rails-oceania/roro/wiki'} Wiki
%li
%a{href: '/rails-girls.html'} Rails Girls
%section{role: 'main'}
= yield
%footer{role: 'contentinfo'}
%small © 2016 Ruby Australia