Initial commit

Update .gitignore, 403.php, and 60 more files...
This commit is contained in:
2021-12-08 13:18:09 +01:00
commit b3274d1f8c
65 changed files with 2033 additions and 0 deletions

View File

@@ -0,0 +1,107 @@
/* Fonts */
@font-face {
font-family: 'Quantum';
src: url("/resources/Quantum/Quantum.otf") format('opentype');
}
/* Background for the main container and its cards */
div#body-overlay {
position: absolute;
width: 100%;
height: 100%;
background-image: url("/resources/Azias/imgs/3px-tile.png");
opacity: 0.3;
margin: 0;
padding: 0;
}
.dark-mode .card.card-bkgd {
background: var(--dm-card-bg-color) url("/resources/Azias/imgs/3px-tile-0.2.png") repeat fixed center center;
}
.bg-very-dark.title-bkgd {
background: repeat center center fixed;
background-color: var(--dark-color-dark)!important;
background-image: url("/resources/Azias/imgs/3px-tile-0.1.png");
}
/* Helpers */
.no-select {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.quantum {
font-family: 'Quantum', sans-serif;
}
.ucase {
text-transform: uppercase;
}
.font-size-26 {
font-size: 2.6rem!important;
}
.font-size-28 {
font-size: 2.8rem!important;
}
.font-size-30 {
font-size: 3.0rem!important;
}
.text-super-muted {
/*color: #6E6E6E;/**/
color: #89898A;
}
.square-corners {
border-radius: 0!important;
}
.stretch-align-items {
align-items: stretch;
}
/* Unique rules */
#copyright-text {
opacity: 0.3;
}
#privacy-footer-link {
opacity: 0.3;
text-decoration: none;
}
#privacy-footer-link:hover {
opacity: 0.75;
}
#logo-sidebar {
filter: grayscale(100%);
width: 100%;
height: auto;
}
#logo-footer {
filter: grayscale(100%);
}
#page-title-bar {
min-height: 64px;
height: 64px;
}
#header-lang-menu {
margin-right: calc(var(--content-and-card-spacing) * ( 2 / 3 ) );
}
#contact-tox-qrcode > img {
height: calc( 256px * 0.75);
-webkit-filter: invert(100%);
filter: invert(100%);
image-rendering: pixelated;
}
/* Trash */
/*.lang-icon {
height: var(--base-line-height);
max-height: var(--base-line-height);
height: var(--base-font-size);
max-height: var(--base-font-size);
}*/
/*.page-wrapper.with-transitions.with-sidebar .content-wrapper {
transition: none;
}/**/
/*div#body-overlay.error {
background-image: url("/resources/Azias/imgs/psychedelic.png");
opacity: 0.075;
}/**/

BIN
resources/Azias/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 748 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 815 B

View File

@@ -0,0 +1,17 @@
// TODO: Fix this !!!
document.getElementById("sbl-home").classList.add("active");
// Checking if the hamburger button for the side menu has been clicked
const element = document.getElementById('profile_title')
// always checking if the element is clicked, if so, do alert('hello')
document.getElementById('button-sidebar').addEventListener("click", () => {
halfmoon.toggleSidebar();
});
document.getElementById('button-copy-tox-id-main').addEventListener("click", () => {
navigator.clipboard.writeText("62C1A91A425F90D7B4F047D70CCF31E7402C9EC37B93604B0F37C416442D15044AF6C1AE033B");
});
document.getElementById('button-copy-tox-id-backup').addEventListener("click", () => {
navigator.clipboard.writeText("01ABBD4515C8FA56231333D1022CEEE0A605F4E85F8A945365F56D196A1BBA10FB4DCE08DBE8");
});

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View File

