[FEAT] DA

This commit is contained in:
2025-11-26 15:36:11 +01:00
parent 5ca0a0ea78
commit 107caef54d

View File

@@ -49,27 +49,27 @@
</div>
</header>
<div class="flex-shrink-0 p-4 mb-6 bg-gradient-to-r from-blue-50 to-purple-50 dark:from-gray-800 dark:to-gray-700 border border-blue-100 dark:border-gray-600 rounded-2xl shadow-sm">
<div class="flex flex-col sm:flex-row items-center justify-between gap-2">
<div class="flex items-center gap-2 text-center sm:text-left">
<i class="text-lg text-blue-600 dark:text-blue-400 fas fa-ad"></i>
<span class="text-sm font-semibold text-gray-800 dark:text-gray-100">Your ad here</span>
<span class="hidden sm:inline text-xs text-gray-600 dark:text-gray-400">- Reach thousands of game developers and creative professionals</span>
</div>
<div class="flex gap-2">
<a href="mailto:root@adhd.sh" class="inline-flex items-center gap-1.5 px-3 py-1.5 text-xs font-medium text-white bg-blue-600 hover:bg-blue-700 dark:bg-blue-500 dark:hover:bg-blue-600 rounded transition-all">
<i class="text-xs fas fa-envelope"></i>
<span class="hidden sm:inline">root@adhd.sh</span>
<span class="sm:hidden">Email</span>
</a>
<a href="https://discord.gg/JTev3nzeDa" target="_blank" class="inline-flex items-center gap-1.5 px-3 py-1.5 text-xs font-medium text-white bg-indigo-600 hover:bg-indigo-700 dark:bg-indigo-500 dark:hover:bg-indigo-600 rounded transition-all">
<i class="text-xs fab fa-discord"></i>
<span class="hidden sm:inline">nu11ed</span>
<span class="sm:hidden">Discord</span>
</a>
</div>
</div>
</div>
<!-- <div class="flex-shrink-0 p-4 mb-6 bg-gradient-to-r from-blue-50 to-purple-50 dark:from-gray-800 dark:to-gray-700 border border-blue-100 dark:border-gray-600 rounded-2xl shadow-sm">-->
<!-- <div class="flex flex-col sm:flex-row items-center justify-between gap-2">-->
<!-- <div class="flex items-center gap-2 text-center sm:text-left">-->
<!-- <i class="text-lg text-blue-600 dark:text-blue-400 fas fa-ad"></i>-->
<!-- <span class="text-sm font-semibold text-gray-800 dark:text-gray-100">Your ad here</span>-->
<!-- <span class="hidden sm:inline text-xs text-gray-600 dark:text-gray-400">- Reach thousands of game developers and creative professionals</span>-->
<!-- </div>-->
<!-- <div class="flex gap-2">-->
<!-- <a href="mailto:root@adhd.sh" class="inline-flex items-center gap-1.5 px-3 py-1.5 text-xs font-medium text-white bg-blue-600 hover:bg-blue-700 dark:bg-blue-500 dark:hover:bg-blue-600 rounded transition-all">-->
<!-- <i class="text-xs fas fa-envelope"></i>-->
<!-- <span class="hidden sm:inline">root@adhd.sh</span>-->
<!-- <span class="sm:hidden">Email</span>-->
<!-- </a>-->
<!-- <a href="https://discord.gg/JTev3nzeDa" target="_blank" class="inline-flex items-center gap-1.5 px-3 py-1.5 text-xs font-medium text-white bg-indigo-600 hover:bg-indigo-700 dark:bg-indigo-500 dark:hover:bg-indigo-600 rounded transition-all">-->
<!-- <i class="text-xs fab fa-discord"></i>-->
<!-- <span class="hidden sm:inline">nu11ed</span>-->
<!-- <span class="sm:hidden">Discord</span>-->
<!-- </a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<main class="flex flex-col flex-1 bg-white/80 dark:bg-gray-900/80 backdrop-blur-md rounded-3xl shadow-2xl border border-gray-200/50 dark:border-gray-700/50 transition-all duration-300" :class="{ 'lg:overflow-hidden': layers.some(l => l.sprites.length) }">
<!-- Welcome state -->