v1.2.21 #110

Merged
DrMaxNix merged 3 commits from dev into main 2024-07-24 13:03:53 +02:00
5 changed files with 21 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
// VERSION //
static::$version = "1.2.20";
static::$version = "1.2.21";
// DEPENDENCIES //

View File

@ -589,6 +589,14 @@
<span class="description"><?= $dict->get("recommendations_blahajacademy_description") ?></span>
</div>
</a>
<a href="https://sbgg.info/" class="card">
<img src="<?= File::file("../sbgg.jetzt-proprietary-assets/asset/sbgginfo.jpg") ?>" class="rounded" />
<div class="text">
<span class="title"><?= $dict->get("recommendations_sbgginfo_title") ?></span>
<span class="description"><?= $dict->get("recommendations_sbgginfo_description") ?></span>
</div>
</a>
</div>
<span class="note inline gray"><?= $dict->get("recommendations_note") ?></span>

View File

@ -135,6 +135,9 @@ span.align-left {
-ms-user-select: none;
user-select: none;
}
.rounded {
border-radius: 50%;
}

View File

@ -489,6 +489,15 @@
"en" => "Discord Community for trans* people (German, 16+)"
],
"recommendations_sbgginfo_title" => [
"de" => "sbgg.info",
"en" => "sbgg.info"
],
"recommendations_sbgginfo_description" => [
"de" => "Ausführliche Informationen zum SBGG und dessen rechtlichen Aspekte",
"en" => "In-depth information about the SBGG and its legal aspects (German)"
],

View File

Before

Width:  |  Height:  |  Size: 252 KiB

After

Width:  |  Height:  |  Size: 252 KiB