chore(Repo): Add logo

Added Project logo as SVG and PNG to repo.
This commit is contained in:
Robert Morrison 2022-10-07 22:15:47 +01:00
parent 438533249e
commit ca43dafd6a
Signed by: robert
GPG Key ID: 73E012EB3F4EC696
2 changed files with 139 additions and 0 deletions

BIN
logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

139
logo.svg Normal file
View File

@ -0,0 +1,139 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="512"
height="512"
viewBox="0 0 512 512"
version="1.1"
id="svg5"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="logo.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#">
<sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#505050"
inkscape:document-units="px"
showgrid="false"
showguides="true"
inkscape:lockguides="false"
inkscape:zoom="0.98899776"
inkscape:cx="177.45237"
inkscape:cy="295.24839"
inkscape:window-width="1894"
inkscape:window-height="1014"
inkscape:window-x="10"
inkscape:window-y="30"
inkscape:window-maximized="1"
inkscape:current-layer="layer1">
<sodipodi:guide
position="0,256"
orientation="0,1"
id="guide1004"
inkscape:locked="false"
inkscape:label=""
inkscape:color="rgb(0,134,229)" />
</sodipodi:namedview>
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<rect
style="fill:#ebdbb2;stroke:#000000;stroke-width:0.245669;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1"
id="rect234"
width="512"
height="512"
x="0"
y="0"
sodipodi:insensitive="true" />
<rect
style="display:none;fill:#ebdbb2;fill-opacity:1;stroke:#000000;stroke-width:0.248384;stroke-linecap:round;stroke-linejoin:round"
id="rect1108"
width="511.75162"
height="255.75162"
x="0.12419181"
y="0.12419181"
sodipodi:insensitive="true" />
<text
xml:space="preserve"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:256px;line-height:1.25;font-family:'IBM Plex Mono';-inkscape-font-specification:'IBM Plex Mono Bold Italic';fill:#282828;fill-opacity:1"
x="22.144392"
y="217.34399"
id="text952"
inkscape:label="123"><tspan
sodipodi:role="line"
id="tspan950"
x="22.144392"
y="217.34399"
style="font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:256px;font-family:'IBM Plex Mono';-inkscape-font-specification:'IBM Plex Mono Bold Italic';fill:#282828;fill-opacity:1">123</tspan></text>
<g
id="g1487"
inkscape:label="JS LOGO"
transform="matrix(1.1822939,0,0,1.1822939,-72.215803,-80.217562)">
<rect
style="fill:#282828;fill-opacity:1;stroke:#000000;stroke-width:0.245669;stroke-linecap:round;stroke-linejoin:round"
id="rect1169"
width="165.73444"
height="140.9622"
x="316.53772"
y="349.23706"
inkscape:label="black" />
<text
xml:space="preserve"
style="font-style:italic;font-size:221.399px;line-height:1.25;font-family:'BlexMono Nerd Font';-inkscape-font-specification:'BlexMono Nerd Font Italic';fill:#fabd2f;fill-opacity:1;stroke-width:13.8374"
x="269.15118"
y="467.20792"
id="text1115"
inkscape:label="Logo"><tspan
sodipodi:role="line"
id="tspan1113"
x="269.15118"
y="467.20792"
style="fill:#fabd2f;fill-opacity:1;stroke-width:13.8374"></tspan></text>
</g>
<circle
style="fill:#282828;fill-opacity:1;stroke:#000000;stroke-width:0.369161;stroke-linecap:round;stroke-linejoin:round"
id="path1541"
cx="128"
cy="374"
r="63.815418" />
</g>
<metadata
id="metadata1110">
<rdf:RDF>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
</cc:License>
<cc:Work
rdf:about="">
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
</cc:Work>
</rdf:RDF>
</metadata>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB