Updated example logos

This commit is contained in:
edent
2017-04-14 08:37:59 +01:00
parent d9e0fe1504
commit bc32c00ed0
3 changed files with 16 additions and 2 deletions

View File

@@ -7,9 +7,9 @@ Originally designed for my contact page - https://edent.tel/
## How Small? ## How Small?
| 839 Bytes SVG | xxx *K*B PNG | 918 Bytes SVG | XXX KB PNG | 770 Bytes SVG | xxx *K*B PNG | 918 Bytes SVG | XXX KB PNG | | 839 Bytes SVG | 18,580 Bytes PNG | 918 Bytes SVG | 22,317 bytes PNG | 463 Bytes SVG | 16,019 Bytes PNG | 275 Bytes SVG | 13,485 Bytes PNG |
|------ |----------- |------ |---------- |------ |----------- |------ |---------- | |------ |----------- |------ |---------- |------ |----------- |------ |---------- |
| ![GitHub Logo](https://cdn.rawgit.com/edent/SuperTinySocialIcons/master/tiny/github.svg) | png | ![Skype Logo](https://cdn.rawgit.com/edent/SuperTinySocialIcons/master/tiny/skype.svg) | png | ![Twitter Logo](https://cdn.rawgit.com/edent/SuperTinySocialIcons/master/tiny/twitter.svg) | png | ![Flickr Logo](https://cdn.rawgit.com/edent/SuperTinySocialIcons/master/tiny/flickr.svg) | png | | ![GitHub Logo](https://cdn.rawgit.com/edent/SuperTinySocialIcons/master/tiny/github.svg) | ![GitHub Logo](https://cdn.rawgit.com/edent/SuperTinySocialIcons/master/original/github.png) | ![Skype Logo](https://cdn.rawgit.com/edent/SuperTinySocialIcons/master/tiny/skype.svg) | ![Skype Logo](https://cdn.rawgit.com/edent/SuperTinySocialIcons/master/original/skype.png) | ![Twitter Logo](https://cdn.rawgit.com/edent/SuperTinySocialIcons/master/tiny/twitter.svg) | ![Twitter Logo](https://cdn.rawgit.com/edent/SuperTinySocialIcons/master/original/twitter.png) | ![Flickr Logo](https://cdn.rawgit.com/edent/SuperTinySocialIcons/master/tiny/flickr.svg) | ![Flickr Logo](https://cdn.rawgit.com/edent/SuperTinySocialIcons/master/original/flickr.png) |
## Can you go smaller? ## Can you go smaller?

7
tiny/flickr.svg Normal file
View File

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 512 512">
<rect height="100%" width="100%" rx="15%" ry="15%" fill="#ed1983"/>
<g>
<circle cx="150" cy="256" r="100" style="fill:#FFFFFF"/>
<circle cx="365" cy="256" r="100" style="fill:#FFFFFF"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 275 B

7
tiny/twitter.svg Normal file
View File

@@ -0,0 +1,7 @@
<svg version="1" class="square" viewBox="0 0 512 512">
<title>
Twitter
</title>
<rect height="100%" width="100%" rx="15%" ry="15%" fill="#00abf1"/>
<path d="M456 133c-14 7-31 11-47 13 17-10 30-27 37-46-15 10-34 16-52 20a82 82 0 0 0-142 57l1 18c-68-3-129-35-169-85a81 81 0 0 0 26 109c-13 0-26-4-37-9 0 39 28 72 65 80l-21 3-16-1c10 33 41 57 77 57-29 22-64 35-102 35l-20-1a233 233 0 0 0 361-196l-2-12c16-11 30-25 41-42z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 463 B