Skip to content

Commit 94ffed5

Browse files
committed
Use compass-normalize, and style meetups list a bit
1 parent 8afd265 commit 94ffed5

File tree

5 files changed

+335
-52
lines changed

5 files changed

+335
-52
lines changed

compass-config.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Require any additional compass plugins here.
2+
require 'compass-normalize'
23

34
# Set this to the root of your project when deployed:
45
http_path = "/"

pages/index.html.haml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
%section#meetups
2+
%h3 Meetups
23
%a#roro-mel{href: '/roro-mel.html'} RoRo Melbourne
34
%a#roro-syd{href: '/roro-syd.html'} RoRo Sydney
45
%a#roro-per{href: '/roro-per.html'} RoRo Perth
@@ -16,5 +17,4 @@
1617
%h3 Contributing to the site
1718
%p
1819
The site's source is hosted on Github:
19-
%a{href: 'https://github.com/rails-oceania/ruby.org.au'} https://github.com/rails-oceania/ruby.org.au
20-
Please refer to the <em>README</em> there for more details.
20+
<a href="https://github.com/rails-oceania/ruby.org.au">https://github.com/rails-oceania/ruby.org.au</a>. Please refer to the <a href="https://github.com/rails-oceania/ruby.org.au#readme">README</a> there for more details.

0 commit comments

Comments
 (0)