mirror of
https://github.com/spitkov/yaerguossite.git
synced 2025-01-18 12:14:39 +01:00
shoutout to zia, fixed navbar collab&donate, discord added in missing places + deleted learn more button
This commit is contained in:
parent
4347363a81
commit
05576f7297
5 changed files with 7 additions and 13 deletions
|
@ -5,6 +5,8 @@
|
|||
<div>
|
||||
<p class="text-lg">© 2025 yaerguOS. All rights reserved.</p>
|
||||
</div>
|
||||
<div>
|
||||
<img src="https://cdn.yaergu.uk/zia.png" width="125" height="125" alt="shoutout to zia"/></div>
|
||||
<div class="flex gap-8">
|
||||
<a href="#" class="hover:text-white transition-all duration-200 hover:-translate-y-1">
|
||||
<span class="flex items-center gap-2">
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
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>
|
||||
<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 === '/donate' ? '!scale-x-100 !bg-white/40' : ''}"></span>
|
||||
</a>
|
||||
<a
|
||||
href="https://discord.gg/EEmGn2fdDs"
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
<div class="flex justify-center gap-4 mt-4">
|
||||
<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">
|
||||
<button class="group px-6 py-2 rounded-lg bg-text-primary/20 backdrop-blur-sm border border-text-primary/30 text-text-primary hover:bg-text-primary/30 transition-all duration-300 shadow-lg hover:shadow-xl transform hover:scale-105">
|
||||
<span class="flex items-center gap-2">
|
||||
Join Discord
|
||||
<svg class="w-4 h-4 transition-transform group-hover:translate-x-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
|
@ -47,14 +47,6 @@
|
|||
</span>
|
||||
</button>
|
||||
</a>
|
||||
<button class="group px-6 py-2 rounded-lg bg-text-primary/20 backdrop-blur-sm border border-text-primary/30 text-text-primary hover:bg-text-primary/30 transition-all duration-300 shadow-lg hover:shadow-xl transform hover:scale-105">
|
||||
<span class="flex items-center gap-2">
|
||||
Learn More
|
||||
<svg class="w-4 h-4 transition-transform group-hover:translate-x-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7l5 5m0 0l-5 5m5-5H6" />
|
||||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
|
|
@ -118,7 +118,7 @@
|
|||
<div class="mt-16 text-center">
|
||||
<p class="text-white/60 mb-4">Want to contribute to yaerguOS?</p>
|
||||
<a
|
||||
href="https://discord.com"
|
||||
href="https://discord.gg/EEmGn2fdDs"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="inline-flex items-center gap-2 px-6 py-3 bg-blue-600/20 hover:bg-blue-600/30 text-blue-400 hover:text-blue-300 rounded-lg transition-all duration-200 group"
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
<div class="mt-16 text-center">
|
||||
<p class="text-white/60 mb-4">Still have questions?</p>
|
||||
<a
|
||||
href="https://discord.com"
|
||||
href="https://discord.gg/EEmGn2fdDs"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="inline-flex items-center gap-2 px-6 py-3 bg-blue-600/20 hover:bg-blue-600/30 text-blue-400 hover:text-blue-300 rounded-lg transition-all duration-200 group"
|
||||
|
|
Loading…
Reference in a new issue