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 ab48511..09520c0 100644 --- a/src/server/views/pages/index.ejs +++ b/src/server/views/pages/index.ejs @@ -1,3 +1,9 @@ +<% const pageTitle = `${appName} | Guía Completa`; %> +<% const head = null; %> +<% const scripts = null; %> +<% const title = pageTitle; %> +<% layout('../layouts/layout.ejs', { title, head, scripts, appName, version, djsVersion, currentDateHuman }); %> +
@@ -43,72 +49,74 @@
- - Comenzar ahora - - - + + Comenzar ahora + + +
+
- +
- - Discord.js <%= djsVersion %> + + Discord.js <%= djsVersion %>
- - <%= currentDateHuman %> + + Actualizado: <%= currentDateHuman %>
- 23 Secciones + 23 Secciones • Creación de Contenido
-
+
-
- <%- await include('../partials/toc') %> +
+ <%- include('partials/toc') %> -
-
- <%- await include('../partials/sections/primeros-pasos') %> - <%- await include('../partials/sections/comandos-basicos') %> - <%- await include('../partials/sections/ejemplos-basicos') %> - <%- await include('../partials/sections/ejemplos-avanzados') %> - <%- await include('../partials/sections/sistema-juego') %> - <%- await include('../partials/sections/minijuegos') %> - <%- await include('../partials/sections/inventario-equipo') %> - <%- await include('../partials/sections/economia') %> - <%- await include('../partials/sections/tienda') %> - <%- await include('../partials/sections/crafteo') %> - <%- await include('../partials/sections/logros') %> - <%- await include('../partials/sections/misiones') %> - <%- await include('../partials/sections/racha') %> - <%- await include('../partials/sections/consumibles') %> - <%- await include('../partials/sections/cofres') %> - <%- await include('../partials/sections/encantamientos') %> - <%- await include('../partials/sections/fundicion') %> - <%- await include('../partials/sections/ia') %> - <%- await include('../partials/sections/recordatorios') %> - <%- await include('../partials/sections/alianzas') %> - <%- await include('../partials/sections/admin') %> - <%- await include('../partials/sections/creacion-contenido') %> - <%- await include('../partials/sections/configuracion') %> - <%- await include('../partials/sections/estadisticas') %> - <%- await include('../partials/sections/tips') %> - <%- await include('../partials/sections/faq') %> +
+
+ <%- 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') %>
- -
-
\ No newline at end of file +