Skip to content

Commit 5d0c92a

Browse files
committed
adds euruko 2015; fixes #49
1 parent 6e46932 commit 5d0c92a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
82 KB
Loading

source/index.html.haml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,32 +24,36 @@ body_class: index
2424
%div.row
2525
%div.columns.small-12.large-12
2626
%h2 Our events
27+
%div.columns.small-12.large-4.project_image
28+
= link_to 'http://www.euruko2015.org/' do
29+
= image_tag "content/projects/euruko-2015.png"
2730
%div.columns.small-12.large-4.project_image
2831
= link_to 'http://2015.eurucamp.org/' do
2932
= image_tag "content/projects/eurucamp-2015.svg"
3033
%div.columns.small-12.large-4.project_image
3134
= link_to 'http://2014.eurucamp.org/' do
3235
= image_tag "content/projects/eurucamp-2014.svg"
36+
%div.row
3337
%div.columns.small-12.large-4.project_image
3438
= link_to 'http://lightning.io/' do
3539
= image_tag "content/projects/lightning-io.svg"
36-
%div.row
3740
%div.columns.small-12.large-4.project_image
3841
= link_to 'http://2014.railscamp.de' do
3942
= image_tag "content/projects/railscamp-2014.png"
4043
%div.columns.small-12.large-4.project_image
4144
= link_to 'http://2013.eurucamp.org' do
4245
= image_tag "content/projects/eurucamp-2013.png"
46+
%div.row
4347
%div.columns.small-12.large-4.project_image
4448
= link_to 'http://jrubyconf.eu' do
4549
= image_tag "content/projects/jrubyconf.svg"
46-
%div.row
4750
%div.columns.small-12.large-4.project_image
4851
= link_to 'http://2013.railscamp.de' do
4952
= image_tag "content/projects/railscamp-2013.png"
5053
%div.columns.small-12.large-4.project_image
5154
= link_to 'http://2012.eurucamp.org' do
5255
= image_tag "content/projects/eurucamp-2012.png"
56+
%div.row
5357
%div.columns.small-12.large-4.project_image
5458
= link_to 'http://euruko2011.org' do
5559
= image_tag "content/projects/euruko-2011.png"

0 commit comments

Comments
 (0)