aboutsummaryrefslogtreecommitdiff
path: root/_includes/svg-icons/rss.html
diff options
context:
space:
mode:
authorGravatar Ben Abbott <jaminscript@gmail.com> 2014-11-12 16:42:00 +1300
committerGravatar Ben Abbott <jaminscript@gmail.com> 2014-11-12 16:42:00 +1300
commit404ddf26e5e36951cbf9f212ce685896ec714a08 (patch)
tree893e88171c8b70b240873c15bd1e06dbd2a729d5 /_includes/svg-icons/rss.html
parent8e81837d1c6daaa5d255226df02f6252a46d3ddb (diff)
downloadkompetenzbolzen.github.io-404ddf26e5e36951cbf9f212ce685896ec714a08.tar.gz
Change how SVG icons are included in pages
Normally you include a .html file containing SVG data to show social media icons on the page, but this means adding up to 27KB of bloat to every single page. With this commit I have moved the SVG data into a .scss file and converted them into Data URIs so they work on multiple browsers. This means the CSS file will contain the SVG data rather than each and every page on the site.
Diffstat (limited to '_includes/svg-icons/rss.html')
-rw-r--r--_includes/svg-icons/rss.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/_includes/svg-icons/rss.html b/_includes/svg-icons/rss.html
deleted file mode 100644
index d9a49f7..0000000
--- a/_includes/svg-icons/rss.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<svg width="40px" height="40px" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
- <path d="M0.112290344,30 C0.112290344,13.4314567 13.3426506,0 29.663129,0 C45.9836073,0 59.2139676,13.4314567 59.2139676,30 C59.2139676,46.5685433 45.9836073,60 29.663129,60 C13.3426506,60 0.112290344,46.5685433 0.112290344,30 Z M0.112290344,30" fill="#E18F00" sketch:type="MSShapeGroup"></path>
- <path d="M26.5147755,38.7571296 C26.5147755,36.8192934 24.9575021,35.2291656 23.0297047,35.2291656 C21.1094331,35.2291656 19.5492775,36.8192934 19.5492775,38.7571296 C19.5492775,40.7052068 21.1094331,42.277616 23.0297047,42.277616 C24.957422,42.277616 26.5146954,40.7052881 26.5147755,38.7571296 Z M36.8075433,42.2700571 C36.8075433,32.6055847 29.062648,24.7442705 19.5492775,24.7442705 L19.5492775,29.8318017 C22.8128986,29.8318017 25.8817303,31.1272145 28.1920609,33.4740429 C30.4999895,35.8159133 31.7732853,38.9454513 31.7732853,42.2701384 L36.8075433,42.2700571 Z M45.6871482,42.2675375 C45.6871482,27.6346878 33.9604014,15.722384 19.5492775,15.722384 L19.5492775,20.8123535 C31.186916,20.8123535 40.660496,30.438869 40.660496,42.2673749 L45.6871482,42.2675375 Z M45.6871482,42.2675375" id="Path" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
- <path d="M59.2139676,30 C59.2139676,46.5685433 45.9836073,60 29.663129,60 C23.6102502,60 17.9824147,58.1525134 13.2970341,54.9827754 L47.1572554,5.81941103 C54.4691534,11.2806503 59.2139676,20.0777973 59.2139676,30 Z M59.2139676,30" id="reflec" fill-opacity="0.08" fill="#000000" sketch:type="MSShapeGroup"></path>
-</svg> \ No newline at end of file