Compare commits

...

3 Commits

Author SHA1 Message Date
kloo kloo
c6ffed6a3e Edit Platforms.php add discourse 2025-05-17 17:15:09 +00:00
kloo kloo
0ecc5fb6c9 Edit _index.php to add discourse 2025-05-17 17:12:09 +00:00
kloo kloo
e55e8f6c2d Upload discourse.svg 2025-05-17 17:07:14 +00:00
3 changed files with 14 additions and 0 deletions

View File

@ -274,6 +274,11 @@ class Platforms
'home_url' => 'https://discord.com/',
'submit_url' => 'https://discord.com/register',
],
'discourse' => [
'label' => 'Discourse',
'home_url' => 'https://www.discourse.org/',
'submit_url' => null,
],
'facebook' => [
'label' => 'Facebook',
'home_url' => 'https://www.facebook.com/',

View File

@ -5,6 +5,7 @@ declare(strict_types=1);
/**
* @icon("social:bluesky")
* @icon("social:discord")
* @icon("social:discourse")
* @icon("social:facebook")
* @icon("social:funkwhale")
* @icon("social:instagram")

View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -1 104 106">
<path fill="#231f20" d="M51.87 0C23.71 0 0 22.83 0 51v52.81l51.86-.05c28.16 0 51-23.71 51-51.87S80 0 51.87 0Z"/>
<path fill="#fff9ae" d="M52.37 19.74a31.62 31.62 0 0 0-27.79 46.67l-5.72 18.4 20.54-4.64a31.61 31.61 0 1 0 13-60.43Z"/>
<path fill="#00aeef" d="M77.45 32.12a31.6 31.6 0 0 1-38.05 48l-20.54 4.7 20.91-2.47a31.6 31.6 0 0 0 37.68-50.23Z"/>
<path fill="#00a94f" d="M71.63 26.29A31.6 31.6 0 0 1 38.8 78l-19.94 6.82 20.54-4.65a31.6 31.6 0 0 0 32.23-53.88Z"/>
<path fill="#f15d22" d="M26.47 67.11a31.61 31.61 0 0 1 51-35 31.61 31.61 0 0 0-52.89 34.3l-5.72 18.4Z"/>
<path fill="#e31b23" d="M24.58 66.41a31.61 31.61 0 0 1 47.05-40.12 31.61 31.61 0 0 0-49 39.63l-3.76 18.9Z"/>
</svg>

After

Width:  |  Height:  |  Size: 761 B