From 86b160da4fa3b1220ed688497aa031ec995c7901 Mon Sep 17 00:00:00 2001 From: shni Date: Thu, 9 Oct 2025 22:19:31 -0500 Subject: [PATCH] =?UTF-8?q?feat:=20Actualizar=20dise=C3=B1o=20de=20la=20p?= =?UTF-8?q?=C3=A1gina=20de=20inicio=20con=20nuevos=20estilos=20y=20element?= =?UTF-8?q?os=20visuales?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/views/index.ejs | 122 ------------------------------- src/server/views/pages/index.ejs | 99 ++++++++++++++----------- 2 files changed, 57 insertions(+), 164 deletions(-) delete mode 100644 src/server/views/index.ejs diff --git a/src/server/views/index.ejs b/src/server/views/index.ejs deleted file mode 100644 index 0fd2639..0000000 --- a/src/server/views/index.ejs +++ /dev/null @@ -1,122 +0,0 @@ -<% const pageTitle = `${appName} | Guía Completa`; %> -<% const head = null; %> -<% const scripts = null; %> -<% const title = pageTitle; %> -<% layout('layouts/layout', { title, head, scripts, appName, version, djsVersion, currentDateHuman }); %> - -
-
-
- -
- -
- <%= appName %> • v<%= version %> -
- -
- - -
-

- Guía Completa -

-

- <%= appName %> -

-
- - -
- - - - - -
- - -
-

- Sistema completo de - economía, - minijuegos, - misiones y - IA - para Discord -

-
- - -
- - Comenzar ahora - - - -
- -
- - -
-
- - Discord.js <%= djsVersion %> -
-
- - Actualizado: <%= currentDateHuman %> -
-
- 23 Secciones • Creación de Contenido -
-
-
- -
- -
-
- -
- <%- include('partials/toc') %> - -
-
- <%- include('partials/sections/primeros-pasos') %> - <%- include('partials/sections/comandos-basicos') %> - <%- include('partials/sections/sistema-juego') %> - <%- include('partials/sections/minijuegos') %> - <%- include('partials/sections/inventario-equipo') %> - <%- include('partials/sections/economia') %> - <%- include('partials/sections/tienda') %> - <%- include('partials/sections/crafteo') %> - <%- include('partials/sections/logros') %> - <%- include('partials/sections/misiones') %> - <%- include('partials/sections/racha') %> - <%- include('partials/sections/consumibles') %> - <%- include('partials/sections/cofres') %> - <%- include('partials/sections/encantamientos') %> - <%- include('partials/sections/fundicion') %> - <%- include('partials/sections/ia') %> - <%- include('partials/sections/recordatorios') %> - <%- include('partials/sections/alianzas') %> - <%- include('partials/sections/admin') %> - <%- include('partials/sections/creacion-contenido') %> - <%- include('partials/sections/configuracion') %> - <%- include('partials/sections/estadisticas') %> - <%- include('partials/sections/tips') %> - <%- include('partials/sections/faq') %> -
-
-
-
-
diff --git a/src/server/views/pages/index.ejs b/src/server/views/pages/index.ejs index 3568d8b..ab48511 100644 --- a/src/server/views/pages/index.ejs +++ b/src/server/views/pages/index.ejs @@ -1,54 +1,69 @@ -
-
- -
-
-
- - - - - +
+
+
+ +
+ +
<%= appName %> • v<%= version %> - +
+
-

- + +
+

Guía Completa - - +

+

<%= appName %> - -

+

+
-

- Sistema completo de economía, minijuegos, misiones y IA para Discord -

+ +
+ + + + + +
-
- -
-
- - Comenzar ahora - - - - + +
+

+ Sistema completo de + economía, + minijuegos, + misiones y + IA + para Discord +

+
+ + +
-
- - Discord.js <%= djsVersion %> - - - <%= currentDateHuman %> - - - 23 Secciones • Creación de Contenido Incluida - + +
+
+ + Discord.js <%= djsVersion %> +
+
+ + <%= currentDateHuman %> +
+
+ 23 Secciones +
@@ -96,4 +111,4 @@
-
+
\ No newline at end of file