Browse Source

add img/ folder for icon svgs

main
Colin McMillen 4 years ago
parent
commit
3a9e5b018b
  1. 1
      img/twitter.svg
  2. 2
      index.html

1
img/twitter.svg

@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18" fill="#EB5757" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path fill-rule="nonzero" d="M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z "></path></svg>

2
index.html

@ -34,7 +34,7 @@
<p><span><img src="https://microicon-clone.vercel.app/pin/18/FFFFFF"/></span> Boston</p>
</div>
<div class="box-footer">
<a href="https://twitter.com/mcmillen" class="btn">@mcmillen <span><img src="https://microicon-clone.vercel.app/twitter/18/EB5757"/></span></a>
<a href="https://twitter.com/mcmillen" class="btn">@mcmillen <span><img src="/img/twitter.svg"/></span></a>
<a href="https://github.com/mcmillen" class="btn">GitHub <span><img src="https://microicon-clone.vercel.app/github/18/EB5757"/></span></a>
<a href="https://tinyletter.com/mcmillen" class="btn">Newsletter <span><img src="https://microicon-clone.vercel.app/forum/18/EB5757"/></span></a>
<a href="mailto:me@famicol.in" class="btn">Email<span><img src="https://microicon-clone.vercel.app/email/18/EB5757"/></span></a>

Loading…
Cancel
Save