forked from vonconrad/ruby.org.au
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayout.html.haml
42 lines (38 loc) · 1.93 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
!!! 5
%html{lang: 'en'}
%head
%meta{charset: 'utf-8'}
%meta{"http-equiv" => "X-UA-Compatible", content: "IE=edge,chrome=1"}
%title Ruby India
%meta{name: 'description', content: 'Ruby India'}
%meta{name: 'keywords', content: 'ruby, rails, india, bangalore, hyderabad, pune, mumbai, chennai, delhi, ahmedabad, kochi, mangalore, jaipur, lucknow, kolkata, karnataka, andhra, tamil, punjab, rajasthan, delhi, kerela, maharashtra, gujarat, 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 India
%aside#meta
%nav{role: 'navigation'}
%ul
%li
%a{href: '/committee-members.html'} Committee Members
%a{href: '/#meetups'} Meetups
%a{href: '/#railscamp'} Railscamp
%a{href: 'https://github.com/rubyindia/rubyin.org/wiki'} Wiki
%a{href: 'https://github.com/rubyindia/rubyin.org/wiki/Mentoring'} Mentoring
%p
Twitter: <a href="http://twitter.com/rubyinorg">@rubyinorg</a>
%br
Group: <a href="https://groups.google.com/forum/?fromgroups#!forum/rubyinorg">Google Group</a>
%br
Linkedin: <a href="http://www.linkedin.com/groups/Ruby-India-Organization-4478579?gid=4478579&trk=hb_side_g">Ruby India</a>
%br
IRC: <a href="http://webchat.freenode.net/?channels=rubyinorg">#rubyinorg@freenode</a>
%section{role: 'main'}
= yield
%footer{role: 'contentinfo'}
%small © 2012 Ruby India and Ruby Australia [original <a href="http://ruby.org.au" target="_blank">website</a> work]
%small Most of the logo, content and web design is pinched from Ruby Australia with ther permission.
%small Built using HTML and CSS. Hosted on Github.