Updated logos, Improved UX a bit

Update footer.php, header-lang.php, and 40 more files...
This commit is contained in:
2022-06-28 16:21:45 +02:00
parent 395f9b680e
commit eab1699642
36 changed files with 29 additions and 501 deletions

View File

@@ -22,7 +22,7 @@ if(basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
</span> </span>
<a href="<?php print(l10n_url_abs('/')); ?>" class="navbar-brand ml-auto"> <a href="<?php print(l10n_url_abs('/')); ?>" class="navbar-brand ml-auto">
<span class="navbar-brand ml-auto"> <span class="navbar-brand ml-auto">
<img id="logo-footer" src="/resources/Azias/logos/logov3-test-finalized.svg" alt="logo" draggable="false"> <img id="logo-footer" src="/resources/Azias/logos/v2_full_unshaded_original.svg" alt="logo" draggable="false">
</span> </span>
</a> </a>
</nav> </nav>

View File

@@ -8,7 +8,7 @@ if(basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
<div id="header-lang-menu" class="navbar-content ml-auto"> <div id="header-lang-menu" class="navbar-content ml-auto">
<div class="dropdown with-arrow"> <div class="dropdown with-arrow">
<button class="btn" data-toggle="dropdown" type="button" id="navbar-lang-dropdown"> <button class="btn" data-toggle="dropdown" type="button" id="navbar-lang-dropdown">
<i class="fad fa-language"></i>&nbsp;&nbsp;<?php print(localize("lang.menu.title")); ?> <i class="fad fa-language"></i><span class="hidden-xs-and-down">&nbsp;&nbsp;<?php print(localize("lang.menu.title")); ?></span>
<i class="fa fa-angle-down" aria-hidden="true"></i> <i class="fa fa-angle-down" aria-hidden="true"></i>
</button> </button>
<div class="dropdown-menu dropdown-menu-right w-150" aria-labelledby="navbar-lang-dropdown"> <div class="dropdown-menu dropdown-menu-right w-150" aria-labelledby="navbar-lang-dropdown">

View File

@@ -14,7 +14,7 @@ if(!isset($SIDEBAR_ID)) {
<div class="sidebar"> <div class="sidebar">
<div class="sidebar-menu font-weight-bold"> <div class="sidebar-menu font-weight-bold">
<a href="<?php print(l10n_url_abs('/')); ?>" class="sidebar-brand no-select"> <a href="<?php print(l10n_url_abs('/')); ?>" class="sidebar-brand no-select">
<img id="logo-sidebar" src="/resources/Azias/logos/logov3-test-finalized.svg" alt="logo" draggable="false"> <img id="logo-sidebar" src="/resources/Azias/logos/v2_full_unshaded_original.svg" alt="logo" draggable="false">
</a> </a>
<h4 class="text-center quantum ucase font-size-28 text-muted">N<span class="text-super-muted">ibble</span> P<span class="text-super-muted">oker</span></h4> <h4 class="text-center quantum ucase font-size-28 text-muted">N<span class="text-super-muted">ibble</span> P<span class="text-super-muted">oker</span></h4>
<div class="sidebar-divider"></div> <div class="sidebar-divider"></div>

View File

@@ -109,7 +109,7 @@
"error.content.tags.alphanumeric": "One of the tags given in the \"tags\" URL parameter is not a valid alphanumeric string.", "error.content.tags.alphanumeric": "One of the tags given in the \"tags\" URL parameter is not a valid alphanumeric string.",
"error.content.detect.type": "The type of requested content couldn't be determined.", "error.content.detect.type": "The type of requested content couldn't be determined.",
"error.content.id.alphanumeric": "The requested resource's ID isn't a valid alphanumeric string.", "error.content.id.alphanumeric": "The requested resource's ID isn't a valid alphanumeric string.",
"error.content.data.not.exist": "The requested content doesn't have an internal item file.", "error.content.data.not.exist": "The requested content doesn't have an internal item file associated to it.",
"error.content.data.no.title": "No title found !", "error.content.data.no.title": "No title found !",
"error.content.data.no.description": "No description found !", "error.content.data.no.description": "No description found !",
"error.content.data.no.tags": "No tags found !", "error.content.data.no.tags": "No tags found !",

View File

@@ -12,7 +12,7 @@ include_once 'langs.php';
<meta property="og:title" content="Nibble Poker - <?php print(localize('contact.title')); ?>" /> <meta property="og:title" content="Nibble Poker - <?php print(localize('contact.title')); ?>" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="<?php echo($host_uri); ?>/" /> <meta property="og:url" content="<?php echo($host_uri); ?>/" />
<meta property="og:image" content="<?php echo($host_uri); ?>/resources/Azias/logos/opengraph.png"/> <meta property="og:image" content="<?php echo($host_uri); ?>/resources/Azias/logos/v2_opengraph.png"/>
<meta property="og:image:type" content="image/png"/> <meta property="og:image:type" content="image/png"/>
<meta property="og:description" content="<?php print(localize('contact.description')); ?>"/> <meta property="og:description" content="<?php print(localize('contact.description')); ?>"/>
</head> </head>

View File

@@ -34,14 +34,14 @@ if($content_has_error) {
echo('<meta property="og:description" content="'.$content_error_message.'"/>'); echo('<meta property="og:description" content="'.$content_error_message.'"/>');
echo('<meta property="og:type" content="website" />'); echo('<meta property="og:type" content="website" />');
echo('<meta property="og:url" content="' . $host_uri . '" />'); echo('<meta property="og:url" content="' . $host_uri . '" />');
echo('<meta property="og:image" content="' . $host_uri . '/resources/Azias/logos/opengraph.png"/>'); echo('<meta property="og:image" content="' . $host_uri . '/resources/Azias/logos/v2_opengraph.png"/>');
echo('<meta property="og:image:type" content="image/png"/>'); echo('<meta property="og:image:type" content="image/png"/>');
} else { } else {
if($requested_content_display_type == ContentDisplayType::CONTENT) { if($requested_content_display_type == ContentDisplayType::CONTENT) {
echo('<title>'.$content->get_head_title().' - Nibble Poker</title>'); echo('<title>'.$content->get_head_title().' - Nibble Poker</title>');
echo('<meta name="description" content="'.$content->get_head_description().'">'); echo('<meta name="description" content="'.$content->get_head_description().'">');
echo($content->get_opengraph_tags("Nibble Poker - ", "website", $host_uri, echo($content->get_opengraph_tags("Nibble Poker - ", "website", $host_uri,
null, $host_uri . "/resources/Azias/logos/opengraph.png")); null, $host_uri . "/resources/Azias/logos/v2_opengraph.png"));
} else { } else {
echo('<title>' . localize("content.title.search.card") . ' - Nibble Poker</title>'); echo('<title>' . localize("content.title.search.card") . ' - Nibble Poker</title>');
echo('<meta name="description" content="">'); echo('<meta name="description" content="">');
@@ -49,7 +49,7 @@ if($content_has_error) {
echo('<meta property="og:description" content=""/>'); echo('<meta property="og:description" content=""/>');
echo('<meta property="og:type" content="website" />'); echo('<meta property="og:type" content="website" />');
echo('<meta property="og:url" content="' . $host_uri . '" />'); echo('<meta property="og:url" content="' . $host_uri . '" />');
echo('<meta property="og:image" content="' . $host_uri . '/resources/Azias/logos/opengraph.png"/>'); echo('<meta property="og:image" content="' . $host_uri . '/resources/Azias/logos/v2_opengraph.png"/>');
echo('<meta property="og:image:type" content="image/png"/>'); echo('<meta property="og:image:type" content="image/png"/>');
} }
} }
@@ -65,13 +65,12 @@ if($content_has_error) {
<div id="page-title-bar" class="card p-0 pl-20 m-0 square-corners bg-very-dark title-bkgd navbar"> <div id="page-title-bar" class="card p-0 pl-20 m-0 square-corners bg-very-dark title-bkgd navbar">
<h2 class="content-title font-size-24 mt-20 text-truncate"> <h2 class="content-title font-size-24 mt-20 text-truncate">
<i class="fad fa-briefcase"></i>&nbsp;&nbsp;<?php <i class="fad fa-briefcase"></i>&nbsp;&nbsp;<?php
echo('<span class="hidden-xs-and-down">');
if($content_has_error) { if($content_has_error) {
echo(localize("content.title.content").'<span class="mx-10">❱</span>'.localize("content.title.error")); echo('<span class="hidden-xs-and-down">'.localize("content.title.content").'<span class="mx-10">❱</span></span>'.localize("content.title.error"));
} elseif($requested_content_display_type == ContentDisplayType::SEARCH) { } elseif($requested_content_display_type == ContentDisplayType::SEARCH) {
echo(localize("content.title.content").'<span class="mx-10">❱</span>'.localize("content.title.search.header")); echo(localize("content.title.content").'<span class="hidden-xs-and-down"><span class="mx-10">❱</span>'.localize("content.title.search.header").'</span>');
} elseif($requested_content_display_type == ContentDisplayType::CONTENT) { } elseif($requested_content_display_type == ContentDisplayType::CONTENT) {
echo(localize("content.title.content").'<span class="mx-10">❱</span>'.$content->get_head_title()); echo('<span class="hidden-xs-and-down">'.localize("content.title.content").'<span class="mx-10">❱</span></span>'.$content->get_head_title());
} }
?> ?>
</h2> </h2>

View File

@@ -424,10 +424,10 @@
"type": "raw", "link": "https://github.com/aziascreations/PB-ListComPort", "type": "raw", "link": "https://github.com/aziascreations/PB-ListComPort",
"parts": [ "parts": [
{"type": "raw", "content": "content.commons.github"}, {"type": "raw", "content": "content.commons.github"},
{"type": "raw", "content": "&nbsp;&nbsp;-&nbsp;&nbsp;", "localize": false}, {"type": "raw", "content": "<span class=\"hidden-xs-and-down\">&nbsp;&nbsp;-&nbsp;&nbsp;", "localize": false},
{ {
"type": "raw", "type": "raw",
"content": "<span class=\"font-size-12\">(https://github.com/aziascreations/PB-ListComPort)</span>", "content": "<span class=\"font-size-12\">(https://github.com/aziascreations/PB-ListComPort)</span></span>",
"localize": false "localize": false
} }
] ]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 185 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -12,7 +12,7 @@ include_once 'langs.php';
<meta property="og:title" content="Nibble Poker - Links" /> <meta property="og:title" content="Nibble Poker - Links" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="<?php echo($host_uri); ?>/" /> <meta property="og:url" content="<?php echo($host_uri); ?>/" />
<meta property="og:image" content="<?php echo($host_uri); ?>/resources/Azias/logos/opengraph.png"/> <meta property="og:image" content="<?php echo($host_uri); ?>/resources/Azias/logos/v2_opengraph.png"/>
<meta property="og:image:type" content="image/png"/> <meta property="og:image:type" content="image/png"/>
<meta property="og:description" content="A collection of links to all the other locations we are active on."/> <meta property="og:description" content="A collection of links to all the other locations we are active on."/>
</head> </head>

View File

@@ -12,7 +12,7 @@ include_once 'langs.php';
<meta property="og:title" content="Nibble Poker - <?php print(localize('privacy.title')); ?>" /> <meta property="og:title" content="Nibble Poker - <?php print(localize('privacy.title')); ?>" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="<?php echo($host_uri); ?>/" /> <meta property="og:url" content="<?php echo($host_uri); ?>/" />
<meta property="og:image" content="<?php echo($host_uri); ?>/resources/Azias/logos/opengraph.png"/> <meta property="og:image" content="<?php echo($host_uri); ?>/resources/Azias/logos/v2_opengraph.png"/>
<meta property="og:image:type" content="image/png"/> <meta property="og:image:type" content="image/png"/>
<meta property="og:description" content="<?php print(localize('privacy.description')); ?>"/> <meta property="og:description" content="<?php print(localize('privacy.description')); ?>"/>
</head> </head>

View File

@@ -195,6 +195,11 @@ h3.content-search-title {
div.content-tag-container a:not(:first-child) { div.content-tag-container a:not(:first-child) {
margin-left: 10px; margin-left: 10px;
} }
div.content-tag-container a, div.content-tag-container i {
/* Doesn't fix the line return issue ! */
display: inline-block;
}
/* Adding a margin to buttons present right after another one */ /* Adding a margin to buttons present right after another one */
button + button, .button-link + .button-link > button { button + button, .button-link + .button-link > button {
margin-left: 1.5rem !important; margin-left: 1.5rem !important;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 KiB

View File

@@ -1,302 +0,0 @@
<?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>

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -1,182 +0,0 @@
<?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>

Before

Width:  |  Height:  |  Size: 6.9 KiB

View File

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 49 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1273" height="512" xmlns:v="https://vecta.io/nano"><defs><linearGradient id="A" x1="13" y1="134.65" x2="210.29" y2="476.37" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#73275c"/><stop offset="1" stop-color="#422445"/></linearGradient><linearGradient id="B" x1="203.44" y1="-1.32" x2="500.56" y2="513.32" xlink:href="#A"/><linearGradient id="C" x1="-308.68" y1="178.76" x2="-153.18" y2="448.1" xlink:href="#A"/><linearGradient id="D" x1="-115.19" y1="112.25" x2="68.74" y2="430.82" xlink:href="#A"/><linearGradient id="E" x1="391.98" y1="2.42" x2="688.35" y2="515.75" xlink:href="#A"/><linearGradient id="F" x1="621.76" y1="82.53" x2="874" y2="519.42" xlink:href="#A"/></defs><g transform="translate(380.5)"><path d="M12,512c-6.6,0-10.1-5.06-7.79-11.24L175.79,43.24c2.31-6.18,6.11-6.18,8.42,0l55.58,148.19c2.31,6.18,2.31,16.29,0,22.47l-23.58,62.86C213.9,282.94,217.4,288,224,288h40c6.6,0,13.9,5.06,16.21,11.24l39.58,105.52C322.1,410.94,318.6,416,312,416H176c-6.6,0-13.9,5.06-16.21,11.24l-27.58,73.52C129.9,506.94,122.6,512,116,512Z" fill="url(#A)"/><path d="M196.21,11.24C193.9,5.06,197.4,0,204,0H308c6.6,0,13.9,5.06,16.21,11.24L507.79,500.76C510.1,506.94,506.6,512,500,512H396c-6.6,0-13.9-5.06-16.21-11.24Z" fill="url(#B)"/><path d="M-251.79,500.76C-254.1,506.94-261.4,512-268,512H-372c-6.6,0-10.1-5.06-7.79-11.24l131.21-349.89c2.32-6.18,9.27-13.13,15.45-15.45L-106.65,88c6.18-2.32,9.34.84,7,7Z" fill="url(#C)"/><path d="M-180,512c-6.6,0-10.1-5.06-7.79-11.24L-25.16,67.09C-22.84,60.91-15.89,54-9.71,51.64L116.76,4.21c6.18-2.31,9.34.85,7,7L-59.79,500.76C-62.1,506.94-69.4,512-76,512Z" fill="url(#D)"/><path d="M388.21 11.24c-2.31-6.18.85-9.34 7-7l126.5 47.4c6.18 2.32 13.13 9.27 15.45 15.45l162.63 433.67C702.1 506.94 698.6 512 692 512H588c-6.6 0-13.9-5.06-16.21-11.24z" fill="url(#E)"/><path d="M611.63,95c-2.32-6.18.84-9.34,7-7l126.48,47.42c6.18,2.32,13.13,9.27,15.45,15.45L891.79,500.76C894.1,506.94,890.6,512,884,512H780c-6.6,0-13.9-5.06-16.21-11.24Z" fill="url(#F)"/></g></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1273" height="512" xmlns:v="https://vecta.io/nano"><path d="M392.5 512c-6.6 0-10.1-5.06-7.79-11.24L556.29 43.24c2.31-6.18 6.11-6.18 8.42 0l55.58 148.19c2.31 6.18 2.31 16.29 0 22.47l-23.58 62.86c-2.31 6.18 1.19 11.24 7.79 11.24h40c6.6 0 13.9 5.06 16.21 11.24l39.58 105.52c2.31 6.18-1.19 11.24-7.79 11.24h-136c-6.6 0-13.9 5.06-16.21 11.24l-27.58 73.52C510.4 506.94 503.1 512 496.5 512zM576.71 11.24C574.4 5.06 577.9 0 584.5 0h104c6.6 0 13.9 5.06 16.21 11.24l183.58 489.52c2.31 6.18-1.19 11.24-7.79 11.24h-104c-6.6 0-13.9-5.06-16.21-11.24z" fill="#3e3546"/><path d="M128.71 500.76C126.4 506.94 119.1 512 112.5 512H8.5c-6.6 0-10.1-5.06-7.79-11.24l131.21-349.89c2.32-6.18 9.27-13.13 15.45-15.45L273.85 88c6.18-2.32 9.34.84 7 7z" fill="#905ea9"/><path d="M200.5 512c-6.6 0-10.1-5.06-7.79-11.24L355.34 67.09c2.32-6.18 9.27-13.09 15.45-15.45L497.26 4.21c6.18-2.31 9.34.85 7 7L320.71 500.76C318.4 506.94 311.1 512 304.5 512zM768.71 11.24c-2.31-6.18.85-9.34 7-7l126.5 47.4c6.18 2.32 13.13 9.27 15.45 15.45l162.63 433.67c2.31 6.18-1.19 11.24-7.79 11.24h-104c-6.6 0-13.9-5.06-16.21-11.24z" fill="#6b3e75"/><path d="M992.13 95c-2.32-6.18.84-9.34 7-7l126.48 47.42c6.18 2.32 13.13 9.27 15.45 15.45l131.23 349.89c2.31 6.18-1.19 11.24-7.79 11.24h-104c-6.6 0-13.9-5.06-16.21-11.24z" fill="#905ea9"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1273" height="512" xmlns:v="https://vecta.io/nano"><path d="M392.5 512c-6.6 0-10.1-5.06-7.79-11.24L556.29 43.24c2.31-6.18 6.11-6.18 8.42 0l55.58 148.19c2.31 6.18 2.31 16.29 0 22.47l-23.58 62.86c-2.31 6.18 1.19 11.24 7.79 11.24h40c6.6 0 13.9 5.06 16.21 11.24l39.58 105.52c2.31 6.18-1.19 11.24-7.79 11.24h-136c-6.6 0-13.9 5.06-16.21 11.24l-27.58 73.52C510.4 506.94 503.1 512 496.5 512zM576.71 11.24C574.4 5.06 577.9 0 584.5 0h104c6.6 0 13.9 5.06 16.21 11.24l183.58 489.52c2.31 6.18-1.19 11.24-7.79 11.24h-104c-6.6 0-13.9-5.06-16.21-11.24z" fill="#403353"/><path d="M128.71 500.76C126.4 506.94 119.1 512 112.5 512H8.5c-6.6 0-10.1-5.06-7.79-11.24l131.21-349.89c2.32-6.18 9.27-13.13 15.45-15.45L273.85 88c6.18-2.32 9.34.84 7 7z" fill="#7964ba"/><path d="M200.5 512c-6.6 0-10.1-5.06-7.79-11.24L355.34 67.09c2.32-6.18 9.27-13.09 15.45-15.45L497.26 4.21c6.18-2.31 9.34.85 7 7L320.71 500.76C318.4 506.94 311.1 512 304.5 512zM768.71 11.24c-2.31-6.18.85-9.34 7-7l126.5 47.4c6.18 2.32 13.13 9.27 15.45 15.45l162.63 433.67c2.31 6.18-1.19 11.24-7.79 11.24h-104c-6.6 0-13.9-5.06-16.21-11.24z" fill="#584a7f"/><path d="M992.13 95c-2.32-6.18.84-9.34 7-7l126.48 47.42c6.18 2.32 13.13 9.27 15.45 15.45l131.23 349.89c2.31 6.18-1.19 11.24-7.79 11.24h-104c-6.6 0-13.9-5.06-16.21-11.24z" fill="#7964ba"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" xmlns:v="https://vecta.io/nano"><defs><linearGradient id="A" x1="13" y1="134.65" x2="210.29" y2="476.37" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#73275c"/><stop offset="1" stop-color="#422445"/></linearGradient><linearGradient id="B" x1="203.44" y1="-1.32" x2="500.56" y2="513.32" xlink:href="#A"/></defs><path d="M12,512c-6.6,0-10.1-5.06-7.79-11.24L175.79,43.24c2.31-6.18,6.11-6.18,8.42,0l55.58,148.19c2.31,6.18,2.31,16.29,0,22.47l-23.58,62.86C213.9,282.94,217.4,288,224,288h40c6.6,0,13.9,5.06,16.21,11.24l39.58,105.52C322.1,410.94,318.6,416,312,416H176c-6.6,0-13.9,5.06-16.21,11.24l-27.58,73.52C129.9,506.94,122.6,512,116,512Z" fill="url(#A)"/><path d="M196.21,11.24C193.9,5.06,197.4,0,204,0H308c6.6,0,13.9,5.06,16.21,11.24L507.79,500.76C510.1,506.94,506.6,512,500,512H396c-6.6,0-13.9-5.06-16.21-11.24Z" fill="url(#B)"/></svg>

After

Width:  |  Height:  |  Size: 956 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" fill="#3e3546" xmlns:v="https://vecta.io/nano"><path d="M12 512c-6.6 0-10.1-5.06-7.79-11.24L175.79 43.24c2.31-6.18 6.11-6.18 8.42 0l55.58 148.19c2.31 6.18 2.31 16.29 0 22.47l-23.58 62.86C213.9 282.94 217.4 288 224 288h40c6.6 0 13.9 5.06 16.21 11.24l39.58 105.52C322.1 410.94 318.6 416 312 416H176c-6.6 0-13.9 5.06-16.21 11.24l-27.58 73.52C129.9 506.94 122.6 512 116 512zM196.21 11.24C193.9 5.06 197.4 0 204 0h104c6.6 0 13.9 5.06 16.21 11.24l183.58 489.52C510.1 506.94 506.6 512 500 512H396c-6.6 0-13.9-5.06-16.21-11.24z"/></svg>

After

Width:  |  Height:  |  Size: 593 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" fill="#403353" xmlns:v="https://vecta.io/nano"><path d="M12 512c-6.6 0-10.1-5.06-7.79-11.24L175.79 43.24c2.31-6.18 6.11-6.18 8.42 0l55.58 148.19c2.31 6.18 2.31 16.29 0 22.47l-23.58 62.86C213.9 282.94 217.4 288 224 288h40c6.6 0 13.9 5.06 16.21 11.24l39.58 105.52C322.1 410.94 318.6 416 312 416H176c-6.6 0-13.9 5.06-16.21 11.24l-27.58 73.52C129.9 506.94 122.6 512 116 512zM196.21 11.24C193.9 5.06 197.4 0 204 0h104c6.6 0 13.9 5.06 16.21 11.24l183.58 489.52C510.1 506.94 506.6 512 500 512H396c-6.6 0-13.9-5.06-16.21-11.24z"/></svg>

After

Width:  |  Height:  |  Size: 593 B