shoutout to zia, fixed navbar collab&donate, discord added in missing places + deleted learn more button

This commit is contained in:
maybe-asdf 2025-01-08 21:01:47 +01:00
parent 4347363a81
commit 05576f7297
5 changed files with 7 additions and 13 deletions

View file

@ -5,6 +5,8 @@
<div> <div>
<p class="text-lg">© 2025 yaerguOS. All rights reserved.</p> <p class="text-lg">© 2025 yaerguOS. All rights reserved.</p>
</div> </div>
<div>
<img src="https://cdn.yaergu.uk/zia.png" width="125" height="125" alt="shoutout to zia"/></div>
<div class="flex gap-8"> <div class="flex gap-8">
<a href="#" class="hover:text-white transition-all duration-200 hover:-translate-y-1"> <a href="#" class="hover:text-white transition-all duration-200 hover:-translate-y-1">
<span class="flex items-center gap-2"> <span class="flex items-center gap-2">

View file

@ -43,7 +43,7 @@
class:active={path === 'https://ko-fi.com/maybeasdf'} class:active={path === 'https://ko-fi.com/maybeasdf'}
> >
Donate 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>
<a <a
href="https://discord.gg/EEmGn2fdDs" href="https://discord.gg/EEmGn2fdDs"

View file

@ -38,23 +38,15 @@
<div class="flex justify-center gap-4 mt-4"> <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"> <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
<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>
</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"> <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"> <span class="flex items-center gap-2">
Learn More Join Discord
<svg class="w-4 h-4 transition-transform group-hover:translate-x-1" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <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" /> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7l5 5m0 0l-5 5m5-5H6" />
</svg> </svg>
</span> </span>
</button> </button>
</a>
</div> </div>
</div> </div>
{/if} {/if}

View file

@ -118,7 +118,7 @@
<div class="mt-16 text-center"> <div class="mt-16 text-center">
<p class="text-white/60 mb-4">Want to contribute to yaerguOS?</p> <p class="text-white/60 mb-4">Want to contribute to yaerguOS?</p>
<a <a
href="https://discord.com" href="https://discord.gg/EEmGn2fdDs"
target="_blank" target="_blank"
rel="noopener noreferrer" 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" 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"

View file

@ -70,7 +70,7 @@
<div class="mt-16 text-center"> <div class="mt-16 text-center">
<p class="text-white/60 mb-4">Still have questions?</p> <p class="text-white/60 mb-4">Still have questions?</p>
<a <a
href="https://discord.com" href="https://discord.gg/EEmGn2fdDs"
target="_blank" target="_blank"
rel="noopener noreferrer" 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" 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"