mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-08 11:15:09 -05:00
52 lines
1.9 KiB
PHP
52 lines
1.9 KiB
PHP
<div class="flex flex-col justify-center container mx-auto text-center py-4">
|
|
<span class="text-2xl font-bold uppercase mb-4">
|
|
Stay Connected
|
|
</span>
|
|
<div class="flex gap-6 justify-center">
|
|
<a href="https://bsky.app/profile/deathgardenrebirth.bsky.social"
|
|
class="hover:text-web-main transition-colors"
|
|
title="Bluesky"
|
|
>
|
|
<x-icons.bluesky class="size-8"/>
|
|
</a>
|
|
<a href="https://www.tiktok.com/@deathgardenrebirth"
|
|
class="hover:text-web-main transition-colors"
|
|
title="TikTok"
|
|
>
|
|
<x-icons.tiktok class="size-8"/>
|
|
</a>
|
|
<a href="https://x.com/dgrebirth_/"
|
|
class="hover:text-web-main transition-colors"
|
|
title="X formally known as twitter"
|
|
>
|
|
<x-icons.twitter-x class="size-8"/>
|
|
</a>
|
|
<a href="https://twitch.com/dgrebirth_/"
|
|
class="hover:text-web-main transition-colors"
|
|
title="Twitch"
|
|
>
|
|
<x-icons.twitch class="size-8"/>
|
|
</a>
|
|
<a href="https://www.youtube.com/@DeathgardenRebirth"
|
|
class="hover:text-web-main transition-colors"
|
|
title="YouTube"
|
|
>
|
|
<x-icons.youtube class="size-8"/>
|
|
</a>
|
|
<a href="https://discord.gg/7MqudBGyyp"
|
|
class="hover:text-web-main transition-colors"
|
|
title="Discord"
|
|
>
|
|
<x-icons.discord class="size-8"/>
|
|
</a>
|
|
<a href="mailto:contact@playdeathgarden.live"
|
|
class="hover:text-web-main transition-colors"
|
|
title="Email"
|
|
>
|
|
<x-icons.mail class="size-8"/>
|
|
</a>
|
|
</div>
|
|
<span class="text-xs mt-4">
|
|
2018-2025 and BEHAVIOUR, DEATHGARDEN, and other related trademarks and logos belong to Behaviour Interactive Inc. All rights reserved. The Rebirth Team is not affiliated with Behaviour Interactive Inc. and is a free to play project.
|
|
</span>
|
|
</div> |