diff --git a/.ruby-version b/.ruby-version index e69de29..3e3c2f1 100644 --- a/.ruby-version +++ b/.ruby-version @@ -0,0 +1 @@ +2.1.1 diff --git a/source/images/content/projects/eurucamp-2015.svg b/source/images/content/projects/eurucamp-2015.svg new file mode 100644 index 0000000..73d450a --- /dev/null +++ b/source/images/content/projects/eurucamp-2015.svg @@ -0,0 +1,16 @@ + + + + eurucamp-2015 + Created with Sketch. + + + + + \ No newline at end of file diff --git a/source/index.html.haml b/source/index.html.haml index 60dd1c4..8200332 100644 --- a/source/index.html.haml +++ b/source/index.html.haml @@ -28,33 +28,35 @@ body_class: index %div.row %div.columns.small-12.large-12 %h2 Our events + %div.columns.small-12.large-4.project_image + = link_to 'http://2015.eurucamp.org/' do + = image_tag "content/projects/eurucamp-2015.svg" %div.columns.small-12.large-4.project_image = link_to 'http://2014.eurucamp.org/' do = image_tag "content/projects/eurucamp-2014.svg" %div.columns.small-12.large-4.project_image = link_to 'http://lightning.io/' do = image_tag "content/projects/lightning-io.svg" + %div.row %div.columns.small-12.large-4.project_image = link_to 'http://2014.railscamp.de' do = image_tag "content/projects/railscamp-2014.png" - %div.row %div.columns.small-12.large-4.project_image = link_to 'http://2013.eurucamp.org' do = image_tag "content/projects/eurucamp-2013.png" %div.columns.small-12.large-4.project_image = link_to 'http://jrubyconf.eu' do = image_tag "content/projects/jrubyconf.svg" + %div.row %div.columns.small-12.large-4.project_image = link_to 'http://2013.railscamp.de' do = image_tag "content/projects/railscamp-2013.png" - %div.row %div.columns.small-12.large-4.project_image = link_to 'http://2012.eurucamp.org' do = image_tag "content/projects/eurucamp-2012.png" %div.columns.small-12.large-4.project_image = link_to 'http://euruko2011.org' do = image_tag "content/projects/euruko-2011.png" - %div.columns.small-12.large-4.project_image / %section / %h2 Our partners / = partial 'partials/partners', :locals => { :partners => data.partners }