Revert "Revert "Revert "code optimization"""

pull/27/head
rottenstonks 1 year ago committed by GitHub
parent 5bdc88574c
commit 3f1809bfeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,9 @@
<footer class="footer">
<span>2023 - Revuo Monero.</span></br>
<span><a class="color-grey" href="https://revuo-xmr.com/source/">Source Code & Licenses</a>.</span>
<style>
a.color-grey {
color: var(--license-color);
}
</style>
<span>2023 - Revuo Monero.</br>
<a class="color-grey" href="https://revuo-xmr.com/source/" target="_blank">Source Code & Licenses</a>.</span>
</footer>

@ -6,26 +6,23 @@
<title>{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="description" content="Revuo Monero is a weekly newsletter where you can find find the most recent Monero news.">
<meta name="keywords" content="monero, xmr, bitmonero, cryptocurrency">
<meta name="application-name" content="{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}"/>
<meta name="apple-mobile-web-app-title" content="{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
<meta name="apple-mobile-web-app-status-bar-style" content="#2f3136">
<link rel="icon" type="image/png" sizes="32x32" href="/img/revuo-icon_1.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon_1.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32_1.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16_1.png">
<meta name="application-name" content="Revuo Monero"/>
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="theme-color" content="#193e4c">
<meta name="apple-mobile-web-app-title" content="Revuo Monero">
<meta name="apple-mobile-web-app-status-bar-style" content="#193e4c">
<link rel="apple-touch-icon" sizes="180x180" href="/img/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="/img/icons/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/icons/favicon-16x16.png">
<link rel="manifest" href="/img/icons/site.webmanifest">
<link rel="mask-icon" href="/img/icons/safari-pinned-tab.svg" color="#d56f2a">
<meta name="msapplication-TileColor" content="#d56f2a">
<meta name="theme-color" content="#2f3136">
{% if page.path contains '_posts' %}
<link rel="canonical" href="{{ page.issuenumber | replace:'index.html','' | prepend: "https://revuo-xmr.com/" }}" />
{%elsif page.periodical == "yes"%}
<link rel="canonical" href="{{ page.issuenumber | replace:'index.html','' | prepend: "https://revuo-xmr.com/periodicals/" }}" />
{%else%}
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: "https://revuo-xmr.com/" }}" />
{%endif%}
{% if page.path contains '_posts' %}
<link rel="canonical" href="{{ page.issuenumber | replace:'index.html','' | prepend: "https://revuo-xmr.com/" }}" />
{%elsif page.periodical == "yes"%}
<link rel="canonical" href="{{ page.issuenumber | replace:'index.html','' | prepend: "https://revuo-xmr.com/periodicals/" }}" />
{%else%}
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: "https://revuo-xmr.com/" }}" />
{%endif%}
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
<meta name="twitter:image" content="{% if page.path contains '_posts' %}https://revuo-xmr.com{{ page.image }}{% else %}https://revuo-xmr.com/img/revuo-monero.png{% endif %}">
@ -109,9 +106,5 @@
height: 50px;
vertical-align: middle;
}
a.color-grey {
color: var(--license-color);
}
</style>
</head>

@ -8,12 +8,12 @@
</div>
<a href="{{ site.baseurl }}">
<img class="logo" src="{{ "/img/revuo-monero-logo-shrunk.png" | prepend: site.baseurl | replace: '//', '/' }}" alt="Revuo Monero Logo">
<img class="logo" src="{{ "/img/revuo-monero-logo.png" | prepend: site.baseurl | replace: '//', '/' }}" alt="Revuo Monero Logo">
</a>
<div class="action-container action-container--right">
<a class="icon" href="https://revuo-xmr.com/support/"><img src="/img/icons/monero-color.svg" alt="Donate" title="Support" /></a>
<a class="icon" href="/atom.xml" target="_blank"><img src="/img/icons/rss-color.svg" alt="ATOM Feed" title="ATOM Feed" /></a>
<a class="icon" href="https://revuo-xmr.com/support/"><img src="/img/donate.png" alt="Donate" title="Support" /></a>
<a class="icon" href="/atom.xml" target="_blank"><img src="/img/rss_1.png" alt="ATOM Feed" title="ATOM Feed" /></a>
</div>
<div class="revuo-classes">

