v1.2.21 #110

Merged
DrMaxNix merged 3 commits from dev into main 2024-07-24 13:03:53 +02:00
3 changed files with 20 additions and 0 deletions
Showing only changes of commit 00c77e6859 - Show all commits

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)"
],