Add Coderwall logo

This commit is contained in:
kuubeu
2023-07-02 10:41:29 +00:00
parent 3645adf695
commit 34e2ba5c8e
4 changed files with 66 additions and 51 deletions

View File

@@ -0,0 +1,8 @@
<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"
fill="#3e8dcc"><circle
cx="1" cy="1" r="1"/><circle
cx="5" cy="1" r="1"/><circle
cx="9" cy="1" r="1"/><circle
cx="5" cy="5" r="1"/><circle
cx="9" cy="5" r="1"/><circle
cx="9" cy="9" r="1"/></svg>

After

Width:  |  Height:  |  Size: 255 B

View File

@@ -321,4 +321,5 @@ Where possible this links to the organisation's brand guidelines page.
| <img src="/images/svg/mongodb.svg" width="256" /> | <img src="/images/reference/mongodb.svg" width="256" /> | https://www.mongodb.com/brand-resources |
| <img src="/images/svg/symfony.svg" width="256" /> | <img src="/images/reference/symfony.svg" width="256" /> | https://symfony.com/logo |
| <img src="/images/svg/jquery.svg" width="256" /> | <img src="/images/reference/jquery.svg" width="256" /> | https://brand.jquery.org/logos |
| <img src="/images/svg/f-droid.svg" width="256" /> | <img src="/images/reference/f-droid.svg" width="256" /> | https://gitlab.com/fdroid/fdroid-website/-/blob/master/assets/fdroid-logo.svg |
| <img src="/images/svg/f-droid.svg" width="256" /> | <img src="/images/reference/f-droid.svg" width="256" /> | https://gitlab.com/fdroid/fdroid-website/-/blob/master/assets/fdroid-logo.svg |
| <img src="/images/svg/coderwall.svg" width="256" /> | <img src="/images/reference/coderwall.svg" width="256" /> | https://coderwall.com/tos

5
images/svg/coderwall.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Coderwall" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
fill="#fff"/><path transform="scale(64)" stroke="#3e8dcc" stroke-linecap="round" d="m2 2zm2 0zm0 2zm2-2zm0 2zm0 2z"/></svg>

After

Width:  |  Height:  |  Size: 250 B