@ -6,23 +6,11 @@
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
img {
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, img {
margin: 0;
padding: 0;
border: 0;
@ -30,42 +18,43 @@ img {
/*- Base color -*/
$main-color: #e9e9e9;
$background-color: #0f0f0f;
$main-color: #E9E9E9;
$background-color: #0F0F0F;
$text-color: #888888;
/*- Base settings -*/
html {
background-color: $background-color;
font-size: 16px;
scroll-behavior: smooth;
@media (min-width: 940px) {
font-size: 18px;
}
line-height: 1.5;
color: $text-color;
background-color: $background-color;
font-size: 16px;
scroll-behavior: smooth;
@media (min-width: 940px) {
font-size: 18px;
}
line-height: 1.5;
color: $text-color;
}
/*- Link -*/
a {
color: $main-color;
outline: 0;
border-bottom: 2px dotted #6a6d72;
text-decoration: none;
font-weight: 700;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
&:hover,
&:focus {
color: #999999;
border-bottom: 2px dotted #333333;
}
color: $main-color;
outline: 0;
border-bottom: 2px dotted #6a6d72;
text-decoration: none;
font-weight: 700;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
&:hover,
&:focus {
color: #999999;
border-bottom: 2px dotted #333333;
}
}
a#nav-menu {
border-bottom: none;
border-bottom: none;
}

@ -1,36 +1,35 @@
p.note {
font-size: 0.7em;
margin-bottom: 1rem;
margin-top: -1rem;
font-size: 0.7em;
margin-bottom: 1rem;
margin-top: -1rem;
}
.bcstats {
background-color: var(--block-bg-color);
margin-bottom: 1.3334rem;
border-radius: 2px;
background-color: var(--block-bg-color);
margin-bottom: 1.3334rem;
border-radius: 2px;
}
.bcstats p {
padding: 1em;
margin: 0;
padding: 1em;
margin: 0;
}
.bcstats p:nth-child(even) {
background-color: var(--blog-bg-color-secondary);
background-color: var(--blog-bg-color-secondary);
}
$breakpoint-alpha: 480px; // adjust to your needs
p.table-title {
margin: 0;
padding-bottom: 0.5em;
font-weight: 700;
font-size: 16px;
padding-top: 0.5em;
margin: 0;
padding-bottom: 0.5em;
font-weight: 700;
font-size: 16px;
padding-top: 0.5em;
}
.price-table,
.moneroversary-table {
.price-table, .moneroversary-table {
margin: 0 0 1.3334rem 0;
width: 100%; // adjust to your needs
background: #45494f;
@ -43,354 +42,347 @@ p.table-title {
color: #45494f;
tr.row3 {
background-color: var(--blog-bg-color-secondary);
}
}
}
tr {
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
}
tr.row1 {
background-color: var(--block-bg-color-heading);
}
th {
display: none;
display: none;
}
td {
display: block;
display: block;
&:first-child {
padding-top: 0.5em;
padding-top: .5em;
}
&:last-child {
padding-bottom: 0.5em;
padding-bottom: .5em;
}
&:before {
content: attr(data-th) ": "; // who knew you could do this? The internet, that's who.
content: attr(data-th)": "; // who knew you could do this? The internet, that's who.
font-weight: bold;
// optional stuff to make it look nicer
width: 6.5em; // magic number :( adjust according to your own content
display: inline-block;
// end options
@media (min-width: $breakpoint-alpha) {
display: none;
}
}
}
th,
td {
th, td {
text-align: left;
margin: 0.5em 1em;
margin: .5em 1em;
@media (min-width: $breakpoint-alpha) {
display: table-cell;
padding: 0.25em 0.5em;
padding: 1em !important;
padding: .25em .5em;
padding: 1em !important;
&:first-child {
padding-left: 0;
}
&:last-child {
padding-right: 0;
}
}
}
th,
td:before {
}
th, td:before {
color: #fff;
}
td.green {
color: #66d166;
color: #66d166;
@media (min-width: $breakpoint-alpha) {
color: #51a751;
color: #51a751;
}
}
td.red {
color: #e36f6e;
color: #e36f6e;
@media (min-width: $breakpoint-alpha) {
color: #d83231;
color: #d83231;
}
}
}
.moneroversary-table {
margin: 1.3334rem 0 1.3334rem 0;
@media (max-width: $breakpoint-alpha) {
margin: 1.3334rem 0 1.3334rem 0;
@media (max-width: $breakpoint-alpha) {
background: #f0f0f0;
color: #45494f;
}
th,
td:before {
@media (max-width: $breakpoint-alpha) {
color: #45494f;
}
}
th, td:before {
@media (max-width: $breakpoint-alpha) {
color: #45494f;
}
}
}
.moneroversary-table tr.row1 {
background-color: #db8b55;
background-color: #db8b55;
}
.content h3 {
margin-top: 3rem;
background-color: #45494f;
color: white;
padding-left: 1rem;
margin-bottom: 1rem;
border-radius: 2px;
margin-top: 3rem;
background-color: #45494f;
color: white;
padding-left: 1rem;
margin-bottom: 1rem;
border-radius: 2px;
}
.content h3.orange {
background-color: #db8b55;
background-color: #db8b55;
}
.content ul,
.content ol {
line-height: 1.9;
.content ul, .content ol {
line-height: 1.9;
}
.newsbyte,
.event {
padding: 1rem;
background-color: var(--block-bg-color);
margin-top: 1rem;
.newsbyte, .event {
padding: 1rem;
background-color: var(--block-bg-color);
margin-top: 1rem;
}
.newsbyte:first-of-type,
.event:first-of-type {
margin-top: 0;
.newsbyte:first-of-type, .event:first-of-type {
margin-top: 0;
}
.newsbyte:after {
display: none;
content: "";
width: 100%;
height: 1px;
margin-top: 2rem;
background-color: #d5d5d5;
}
.newsbyte h4,
h4.stat {
font-size: 18px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 700;
@media (max-width: 480px) {
font-size: 16px;
}
display: none;
content: '';
width: 100%;
height: 1px;
margin-top: 2rem;
background-color: #d5d5d5;
}
.newsbyte h4, h4.stat {
font-size: 18px;
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-weight: 700;
@media (max-width: 480px) {
font-size: 16px;
}
}
.newsbyte p,
.event p {
margin-bottom: 0;
.newsbyte p, .event p {
margin-bottom: 0;
}
p.date {
margin-bottom: 0.2em;
font-weight: 700;
margin-bottom: 0.2em;
font-weight: 700;
}
.proposal {
margin-bottom: 1rem;
padding: 1em;
background-color: var(--block-bg-color);
margin-bottom: 1rem;
padding: 1em;
background-color: var(--block-bg-color);
}
.proposal p {
margin-bottom: 0;
margin-bottom: 0;
}
.proposal p:first-child {
padding-bottom: 0.5rem;
padding-bottom: 0.5rem;
}
.proposal p a {
line-height: 1.7;
line-height: 1.7;
}
img.merchant-img {
width: 15rem;
margin: 0 0 24px 0;
width: 15rem;
margin: 0 0 24px 0;
}
img#pepperworks {
margin-top: 40px;
margin-top: 40px;
}
img#openpriv {
margin-bottom: 0;
margin-bottom: 0;
}
img#veracrypt {
width: 10rem;
margin-top: 40px;
width: 10rem;
margin-top: 40px;
}
p.address {
background-color: var(--block-bg-color);
color: var(--link-color);
font-weight: bold;
word-wrap: break-word;
padding: 1.5rem;
margin-top: 1.5rem;
border-radius: 2px;
-webkit-touch-callout: all;
-webkit-user-select: all;
-khtml-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
background-color: var(--block-bg-color);
color: var(--link-color);
font-weight: bold;
word-wrap: break-word;
padding: 1.5rem;
margin-top: 1.5rem;
border-radius: 2px;
-webkit-touch-callout: all;
-webkit-user-select: all;
-khtml-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
}
a.qr {
display: inline-block;
border: none;
border-radius: 10px;
display: inline-block;
border: none;
border-radius: 10px;
}
a.qr img {
margin-bottom: 0;
vertical-align: middle;
margin-bottom: 0;
vertical-align: middle;
}
img.merchant-img {
margin-left: auto;
margin-right: auto;
margin-left: auto;
margin-right: auto;
}
img.fob-img {
margin-left: auto;
margin-right: auto;
width: 8rem;
background-color: rgba(0, 0, 0, 0.75);
padding: 1rem;
margin-left: auto;
margin-right: auto;
width: 8rem;
background-color: rgba(0, 0, 0, 0.75);;
padding: 1rem;
}
img.wikileaks-img {
margin-left: auto;
margin-right: auto;
width: 10rem;
margin-left: auto;
margin-right: auto;
width: 10rem;
}
img#njalla {
background-color: #01051f;
padding: 1rem;
background-color: #01051F;
padding: 1rem;
}
p.text-lead {
margin-bottom: 0;
margin-bottom: 0;
}
#post-page img.img-lead,
#post-page p.text-lead {
display: none;
#post-page img.img-lead, #post-page p.text-lead {
display: none;
}
img.gratuitas {
width: 10rem;
width: 10rem;
}
img.localmonero {
width: 10rem;
margin-bottom: -1rem;
width: 10rem;
margin-bottom: -1rem;
}
.sponsors {
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.sponsor {
box-sizing: border-box;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
flex-basis: auto;
@media (max-width: 520px) {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
box-sizing: border-box;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
flex-basis: auto;
@media (max-width: 520px) {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
img.dvchain {
height: 9rem;
margin-left: 3rem;
@media (max-width: 520px) {
margin-left: auto;
margin-top: 1rem;
height: auto;
width: 13rem;
}
height: 9rem;
margin-left: 3rem;
@media (max-width: 520px) {
margin-left: auto;
margin-top: 1rem;
height: auto;
width: 13rem;
}
}
// Periodical
// Periodical
.revuo-classes a {
padding: 1rem 2rem;
width: 11rem;
padding: 1rem 2rem;
width: 11rem;
}
#weekly .revuo-classes a.wk {
background-color: #f0f0f0;
background-color: #f0f0f0;
}
#periodical .revuo-classes a.pd,
#wrap.periodical .revuo-classes a.pd:active,
#wrap.periodical .revuo-classes a.pd:focus {
background-color: #f0f0f0;
#periodical .revuo-classes a.pd, #wrap.periodical .revuo-classes a.pd:active, #wrap.periodical .revuo-classes a.pd:focus {
background-color: #f0f0f0;
}
// Typography for Periodical
.hted-head {
margin: 2.5rem 0 1.3334rem 0;
background: #d9dadb;
color: #222222;
width: 100%;
border-radius: 2px;
padding: 1em;
text-align: left;
margin: 2.5rem 0 1.3334rem 0;
background: #d9dadb;
color: #222222;
width: 100%;
border-radius: 2px;
padding: 1em;
text-align: left;
}
#post-page h2 {
line-height: 1.3;
line-height: 1.3;
}
.text-center {
text-align: center;
text-align: center;
}
.page-numbers-display {
display: inline-block;
margin-left: 1rem;
margin-right: 1rem;
display: inline-block;
margin-left: 1rem;
margin-right: 1rem;
}
html {
scroll-behavior: smooth;
scroll-behavior: smooth;
}

@ -1,15 +1,13 @@
/* -- General Layout -- */
/* Required for footer to stick to the bottom */
html,
body {
height: 100%;
html, body {
height: 100%;
}
/* Navigation */
#nav,
#nav-left {
#nav, #nav-left {
a {
display: block;
color: $background-color;
@ -25,8 +23,8 @@ body {
}
}
span {
font-weight: 200;
}
font-weight: 200;
}
}
#nav {
@ -48,13 +46,14 @@ body {
}
#nav-list {
.nav-actions {
/* Will turn to flex on mobile */
display: none;
gap: 12px;
justify-content: center;
align-items: center;
.icon {
padding: 0;
> img {
@ -63,10 +62,11 @@ body {
}
}
/* Separator after menu */
&:after {
display: block;
content: "";
content: '';
width: 5rem;
height: 1px;
margin: 23px auto;
@ -89,8 +89,7 @@ body {
width: 1.5em;
background-color: lighten($text-color, 35%);
margin-top: 8px;
&:after,
&:before {
&:after, &:before {
content: "";
display: block;
position: relative;
@ -111,17 +110,17 @@ body {
&.btn-close:before {
top: 0;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
background-color: $background-color;
}
&.btn-close:after {
top: -4px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: $background-color;
}
}
@ -137,67 +136,67 @@ body {
}
#container {
margin: 0 auto;
max-width: 730px;
padding: 0 1.5rem;
margin:0 auto;
max-width: 730px;
padding: 0 1.5rem;
}
#header {
text-align: center;
text-align: center;
padding: 24px 0;
position: relative;
margin-bottom: 23px;
@media (max-width: 480px) {
padding-top: 10px;
padding-top: 10px;
}
a {
text-decoration: none;
color: $text-color;
display: inline-block;
text-decoration: none;
color: $text-color;
display: inline-block;
border-bottom: none;
}
img {
max-height: 100px;
margin: 0 auto;
display: block;
max-height: 100px;
margin: 0 auto;
display: block;
@media (max-width: 940px) {
max-height: 90px;
max-height: 90px;
}
@media (max-width: 600px) {
max-height: 60px;
max-height: 60px;
}
@media (max-width: 480px) {
max-height: 50px;
max-height: 50px;
}
}
h1 {
font-family: "Bebas Neue", sans-serif; //Emerald logo font
font-family: 'Bebas Neue', sans-serif; //Emerald logo font
font-weight: 400;
font-size: 4.5em;
color: #d26e2b;
@media (max-width: 940px) {
padding: 0;
padding: 0;
}
@media (max-width: 600px) {
font-size: 3em;
font-size: 3em;
}
@media (max-width: 480px) {
font-size: 2.5em;
font-size: 2.5em;
}
}
&:after {
display: none;
content: "";
display: none;
content: '';
width: 5rem;
height: 1px;
margin: 23px auto;
background-color: lighten($text-color, 70%);
@media (max-width: 480px) {
margin: 0.5rem auto;
margin: 0.5rem auto;
}
}
@media (max-width: 600px) {
padding-bottom: 0;
padding-bottom: 0;
}
}
@ -213,18 +212,18 @@ body {
#post-page {
margin-bottom: 1.5em;
@media (min-width: 940px) {
margin-bottom: 1.3334em;
}
margin-bottom: 1.3334em;
}
}
.post + .post:before {
display: block;
content: "";
width: 5rem;
height: 1px;
margin: 23px auto;
background-color: lighten($background-color, 70%) !important;
}
.post+.post:before {
display: block;
content: '';
width: 5rem;
height: 1px;
margin: 23px auto;
background-color: lighten($background-color, 70%) !important;
}
.by-line {
display: block;
@ -263,14 +262,14 @@ img {
margin: 0 auto;
margin-bottom: 24px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
img[title="Emerald"] {
box-shadow: 0 2px 6px #ddd;
}
box-shadow: 0 2px 6px #ddd;
}
code {
color: lighten($text-color, 35%);
@ -279,8 +278,7 @@ code {
/* Set the vertical rhythm (and padding-left) for lists inside post content */
.content ul,
.content ol {
.content ul, .content ol {
line-height: 1.5em; /* 24px/16px */
padding-left: 1.5em;
@media (min-width: 940px) {
@ -309,14 +307,12 @@ code {
padding: 0.5em 1em;
border-bottom: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
.page-item:hover,
.page-item:active,
.page-item:focus {
border-bottom: none;
.page-item:hover, .page-item:active, .page-item:focus {
border-bottom: none;
}
/* Footer */
@ -329,17 +325,17 @@ footer {
}
#wrap {
min-height: 100%;
position: relative;
padding-bottom: 105px;
min-height:100%;
position:relative;
padding-bottom: 105px;
}
.footer {
padding: 25px 0;
background-color: $main-color;
color: $background-color;
text-align: center;
position: absolute;
padding: 25px 0;
background-color: $main-color;
color: $background-color;
text-align: center;
position: absolute;
width: 100%;
bottom: 0;
}

@ -3,25 +3,25 @@
// Nav menu
@mixin icon-position($position) {
display: block;
display: block;
position: absolute;
top: 35px;
#{$position}: 25px;
z-index: 10;
height: 36px;
padding: 8px;
background-color: rgba(240, 240, 240, 0.6);
background-color: rgba(240,240,240,.6);
@media (max-width: 480px) {
top: 15px;
right: 10px;
top: 15px;
right: 10px;
}
}
@mixin open($x) {
-webkit-transform: translateX($x);
-moz-transform: translateX($x);
-ms-transform: translateX($x);
transform: translateX($x);
-webkit-transform: translateX($x);
-moz-transform: translateX($x);
-ms-transform: translateX($x);
transform: translateX($x);
width: 100%;
@media (min-width: 940px) {
width: 30%;
@ -29,7 +29,7 @@
}
@mixin nav-position($position) {
width: 14rem;
width: 14rem;
position: fixed;
background-color: $main-color;
top: 0;
@ -38,10 +38,10 @@
color: $background-color;
opacity: 0.95;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
z-index: 1;
padding: 72px 0;
text-align: center;
}
}

@ -4,199 +4,63 @@
*/
// .highlight { background-color: #FFF; }
.lineno {
color: darken($background-color, 25%);
margin-right: 1em;
}
.highlight .c {
color: #999988;
font-style: italic;
} /* Comment */
.highlight .err {
color: #a61717;
background-color: #e3d2d2;
} /* Error */
.highlight .k {
font-weight: bold;
} /* Keyword */
.highlight .o {
font-weight: bold;
} /* Operator */
.highlight .cm {
color: #999988;
font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
color: #999999;
font-weight: bold;
} /* Comment.Preproc */
.highlight .c1 {
color: #999988;
font-style: italic;
} /* Comment.Single */
.highlight .cs {
color: #999999;
font-weight: bold;
font-style: italic;
} /* Comment.Special */
.highlight .gd {
color: #000000;
background-color: #ffdddd;
} /* Generic.Deleted */
.highlight .gd .x {
color: #000000;
background-color: #ffaaaa;
} /* Generic.Deleted.Specific */
.highlight .ge {
font-style: italic;
} /* Generic.Emph */
.highlight .gr {
color: #aa0000;
} /* Generic.Error */
.highlight .gh {
color: #999999;
} /* Generic.Heading */
.highlight .gi {
color: #000000;
background-color: #ddffdd;
} /* Generic.Inserted */
.highlight .gi .x {
color: #000000;
background-color: #aaffaa;
} /* Generic.Inserted.Specific */
.highlight .go {
color: #888888;
} /* Generic.Output */
.highlight .gp {
color: #555555;
} /* Generic.Prompt */
.highlight .gs {
font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
color: #aaaaaa;
} /* Generic.Subheading */
.highlight .gt {
color: #aa0000;
} /* Generic.Traceback */
.highlight .kc {
font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
font-weight: bold;
} /* Keyword.Declaration */
.highlight .kp {
font-weight: bold;
} /* Keyword.Pseudo */
.highlight .kr {
font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
color: #445588;
font-weight: bold;
} /* Keyword.Type */
.highlight .m {
color: #009999;
} /* Literal.Number */
.highlight .s {
color: #d14;
} /* Literal.String */
.highlight .na {
color: #008080;
} /* Name.Attribute */
.highlight .nb {
color: #0086b3;
} /* Name.Builtin */
.highlight .nc {
color: #445588;
font-weight: bold;
} /* Name.Class */
.highlight .no {
color: #008080;
} /* Name.Constant */
.highlight .ni {
color: #800080;
} /* Name.Entity */
.highlight .ne {
color: #990000;
font-weight: bold;
} /* Name.Exception */
.highlight .nf {
color: #990000;
font-weight: bold;
} /* Name.Function */
.highlight .nn {
color: #555555;
} /* Name.Namespace */
.highlight .nt {
color: #000080;
} /* Name.Tag */
.highlight .nv {
color: #008080;
} /* Name.Variable */
.highlight .ow {
font-weight: bold;
} /* Operator.Word */
.highlight .w {
color: #bbbbbb;
} /* Text.Whitespace */
.highlight .mf {
color: #009999;
} /* Literal.Number.Float */
.highlight .mh {
color: #009999;
} /* Literal.Number.Hex */
.highlight .mi {
color: #009999;
} /* Literal.Number.Integer */
.highlight .mo {
color: #009999;
} /* Literal.Number.Oct */
.highlight .sb {
color: #d14;
} /* Literal.String.Backtick */
.highlight .sc {
color: #d14;
} /* Literal.String.Char */
.highlight .sd {
color: #d14;
} /* Literal.String.Doc */
.highlight .s2 {
color: #d14;
} /* Literal.String.Double */
.highlight .se {
color: #d14;
} /* Literal.String.Escape */
.highlight .sh {
color: #d14;
} /* Literal.String.Heredoc */
.highlight .si {
color: #d14;
} /* Literal.String.Interpol */
.highlight .sx {
color: #d14;
} /* Literal.String.Other */
.highlight .sr {
color: #009926;
} /* Literal.String.Regex */
.highlight .s1 {
color: #d14;
} /* Literal.String.Single */
.highlight .ss {
color: #990073;
} /* Literal.String.Symbol */
.highlight .bp {
color: #999999;
} /* Name.Builtin.Pseudo */
.highlight .vc {
color: #008080;
} /* Name.Variable.Class */
.highlight .vg {
color: #008080;
} /* Name.Variable.Global */
.highlight .vi {
color: #008080;
} /* Name.Variable.Instance */
.highlight .il {
color: #009999;
} /* Literal.Number.Integer.Long */
.lineno { color: darken($background-color, 25%); margin-right: 1em; }
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */
.highlight .o { font-weight: bold } /* Operator */
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #999999 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { font-weight: bold } /* Keyword.Constant */
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #009999 } /* Literal.Number */
.highlight .s { color: #d14 } /* Literal.String */
.highlight .na { color: #008080 } /* Name.Attribute */
.highlight .nb { color: #0086B3 } /* Name.Builtin */
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
.highlight .no { color: #008080 } /* Name.Constant */
.highlight .ni { color: #800080 } /* Name.Entity */
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
.highlight .nn { color: #555555 } /* Name.Namespace */
.highlight .nt { color: #000080 } /* Name.Tag */
.highlight .nv { color: #008080 } /* Name.Variable */
.highlight .ow { font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #009999 } /* Literal.Number.Float */
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
.highlight .sc { color: #d14 } /* Literal.String.Char */
.highlight .sd { color: #d14 } /* Literal.String.Doc */
.highlight .s2 { color: #d14 } /* Literal.String.Double */
.highlight .se { color: #d14 } /* Literal.String.Escape */
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
.highlight .si { color: #d14 } /* Literal.String.Interpol */
.highlight .sx { color: #d14 } /* Literal.String.Other */
.highlight .sr { color: #009926 } /* Literal.String.Regex */
.highlight .s1 { color: #d14 } /* Literal.String.Single */
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #008080 } /* Name.Variable.Class */
.highlight .vg { color: #008080 } /* Name.Variable.Global */
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */

@ -4,159 +4,144 @@
//
@font-face {
font-family: "Bebas Neue";
src: url("../font/BebasNeue-Regular.woff") format("woff"); /* Pretty Modern Browsers */
}
body {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
letter-spacing: 0.01em;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
/*- Typography for medium and small screen, based on 16px font-size -*/
p,
ul,
ol {
font-size: 18px;
line-height: 1.7em; /* 24px/16px */
margin-bottom: 1.5em; /* 24px/16px */
}
h1 {
font-size: 2.25em; /* 36px/16px */
line-height: 1.3333em; /* 48px/36px */
padding: 0.33335em 0; /* 12px/36px * 2 (Use padding instead of margin to maintain proximity with paragraph) */
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h2 {
font-size: 1.5em; /* 24px/16px */
line-height: 1.5em; /* 24px/24px */
padding: 1em 0 0 0; /* 12px/24px * 2, only top (Use padding instead of margin to maintain proximity with paragwithph) */
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
@media (max-width: 480px) {
font-size: 1.6rem;
}
}
h3 {
font-size: 1.3em; /* 18px/16px */
line-height: 1.7em; /* 24px/18px */
padding: 0.66667em 0; /* 12px/18px * 2 (Use padding instead of margin to maintain proximity with paragraph) */
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.hted-head th {
font-size: 1.1em;
}
h4,
h5,
h6 {
font-size: 1.125em; /* 18px/16px */
line-height: 1.7em; /* 24px/18px */
padding: 0.66667em 0; /* 12px/18px * 2 (Use padding instead of margin to maintain proximity with paragraph) */
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h5 {
padding-bottom: 0.3em;
font-size: 1.3em;
margin-bottom: 0.5em;
}
blockquote {
font-style: italic;
margin: 1.5em; /* 24px/18px */
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
background-color: darken($background-color, 5%);
padding: 0 1.5em; /* 24px/18px */
p,
ul,
ol {
padding: 1.5em 0; /* 24px/18px */
}
}
@media (min-width: 520px) {
//Breakpoint set to 940px
p,
ul,
ol {
font-size: 20px;
line-height: 1.7em; /* 24px/16px */
margin-bottom: 1.5em; /* 24px/16px */
font-family: 'Bebas Neue';
src: url('../font/BebasNeue-Regular.woff') format('woff'), /* Pretty Modern Browsers */
}
h3,
body {
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
letter-spacing: 0.01em;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
/*- Typography for medium and small screen, based on 16px font-size -*/
p, ul, ol {
font-size: 18px;
line-height: 1.7em; /* 24px/16px */
margin-bottom: 1.5em; /* 24px/16px */
}
h1 {
font-size: 2.25em; /* 36px/16px */
line-height: 1.3333em; /* 48px/36px */
padding: 0.33335em 0; /* 12px/36px * 2 (Use padding instead of margin to maintain proximity with paragraph) */
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
h2 {
font-size: 1.5em; /* 24px/16px */
line-height: 1.5em; /* 24px/24px */
padding: 1em 0 0 0; /* 12px/24px * 2, only top (Use padding instead of margin to maintain proximity with paragwithph) */
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
@media (max-width: 480px) {
font-size: 1.6rem;
}
}
h3 {
font-size: 1.3em; /* 18px/16px */
line-height: 1.7em; /* 24px/18px */
padding: 0.66667em 0; /* 12px/18px * 2 (Use padding instead of margin to maintain proximity with paragraph) */
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.hted-head th {
font-size: 1.1em;
}
h4, h5, h6 {
font-size: 1.125em; /* 18px/16px */
line-height: 1.7em; /* 24px/18px */
padding: 0.66667em 0; /* 12px/18px * 2 (Use padding instead of margin to maintain proximity with paragraph) */
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
h5 {
font-size: 1.5em;
padding-bottom: 0.3em;
font-size: 1.3em;
margin-bottom: 0.5em;
}
blockquote {
font-style: italic;
margin: 1.5em; /* 24px/18px */
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
background-color: darken($background-color, 5%);
padding: 0 1.5em; /* 24px/18px */
p, ul, ol {
padding: 1.5em 0; /* 24px/18px */
}
}
@media (min-width: 520px) { //Breakpoint set to 940px
p, ul, ol {
font-size: 20px;
line-height: 1.7em; /* 24px/16px */
margin-bottom: 1.5em; /* 24px/16px */
}
h3, h5 {
font-size: 1.5em;
}
.hted-head th {
font-size: 1.2em;
font-size: 1.2em;
}
}
/*- Typography for big screen, based on 18px font-size -*/
@media (min-width: 940px) {
//Breakpoint set to 940px
p,
ul,
ol {
font-size: 1em; /* 18px */
line-height: 1.7em; /* 24px/18px */
margin-bottom: 1.3334em; /* 24px/18px */
}
/*- Typography for big screen, based on 18px font-size -*/
@media (min-width: 940px) { //Breakpoint set to 940px
p, ul, ol {
font-size: 1em; /* 18px */
line-height: 1.7em; /* 24px/18px */
margin-bottom: 1.3334em; /* 24px/18px */
}
h1 {
font-size: 2.6667em; /* 48px/18px */
line-height: 1em; /* 48px/48px */
padding: 0.25em 0; /* 12px/48px * 2 (Use padding instead of margin to maintain proximity with paragraph) */
font-size: 2.6667em; /* 48px/18px */
line-height: 1em; /* 48px/48px */
padding: 0.25em 0; /* 12px/48px * 2 (Use padding instead of margin to maintain proximity with paragraph) */
}
h2 {
font-size: 2em; /* 36px/18px */
line-height: 1.7em; /* 48px/36px */
padding: 0.66667em 0 0 0; /* 12px/36px * 2, pnly top (Use padding instead of margin to maintain proximity with paragraph) */
font-size: 2em; /* 36px/18px */
line-height: 1.7em; /* 48px/36px */
padding: 0.66667em 0 0 0; /* 12px/36px * 2, pnly top (Use padding instead of margin to maintain proximity with paragraph) */
}
h3,
h4,
h5,
h6 {
font-size: 1.7em; /* 24px/18px */
line-height: 1.7em; /* 24px/24px */
padding: 0.5em 0; /* 12px/24px * 2 (Use padding instead of margin to maintain proximity with paragraph) */
h3, h4, h5, h6 {
font-size: 1.7em; /* 24px/18px */
line-height: 1.7em; /* 24px/24px */
padding: 0.5em 0; /* 12px/24px * 2 (Use padding instead of margin to maintain proximity with paragraph) */
}
h5 {
padding-bottom: 0;
font-size: 1.5em;
padding-bottom: 0;
font-size: 1.5em;
}
blockquote {
font-style: italic;
margin: 1.3334em; /* 24px/18px */
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
background-color: darken($background-color, 5%);
padding: 0 1.33334em; /* 24px/18px */
p,
ul,
ol {
padding: 1.33334em 0; /* 24px/18px */
}
}
}
font-style: italic;
margin: 1.3334em; /* 24px/18px */
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
background-color: darken($background-color, 5%);
padding: 0 1.33334em; /* 24px/18px */
p, ul, ol {
padding: 1.33334em 0; /* 24px/18px */
}
}
}

@ -5,6 +5,8 @@
//Import
@import "base", "mixin", "typography", "layout", "syntax.scss", "custom.scss", "responsive.scss";
/////////////////////////////////////////
/////////////////////////////////////////
/////////////////////////////////////////
@ -14,164 +16,101 @@
/////////////////////////////////////////
//html {
//background-color: #0f0f0f;
////background-color: #f0f0f0;
//background-color: #0f0f0f;
////background-color: #f0f0f0;
//html {
//[>background-color: #0f0f0f;<]
////background-color: #f0f0f0;
//background-color: lightblue;
//[>background-color: #0f0f0f;<]
////background-color: #f0f0f0;
//background-color: lightblue;
//}
////body {
//////background-color: #f0f0f0;
////background-color: #0f0f0f;
//////background-color: #f0f0f0;
////background-color: #0f0f0f;
//body {
//[>background-color: #0f0f0f;<]
////background-color: #f0f0f0;
//background-color: lightblue;
//[>background-color: #0f0f0f;<]
////background-color: #f0f0f0;
//background-color: lightblue;
//}
// Default Style (Dark)
:root {
--primary-color: #888888;
--secondary-color: #666666;
--font-color: #cecece;
--link-color: #e6e6e6;
--bg-color: #0f0f0f;
--heading-color: #454545;
--block-bg-color: #2f3234;
--block-bg-color-secondary: #444444;
--block-bg-color-heading: #333333;
--table-color: #cecece;
--head-nav-bg-color: transparent;
--head-nav-text-color: #d56f2a;
--menu-color: #e1e1e1;
--license-color: #666666;
--filter-color: invert(100%);
--primary-color: #888888;
--secondary-color: #666666;
--font-color: #cecece;
--link-color: #e6e6e6;
--bg-color: #0f0f0f;
--heading-color: #454545;
--block-bg-color: #2f3234;
--block-bg-color-secondary: #444444;
--block-bg-color-heading: #333333;
--table-color: #cecece;
--head-nav-bg-color: transparent;
--head-nav-text-color: #d56f2a;
--menu-color: #e1e1e1;
--license-color: #666666;
}
// Was entered incorrectly.. Dark = Light
[data-theme="dark"] {
--primary-color: #666666;
--secondary-color: #555555;
--font-color: #555555;
--link-color: #444444;
--bg-color: #2f3136;
--heading-color: #666666;
--block-bg-color: #d7d7d7;
--block-bg-color-secondary: #c0c0c0;
--block-bg-color-heading: #a5a5a5;
--table-color: #000000;
--nav-bg-color: #353637;
--nav-bg-hover-color: #d56f2a;
--nav-text-color: #d9dcde;
--head-nav-bg-color: transparent;
--head-nav-text-color: #d56f2a;
--menu-color: #d56f2a;
--license-color: #666666;
--footer-bg-color: #202225;
--filter-color: none;
--primary-color: #666666;
--secondary-color: #555555;
--font-color: #555555;
--link-color: #444444;
--bg-color: #f0f0f0;
--heading-color: #666666;
--block-bg-color: #d7d7d7;
--block-bg-color-secondary: #c0c0c0;
--block-bg-color-heading: #a5a5a5;
--table-color: #000000;
--head-nav-bg-color: transparent;
--head-nav-text-color: #d56f2a;
--menu-color: #202225;
--license-color: #666666;
}
body {
background-color: var(--bg-color);
color: var(--font-color);
background-color: var(--bg-color);
color: var(--font-color);
}
html {
background-color: var(--bg-color);
color: var(--font-color);
background-color: var(--bg-color);
color: var(--font-color);
}
h1 {
color: var(--secondary-color);
color: var(--secondary-color);
}
a {
color: var(--link-color);
color: var(--link-color);
}
.moneroversary-table,
.price-table {
color: var(--table-color);
color: var(--table-color);
}
#weekly .revuo-classes a.wk,
#periodical .revuo-classes a.pd,
#wrap.periodical .revuo-classes a.pd:active,
#wrap.periodical .revuo-classes a.pd:focus {
background-color: var(--head-nav-bg-color);
color: var(--head-nav-text-color);
background-color: var(--head-nav-bg-color);
color: var(--head-nav-text-color);
}
time.by-line,
p.by-line-post {
color: var(--table-color);
}
#nav-menu {
background-color: var(--head-nav-bg-color);
color: var(--table-color);
}
#menu,
#menu::after,
#menu::before {
background-color: var(--menu-color);
}
a.icon img {
width: 32px;
}
#nav {
background-color: var(--nav-bg-color);
}
#nav a,
#nav-left a {
color: var(--nav-text-color);
}
#nav a:hover,
#nav-left a:hover {
background-color: var(--nav-bg-hover-color);
color: var(--nav-bg-color);
}
#nav-list::after {
background-color: var(--nav-bg-hover-color);
}
#menu.btn-close::before,
#menu.btn-close::after {
background-color: var(--nav-bg-hover-color);
}
.page-item {
background-color: var(--license-color);
color: var(--footer-bg-color);
}
.pagination a:hover {
background-color: var(--nav-bg-color);
}
.footer {
background-color: var(--footer-bg-color);
color: var(--nav-text-color);
}
img {
filter: var(--filter-color);
}
img.logo,
img.img-lead,
a.icon img,
a.qr img,
img.noColorChange {
filter: none;
background-color: var(--menu-color);
}
#header .action-container {
@ -194,8 +133,7 @@ img.noColorChange {
}
#header {
a.rss,
a.donate {
a.rss, a.donate {
display: block;
padding-bottom: 0;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#d56f2a</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 522 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

@ -1,10 +0,0 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools -->
<svg width="64px" height="64px" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" fill="#000000">
<g id="SVGRepo_bgCarrier" stroke-width="0"/>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/>
<g id="SVGRepo_iconCarrier">
<path d="M127.998 0C57.318 0 0 57.317 0 127.999c0 14.127 2.29 27.716 6.518 40.43H44.8V60.733l83.2 83.2 83.198-83.2v107.695h38.282c4.231-12.714 6.521-26.303 6.521-40.43C256 57.314 198.681 0 127.998 0" fill="#F60"/>
<path d="M108.867 163.062l-36.31-36.311v67.765H18.623c22.47 36.863 63.051 61.48 109.373 61.48s86.907-24.617 109.374-61.48h-53.933V126.75l-36.31 36.31-19.13 19.129-19.128-19.128h-.002z" fill="#F60"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 905 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

@ -1 +0,0 @@
https://realfavicongenerator.net/

@ -1,7 +0,0 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools -->
<svg width="64px" height="64px" viewBox="0 0 44 44" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000">
<g id="SVGRepo_bgCarrier" stroke-width="0"/>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/>
<g id="SVGRepo_iconCarrier"> <title>RSS-color</title> <desc>Created with Sketch.</desc> <defs> </defs> <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Color-" transform="translate(-800.000000, -760.000000)" fill="#F60"> <path d="M800.000471,797.714286 C800.000471,794.243 802.81487,791.428571 806.286118,791.428571 C809.757367,791.428571 812.571765,794.243 812.571765,797.714286 C812.571765,801.185571 809.757367,804 806.286118,804 C802.81487,804 800.000471,801.185571 800.000471,797.714286 Z M844,804 L835.619661,804 C835.619661,784.358714 819.641547,768.380429 800.000471,768.380429 L800.000471,760 C824.261497,760 844,779.738714 844,804 Z M829.333543,804 L820.953204,804 C820.953204,792.446857 811.553019,783.048143 800,783.048143 L800,774.666143 C816.174541,774.666143 829.333543,787.825286 829.333543,804 Z" id="RSS"> </path> </g> </g> </g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

@ -1,307 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="1064.000000pt" height="1064.000000pt" viewBox="0 0 1064.000000 1064.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,1064.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M275 9281 c-3 -6 -12 -8 -19 -5 -16 6 -31 -12 -17 -21 6 -3 7 -13 4
-22 -8 -21 -8 -81 0 -89 3 -4 2 -14 -3 -23 -5 -10 -5 -23 -1 -30 5 -7 5 -30 1
-51 -4 -21 -4 -44 1 -51 4 -7 3 -21 -2 -30 -5 -10 -5 -20 -1 -23 5 -3 6 -26 2
-50 -4 -25 -3 -51 1 -58 4 -6 3 -20 -2 -29 -5 -10 -5 -20 -1 -23 5 -3 6 -28 2
-56 -4 -28 -3 -53 2 -56 4 -3 4 -13 -2 -23 -5 -10 -7 -21 -3 -24 7 -8 10 -97
3 -97 -7 0 -4 -89 3 -97 4 -3 2 -13 -3 -23 -5 -10 -7 -20 -3 -23 7 -8 10 -97
3 -97 -7 0 -4 -89 3 -97 4 -3 2 -13 -3 -22 -5 -10 -5 -23 -1 -30 5 -7 5 -30 1
-51 -4 -21 -4 -44 1 -51 4 -7 3 -21 -2 -30 -5 -10 -5 -20 -1 -23 5 -3 6 -26 2
-50 -4 -25 -3 -51 1 -58 4 -6 3 -20 -2 -29 -5 -10 -5 -20 -1 -23 5 -3 6 -28 2
-56 -4 -28 -3 -53 2 -56 4 -3 4 -13 -2 -23 -5 -10 -7 -21 -3 -24 7 -8 10 -97
3 -97 -7 0 -4 -89 3 -97 4 -3 2 -13 -3 -23 -5 -10 -7 -20 -3 -23 7 -8 10 -97
3 -97 -7 0 -4 -89 3 -97 4 -3 2 -13 -3 -22 -5 -10 -5 -23 -1 -30 5 -7 5 -30 1
-51 -4 -21 -4 -44 1 -51 4 -7 3 -21 -2 -30 -5 -10 -5 -20 -1 -23 5 -3 6 -26 2
-50 -4 -25 -3 -51 1 -58 4 -6 3 -20 -2 -29 -5 -10 -5 -20 -1 -23 5 -3 6 -28 2
-56 -4 -28 -3 -53 2 -56 4 -3 4 -13 -2 -23 -5 -10 -7 -21 -3 -24 7 -8 10 -97
3 -97 -7 0 -4 -89 3 -97 4 -3 2 -13 -3 -23 -5 -10 -7 -20 -3 -23 7 -8 10 -97
3 -97 -7 0 -4 -89 3 -97 4 -3 2 -13 -3 -22 -5 -10 -5 -23 -1 -30 5 -7 5 -30 1
-51 -4 -21 -4 -44 1 -51 4 -7 3 -21 -2 -30 -5 -10 -5 -20 -1 -23 5 -3 6 -26 2
-50 -4 -25 -3 -51 1 -58 4 -6 3 -20 -2 -29 -5 -10 -5 -20 -1 -23 5 -3 6 -28 2
-56 -4 -28 -3 -53 2 -56 4 -3 4 -13 -2 -23 -5 -10 -7 -21 -3 -24 7 -8 10 -97
3 -97 -7 0 -4 -89 3 -97 4 -3 2 -13 -3 -23 -5 -10 -7 -20 -3 -23 7 -8 10 -97
3 -97 -7 0 -4 -89 3 -97 4 -3 2 -13 -3 -22 -5 -10 -5 -23 -1 -30 5 -7 5 -30 1
-51 -4 -21 -4 -44 1 -51 4 -7 3 -21 -2 -30 -5 -10 -5 -20 -1 -23 5 -3 6 -26 2
-50 -4 -25 -3 -51 1 -58 4 -6 3 -20 -2 -29 -5 -10 -5 -20 -1 -23 5 -3 6 -28 2
-56 -4 -28 -3 -53 2 -56 4 -3 4 -13 -2 -23 -5 -10 -7 -21 -3 -24 7 -8 10 -97
3 -97 -7 0 -4 -89 3 -97 4 -3 2 -13 -3 -23 -5 -10 -7 -20 -3 -23 7 -8 10 -97
3 -97 -7 0 -4 -89 3 -97 4 -3 2 -13 -3 -22 -5 -10 -5 -23 -1 -30 5 -7 5 -30 1
-51 -4 -21 -4 -44 1 -51 4 -7 3 -21 -2 -30 -5 -10 -5 -20 -1 -23 5 -3 6 -26 2
-50 -4 -25 -3 -51 1 -58 4 -6 3 -20 -2 -29 -5 -10 -5 -20 -1 -23 5 -3 6 -28 2
-56 -4 -28 -3 -53 2 -56 4 -3 4 -13 -2 -23 -5 -10 -7 -21 -3 -24 7 -8 10 -97
3 -97 -7 0 -4 -89 3 -97 4 -3 2 -13 -3 -23 -5 -10 -7 -20 -3 -23 7 -8 10 -97
3 -97 -7 0 -4 -89 3 -97 4 -3 2 -13 -3 -22 -5 -10 -5 -23 -1 -30 5 -7 5 -30 1
-51 -4 -21 -4 -44 1 -51 4 -7 3 -21 -2 -30 -5 -10 -5 -20 -1 -23 5 -3 6 -26 2
-50 -4 -25 -3 -51 1 -58 4 -6 3 -20 -2 -29 -5 -10 -5 -20 -1 -23 5 -3 6 -28 2
-56 -4 -28 -3 -53 2 -56 4 -3 4 -13 -2 -23 -5 -10 -7 -21 -3 -24 7 -8 10 -97
3 -97 -7 0 -4 -89 3 -97 4 -3 2 -13 -3 -23 -5 -10 -7 -20 -3 -23 7 -8 10 -97
3 -97 -7 0 -4 -89 3 -97 4 -3 2 -13 -3 -22 -5 -10 -5 -23 -1 -30 5 -7 5 -30 1
-51 -4 -21 -4 -44 1 -51 4 -7 3 -21 -2 -30 -5 -10 -5 -20 -1 -23 5 -3 6 -26 2
-50 -4 -25 -3 -51 1 -58 4 -6 3 -20 -2 -29 -5 -10 -5 -20 -1 -23 5 -3 6 -28 2
-56 -4 -28 -3 -53 2 -56 4 -3 4 -13 -2 -23 -5 -10 -7 -21 -3 -24 7 -8 10 -97
3 -97 -7 0 -4 -89 3 -97 4 -3 2 -13 -3 -23 -5 -10 -7 -20 -3 -23 7 -8 10 -97
3 -97 -7 0 -4 -89 3 -97 4 -3 2 -14 -4 -24 -5 -11 -6 -19 -1 -19 5 0 6 -14 4
-32 -4 -26 -2 -30 11 -25 9 3 19 2 22 -4 4 -5 13 -6 22 0 9 5 29 5 45 1 16 -5
28 -5 28 0 0 6 10 6 25 0 15 -6 27 -6 30 0 3 5 15 6 28 1 12 -5 32 -5 45 0 12
5 22 5 22 -1 0 -5 12 -5 29 0 15 4 33 5 40 1 6 -4 34 -4 61 -1 28 4 50 3 50
-1 0 -4 14 -4 30 1 17 5 30 5 30 2 0 -9 69 -7 77 2 3 3 14 1 24 -4 12 -7 20
-7 24 0 4 6 13 7 24 1 9 -5 23 -6 30 -1 8 4 27 4 42 0 17 -5 29 -5 29 0 0 6
10 6 25 0 15 -6 27 -6 30 0 3 5 15 6 28 1 12 -5 32 -5 45 0 12 5 22 5 22 -1 0
-5 12 -5 29 0 15 4 34 4 40 0 7 -4 30 -4 52 0 22 4 42 4 45 -1 9 -16 30 2 33
29 1 15 4 36 5 47 1 11 -1 35 -5 53 -4 17 -3 34 1 37 5 3 5 18 1 33 -4 15 -6
36 -5 47 1 11 3 32 3 47 1 16 1 40 2 55 0 16 2 37 3 48 1 11 -1 35 -5 53 -4
17 -3 34 1 37 5 3 5 18 1 33 -4 15 -6 36 -5 47 4 32 7 88 5 115 -1 14 -1 32
-1 40 0 8 1 40 0 70 0 30 1 66 3 80 1 14 0 40 -4 58 -4 17 -3 34 1 37 5 3 5
18 1 33 -4 15 -6 36 -5 47 4 32 7 88 5 115 -1 14 -1 32 -1 40 0 8 1 40 0 70 0
30 1 66 3 80 1 14 0 40 -4 58 -4 17 -3 34 1 37 5 3 5 18 1 33 -4 15 -6 38 -4
52 4 36 7 253 4 300 -1 8 -1 33 0 55 1 22 1 47 0 55 0 8 0 56 0 105 1 50 0 97
0 105 -1 8 -1 33 0 55 1 22 1 47 0 55 0 8 0 56 0 105 1 50 0 97 0 105 -1 8 -1
33 0 55 1 22 1 47 0 55 0 8 0 56 0 105 1 50 0 96 0 103 -2 28 -2 39 -2 82 1
62 1 78 1 93 1 6 1 37 0 67 0 30 1 66 3 80 1 14 0 40 -4 58 -4 17 -3 32 1 32
4 0 4 16 0 35 -8 35 1 52 20 40 6 -3 10 -2 10 4 0 7 8 7 23 2 14 -5 30 -5 40
0 9 6 17 6 17 2 0 -4 78 -8 173 -9 267 -1 440 -14 579 -45 51 -12 99 -21 106
-22 6 0 12 -4 12 -9 0 -5 4 -7 8 -4 5 3 51 -16 102 -41 74 -36 108 -60 159
-113 86 -89 90 -94 128 -170 47 -97 94 -247 109 -352 3 -18 6 -42 8 -53 13
-75 23 -180 33 -320 12 -170 5 -1715 -7 -1715 -4 0 -6 -411 -1 -433 0 -4 10
-3 20 3 13 6 22 7 26 0 3 -6 15 -6 30 0 15 6 27 6 30 0 4 -7 13 -6 25 0 12 6
21 7 25 0 4 -6 15 -6 30 0 14 5 25 6 25 2 0 -7 116 -5 137 3 7 2 15 0 18 -5 3
-6 15 -6 30 0 15 6 27 6 30 0 3 -5 15 -6 28 -1 12 5 34 5 49 0 16 -4 28 -4 28
1 0 6 10 6 25 0 15 -6 27 -6 30 0 3 6 15 6 30 0 15 -6 27 -6 30 0 3 6 15 6 30
0 15 -6 27 -6 30 0 4 7 13 7 24 0 10 -5 21 -7 24 -4 7 7 87 11 87 4 0 -7 59
-5 66 3 3 3 16 2 28 -3 12 -4 29 -4 37 0 8 5 21 5 29 0 7 -4 23 -5 35 0 12 5
28 4 35 0 21 -13 53 8 47 31 -3 10 -2 19 1 19 8 0 6 169 -1 177 -3 3 -2 16 3
29 5 13 6 26 0 29 -5 3 -5 18 0 35 5 17 5 32 0 35 -6 3 -5 16 0 29 5 13 6 26
3 29 -7 7 -10 117 -3 117 3 0 4 37 2 82 -2 46 -2 97 -2 113 1 17 2 49 3 73 1
23 -1 42 -5 42 -4 0 -3 14 2 30 5 17 6 30 2 30 -4 0 -7 25 -7 55 0 30 2 55 5
55 7 0 3 170 -3 177 -3 3 -2 16 3 29 5 13 6 26 0 29 -5 3 -5 18 0 35 5 17 5
32 0 35 -6 3 -5 16 0 29 5 13 6 26 3 29 -8 8 -9 117 -2 117 4 0 3 16 -1 35 -4
19 -5 35 -1 35 4 0 4 25 1 55 -3 30 -2 55 3 55 4 0 5 4 2 10 -3 5 -8 148 -10
317 -2 170 -6 335 -9 368 -3 33 -8 102 -11 153 -4 52 -8 106 -10 120 -2 15 -7
54 -11 87 -3 33 -8 63 -10 67 -3 4 -7 26 -10 49 -4 23 -12 57 -20 75 -8 19
-12 34 -9 34 2 0 -4 20 -15 44 -10 24 -16 47 -13 50 4 3 1 6 -5 6 -7 0 -11 4
-9 8 3 10 -70 135 -95 161 -10 11 -18 23 -18 27 0 3 -43 48 -95 99 -52 51 -95
91 -95 87 0 -3 -8 3 -18 14 -39 40 -92 84 -102 84 -5 0 -10 4 -10 8 0 4 -38
39 -85 77 l-86 70 28 22 c15 12 36 29 46 38 9 8 17 13 17 10 0 -3 6 -1 13 5 6
6 44 33 82 62 39 28 100 81 137 118 63 64 145 176 140 193 -1 4 1 7 6 7 4 0
12 12 19 28 16 35 34 86 35 92 0 3 3 10 7 15 5 6 12 24 16 40 12 44 12 45 15
50 1 3 3 8 4 13 10 39 17 71 21 92 3 14 8 39 11 55 3 17 8 41 9 55 2 14 6 45
10 70 6 45 8 62 22 220 4 47 7 312 6 590 -2 863 -23 1254 -73 1385 -5 14 -7
25 -4 25 4 0 1 7 -6 15 -7 8 -10 15 -7 15 17 0 -104 221 -156 285 -4 6 -29 39
-55 75 -26 36 -53 71 -60 79 -7 8 -21 25 -30 39 -33 50 -142 166 -219 233 -91
79 -291 182 -396 204 -10 2 -27 7 -37 10 -93 30 -373 68 -507 69 -35 1 -63 3
-63 6 0 3 -33 6 -72 7 -40 1 -167 4 -283 8 -115 3 -214 5 -220 5 -5 0 -47 -1
-93 -2 -45 -2 -82 0 -82 4 0 4 -12 3 -26 -2 -18 -7 -23 -7 -18 2 5 7 3 8 -5 4
-17 -11 -111 -13 -117 -4 -3 5 -11 5 -17 1 -17 -10 -47 -11 -47 -2 0 5 -10 5
-22 1 -29 -9 -59 -9 -75 1 -6 4 -14 4 -17 -1 -5 -9 -47 -9 -63 1 -7 4 -14 4
-17 -1 -5 -9 -47 -9 -63 1 -7 4 -14 4 -17 -1 -6 -9 -47 -8 -64 2 -7 4 -12 2
-12 -4 0 -8 -6 -8 -20 0 -13 7 -20 7 -20 1 0 -7 -8 -7 -23 -2 -13 5 -30 5 -37
1 -8 -5 -21 -5 -30 0 -9 5 -22 5 -30 0 -7 -4 -24 -4 -37 1 -12 5 -23 5 -23 1
0 -4 -11 -7 -25 -7 -14 0 -25 3 -25 6 0 3 -23 3 -50 -1 -28 -4 -53 -3 -56 1
-3 5 -16 4 -29 -1 -14 -5 -25 -6 -25 -2 0 5 -23 6 -50 2 -28 -4 -53 -3 -56 2
-3 4 -14 4 -24 -2 -11 -6 -21 -6 -25 -1 -3 6 -17 6 -33 1 -16 -4 -36 -4 -45 1
-9 6 -18 5 -22 0z m1301 -961 c32 -1 109 -1 169 0 185 1 336 -8 423 -25 319
-62 510 -225 622 -530 36 -99 55 -192 77 -380 14 -123 7 -553 -13 -710 -2 -22
-7 -60 -9 -85 -12 -120 -28 -235 -40 -287 -13 -59 -15 -69 -19 -88 -8 -42 -28
-110 -36 -120 -4 -5 -13 -31 -21 -57 -7 -27 -17 -48 -21 -48 -4 0 -8 -6 -8
-13 0 -20 -74 -128 -120 -175 -88 -89 -207 -148 -355 -177 -105 -20 -331 -25
-500 -11 -122 10 -233 18 -275 19 -19 1 -39 8 -43 15 -5 8 -11 147 -12 310 -2
163 -6 437 -9 607 -7 350 -14 760 -22 1230 -3 176 -5 327 -5 335 1 8 1 26 0
40 0 14 -2 52 -2 85 l-2 60 68 1 c37 1 70 4 74 7 3 4 9 5 12 2 4 -2 34 -4 67
-5z"/>
<path d="M4889 9290 c-11 -37 -14 -144 -5 -159 4 -5 2 -12 -3 -15 -6 -4 -6
-18 -1 -35 4 -15 4 -34 0 -41 -4 -7 -4 -26 0 -41 5 -16 5 -31 0 -34 -5 -3 -5
-18 -1 -33 5 -15 5 -36 1 -47 -4 -11 -4 -32 1 -47 4 -15 4 -30 -1 -33 -5 -3
-5 -18 -1 -33 4 -15 5 -38 1 -52 -4 -14 -3 -37 1 -52 4 -15 4 -30 -1 -33 -5
-3 -5 -18 -2 -33 4 -15 6 -40 5 -57 -6 -60 -5 -124 2 -134 3 -6 1 -11 -5 -11
-6 0 -8 -5 -5 -11 4 -6 7 -33 6 -60 -1 -27 -1 -71 -2 -98 -1 -27 2 -54 5 -60
4 -5 2 -12 -3 -15 -6 -4 -6 -18 -1 -35 4 -15 4 -34 0 -41 -4 -7 -4 -26 0 -41
5 -16 5 -31 0 -34 -5 -3 -5 -18 -1 -33 5 -15 5 -36 1 -47 -4 -11 -4 -32 1 -47
4 -15 4 -30 -1 -33 -5 -3 -5 -18 -1 -33 4 -15 5 -38 1 -52 -4 -14 -3 -37 1
-52 4 -15 4 -30 -1 -33 -5 -3 -5 -18 -2 -33 4 -15 6 -40 5 -57 -6 -60 -5 -124
2 -134 3 -6 1 -11 -5 -11 -6 0 -8 -5 -5 -11 4 -6 7 -33 6 -60 -1 -27 -1 -71
-2 -98 -1 -27 2 -54 5 -60 4 -5 2 -12 -3 -15 -6 -4 -6 -18 -1 -35 4 -15 4 -34
0 -41 -4 -7 -4 -26 0 -41 5 -16 5 -31 0 -34 -5 -3 -5 -18 -1 -33 5 -15 5 -36
1 -47 -4 -11 -4 -32 1 -47 4 -15 4 -30 -1 -33 -5 -3 -5 -18 -1 -33 4 -15 5
-38 1 -52 -4 -14 -3 -37 1 -52 4 -15 4 -30 -1 -33 -5 -3 -5 -18 -2 -33 4 -15
6 -40 5 -57 -6 -60 -5 -124 2 -134 3 -6 1 -11 -5 -11 -6 0 -8 -5 -5 -11 7 -10
7 -29 4 -161 -1 -25 2 -51 5 -57 4 -5 2 -12 -3 -15 -6 -4 -6 -18 -1 -35 4 -15
4 -34 0 -41 -4 -7 -4 -26 0 -41 5 -16 5 -31 0 -34 -5 -3 -5 -18 -1 -33 5 -15
5 -36 1 -47 -4 -11 -4 -32 1 -47 4 -15 4 -30 -1 -33 -5 -3 -5 -18 -1 -33 4
-15 5 -38 1 -52 -4 -14 -3 -37 1 -52 4 -15 4 -30 -1 -33 -5 -3 -5 -18 -2 -33
4 -15 6 -40 5 -57 -6 -60 -5 -124 2 -134 3 -6 1 -11 -5 -11 -6 0 -8 -5 -5 -11
4 -6 7 -33 6 -60 -1 -27 -1 -71 -2 -98 -1 -27 2 -54 5 -60 4 -5 2 -12 -3 -15
-6 -4 -6 -18 -1 -35 4 -15 4 -34 0 -41 -4 -7 -4 -26 0 -41 5 -16 5 -31 0 -34
-5 -3 -5 -18 -1 -33 5 -15 5 -36 1 -47 -4 -11 -4 -32 1 -47 4 -15 4 -30 -1
-33 -5 -3 -5 -18 -1 -33 4 -15 5 -38 1 -52 -4 -14 -3 -37 1 -52 4 -15 4 -30
-1 -33 -5 -3 -5 -18 -2 -33 4 -15 6 -40 5 -57 -6 -60 -5 -124 2 -134 3 -6 1
-11 -5 -11 -6 0 -8 -5 -5 -11 4 -6 7 -33 6 -60 -1 -27 -1 -71 -2 -98 -1 -27 2
-54 5 -60 4 -5 2 -12 -3 -15 -6 -4 -6 -18 -1 -35 4 -15 4 -34 0 -41 -4 -7 -4
-26 0 -41 5 -16 5 -31 0 -34 -5 -3 -5 -18 -1 -33 5 -15 5 -36 1 -47 -4 -11 -4
-32 1 -47 4 -15 4 -30 -1 -33 -5 -3 -5 -18 -1 -33 4 -15 5 -38 1 -52 -4 -14
-3 -37 1 -52 4 -15 4 -30 -1 -33 -5 -3 -5 -18 -2 -33 4 -15 6 -40 5 -57 -6
-60 -5 -124 2 -134 3 -6 1 -11 -5 -11 -6 0 -8 -5 -5 -11 7 -10 7 -29 4 -161
-1 -25 2 -51 5 -57 4 -5 2 -12 -3 -15 -6 -4 -6 -18 -1 -35 4 -15 4 -34 0 -41
-4 -7 -4 -26 0 -41 5 -16 5 -31 0 -34 -5 -3 -5 -18 -1 -33 5 -15 5 -36 1 -47
-4 -11 -4 -32 1 -47 4 -15 4 -30 -1 -33 -5 -3 -5 -18 -1 -33 4 -15 5 -38 1
-52 -4 -14 -3 -37 1 -52 4 -15 4 -30 -1 -33 -5 -3 -5 -18 -2 -33 4 -15 6 -40
5 -57 -6 -60 -5 -124 2 -134 3 -6 1 -11 -5 -11 -6 0 -8 -5 -5 -11 7 -10 7 -29
4 -161 -1 -25 2 -51 5 -57 4 -5 2 -12 -3 -15 -6 -4 -6 -18 -1 -35 4 -15 4 -34
0 -41 -4 -7 -4 -26 0 -41 5 -16 5 -31 0 -34 -5 -3 -5 -18 -1 -33 5 -15 5 -36
1 -47 -4 -11 -4 -32 1 -47 4 -15 4 -30 -1 -33 -5 -3 -5 -18 -1 -33 4 -15 5
-38 1 -52 -4 -14 -3 -37 1 -52 4 -15 4 -30 -1 -33 -5 -3 -5 -18 -2 -33 4 -15
6 -40 5 -57 -6 -60 -5 -124 2 -134 3 -6 1 -11 -5 -11 -6 0 -8 -5 -5 -11 4 -6
7 -33 6 -60 -1 -27 -1 -71 -2 -98 -1 -27 2 -54 6 -60 3 -6 2 -11 -3 -11 -6 0
-7 -14 -2 -34 4 -19 6 -37 3 -39 -2 -3 8 -7 22 -9 14 -3 25 -2 25 3 0 4 14 4
30 -1 18 -5 30 -5 30 0 0 6 10 6 25 0 15 -6 26 -6 30 1 4 5 13 6 22 1 8 -5 33
-6 54 -2 22 4 42 4 45 -1 2 -4 16 -4 29 1 15 6 27 6 30 0 3 -5 15 -6 28 -1 12
5 34 5 49 0 16 -4 28 -4 28 1 0 6 10 6 25 0 15 -6 27 -6 30 0 3 6 15 6 30 0
15 -6 27 -6 30 0 3 6 15 6 30 0 15 -6 27 -6 30 0 4 7 13 7 24 0 10 -5 21 -7
24 -4 7 7 87 11 87 4 0 -7 59 -5 66 3 5 5 35 -3 54 -13 3 -2 14 2 26 8 11 6
26 7 34 2 7 -4 24 -4 37 1 12 5 23 5 23 1 0 -4 18 -7 40 -7 22 0 40 3 40 7 0
3 9 4 20 1 18 -5 19 0 19 48 -1 30 0 59 1 64 1 6 2 24 1 40 0 17 0 89 0 160 0
72 0 144 -1 160 -1 17 -2 35 -2 40 1 6 1 37 1 70 0 65 1 88 2 108 1 13 0 157
-1 302 -1 50 -1 97 -1 105 1 65 -1 302 -2 333 -1 20 0 37 3 37 3 0 4 21 3 47
-2 27 -3 77 -2 113 0 36 0 90 0 120 0 30 0 91 0 135 0 100 0 89 -1 160 -2 85
10 1255 15 1400 8 283 20 547 30 649 11 118 19 122 48 29 15 -46 29 -93 31
-105 6 -26 13 -58 22 -90 3 -13 7 -31 7 -40 1 -10 4 -18 7 -18 4 0 7 -6 7 -12
0 -7 8 -44 17 -82 10 -38 19 -77 21 -85 2 -9 15 -63 29 -121 23 -96 57 -243
76 -330 14 -61 41 -184 46 -205 3 -11 7 -31 10 -45 3 -14 7 -32 9 -40 3 -8 7
-33 11 -55 3 -22 8 -44 12 -49 3 -5 6 -19 8 -30 1 -12 12 -64 24 -116 11 -52
22 -104 25 -115 2 -11 18 -85 35 -165 37 -168 50 -226 56 -257 8 -44 13 -68
19 -93 3 -14 8 -38 11 -55 3 -16 12 -56 20 -87 8 -31 13 -61 12 -65 -1 -4 3
-26 10 -48 6 -22 13 -56 16 -75 3 -19 18 -84 32 -145 14 -60 25 -119 25 -130
0 -11 4 -31 9 -45 5 -14 11 -38 14 -55 2 -16 12 -64 21 -105 9 -41 18 -84 20
-95 2 -11 6 -32 9 -47 18 -82 88 -417 92 -438 4 -21 11 -56 20 -95 1 -5 14
-68 29 -140 27 -129 30 -145 41 -188 3 -12 7 -31 8 -42 3 -18 31 -154 41 -200
4 -18 11 -20 87 -18 102 3 281 10 453 18 72 3 198 7 280 10 267 9 378 14 382
18 2 3 5 13 7 23 2 11 9 39 16 64 7 25 13 54 15 66 1 11 4 25 8 30 3 5 8 28
11 50 4 23 11 56 17 75 6 19 12 45 15 59 3 14 10 43 16 65 5 22 12 48 14 57 2
10 6 26 8 36 2 9 9 35 14 57 6 22 13 51 16 65 3 14 12 52 20 86 8 34 17 72 20
85 3 13 12 51 21 84 14 57 20 81 31 132 2 12 9 34 14 48 5 14 7 25 5 25 -2 0
0 11 5 26 6 14 12 39 15 57 3 18 10 48 15 67 10 38 22 87 26 109 1 7 12 50 23
95 27 109 92 376 97 401 2 11 7 34 11 50 4 17 7 32 8 35 1 3 4 14 8 25 3 11 8
31 11 45 7 32 56 240 62 260 2 8 11 44 19 80 20 84 23 95 25 95 1 0 3 10 6 23
2 13 36 150 75 305 38 155 72 289 74 297 1 8 8 35 15 60 7 25 14 54 17 65 7
31 11 50 13 55 1 3 3 10 4 15 1 6 7 28 13 50 17 60 74 280 77 296 2 8 6 21 9
29 3 8 10 35 17 60 6 25 12 50 14 55 1 6 8 30 15 55 20 73 43 154 49 170 3 8
7 23 9 33 4 25 32 75 34 62 0 -5 2 -22 3 -36 2 -14 6 -32 11 -39 6 -9 4 -11
-5 -5 -9 6 -11 4 -5 -5 20 -32 32 -436 40 -1293 2 -318 6 -581 9 -585 2 -4 0
-16 -4 -27 -4 -11 -4 -32 1 -47 4 -16 3 -30 -2 -34 -5 -3 -7 -9 -4 -14 3 -5 5
-44 5 -87 0 -43 0 -87 0 -98 0 -11 0 -31 -1 -45 0 -14 0 -32 0 -40 1 -8 1 -26
0 -40 0 -14 0 -32 0 -40 1 -8 1 -26 0 -40 0 -14 0 -32 0 -40 1 -8 1 -26 0 -40
0 -14 0 -32 0 -40 1 -8 1 -26 0 -40 0 -14 0 -32 0 -40 1 -8 1 -26 0 -40 0 -14
0 -32 0 -40 2 -18 0 -58 -3 -85 -1 -11 1 -34 5 -51 3 -18 3 -38 -1 -45 -5 -7
-5 -22 0 -34 5 -12 5 -27 0 -34 -4 -7 -4 -28 0 -47 4 -19 4 -36 0 -39 -4 -3
-4 -20 0 -39 4 -19 4 -40 0 -47 -5 -7 -5 -22 0 -34 5 -12 5 -27 0 -34 -4 -7
-4 -28 0 -47 4 -19 4 -36 0 -39 -4 -3 -4 -21 0 -40 4 -19 4 -37 0 -40 -5 -3
-5 -18 -1 -33 4 -15 6 -36 5 -47 -1 -11 -3 -32 -3 -48 -1 -15 -1 -39 -2 -55 0
-15 0 -34 0 -42 1 -8 1 -26 0 -40 0 -14 0 -32 0 -40 1 -8 1 -26 0 -40 0 -14 0
-32 0 -40 1 -8 1 -26 0 -40 0 -14 0 -32 0 -40 1 -8 1 -26 0 -40 0 -14 0 -32 0
-40 1 -8 1 -26 0 -40 0 -14 0 -32 0 -40 2 -27 1 -59 -1 -71 -2 -6 5 -13 15
-14 11 -2 21 -6 24 -9 3 -3 13 -1 22 4 10 5 23 5 31 0 8 -5 21 -5 31 1 11 6
20 5 24 -1 4 -6 15 -6 30 0 14 5 25 6 25 2 0 -8 57 -8 66 1 3 3 17 2 30 -3 15
-6 34 -6 49 0 14 5 25 6 25 2 0 -9 124 -7 138 2 6 3 13 2 17 -3 3 -7 15 -7 30
-1 15 6 27 6 30 -1 4 -5 11 -7 16 -3 15 9 78 11 92 2 6 -3 18 -3 27 2 9 5 22
5 30 0 8 -5 21 -5 31 1 11 6 20 5 24 -1 3 -6 15 -6 30 0 15 6 27 6 30 0 3 -6
15 -6 30 0 14 5 25 6 25 2 0 -4 45 -7 101 -7 l101 0 -4 28 c-3 15 -2 27 1 27
3 0 6 16 6 35 0 19 -2 35 -5 35 -7 0 -4 66 4 79 4 5 2 12 -4 16 -6 4 -7 12 -1
24 5 9 6 23 2 29 -4 7 -4 35 -1 62 4 28 3 50 -1 50 -4 0 -4 14 1 30 5 17 6 30
2 30 -4 0 -6 17 -5 37 1 21 2 38 3 38 5 0 4 67 -1 70 -3 2 -2 29 1 59 3 31 3
56 -1 56 -4 0 -4 14 1 30 5 17 6 30 2 30 -4 0 -6 17 -5 37 1 21 2 38 3 38 5 0
4 67 -1 70 -3 2 -2 29 1 59 3 31 3 56 -1 56 -4 0 -4 14 1 30 5 17 6 30 2 30
-4 0 -6 17 -5 37 1 21 2 38 3 38 5 0 4 67 -1 70 -3 2 -2 29 1 59 3 31 3 56 -1
56 -4 0 -4 14 1 30 5 17 6 30 2 30 -4 0 -6 17 -5 37 1 21 2 38 3 38 5 0 4 67
-1 70 -3 2 -2 29 1 59 3 31 3 56 -1 56 -4 0 -4 14 1 30 5 17 6 30 2 30 -4 0
-6 17 -5 37 1 21 2 38 3 38 5 0 4 67 -1 70 -3 2 -2 29 1 59 3 31 3 56 -1 56
-4 0 -4 14 1 30 5 17 6 30 2 30 -4 0 -6 17 -5 37 1 21 2 38 3 38 5 0 4 67 -1
70 -3 2 -2 29 1 59 3 31 3 56 -1 56 -4 0 -4 14 1 30 5 17 6 30 2 30 -4 0 -6
17 -5 37 1 21 2 38 3 38 5 0 4 67 -1 70 -3 2 -2 29 1 59 3 31 3 56 -1 56 -4 0
-4 14 1 30 5 17 6 30 2 30 -4 0 -6 17 -5 37 1 21 2 38 3 38 5 0 4 67 -1 70 -3
2 -2 29 1 59 3 31 3 56 -1 56 -4 0 -4 14 1 30 5 17 6 30 2 30 -4 0 -6 17 -5
37 1 21 2 38 3 38 5 0 4 67 -1 70 -3 2 -2 29 1 59 3 31 3 56 -1 56 -4 0 -4 14
1 30 5 16 6 30 2 30 -4 0 -6 17 -5 37 1 21 2 38 3 38 5 0 4 67 -1 70 -3 2 -2
29 1 59 3 31 3 56 -1 56 -4 0 -4 14 1 30 5 17 6 30 2 30 -4 0 -6 17 -5 37 1
21 2 38 3 38 5 0 4 67 -1 70 -3 2 -2 29 1 59 3 31 3 56 -1 56 -4 0 -4 14 1 30
5 17 6 30 2 30 -4 0 -6 17 -5 37 1 21 2 38 3 38 5 0 4 67 -1 70 -3 2 -2 29 1
59 3 31 3 56 -1 56 -4 0 -4 14 1 30 5 17 6 30 2 30 -4 0 -6 17 -5 37 1 21 2
38 3 38 5 0 4 67 -1 70 -3 2 -2 29 1 59 3 31 3 56 -1 56 -4 0 -4 14 1 30 5 17
6 30 2 30 -4 0 -6 17 -5 37 1 21 2 38 3 38 5 0 4 67 -1 70 -3 2 -2 29 1 59 3
31 3 56 -1 56 -4 0 -4 14 1 30 5 17 6 30 2 30 -4 0 -6 17 -5 37 1 21 2 38 3
38 5 0 4 67 -1 70 -3 2 -2 29 1 59 3 31 3 56 -1 56 -4 0 -4 14 1 30 5 17 6 30
2 30 -4 0 -6 17 -5 37 1 21 2 38 3 38 5 0 4 67 -1 70 -3 2 -2 29 1 59 3 31 3
56 -1 56 -4 0 -4 14 1 30 5 17 6 30 2 30 -4 0 -6 17 -5 37 1 21 2 38 3 38 5 0
4 67 -1 70 -3 2 -2 29 1 59 3 31 3 56 -1 56 -4 0 -4 14 1 30 5 17 6 30 2 30
-4 0 -6 17 -5 37 1 21 2 38 3 38 5 0 4 67 -1 70 -3 2 -2 29 1 59 3 31 3 56 -1
56 -4 0 -4 14 1 30 5 17 6 30 2 30 -4 0 -6 17 -5 37 1 21 2 38 3 38 5 0 4 67
-1 70 -3 2 -2 29 1 59 3 31 3 56 -1 56 -4 0 -4 14 1 30 5 17 6 30 2 30 -4 0
-6 17 -5 37 1 21 2 38 3 38 5 0 4 67 -1 70 -3 2 -2 29 1 59 3 31 3 56 -1 56
-4 0 -4 14 1 30 5 17 6 30 2 30 -4 0 -6 17 -5 37 1 21 2 38 3 38 5 0 4 67 -1
70 -3 2 -2 29 1 59 3 31 3 56 -1 56 -4 0 -4 14 1 30 5 17 6 30 2 30 -4 0 -6
17 -5 37 1 21 2 38 3 38 5 0 4 67 -1 70 -3 2 -2 29 1 59 3 31 3 56 -1 56 -4 0
-4 14 1 30 5 17 6 30 2 30 -4 0 -6 17 -5 37 1 21 2 38 3 38 5 0 4 67 -1 70 -3
2 -2 29 1 59 3 31 3 56 -1 56 -4 0 -4 14 1 30 5 17 6 30 2 30 -9 0 -7 63 2 78
10 17 -30 53 -51 45 -17 -7 -46 -7 -110 0 -18 2 -33 0 -33 -5 0 -4 -10 -4 -23
1 -14 5 -30 5 -40 0 -9 -6 -17 -6 -17 -1 0 4 -25 5 -55 2 -30 -3 -55 -4 -55
-1 0 4 -11 6 -25 6 -14 0 -25 -4 -25 -8 0 -5 -4 -5 -10 -2 -13 8 -80 13 -80 6
0 -3 -21 -5 -47 -4 -27 1 -48 2 -48 3 0 1 -12 3 -27 4 -16 1 -28 -2 -28 -6 0
-4 -10 -4 -23 1 -14 5 -30 5 -40 0 -9 -6 -17 -6 -17 -1 0 4 -25 5 -55 2 -30
-3 -55 -4 -55 -1 0 4 -11 6 -25 6 -14 0 -25 -4 -25 -8 0 -5 -4 -5 -10 -2 -13
8 -80 13 -80 6 0 -3 -21 -5 -47 -4 -27 1 -48 2 -48 3 0 7 -36 6 -41 -1 -3 -5
-10 -7 -15 -3 -16 10 -109 8 -119 -2 -5 -5 -11 -21 -14 -34 -2 -14 -5 -25 -6
-25 -1 0 -3 -7 -5 -15 -1 -8 -12 -51 -24 -96 -12 -44 -24 -89 -26 -100 -2 -10
-4 -19 -5 -19 -2 0 -7 -19 -15 -57 -3 -15 -10 -39 -15 -53 -5 -14 -7 -25 -5
-25 2 0 0 -11 -5 -25 -5 -14 -12 -36 -14 -48 -10 -47 -15 -67 -41 -165 -15
-56 -28 -107 -29 -114 -1 -7 -5 -22 -9 -33 -3 -11 -8 -31 -11 -45 -3 -14 -14
-61 -26 -105 -12 -44 -23 -88 -26 -98 -2 -10 -6 -27 -9 -37 -3 -10 -8 -28 -10
-40 -2 -11 -13 -54 -24 -94 -11 -40 -22 -83 -25 -97 -2 -13 -7 -31 -10 -39 -3
-8 -8 -26 -10 -40 -3 -14 -10 -43 -16 -65 -10 -38 -13 -51 -24 -100 -3 -11 -9
-35 -15 -52 -5 -18 -8 -33 -6 -33 2 0 -5 -25 -15 -55 -10 -30 -17 -55 -15 -55
3 0 0 -11 -5 -25 -5 -14 -12 -36 -14 -48 -2 -12 -32 -132 -66 -267 -34 -135
-64 -253 -66 -262 -2 -10 -7 -28 -10 -40 -3 -13 -6 -29 -6 -35 -1 -7 -5 -13
-10 -13 -5 0 -7 -4 -4 -9 4 -5 2 -21 -4 -35 -5 -15 -12 -38 -15 -51 -3 -14 -7
-35 -10 -48 -3 -13 -14 -59 -26 -103 -25 -97 -33 -129 -53 -219 -9 -38 -20
-81 -26 -95 -5 -14 -12 -37 -14 -52 -3 -15 -7 -32 -10 -37 -4 -5 -8 -22 -10
-38 -3 -15 -12 -57 -21 -93 -9 -36 -18 -72 -20 -80 -2 -8 -4 -15 -5 -15 -3 0
-11 -39 -13 -62 -1 -13 -5 -23 -8 -23 -3 0 -6 -6 -6 -12 0 -7 -6 -33 -13 -58
-7 -25 -14 -53 -16 -62 -9 -42 -13 -58 -38 -153 -15 -55 -29 -108 -31 -117 -5
-18 -12 -44 -19 -75 -4 -18 -68 -264 -107 -413 -11 -41 -22 -82 -24 -90 -5
-17 -24 -88 -29 -110 -2 -8 -11 -42 -20 -75 -9 -33 -18 -67 -20 -75 -2 -8 -9
-35 -16 -60 -7 -25 -14 -52 -16 -60 -2 -8 -13 -49 -24 -90 -11 -41 -22 -82
-24 -90 -2 -8 -16 -58 -31 -110 -15 -52 -28 -102 -30 -110 -16 -73 -106 -360
-114 -360 -5 0 -61 135 -67 163 -1 4 -3 9 -4 12 -1 3 -3 8 -5 13 -1 4 -5 14
-8 22 -4 8 -8 24 -10 35 -2 11 -9 33 -16 49 -6 16 -13 38 -16 50 -2 11 -4 22
-6 24 -1 1 -2 5 -4 10 -1 4 -4 14 -8 22 -3 8 -13 42 -22 75 -9 33 -19 67 -22
75 -3 8 -7 20 -8 25 0 6 -4 17 -7 25 -3 8 -16 49 -28 90 -12 41 -26 89 -31
106 -5 17 -12 40 -14 50 -3 10 -14 51 -26 89 -11 39 -29 99 -39 135 -11 36
-28 97 -40 135 -12 39 -23 77 -24 85 -1 8 -8 35 -16 60 -7 25 -14 47 -15 50
-1 3 -5 19 -9 35 -4 17 -10 37 -13 45 -3 8 -7 22 -9 30 -3 16 -18 68 -40 139
-7 24 -11 47 -8 52 3 5 0 9 -5 9 -6 0 -11 7 -11 15 0 12 -83 321 -119 443 -5
17 -8 32 -5 32 3 0 0 9 -6 21 -6 11 -13 29 -16 40 -2 10 -6 29 -9 40 -2 12
-12 47 -21 78 -9 31 -18 64 -20 74 -4 23 -55 208 -62 227 -3 8 -5 18 -4 21 0
3 -6 28 -14 55 -18 56 -44 150 -49 177 -2 10 -7 27 -10 37 -3 10 -8 27 -10 37
-2 10 -12 45 -21 78 -9 33 -18 67 -19 75 -1 8 -5 22 -8 30 -7 19 -57 199 -62
225 -2 11 -13 54 -25 95 -12 41 -22 85 -23 98 0 12 -4 22 -7 22 -4 0 -7 6 -8
13 0 6 -14 64 -31 127 -39 143 -41 152 -46 170 -2 8 -4 15 -5 15 -1 0 -3 7 -5
15 -10 46 -65 253 -96 365 -11 39 -22 78 -24 89 -3 10 -12 44 -21 75 -9 31
-17 63 -19 71 -4 20 -48 184 -95 358 -22 78 -42 153 -44 165 -5 24 -69 257
-88 322 -7 22 -13 45 -14 50 -1 6 -5 25 -9 43 -8 34 -8 34 -61 30 -30 -1 -54
-1 -54 2 0 3 -11 5 -25 5 -14 0 -25 -4 -25 -8 0 -5 -4 -5 -10 -2 -13 8 -80 13
-80 6 0 -3 -21 -5 -47 -4 -27 1 -48 2 -48 3 0 1 -12 3 -27 4 -16 1 -28 -2 -28
-6 0 -4 -10 -4 -23 1 -14 5 -30 5 -40 0 -9 -6 -17 -6 -17 -1 0 4 -25 5 -55 2
-30 -3 -55 -4 -55 -1 0 4 -11 6 -25 6 -14 0 -25 -4 -25 -8 0 -5 -4 -5 -10 -2
-13 8 -80 13 -80 6 0 -3 -21 -5 -47 -4 -27 1 -48 2 -48 3 0 1 -12 3 -27 4 -16
1 -28 -2 -28 -6 0 -4 -10 -4 -23 1 -14 5 -30 5 -40 0 -10 -6 -17 -6 -17 -1 0
5 -20 6 -45 2 -25 -4 -48 -3 -51 1 -2 5 -16 4 -29 -1 -13 -5 -26 -6 -29 -1 -3
4 -28 5 -55 1 -30 -4 -55 -2 -61 4 -5 5 -11 8 -11 6z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 22 KiB

@ -1,18 +0,0 @@
{
"name": "Revuo Monero",
"short_name": "Revuo Monero",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#2f3136",
"background_color": "#2f3136"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

@ -1,4 +0,0 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 133 111">
<path fill="#d86c2c" d="M3 55.5V105h14V64l4.25.056c13.326.177 15.332 3.465 14.96 24.523L35.92 105H50V87.45c0-19.304-.425-21.105-6.107-25.887l-3.179-2.674 2.156-1.511c5.099-3.571 6.301-8.396 5.952-23.898-.317-14.106-.367-14.38-3.364-18.64-5.486-7.798-8.532-8.805-26.708-8.824L3 6v49.5m58 0V105h14V78.3c0-14.685.379-26.272.843-25.75.463.523 3.275 12.553 6.25 26.734l5.407 25.785 7.482-.285 7.482-.284 6.068-25.216c3.337-13.869 6.382-25.532 6.768-25.917.385-.385.7 11.075.7 25.466V105h14V6h-15.923l-.971 3.75c-.534 2.063-4.434 17.475-8.668 34.25-4.234 16.775-8.008 30.847-8.388 31.27-.38.424-4.919-14.988-10.087-34.25L76.566 6H61v49.5M17.226 34.75 17.5 51.5l4 .329c9.52.784 12.824-1.822 13.935-10.985C37.422 24.447 34.06 18 23.521 18h-6.569l.274 16.75" fill-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 942 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Loading…
Cancel
Save