Skip to content

Commit ee57e99

Browse files
committed
Merge pull request barryclark#6 from bkiers/stackoverflow-svg
Added stackoverflow SVG.
2 parents 5de9557 + ca618a6 commit ee57e99

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ footer-links:
2727
pinterest:
2828
rss: # just type anything here for a working RSS icon, make sure you set the "url" above!
2929
twitter: jekyllrb
30+
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
3031

3132
# Your disqus shortname, entering this will enable commenting on posts
3233
disqus:

_includes/svg-icons.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
{% if site.footer-links.linkedin %}<a href="http://linkedin.com/in/{{ site.footer-links.linkedin }}">{% include svg-icons/linkedin.html %}</a>{% endif %}
88
{% if site.footer-links.pinterest %}<a href="http://pinterest.com/{{ site.footer-links.pinterest }}">{% include svg-icons/pinterest.html %}</a>{% endif %}
99
{% if site.footer-links.rss %}<a href="{{ site.baseurl }}/feed.xml">{% include svg-icons/rss.html %}</a>{% endif %}
10-
{% if site.footer-links.twitter %}<a href="http://twitter.com/{{ site.footer-links.twitter }}">{% include svg-icons/twitter.html %}</a>{% endif %}
10+
{% if site.footer-links.twitter %}<a href="http://twitter.com/{{ site.footer-links.twitter }}">{% include svg-icons/twitter.html %}</a>{% endif %}
11+
{% if site.footer-links.stackoverflow %}<a href="http://stackoverflow.com/{{ site.footer-links.stackoverflow }}">{% include svg-icons/stackoverflow.html %}</a>{% endif %}
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
<?xml version="1.0"?>
3+
<svg width="40" height="40" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
4+
<g>
5+
<title>Layer 1</title>
6+
<g stroke="null" id="layer1">
7+
<path stroke="null" fill="#919191" id="path2830" d="m7.294075,23.110188l2.385864,0.023237l-0.083177,10.552679l15.878221,0l0,-10.514505l2.51405,0l0,13.07741l-20.707843,0l0.01289,-13.138815l-0.000005,-0.000006z"/>
8+
<rect stroke="null" fill="#919191" id="rect3604" y="29.348862" x="11.184582" height="2.628626" width="12.437938"/>
9+
<rect stroke="null" fill="#a78b68" id="rect3606" transform="matrix(0.5395733410304717,0.05172669848399204,-0.05207586478003252,0.5359555264108665,3.6611416648678325,1.4067255727666614) " y="41.524347" x="18.49125" height="5.003923" width="23.066864"/>
10+
<rect stroke="null" fill="#c19653" id="rect3606-1" transform="matrix(0.5216998676238958,0.14625586092278992,-0.1472431193160242,0.5182018938275416,3.6611416648678325,1.4067255727666614) " y="27.438515" x="24.907076" height="5.003923" width="23.066864"/>
11+
<rect stroke="null" fill="#d48c28" id="rect3606-1-3" transform="matrix(0.4640090244261216,0.2783830739288475,-0.2802622193151353,0.46089786509976993,3.6611416648678325,1.4067255727666614) " y="7.461092" x="30.089396" height="5.003923" width="23.066864"/>
12+
<rect stroke="null" fill="#fe8908" id="rect3606-1-3-7" transform="matrix(0.3157222700143304,0.4376935608999602,-0.4406480862019664,0.31360536660688737,3.6611416648678325,1.4067255727666614) " y="-20.343803" x="28.488303" height="5.003923" width="23.066864"/>
13+
<rect stroke="null" fill="#ff7a15" id="rect3606-1-3-7-6" transform="matrix(0.0893402304821676,0.5310828333843179,-0.5346677562821299,0.08874120831524585,3.6611416648678325,1.4067255727666614) " y="-47.045927" x="14.158203" height="5.003923" width="23.066864"/>
14+
</g>
15+
</g>
16+
</svg>

0 commit comments

Comments
 (0)