Add Friendica logo (SVG) (#456)

* Added friendica.svg.

* Added Friendica icon to README.md.
Added reference image to images/reference/friendica.png and updated images/reference/index.md correspondingly.

* Eliminated 11 extra bytes from fritz.svg and updated README.md correspondingly.

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
This commit is contained in:
Jonathan Gilbert
2020-10-20 05:27:28 -05:00
committed by GitHub
parent 38420ad4a6
commit 7ff4662d42
4 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -243,5 +243,6 @@ Where possible this links to the organisation's brand guidelines page.
| <img src="/images/svg/microformats.svg" width="256" /> | <img src="/images/reference/microformats.png" width="256" /> | |
| <img src="/images/svg/keepassdx.svg" width="256" /> | <img src="/images/reference/keepassdx.png" width="256" /> | https://github.com/Kunzisoft/KeePassDX |
| <img src="/images/svg/humblebundle.svg" width="256" /> | <img src="/images/reference/humblebundle.png" width="256" /> | https://cdn.worldvectorlogo.com/logos/humblebundle.svg |
| <img src="/images/svg/friendica.svg" width="256" /> | <img src="/images/reference/friendica.png" width="256" /> | https://github.com/friendica/friendica/tree/develop/images |
| <img src="/images/svg/wireguard.svg" width="256" /> | <img src="/images/reference/wireguard.svg" width="256" /> | https://www.wireguard.com/img/emblem-circle.svg |
| <img src="/images/svg/freecodecamp.svg" width="256" /> | <img src="/images/reference/freecodecamp.svg" width="256" /> | https://design-style-guide.freecodecamp.org |

6
images/svg/friendica.svg Normal file
View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Friendica" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><defs><linearGradient id="l" x2="0" y2="1"><stop stop-color="#ffffff" stop-opacity="0.4"/><stop offset="0.3" stop-color="#d6d7e8" stop-opacity="0"/><stop stop-opacity="0" offset="0.7"/><stop stop-opacity="0.4" offset="1"/></linearGradient></defs><rect fill="#000" rx="50" height="334" width="334" x="89" y="89"/><path d="m144 89c-30 0-55 25-55 55v225c0 30 25 55 55 55h225c30 0 55-25 55-55v-225c0-30-25-55-55-55z" fill="#000"/><path d="m144 102c-23 0-42 18-42 42v225c0 23 18 42 42 42h52v-88h108v-67h-108v-81h107.54687v-73z" fill="#ffc019"/><path d="m316 102v87h-107v67h107v81h-107v74h160c23 0 42-18 41-42v-225c0-23-18-42-42-42z" fill="#1872a2"/><rect fill="url(#l)" rx="50" height="334" width="334" x="89" y="89"/></svg>

After

Width:  |  Height:  |  Size: 869 B