mirror of
https://github.com/spitkov/yaerguossite.git
synced 2025-01-18 12:14:39 +01:00
added donate and discord
This commit is contained in:
parent
45dbeef2c8
commit
4347363a81
3 changed files with 11 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
GitHub
|
||||
</span>
|
||||
</a>
|
||||
<a href="#" class="hover:text-white transition-all duration-200 hover:-translate-y-1">
|
||||
<a href="https://discord.gg/EEmGn2fdDs" class="hover:text-white transition-all duration-200 hover:-translate-y-1">
|
||||
<span class="flex items-center gap-2">
|
||||
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
|
||||
<path d="M20.317 4.3698a19.7913 19.7913 0 00-4.8851-1.5152.0741.0741 0 00-.0785.0371c-.211.3753-.4447.8648-.6083 1.2495-1.8447-.2762-3.68-.2762-5.4868 0-.1636-.3847-.4058-.8742-.6177-1.2495a.077.077 0 00-.0785-.037 19.7363 19.7363 0 00-4.8852 1.515.0699.0699 0 00-.0321.0277C.5334 9.0458-.319 13.5799.0992 18.0578a.0824.0824 0 00.0312.0561c2.0528 1.5076 4.0413 2.4228 5.9929 3.0294a.0777.0777 0 00.0842-.0276c.4616-.6304.8731-1.2952 1.226-1.9942a.076.076 0 00-.0416-.1057c-.6528-.2476-1.2743-.5495-1.8722-.8923a.077.077 0 01-.0076-.1277c.1258-.0943.2517-.1923.3718-.2914a.0743.0743 0 01.0776-.0105c3.9278 1.7933 8.18 1.7933 12.0614 0a.0739.0739 0 01.0785.0095c.1202.099.246.1981.3728.2924a.077.077 0 01-.0066.1276 12.2986 12.2986 0 01-1.873.8914.0766.0766 0 00-.0407.1067c.3604.698.7719 1.3628 1.225 1.9932a.076.076 0 00.0842.0286c1.961-.6067 3.9495-1.5219 6.0023-3.0294a.077.077 0 00.0313-.0552c.5004-5.177-.8382-9.6739-3.5485-13.6604a.061.061 0 00-.0312-.0286zM8.02 15.3312c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9555-2.4189 2.157-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.9555 2.4189-2.1569 2.4189zm7.9748 0c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9554-2.4189 2.1569-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.946 2.4189-2.1568 2.4189Z"/>
|
||||
|
|
|
@ -38,7 +38,15 @@
|
|||
<span class="absolute bottom-0 left-0 w-full h-0.5 bg-white/0 group-hover:bg-white/20 transform scale-x-0 group-hover:scale-x-100 transition-transform duration-200 {path === '/collaborators' ? '!scale-x-100 !bg-white/40' : ''}"></span>
|
||||
</a>
|
||||
<a
|
||||
href="https://discord.com"
|
||||
href="https://ko-fi.com/maybeasdf"
|
||||
class="relative text-white/80 hover:text-white font-khand transition-colors duration-200 hover:-translate-y-0.5 transform group"
|
||||
class:active={path === 'https://ko-fi.com/maybeasdf'}
|
||||
>
|
||||
Donate
|
||||
<span class="absolute bottom-0 left-0 w-full h-0.5 bg-white/0 group-hover:bg-white/20 transform scale-x-0 group-hover:scale-x-100 transition-transform duration-200 {path === '/collaborators' ? '!scale-x-100 !bg-white/40' : ''}"></span>
|
||||
</a>
|
||||
<a
|
||||
href="https://discord.gg/EEmGn2fdDs"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="px-4 py-2 bg-blue-600/20 hover:bg-blue-600/40 text-blue-400 hover:text-blue-300 rounded-lg font-khand transition-all duration-200"
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
</div>
|
||||
|
||||
<div class="flex justify-center gap-4 mt-4">
|
||||
<a href="https://discord.com" target="_blank" rel="noopener noreferrer" class="transform hover:scale-105 transition-all duration-300">
|
||||
<a href="https://discord.gg/EEmGn2fdDs" target="_blank" rel="noopener noreferrer" class="transform hover:scale-105 transition-all duration-300">
|
||||
<button class="group px-6 py-2 rounded-lg bg-white/10 backdrop-blur-sm border border-white/10 text-white hover:bg-white/20 transition-all duration-300 shadow-lg hover:shadow-xl">
|
||||
<span class="flex items-center gap-2">
|
||||
Join Discord
|
||||
|
|
Loading…
Reference in a new issue