feat: add picarto and trakt buttons
This commit is contained in:
parent
4588ef9768
commit
0c02bd7665
|
@ -756,6 +756,16 @@ button:hover,
|
||||||
filter: brightness(90%);
|
filter: brightness(90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Picarto */
|
||||||
|
.button.button-picarto {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #4aba8a;
|
||||||
|
}
|
||||||
|
.button.button-picarto:hover,
|
||||||
|
.button.button-picarto:focus {
|
||||||
|
filter: brightness(90%);
|
||||||
|
}
|
||||||
|
|
||||||
/* Pinterest */
|
/* Pinterest */
|
||||||
.button.button-pinterest {
|
.button.button-pinterest {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
@ -946,6 +956,16 @@ button.button-scribd{
|
||||||
filter: brightness(90%);
|
filter: brightness(90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Trakt */
|
||||||
|
.button.button-trakt {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #ed1d24;
|
||||||
|
}
|
||||||
|
.button.button-trakt:hover,
|
||||||
|
.button.button-trakt:focus {
|
||||||
|
filter: brightness(90%);
|
||||||
|
}
|
||||||
|
|
||||||
/* Trello */
|
/* Trello */
|
||||||
.button.button-trello {
|
.button.button-trello {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
<svg
|
||||||
|
id="picarto_logo"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="35"
|
||||||
|
height="40"
|
||||||
|
fill="#fff"
|
||||||
|
viewBox="0 0 35 40"
|
||||||
|
>
|
||||||
|
<path
|
||||||
|
fill="inherit"
|
||||||
|
d="M1.1,0L1.1,0h7.1c0.6,0,1,0.6,1,1.2v37.6c0,0.7-0.5,1.2-1,1.2H1.1C0.5,40,0,39.5,0,38.8V1.2C0,0.6,0.5,0,1.1,0 M13,0L13,0 c0.2,0,0.6,0.1,0.8,0.2c0.9,0.5,19,11.3,20.5,12.2c1,0.6,1,2,0,2.7C33.2,15.8,15,26.6,13.8,27.4c-1,0.6-2.3-0.1-2.3-1.3v-4.6 c0-4.4,7.6-5.6,8.7-6.3c1-0.6,1-2.1,0-2.7c-1.5-0.9-8.7-1.9-8.7-6.2V1.5C11.5,0.7,12.2,0,13,0"
|
||||||
|
/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 501 B |
|
@ -0,0 +1,35 @@
|
||||||
|
<svg
|
||||||
|
id="trakt"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="40"
|
||||||
|
height="40"
|
||||||
|
fill="#fff"
|
||||||
|
viewBox="0 0 40 40"
|
||||||
|
>
|
||||||
|
<g>
|
||||||
|
<path
|
||||||
|
fill="inherit"
|
||||||
|
d="M8.1,30.9c2.9,3.2,7.2,5.2,11.9,5.2c2.4,0,4.7-0.5,6.7-1.5L15.6,23.5L8.1,30.9z"
|
||||||
|
/>
|
||||||
|
<path
|
||||||
|
fill="inherit"
|
||||||
|
d="M15.5,16.7L7,25.2L5.9,24l8.9-8.9l0,0L25.2,4.8c-1.6-0.6-3.4-0.9-5.2-0.9C11.1,3.9,3.9,11.1,3.9,20c0,3.6,1.2,7,3.2,9.7
|
||||||
|
l8.4-8.4l0.6,0.6l12.1,12.1c0.2-0.1,0.5-0.3,0.7-0.4L15.6,20.1l-8.1,8.1L6.3,27l9.2-9.2l0.6,0.6l14.1,14.1c0.2-0.2,0.4-0.4,0.6-0.5
|
||||||
|
L15.6,16.7L15.5,16.7z"
|
||||||
|
/>
|
||||||
|
<path
|
||||||
|
fill="inherit"
|
||||||
|
d="M32,30.8c2.6-2.8,4.1-6.6,4.1-10.8c0-6.5-3.8-12-9.3-14.6L16.7,15.5L32,30.8z M20.6,18.5l-1.1-1.1l8-8l1.1,1.1L20.6,18.5z
|
||||||
|
M28.1,7.5L19,16.7l-1.1-1.1L27,6.4L28.1,7.5z"
|
||||||
|
/>
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<path
|
||||||
|
fill="inherit"
|
||||||
|
d="M20,40C9,40,0,31,0,20S9,0,20,0s20,9,20,20S31,40,20,40z M20,2C10.1,2,2,10.1,2,20s8.1,18,18,18s18-8.1,18-18
|
||||||
|
S29.9,2,20,2z"
|
||||||
|
/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1021 B |
|
@ -18,9 +18,11 @@ $buttonNames = array(
|
||||||
'linkstack' => 'LinkStack',
|
'linkstack' => 'LinkStack',
|
||||||
'openstreetmap' => 'OpenStreetMap',
|
'openstreetmap' => 'OpenStreetMap',
|
||||||
'paypal' => 'PayPal',
|
'paypal' => 'PayPal',
|
||||||
|
'picarto' => 'Picarto',
|
||||||
'playstore' => 'Google Play',
|
'playstore' => 'Google Play',
|
||||||
'soundcloud' => 'SoundCloud',
|
'soundcloud' => 'SoundCloud',
|
||||||
'tiktok' => 'TikTok',
|
'tiktok' => 'TikTok',
|
||||||
|
'trakt' => 'Trakt',
|
||||||
'vrchat' => 'VRChat',
|
'vrchat' => 'VRChat',
|
||||||
'whatsapp' => 'WhatsApp',
|
'whatsapp' => 'WhatsApp',
|
||||||
'wordpress' => 'WordPress',
|
'wordpress' => 'WordPress',
|
||||||
|
|
|
@ -413,6 +413,14 @@ class ButtonSeeder extends Seeder
|
||||||
[
|
[
|
||||||
'name' => 'linkstack'
|
'name' => 'linkstack'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
[
|
||||||
|
'name' => 'picarto'
|
||||||
|
],
|
||||||
|
|
||||||
|
[
|
||||||
|
'name' => 'trakt'
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
Button::insert($buttons);
|
Button::insert($buttons);
|
||||||
|
|
Loading…
Reference in New Issue