Forgot to include the logos and added the proper logo for privatebin and adjusted its configuration to reflect that
This commit is contained in:
1
public/svgs/privatebin.svg
Normal file
1
public/svgs/privatebin.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="38" width="38" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 38 38" xmlns:dc="http://purl.org/dc/elements/1.1/"><defs><radialGradient id="a" gradientUnits="userSpaceOnUse" cx="261" cy="240" r="341" gradientTransform="matrix(1.3 .000949 -.00102 1.4 -89.2 -86.2)"><stop stop-color="#ff0" offset="0"/><stop stop-color="#fa0" offset="1"/></radialGradient></defs><path stroke-linejoin="round" d="m250 3.16-227 123-0.42 247 227 124 227-123 0.42-247zm-0.711 97.9v0.006c3.78 0 7.6 0.297 11.5 0.875 41.1 6.17 72.2 40.6 66.4 70.5-5.8 29.8-33.3 56-40.1 61.7s37.1 165 37.1 165h-149s46.2-157 36.5-165c-9.7-8.14-41.2-36.9-36.4-68.9 4.81-32.1 37.6-64 74.2-64.1z" transform="matrix(.0709 0 0 .0709 1.4 1.38)" stroke="#000" stroke-linecap="round" stroke-width="10.6" fill="url(#a)"/></svg>
|
||||
|
After Width: | Height: | Size: 943 B |
7
public/svgs/redlib.svg
Normal file
7
public/svgs/redlib.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg version="1.1" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(1 0 0 -1 0 512)">
|
||||
<circle cx="256" cy="256" r="256" fill="#1a1a1a"/>
|
||||
<path d="M144,96 v320 h224 v-70 h-152 V96 z" fill="#d54455"/>
|
||||
<path d="M240,96 v226 h70 v-156 h58 V96 z" fill="#f9f9f9"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 317 B |
@@ -1,6 +1,7 @@
|
||||
# documentation: https://github.com/PrivateBin/PrivateBin/blob/master/doc/README.md
|
||||
# PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data.
|
||||
# tags: text, sharing
|
||||
# logo: svgs/privatebin.svg
|
||||
# port: 8080
|
||||
|
||||
services:
|
||||
|
||||
Reference in New Issue
Block a user