From 3a4f99efac1136452296039279738c7c00514ccf Mon Sep 17 00:00:00 2001 From: Kartik Prabhu Date: Thu, 6 Jul 2017 15:58:11 -0400 Subject: [PATCH 1/3] update logo with CSS inside --- images/logo.svg | 68 +++++++++++++++++++++++++++---------------------- 1 file changed, 38 insertions(+), 30 deletions(-) diff --git a/images/logo.svg b/images/logo.svg index 7e4175b..4c6d5ea 100644 --- a/images/logo.svg +++ b/images/logo.svg @@ -1,51 +1,59 @@ - - + + + + + + + + + + + + From b635e1c3d06508af4403bafa039a0726289b5cf7 Mon Sep 17 00:00:00 2001 From: Kartik Prabhu Date: Thu, 6 Jul 2017 16:02:25 -0400 Subject: [PATCH 2/3] remove background png for logo png moved into the HTML as source --- _sass/_indietechrocks.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/_sass/_indietechrocks.scss b/_sass/_indietechrocks.scss index 34548b1..0ddcbde 100644 --- a/_sass/_indietechrocks.scss +++ b/_sass/_indietechrocks.scss @@ -7,8 +7,6 @@ table { height: 50px; margin: 0 16px 0 0; float: left; - background: url(/images/logo-50x50.png); - background-repeat: none; } table.products { From ab6e2254cbfd05515af22bd2bfeb0cac8584b550 Mon Sep 17 00:00:00 2001 From: Kartik Prabhu Date: Thu, 6 Jul 2017 16:03:40 -0400 Subject: [PATCH 3/3] remove SVG add picture remove raw SVG from HTML and put it in the element --- _includes/header.html | 64 +++---------------------------------------- 1 file changed, 4 insertions(+), 60 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index f7adbfe..267853e 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,66 +1,10 @@