(feat) itaku.ee button

This commit is contained in:
Levi 2023-08-14 01:32:52 +02:00 committed by GitHub
parent ff7d607e2a
commit 28bcc13673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 1 deletions

View File

@ -542,6 +542,16 @@ button:hover,
filter: brightness(90%);
}
/* Itaku */
.button.button-itaku {
color: #000;
background-color: #ffeb3b;
}
.button.button-itaku:hover,
.button.button-itaku:focus {
filter: brightness(90%);
}
/* itch.io */
.button.button-itchio {
color: #ffffff;

View File

@ -0,0 +1,14 @@
<svg version="1.1" id="itaku_logo" focusable="false" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="0 0 40 14.8" style="enable-background:new 0 0 40 14.8;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;}
</style>
<path class="st0" d="M26.8,14.8c-0.2-0.2-0.5-0.3-0.7-0.5c-1.5-0.9-2.1-0.9-4.6-0.9c-3.8-0.2-5.6-1.4-5.6-1.4
c-0.5-0.2-1.1-0.4-1.7-0.6c-0.4-0.1-0.9-0.1-1.3-0.1h-0.5c0.3-0.3,0.6-0.6,1-0.9c0.3-0.4,0.6-0.7,1.1-0.9c0,0-0.6-1-4.7-2.2
C8.4,6.9,4.4,6.5,3.5,6C1.9,5.3,0.7,4,0.2,2.4C0,2,0,1.5,0,1.1c0.4,0.7,1.1,1.3,1.8,1.7C1.6,2.8,1.5,2.7,1.3,2.5
C1,2.2,0.9,1.7,1,1.3C1.1,1.5,2.4,3,2.7,3.1c0,0-0.6-0.5-0.5-1.1c1.2,1.3,2.7,2.2,4.3,2.8c2.7,0.9,3,1,3,1c1.7,0.6,3.4,1,5.2,1.2
c0.6,0.2,1.1,0.5,1.4,1c0.2,0.2,0.5,0.3,0.7,0.3c1.1-0.1,2.3-0.1,3.5,0.2c0,0,3.9-4,9.5-4.7C29.8,4,37.7,2.3,40,0
c-0.1,0.3-0.3,0.5-0.5,0.7C38.9,1.6,38,2.5,37,3c0.1,0,0.3-0.1,0.5-0.1c0.2-0.1,0.4-0.1,0.6-0.2c-1.1,1.1-2.5,2-3.9,2.6
c-1.1,0.5-2.3,0.8-3.5,1c0.3,0,0.6,0,0.8,0c0,0-6.1,2.6-5.9,4.3c0.1,0.4,0.5,0.7,0.9,0.9c0.9,0.2,1.8,0.4,2.7,0.5
c-0.5,0.3-1.7,0.9-2.4,0.8c0.4,0.3,0.8,0.5,1.3,0.6c-0.6,0.1-1.3,0-1.9-0.2C26.1,13.4,26.9,14.3,26.8,14.8z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -13,8 +13,9 @@ $buttonNames = array(
'f-droid' => 'F-Droid',
'github' => 'GitHub',
'gitlab' => 'GitLab',
'itaku' => 'Itaku',
'itchio' => 'itch.io',
'last-fm' => 'last.fm'
'last-fm' => 'last.fm',
'linkedin' => 'linkedIn',
'linkstack' => 'LinkStack',
'openstreetmap' => 'OpenStreetMap',

View File

@ -424,6 +424,9 @@ class ButtonSeeder extends Seeder
[
'name' => 'last-fm'
],
[
'name' => 'itaku'
],
];
Button::insert($buttons);