fix svg for tooling, add first image

This commit is contained in:
Joshua Hemphill
2022-01-25 19:30:18 -08:00
parent 02231ada03
commit e30341d9ef
4 changed files with 6 additions and 5 deletions

View File

@ -14,7 +14,7 @@
<br/> <br/>
[![nodepractices](./assets/images/twitter.svg)](https://twitter.com/nodepractices/) **Follow us on Twitter!** [**@nodepractices**](https://twitter.com/nodepractices/) [<img src="assets/images/twitter.svg" width="16" height="16" alt="" />](https://twitter.com/nodepractices/) **Follow us on Twitter!** [**@nodepractices**](https://twitter.com/nodepractices/)
<br/> <br/>
@ -1516,7 +1516,7 @@ Independent full-stack developer with a taste for Ops and automation.
<br/> <br/>
<a id="josh-hemphill" href="https://github.com/josh-hemphill" target="_blank"><img src="assets/images/members/jhemphill.jpg" align="left" width="100" height="100" alt="Josh Hemphill" loading="lazy"/></a> <a id="josh-hemphill" href="https://github.com/josh-hemphill" target="_blank"><img src="assets/images/members/josh-hemphill.png" align="left" width="100" height="100" alt="Josh Hemphill" loading="lazy"/></a>
[Josh Hemphill](https://github.com/josh-hemphill) [Josh Hemphill](https://github.com/josh-hemphill)
<a href="https://twitter.com/spooklogical"><img src="assets/images/twitter.svg" width="16" height="16"></img></a> <a href="https://twitter.com/spooklogical"><img src="assets/images/twitter.svg" width="16" height="16"></img></a>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

View File

@ -1,9 +1,10 @@
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg"> <svg width="200" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<clipPath id="clipCircle"> <clipPath id="clipCircle">
<circle r="100" cx="100" cy="100" /> <circle r="100" cx="100" cy="100" />
</clipPath> </clipPath>
<image clip-path="url(#clipCircle)" width="200" height="200" <image clip-path="url(#clipCircle)" width="200" height="200"
href="https://avatars.githubusercontent.com/goldbergyoni"> href="https://avatars.githubusercontent.com/goldbergyoni"
xlink:href="https://avatars.githubusercontent.com/goldbergyoni">
</image> </image>
<circle r="97" cx="100" cy="100" stroke="#33cd32" stroke-width="6" fill="none" /> <circle r="97" cx="100" cy="100" stroke="#33cd32" stroke-width="8" fill="none" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 369 B

After

Width:  |  Height:  |  Size: 478 B