mirror of
https://github.com/safing/web
synced 2025-04-21 11:29:08 +00:00
Update add join now bar
Co-Authored-By: Raphty <Raphty@users.noreply.github.com>
This commit is contained in:
parent
81c5a10b61
commit
bb4aeaacd7
1 changed files with 14 additions and 5 deletions
|
@ -9,12 +9,21 @@ custom_thumbnail_name: join-the-safing-discord
|
||||||
portmaster_plug: true
|
portmaster_plug: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="text-center">
|
<div class="download-container" style="margin-top: 0;">
|
||||||
<a href="https://discord.gg/safing">
|
<div class="card-package darkmode relative mx-auto" style="max-width: 1210px; width: 100%;">
|
||||||
<div class="btn-primary">
|
<div class="card-package-top" style="margin-top: 0;">
|
||||||
Join Now
|
<span class="card-package-top-amount" style="font-size: 2rem;">
|
||||||
|
Discord Server
|
||||||
|
</span>
|
||||||
|
<!-- <p class="card-package-top-desc" style="max-width: 480px;">Popin and say hello :)</p> -->
|
||||||
|
<a class="btn-primary sm:hidden" href="https://discord.gg/safing"> Join Now </a>
|
||||||
|
</div>
|
||||||
|
<div class="card-package-bottom transform scale-105" style="position: absolute; width: 100%; left: 0; bottom: 0px; display: flex; justify-content: end; height: 100%;">
|
||||||
|
<div style="display: flex; align-items: center; margin-right: 4rem;">
|
||||||
|
<a class="btn-primary hidden sm:block" href="https://discord.gg/safing"> Join Now </a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
### Get Involved in Portmaster Development Through Discord
|
### Get Involved in Portmaster Development Through Discord
|
||||||
|
|
Loading…
Add table
Reference in a new issue