@@ -0,0 +1,100 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="200mm"
height="80mm"
viewBox="0 0 200 80"
version="1.1"
id="svg8"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
sodipodi:docname="logov3-test-finalized.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4"
inkscape:cx="457.88397"
inkscape:cy="229.89525"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="true"
inkscape:pagecheckerboard="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
showborder="true">
<inkscape:grid
type="xygrid"
id="grid18"
units="mm"
spacingx="2.5"
spacingy="2.5"
empspacing="10" />
</sodipodi:namedview>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="rect1750"
style="fill:#905ea9;fill-opacity:1;stroke:none;stroke-width:3.6595"
d="M 170.42188 49.478516 L 82.462891 82.462891 L 0 302.36133 L 75.589844 302.36133 L 170.42188 49.478516 z "
transform="scale(0.26458333)" />
<path
id="rect1750-9"
style="fill:#6b3e75;fill-opacity:1;stroke:none;stroke-width:3.6595"
d="M 302.36133 0 L 214.40234 32.984375 L 113.38672 302.36133 L 188.97656 302.36133 L 302.36133 0 z "
transform="scale(0.26458333)" />
<path
id="rect1750-9-8"
style="fill:#905ea9;fill-opacity:1;stroke:none;stroke-width:3.6595"
d="M 585.48438 49.478516 L 680.31445 302.36133 L 755.90625 302.36133 L 673.44336 82.462891 L 585.48438 49.478516 z "
transform="scale(0.26458333)" />
<path
id="rect1750-9-8-9"
style="fill:#6b3e75;fill-opacity:1;stroke:none;stroke-width:3.6595"
d="M 453.54297 0 L 566.92969 302.36133 L 642.51953 302.36133 L 541.50391 32.986328 L 453.54297 0 z "
transform="scale(0.26458333)" />
<path
id="rect1750-9-8-9-7"
style="fill:#3e3546;stroke:none;stroke-width:0.968243;fill-opacity:1"
d="m 90,-9.9999999e-7 h 20 L 140,80 h -20 z"
sodipodi:nodetypes="ccccc" />
<path
id="rect1750-9-7"
style="fill:#3e3546;fill-opacity:1;stroke:none;stroke-width:3.6595"
d="M 340.1582 0 L 377.95312 100.78711 L 415.74805 0 L 340.1582 0 z M 333.85938 16.798828 L 226.77148 302.36133 L 302.36133 302.36133 L 371.65234 117.58398 L 333.85938 16.798828 z "
transform="scale(0.26458333)" />
<path
id="rect3851"
style="fill:#3e3546;fill-opacity:1;stroke:none;stroke-width:1.1547"
d="M 283.46484 170.07812 L 283.46484 245.66992 L 419.68555 245.66992 L 391.33789 170.07812 L 283.46484 170.07812 z M 403.9375 170.07812 L 432.2832 245.66992 L 472.44141 245.66992 L 472.44141 170.07812 L 403.9375 170.07812 z "
transform="scale(0.26458333)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -0,0 +1,302 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="200mm"
height="80mm"
viewBox="0 0 200 80"
version="1.1"
id="svg8"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
sodipodi:docname="logov3-test-single-fixed.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.70710678"
inkscape:cx="221.66272"
inkscape:cy="-58.943163"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="false"
inkscape:pagecheckerboard="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
showborder="true"
inkscape:snap-intersection-paths="true"
inkscape:object-paths="true">
<inkscape:grid
type="xygrid"
id="grid18"
units="mm"
spacingx="2.5"
spacingy="2.5"
empspacing="10" />
</sodipodi:namedview>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="rect1750-9-7-3"
style="fill:#6b3e75;fill-opacity:1;stroke:none;stroke-width:0.968243"
d="m 90.000422,2.31e-4 9.999908,26.66659 9.99991,-26.66659 z M 88.33386,4.44492 60.000186,80 H 80 L 98.333247,31.110992 Z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect1750"
style="fill:#905ea9;fill-opacity:1;stroke:none;stroke-width:0.968244"
d="m 52.5,-102.5 h 20 l -30,80 h -20 z"
sodipodi:nodetypes="ccccc" />
<path
id="rect1750-9"
style="fill:#6b3e75;fill-opacity:1;stroke:none;stroke-width:0.968243"
d="M -5,-32.5 H 15 L -15,47.500001 H -35 Z"
sodipodi:nodetypes="ccccc" />
<path
id="rect1750-9-8"
style="fill:#905ea9;fill-opacity:1;stroke:none;stroke-width:0.968243"
d="m 260,5 h 20 l 30,80.000001 h -20 z"
sodipodi:nodetypes="ccccc" />
<path
id="rect1750-9-8-9-7"
style="fill:#3e3546;fill-opacity:1;stroke:none;stroke-width:0.968243"
d="m 227.5,-2.5 h 20 l 30,80.000001 h -20 z"
sodipodi:nodetypes="ccccc" />
<path
id="rect3851"
style="fill:#6b3e75;fill-opacity:1;stroke:none;stroke-width:1.1547"
d="m 283.46484,170.07812 v 75.5918 h 136.22071 l -28.34766,-75.5918 z m 120.47266,0 28.3457,75.5918 h 40.15821 v -75.5918 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300"
transform="scale(0.26458333)" />
<path
id="path3853"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
inkscape:transform-center-x="3.7499999"
inkscape:transform-center-y="0.50240517"
d="m -100,20 v -30 h 80 z"
sodipodi:nodetypes="cccc" />
<path
id="path3856"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
inkscape:transform-center-x="1.9975965"
inkscape:transform-center-y="-0.29006322"
d="m 127.5,-67.5 h 80 v 30 z"
sodipodi:nodetypes="cccc" />
<path
id="path3856-0"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
inkscape:transform-center-x="1.9975965"
inkscape:transform-center-y="-0.29006322"
d="m 217.5,-45 h 80 v 30.000001 z"
sodipodi:nodetypes="cccc" />
<path
id="path3853-6"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
inkscape:transform-center-x="3.7499999"
inkscape:transform-center-y="0.50240517"
d="M -60,-29.999999 V -60 h 80.000001 z"
sodipodi:nodetypes="cccc" />
<path
id="path906"
style="fill:#6b3e75;fill-opacity:1;stroke-width:0.264999"
inkscape:transform-center-x="1.0393701e-06"
inkscape:transform-center-y="-1.2913386e-06"
d="m 52.5,152.5 h -125 v -20 h 125 z"
sodipodi:nodetypes="ccccc" />
<path
id="rect1750-9-0"
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.968243"
d="m -32.499999,64.999999 h 20 L -42.5,145 h -20 z"
sodipodi:nodetypes="ccccc" />
<path
id="rect1750-9-8-9-1"
style="fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:0.968243"
d="m 65,105 h 20 l 30,80 H 95 Z"
sodipodi:nodetypes="ccccc" />
<path
id="rect1750-9-8-8"
style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.968243"
d="m -82.5,64.999999 h 20 L -32.5,145 h -20 z"
sodipodi:nodetypes="ccccc" />
<path
id="rect1750-0"
style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.968243"
d="m 145,105 h 20 l -30,80 h -20 z"
sodipodi:nodetypes="ccccc" />
<path
id="rect1750-9-8-9"
style="fill:#6b3e75;fill-opacity:1;stroke:none;stroke-width:0.968243"
d="m 90,-1.2e-6 h 20 L 140,80 h -20 z"
sodipodi:nodetypes="ccccc"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect1750-9-7-9"
style="fill:#3e3546;fill-opacity:1;stroke:none;stroke-width:0.968243"
d="m 82.5,-82.500002 20,10e-7 -30,80 H 52.499999 Z"
sodipodi:nodetypes="ccccc" />
<rect
style="fill:#3e3546;fill-opacity:1;stroke:none;stroke-width:0.305514"
id="rect3851-4"
width="50"
height="20"
x="67.5"
y="-37.5" />
<path
id="rect864"
style="fill:#3e3546;stroke-width:1.00157;fill-opacity:1"
d="M 230.31445 292.91406 L 226.77148 302.36133 L 302.36133 302.36133 L 305.9043 292.91406 L 230.31445 292.91406 z "
transform="scale(0.26458333)"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect3848-0-4"
style="fill:#3e3546;stroke:none;stroke-width:0.999999;fill-opacity:1"
d="M 378.80273 170.07812 L 407.15039 245.66992 L 419.68555 245.66992 L 391.33789 170.07812 L 378.80273 170.07812 z "
transform="scale(0.26458333)"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
style="fill:#905ea9;stroke:none;stroke-width:0.264583;fill-opacity:1"
d="m 90,0 h 3.333333 L 123.33333,80.000004 H 120 Z"
id="rect3848-0"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect864-0"
style="fill:#6b3e75;stroke-width:0.264999;fill-opacity:1"
d="M 139.06259,77.500409 140,80 h -19.99982 l -0.93741,-2.499591 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<rect
style="fill:#999999;stroke-width:0.264999"
id="rect854"
width="5"
height="10"
x="10.797714"
y="44.354435" />
<path
id="rect3848-0-0"
style="fill:#905ea9;fill-opacity:1;stroke:none;stroke-width:0.999999"
d="M 332.4375 20.587891 L 226.77148 302.36133 L 242.91211 292.91406 L 333.9707 50.091797 L 333.83008 50.308594 L 333.85547 20.587891 L 332.4375 20.587891 z "
transform="scale(0.26458333)"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="path901-9-4"
style="fill:#999999;fill-opacity:1;stroke-width:0.264999"
inkscape:transform-center-x="-0.45753227"
inkscape:transform-center-y="-0.45753184"
d="m 213.67483,-17.166944 6.88713,-1.732135 -6.89506,10.5979796 z"
sodipodi:nodetypes="cccc" />
<path
id="path901-9-4-0"
style="fill:#999999;fill-opacity:1;stroke-width:0.264999"
inkscape:transform-center-x="-0.45753227"
inkscape:transform-center-y="-0.45753184"
d="m 26.661262,95.997646 6.887132,-1.732135 -6.895069,10.597979 z"
sodipodi:nodetypes="cccc" />
<path
id="rect3848-0-4-8"
style="fill:#3e3546;fill-opacity:1;stroke:none;stroke-width:0.999999"
d="M 359.11719 117.58398 L 335.88867 179.52539 L 348.42383 179.52539 L 371.65234 117.58398 L 359.11719 117.58398 z "
transform="scale(0.26458333)"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect3848-0-4-8-9"
style="fill:#3e3546;fill-opacity:1;stroke:none;stroke-width:0.999999"
d="M 314.63086 236.2168 L 289.82617 302.36133 L 302.36133 302.36133 L 327.16406 236.22266 L 314.63086 236.22266 L 314.63086 236.2168 z "
transform="scale(0.26458333)"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect985"
style="fill:#905ea9;fill-opacity:1;stroke-width:0.484675"
d="M 333.85938 16.798828 L 326.11133 37.460938 L 341.60742 37.460938 L 333.85938 16.798828 z "
transform="scale(0.26458333)"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect3848-0-4-2"
style="fill:#3e3546;stroke:none;stroke-width:0.999999;fill-opacity:1"
d="M 333.85938 16.800781 L 333.89062 50.308594 L 365.38477 134.29688 L 371.65234 117.58398 L 333.85938 16.800781 z "
transform="scale(0.26458333)"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect864-8"
style="fill:#905ea9;fill-opacity:1;stroke-width:0.264999"
d="M 90.937837,2.499821 90.000426,2.31e-4 h 19.999814 l 0.93741,2.49959 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect3848-0-9"
style="fill:#3e3546;fill-opacity:1;stroke:none;stroke-width:0.999999"
d="M 415.74805 0 L 406.69336 9.4472656 L 516.53711 302.36328 L 529.13477 302.36328 L 415.74805 0 z "
transform="scale(0.26458333)"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect864-7"
style="fill:#3e3546;fill-opacity:1;stroke-width:1.00157"
d="M 462.59961 292.91406 L 453.54492 302.36133 L 529.13477 302.36133 L 525.5918 292.91406 L 462.59961 292.91406 z "
transform="scale(0.26458333)"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect864-87"
style="fill:#3e3546;fill-opacity:1;stroke-width:0.264999"
d="m 110.10439,62.500576 0.93741,2.49959 H 91.041982 l -0.93741,-2.49959 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect864-87-9"
style="fill:#3e3546;fill-opacity:1;stroke-width:0.264999"
d="m 83.245905,62.500576 -0.93741,2.49959 h 19.999825 l 0.93741,-2.49959 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect864-87-6"
style="fill:#905ea9;fill-opacity:1;stroke-width:1.00157"
d="M 351.9668 170.07812 L 335.88867 179.52539 L 382.3457 179.52539 L 391.33789 170.07812 L 351.9668 170.07812 z "
transform="scale(0.26458333)"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect3848-0-3"
style="fill:#905ea9;fill-opacity:1;stroke:none;stroke-width:0.999999"
d="M 395.70898 148.13672 L 453.54297 302.36133 L 453.54492 302.36133 L 462.59766 292.91602 L 408.30664 148.13672 L 395.70898 148.13672 z "
transform="scale(0.26458333)"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="302.362" height="302.362" viewBox="0 0 80 80" xmlns:v="https://vecta.io/nano"><g fill="#6b3e75"><path d="M30 0l10 26.667L50 0zm-1.667 4.445L0 80h20l18.333-48.89z"/><path d="M15 45v20h36.042l-7.5-20zm31.875 0l7.5 20H65V45z"/><path d="M30 0h20l30 80H60z"/></g><path d="M.937 77.5L0 80h20l.937-2.5zM40.225 45l7.5 20h3.317l-7.5-20z" fill="#3e3546"/><path d="M30 0h3.333l30 80H60z" fill="#905ea9"/><path d="M79.062 77.5L80 80H60l-.937-2.5z" fill="#6b3e75"/><path d="M27.957 5.447L0 80l4.27-2.5 24.055-64.19.007-7.864z" fill="#905ea9"/><path d="M35.016 31.1L28.87 47.5h3.317l6.146-16.4zm-11.77 31.4L16.683 80H20l6.562-17.5h-3.316z" fill="#3e3546"/><path d="M28.333 4.445l-2.05 5.467h4.1z" fill="#905ea9"/><path d="M28.333 4.445l.008 8.866 8.333 22.222 1.658-4.422z" fill="#3e3546"/><path d="M30.938 2.5L30 0h20l.937 2.5z" fill="#905ea9"/><g fill="#3e3546"><path d="M50 0l-2.396 2.5L76.667 80H80z"/><path d="M62.396 77.5L60 80h20l-.937-2.5zm-12.292-15l.937 2.5h-20l-.937-2.5z"/><path d="M23.246 62.5l-.937 2.5h20l.937-2.5z"/></g><path d="M33.124 45l-4.254 2.5h12.292l2.38-2.5zm11.574-5.805L60 80l2.395-2.5L48.03 39.195z" fill="#905ea9"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,182 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="80mm"
height="80mm"
viewBox="0 0 80 80"
version="1.1"
id="svg8"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
sodipodi:docname="logov3-test-single-fixed-precompress.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2"
inkscape:cx="181.37035"
inkscape:cy="162.03325"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="true"
inkscape:pagecheckerboard="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
showborder="true"
inkscape:snap-intersection-paths="true"
inkscape:object-paths="true">
<inkscape:grid
type="xygrid"
id="grid18"
units="mm"
spacingx="2.5"
spacingy="2.5"
empspacing="10" />
</sodipodi:namedview>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
id="rect1750-9-7-3"
style="fill:#6b3e75;fill-opacity:1;stroke:none;stroke-width:0.968243"
d="M 30.000236,2.3060138e-4 40.000144,26.666821 50.000054,2.3060138e-4 Z M 28.333674,4.4449196 0,80 H 19.999814 L 38.333061,31.110992 Z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect3851"
style="fill:#6b3e75;fill-opacity:1;stroke:none;stroke-width:0.305514"
d="m 14.999885,44.999835 v 20.00033 h 36.041729 l -7.500318,-20.00033 z m 31.875058,0 7.4998,20.00033 h 10.625193 v -20.00033 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect1750-9-8-9"
style="fill:#6b3e75;fill-opacity:1;stroke:none;stroke-width:0.968243"
d="m 29.999814,-1.59862e-6 h 20 L 79.999814,80 h -20 z"
sodipodi:nodetypes="ccccc"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect864"
style="fill:#3e3546;fill-opacity:1;stroke-width:0.264999"
d="m 0.93717816,77.500177 -0.93741083,2.49959 H 19.999582 l 0.93741,-2.49959 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect3848-0-4"
style="fill:#3e3546;fill-opacity:1;stroke:none;stroke-width:0.264583"
d="m 40.224702,44.999835 7.500318,20.00033 h 3.316594 l -7.500318,-20.00033 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
style="fill:#905ea9;fill-opacity:1;stroke:none;stroke-width:0.264583"
d="m 29.999814,-3.9862e-7 h 3.333333 L 63.333144,80.000004 h -3.33333 z"
id="rect3848-0"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect864-0"
style="fill:#6b3e75;fill-opacity:1;stroke-width:0.264999"
d="M 79.062404,77.500409 79.999814,80 h -19.99982 l -0.93741,-2.499591 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect3848-0-0"
style="fill:#905ea9;fill-opacity:1;stroke:none;stroke-width:0.264583"
d="M 27.957235,5.4472124 -2.3267e-4,79.999767 4.270309,77.500177 28.362894,13.253454 l -0.03721,0.05736 0.0067,-7.8636026 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect3848-0-4-8"
style="fill:#3e3546;fill-opacity:1;stroke:none;stroke-width:0.264583"
d="m 35.016236,31.110761 -6.145879,16.388664 h 3.316594 l 6.145877,-16.388664 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect3848-0-4-8-9"
style="fill:#3e3546;fill-opacity:1;stroke:none;stroke-width:0.264583"
d="m 23.245895,62.499027 -6.562908,17.50074 h 3.316595 L 26.56197,62.500578 h -3.316075 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect985"
style="fill:#905ea9;fill-opacity:1;stroke-width:0.128237"
d="m 28.333441,4.4446895 -2.050005,5.4668498 h 4.100007 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect3848-0-4-2"
style="fill:#3e3546;fill-opacity:1;stroke:none;stroke-width:0.264583"
d="m 28.333441,4.4452062 0.0083,8.8656088 8.332827,22.2219 1.658295,-4.421954 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect864-8"
style="fill:#905ea9;fill-opacity:1;stroke-width:0.264999"
d="M 30.937651,2.4998206 30.00024,2.3060138e-4 H 50.000054 L 50.937464,2.4998206 Z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect3848-0-9"
style="fill:#3e3546;fill-opacity:1;stroke:none;stroke-width:0.264583"
d="M 49.999818,-3.9862e-7 47.604098,2.4995886 76.666923,80.000283 h 3.333131 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect864-7"
style="fill:#3e3546;fill-opacity:1;stroke-width:0.264999"
d="m 62.395959,77.500177 -2.39572,2.49959 h 19.999815 l -0.937411,-2.49959 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect864-87"
style="fill:#3e3546;fill-opacity:1;stroke-width:0.264999"
d="m 50.104204,62.500576 0.93741,2.49959 H 31.041796 l -0.93741,-2.49959 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect864-87-9"
style="fill:#3e3546;fill-opacity:1;stroke-width:0.264999"
d="m 23.245719,62.500576 -0.93741,2.49959 h 19.999825 l 0.93741,-2.49959 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect864-87-6"
style="fill:#905ea9;fill-opacity:1;stroke-width:0.264999"
d="m 33.124362,44.999835 -4.254005,2.49959 h 12.291756 l 2.379183,-2.49959 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
<path
id="rect3848-0-3"
style="fill:#905ea9;fill-opacity:1;stroke:none;stroke-width:0.264583"
d="m 44.697814,39.194506 15.301909,40.805261 h 5.16e-4 l 2.395204,-2.499071 -14.364498,-38.30619 z"
inkscape:export-xdpi="300"
inkscape:export-ydpi="300" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB