Commit Graph

10 Commits

Author SHA1 Message Date
Holger Reinhardt f7a99061f0 Removing slideshare 2015-11-05 18:24:16 +01:00
Holger Reinhardt cc021c4afa Update svg-icons.html 2015-11-05 18:19:15 +01:00
Barry Clark a90775d977 Merge branch 'patch-1' of https://github.com/sunnankar/jekyll-now into sunnankar-patch-1
Conflicts:
	_includes/svg-icons.html
2015-05-02 19:41:17 -04:00
sunnankar fd977db08e Update svg-icons.html
Added SSL to fix broken links for W3C validation and preempt redirection.
2015-04-11 12:42:05 -04:00
eringrand d8d124475d added ability to include G+ icon 2015-03-17 16:16:08 -04:00
eringrand d547da86ac modifed for theme 2015-02-23 00:30:08 -05:00
Ben Abbott 404ddf26e5 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.
2014-11-12 16:42:00 +13:00
Hun Jae Lee 0fdf013bb8 Fix mailto link code
So that the created link is `mailto:email@example.com` instead of `mailto: email@example.com` (note the space after `mailto:`)
2014-09-17 19:26:21 -04:00
Bart Kiers ca618a6bd4 Added stackoverflow SVG. 2014-08-05 08:22:02 +02:00
Barry Clark fda8d43c93 Moved SVG icon markup to an include 2014-06-13 08:59:59 -04:00