From fa275d1c90d70bd8aaa45ca4236725ad2e604db7 Mon Sep 17 00:00:00 2001 From: safiyesepetci Date: Mon, 31 Mar 2014 10:26:16 +0300 Subject: [PATCH 1/2] LAB-1 #time 30m Rss link added contact page --- source/index.html.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/index.html.haml b/source/index.html.haml index 3719708c..ce913432 100755 --- a/source/index.html.haml +++ b/source/index.html.haml @@ -196,6 +196,9 @@ %li{'data-toggle' => 'tooltip', title: 'YouTube'} = link_to 'http://www.youtube.com/user/thelab2023', target: '_blank' do %i.fa.fa-youtube-square.fa-3x + %li{'data-toggle' => 'tooltip', title: 'RSS'} + = link_to 'http://lab2023.com/feed.xml', target: '_blank' do + %i.fa.fa-rss-square.fa-3x %p.extra = link_to 'mailto:hello@lab2023.com', class: 'btn btn-primary big-buttons' do %strong Want us to work for you? From b20bf2c67c4eba88b62b5a30e2082c4be6125d90 Mon Sep 17 00:00:00 2001 From: safiyesepetci Date: Mon, 31 Mar 2014 10:35:14 +0300 Subject: [PATCH 2/2] LAB-1 #time 10m Rss link added _blog_header.haml --- source/layouts/partials/_blog_header.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/layouts/partials/_blog_header.haml b/source/layouts/partials/_blog_header.haml index 56600179..6094c23b 100644 --- a/source/layouts/partials/_blog_header.haml +++ b/source/layouts/partials/_blog_header.haml @@ -7,6 +7,9 @@ .col-lg-8 %h1 =link_to 'lab2023\'s blog posts', '/blog' + =link_to 'http://lab2023.com/feed.xml' do + %i.fa.fa-rss + %p = link_to '/' do %i.fa.fa-arrow-circle-left