add few more badges: matrix green and licenses: cc0-1.0, gplv2 and gplv3

Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2020-12-29 22:26:07 +01:00
parent db30958903
commit 4625744ae6
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
4 changed files with 203 additions and 0 deletions

46
chat-matrix-green.svg Normal file
View File

@ -0,0 +1,46 @@
<svg
height="20"
width="78"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
>
<g
shape-rendering="crispEdges"
>
<rect
fill="#555"
height="20"
width="33"
/>
<rect
fill="#45a04b"
height="20"
width="45"
x="33"
/>
</g>
<g
fill="#fff"
font-family="Verdana,Geneva,DejaVu Sans,sans-serif"
font-size="110"
text-anchor="middle"
text-rendering="geometricPrecision"
>
<text
textLength="230"
transform="scale(.1)"
x="175"
y="140"
>
chat
</text>
<text
textLength="350"
transform="scale(.1)"
x="545"
y="140"
>
[matrix]
</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 819 B

View File

@ -0,0 +1,53 @@
<svg
aria-label="License CC0 1.0 Universal Blue"
height="20"
role="img"
width="156"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
>
<title>
License CC0 1.0 Universal Blue
</title>
<g
shape-rendering="crispEdges"
>
<rect
fill="#555"
height="20"
width="47"
/>
<rect
fill="#007ec6"
height="20"
width="109"
x="47"
/>
</g>
<g
fill="#fff"
font-family="Verdana,Geneva,DejaVu Sans,sans-serif"
font-size="110"
text-anchor="middle"
text-rendering="geometricPrecision"
>
<text
x="245"
y="140"
transform="scale(.1)"
fill="#fff"
textLength="370"
>
license
</text>
<text
fill="#fff"
textLength="990"
transform="scale(.1)"
x="1005"
y="140"
>
CC0 1.0 Universal
</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 993 B

52
license-gplv2-blue.svg Normal file
View File

@ -0,0 +1,52 @@
<svg
aria-label="License GPLv2 Blue"
height="20"
role="img"
width="92"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
>
<title>
License GPLv2 Blue
</title>
<g
shape-rendering="crispEdges">
<rect
fill="#555"
height="20"
width="47"
/>
<rect
fill="#007ec6"
height="20"
width="45"
x="47"
/>
</g>
<g
fill="#fff"
font-family="Verdana,Geneva,DejaVu Sans,sans-serif"
font-size="110"
text-anchor="middle"
text-rendering="geometricPrecision"
>
<text
fill="#fff"
textLength="370"
transform="scale(.1)"
x="245"
y="140"
>
license
</text>
<text
fill="#fff"
textLength="350"
transform="scale(.1)"
x="685"
y="140"
>
GPLv2
</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 947 B

52
license-gplv3-blue.svg Normal file
View File

@ -0,0 +1,52 @@
<svg
aria-label="License GPLv3 Blue"
height="20"
role="img"
width="92"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
>
<title>
License GPLv3 Blue
</title>
<g
shape-rendering="crispEdges">
<rect
fill="#555"
height="20"
width="47"
/>
<rect
fill="#007ec6"
height="20"
width="45"
x="47"
/>
</g>
<g
fill="#fff"
font-family="Verdana,Geneva,DejaVu Sans,sans-serif"
font-size="110"
text-anchor="middle"
text-rendering="geometricPrecision"
>
<text
fill="#fff"
textLength="370"
transform="scale(.1)"
x="245"
y="140"
>
license
</text>
<text
fill="#fff"
textLength="350"
transform="scale(.1)"
x="685"
y="140"
>
GPLv3
</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 947 B