feat: Add complete EJS documentation layout and sections for Amayo Bot
- Created main index.ejs view with header, footer, and content structure. - Developed layout.ejs for consistent styling across pages. - Implemented partials for various sections including admin, alliances, chests, basic commands, crafting, economy, and more. - Added a table of contents for easy navigation. - Included responsive design elements and animations using Tailwind CSS. - Migrated content to EJS format for dynamic rendering.
This commit is contained in:
4
src/server/views/partials/sections/logros.ejs
Normal file
4
src/server/views/partials/sections/logros.ejs
Normal file
@@ -0,0 +1,4 @@
|
||||
<section id="logros" class="rounded-3xl bg-gradient-to-br from-slate-800/50 to-slate-900/50 backdrop-blur-xl border border-white/10 p-8 shadow-2xl">
|
||||
<h2 class="text-3xl sm:text-4xl font-bold mb-3 bg-clip-text text-transparent bg-gradient-to-r from-white to-indigo-200">🏆 Logros</h2>
|
||||
<p class="text-slate-300 text-sm">Contenido en migración a EJS…</p>
|
||||
</section>
|
||||
Reference in New Issue
Block a user