From b7cda581d7843b0027008bf38e8569f6716114c0 Mon Sep 17 00:00:00 2001 From: Alex Coles Date: Fri, 20 Apr 2018 00:42:06 +0100 Subject: [PATCH] Add Isle of Ruby 2018 Fixes #56 --- .../content/projects/isleofruby-2018.svg | 18 ++++++++++++++++++ source/index.html.haml | 3 +++ 2 files changed, 21 insertions(+) create mode 100644 source/images/content/projects/isleofruby-2018.svg diff --git a/source/images/content/projects/isleofruby-2018.svg b/source/images/content/projects/isleofruby-2018.svg new file mode 100644 index 0000000..c0133ed --- /dev/null +++ b/source/images/content/projects/isleofruby-2018.svg @@ -0,0 +1,18 @@ + + + + Untitled + Created with Sketch. + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/index.html.haml b/source/index.html.haml index c007e10..9d95b2c 100644 --- a/source/index.html.haml +++ b/source/index.html.haml @@ -59,6 +59,9 @@ body_class: index %h2 Events %div.events.columns.small-12.large-12 %ul.small-block-grid-3.medium-block-grid-6.large-block-grid-6 + %li + = link_to 'https://2018.isleofruby.org/', class: "th", role: "button" do + = image_tag "content/projects/isleofruby-2018.svg" %li = link_to 'https://www.rubyonice.com/2018', class: "th", role: "button" do = image_tag "content/projects/rubyonice-2018.svg"