Skip to content

Commit 7363444

Browse files
style(frontend): 💄 Make the website wider in pc
1 parent 7e04e85 commit 7363444

20 files changed

+56
-55
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"conventionalCommits.scopes": [
3-
"ui"
3+
"frontend",
4+
"backend"
45
]
56
}

public/css/main.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

views/admin/calendar.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-16 md:px-24 lg:px-32 hidden">
2-
<section class="mx-auto mt-10 max-w-4xl text-left">
2+
<section class="mx-auto mt-10 max-w-6xl text-left">
33
<div class="bg-gray-800 rounded-lg overflow-hidden shadow-lg">
44
<div class="p-6">
55
<h3 class="mb-4 text-2xl font-bold text-white flex items-center">
@@ -21,7 +21,7 @@
2121
</div>
2222
</section>
2323

24-
<section id="formSection" class="mx-auto mt-10 max-w-4xl text-left">
24+
<section id="formSection" class="mx-auto mt-10 max-w-6xl text-left">
2525
<div id="addEventFormContainer" class="bg-gray-800 rounded-lg overflow-hidden shadow-lg hidden">
2626
<div class="p-6">
2727
<h3 class="mb-4 text-2xl font-bold text-white flex items-center">

views/admin/index.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-16 md:px-24 lg:px-32 hidden">
2-
<section class="mx-auto mt-10 max-w-4xl text-left">
2+
<section class="mx-auto mt-10 max-w-6xl text-left">
33
<div class="bg-gray-800 rounded-lg overflow-hidden shadow-lg">
44
<div class="p-6">
55
<h3 class="mb-4 text-2xl font-bold text-white flex items-center">

views/admin/linkcutter.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-16 lg:px-24 hidden">
2-
<section class="mx-auto mt-10 max-w-4xl text-left">
2+
<section class="mx-auto mt-10 max-w-6xl text-left">
33
<div class="bg-gray-800 rounded-lg overflow-hidden shadow-lg">
44
<div class="p-6">
55
<h3 class="mb-4 text-2xl font-bold text-white flex items-center">

views/content/aboutme.ejs

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-64 hidden">
1+
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-32 xl:px-48 hidden">
22
<!-- Sección Un poco sobre mí -->
3-
<section class="mx-auto mt-10 max-w-4xl text-left">
3+
<section class="mx-auto mt-10 max-w-6xl text-left">
44
<div class="items-left flex flex-col">
55
<div class="items-left flex text-left">
66
<div class="relative">
@@ -14,7 +14,7 @@
1414
</div>
1515
</section>
1616
<!-- Sección Un poco sobre mí -->
17-
<section class="mx-auto mt-10 max-w-4xl text-left">
17+
<section class="mx-auto mt-10 max-w-6xl text-left">
1818
<h3 class="mb-4 text-2xl font-bold flex items-center">
1919
<i class="fas fa-user mr-3 text-gray-300"></i>
2020
Un poco sobre mí
@@ -39,7 +39,7 @@
3939
</section>
4040

4141
<!-- Sección Mis Estudios -->
42-
<section class="mx-auto mt-10 max-w-4xl text-left">
42+
<section class="mx-auto mt-10 max-w-6xl text-left">
4343
<h3 class="mb-4 text-2xl font-bold flex items-center">
4444
<i class="fas fa-graduation-cap mr-3 text-gray-300"></i>
4545
Mis Estudios
@@ -65,7 +65,7 @@
6565
</section>
6666

6767
<!-- Sección idiomas -->
68-
<section class="mx-auto mt-10 max-w-4xl text-left">
68+
<section class="mx-auto mt-10 max-w-6xl text-left">
6969
<h3 class="mb-4 text-2xl font-bold flex items-center">
7070
<i class="fas fa-language mr-3 text-gray-300"></i>
7171
Idiomas
@@ -96,7 +96,7 @@
9696
</section>
9797

9898
<!-- Sección Certificados y Reconocimientos -->
99-
<section class="mx-auto mt-10 max-w-4xl text-left">
99+
<section class="mx-auto mt-10 max-w-6xl text-left">
100100
<h3 class="mb-4 text-2xl font-bold flex items-center">
101101
<i class="fas fa-certificate mr-3 text-gray-300"></i>
102102
Certificados y Reconocimientos
@@ -134,7 +134,7 @@
134134
</section>
135135

136136
<!-- Sección Tech Stack -->
137-
<section class="mx-auto mt-10 max-w-4xl text-left">
137+
<section class="mx-auto mt-10 max-w-6xl text-left">
138138
<h3 class="mb-4 text-2xl font-bold flex items-center">
139139
<i class="fas fa-tools mr-3 text-gray-300"></i>
140140
Mi Tech Stack
@@ -152,7 +152,7 @@
152152
</section>
153153

154154
<!-- Sección Mis conocimientos -->
155-
<section class="mx-auto mt-10 max-w-4xl text-left">
155+
<section class="mx-auto mt-10 max-w-6xl text-left">
156156
<h3 class="mb-4 text-2xl font-bold flex items-center">
157157
<i class="fas fa-tools mr-3 text-gray-300"></i>
158158
Conocimientos
@@ -202,7 +202,7 @@
202202
</div>
203203
</div>
204204
</section>
205-
<section class="mx-auto mt-10 max-w-4xl text-left">
205+
<section class="mx-auto mt-10 max-w-6xl text-left">
206206
<h3 class="mb-4 text-2xl font-bold flex items-center">
207207
<i class="fas fa-info-circle mr-3 text-gray-300"></i>
208208
Informaciones extras

views/content/index.ejs

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-64 hidden">
2-
<section class="mx-auto mt-10 max-w-4xl text-left">
1+
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-32 xl:px-48 hidden">
2+
<section class="mx-auto mt-10 max-w-6xl text-left">
33
<div class="items-left flex flex-col">
44
<div class="items-left flex text-left">
55
<div class="relative">
@@ -34,7 +34,7 @@
3434
</div>
3535
</div>
3636
</div>
37-
<p class="mx-auto mt-10 max-w-4xl text-left font-agrandir">¡Hola! Soy Alex, un apasionado programador, gamer y streamer en mi tiempo libre. Principalmente desarrollo páginas web y despliego servidores de diversos tipos, aunque también he creado aplicaciones de escritorio. Tengo una especial afición por experimentar con Node.js y otras tecnologías. Paso muchas horas en mi ordenador, trabajando en varios proyectos, siempre acompañado de mi café y mi entusiasmo por aprender y descubrir cosas nuevas!</p>
37+
<p class="mx-auto mt-10 max-w-6xl text-left font-agrandir">¡Hola! Soy Alex, un apasionado programador, gamer y streamer en mi tiempo libre. Principalmente desarrollo páginas web y despliego servidores de diversos tipos, aunque también he creado aplicaciones de escritorio. Tengo una especial afición por experimentar con Node.js y otras tecnologías. Paso muchas horas en mi ordenador, trabajando en varios proyectos, siempre acompañado de mi café y mi entusiasmo por aprender y descubrir cosas nuevas!</p>
3838
<br>
3939
<a href="/?view=aboutme" class="block rounded-lg bg-gray-800 p-6 hover:bg-blue-700">
4040
<div class="flex items-center">
@@ -46,15 +46,15 @@
4646
</div>
4747
</a>
4848
</section>
49-
<section class="mx-auto mt-10 max-w-4xl text-left">
49+
<section class="mx-auto mt-10 max-w-6xl text-left">
5050
<h3 class="mb-4 text-2xl font-bold flex items-center">
5151
<i class="fab fa-github mr-3 text-gray-300"></i>
5252
Proyectos
5353
</h3>
5454
<div id="projects-container" class="space-y-4">
5555
</div>
5656
</section>
57-
<section class="mx-auto mt-10 max-w-4xl text-left">
57+
<section class="mx-auto mt-10 max-w-6xl text-left">
5858
<h3 class="mb-4 text-2xl font-bold flex items-center">
5959
<i class="fas fa-share-alt mr-3 text-gray-300"></i>
6060
Plataformas de contenido
@@ -89,7 +89,7 @@
8989
</a>
9090
</div>
9191
</section>
92-
<section id="calendarSectionId" class="mx-auto mt-10 max-w-4xl text-left">
92+
<section id="calendarSectionId" class="mx-auto mt-10 max-w-6xl text-left">
9393
<h3 class="mb-4 text-2xl font-bold flex items-center">
9494
<i class="fas fa-calendar mr-3 text-gray-300"></i>
9595
Calendario
@@ -117,7 +117,7 @@
117117
</div>
118118
</div>
119119
</section>
120-
<section class="mx-auto mt-10 max-w-4xl text-left">
120+
<section class="mx-auto mt-10 max-w-6xl text-left">
121121
<h3 class="mb-4 text-2xl font-bold flex items-center">
122122
<i class="fas fa-folder-open mr-3 text-gray-300"></i>
123123
Contenido adicional
@@ -136,7 +136,7 @@
136136
</a>
137137
</div>
138138
</section>
139-
<section class="mx-auto mt-10 max-w-4xl text-left">
139+
<section class="mx-auto mt-10 max-w-6xl text-left">
140140
<h3 class="mb-4 text-2xl font-bold text-white flex items-center">
141141
<i class="fas fa-envelope mr-3 text-gray-300"></i>
142142
Contacta conmigo

views/content/kick.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-64 hidden">
2-
<section class="mx-auto mt-10 max-w-4xl text-left">
1+
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-32 xl:px-48 hidden">
2+
<section class="mx-auto mt-10 max-w-6xl text-left">
33
<h3 class="mb-4 text-2xl font-bold flex items-center">
44
<i class="fa-brands fa-kickstarter-k mr-3 text-gray-300"></i>
55
Directos en Kick

views/content/links.ejs

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-64 hidden">
2-
<section class="mx-auto mt-10 max-w-4xl text-left">
1+
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-32 xl:px-48 hidden">
2+
<section class="mx-auto mt-10 max-w-6xl text-left">
33
<div class="items-left flex flex-col">
44
<div class="items-left flex text-left">
55
<div class="relative">
@@ -12,7 +12,7 @@
1212
</div>
1313
</div>
1414
</section>
15-
<section class="mx-auto mt-10 max-w-4xl text-left">
15+
<section class="mx-auto mt-10 max-w-6xl text-left">
1616
<h3 class="mb-4 text-2xl font-bold flex items-center">
1717
<i class="fas fa-code mr-3 text-gray-300"></i>
1818
Desarrollo
@@ -38,7 +38,7 @@
3838
</a>
3939
</div>
4040
</section>
41-
<section class="mx-auto mt-10 max-w-4xl text-left">
41+
<section class="mx-auto mt-10 max-w-6xl text-left">
4242
<h3 class="mb-4 text-2xl font-bold flex items-center">
4343
<i class="fas fa-share-alt mr-3 text-gray-300"></i>
4444
Redes Sociales
@@ -73,7 +73,7 @@
7373
</a>
7474
</div>
7575
</section>
76-
<section class="mx-auto mt-10 max-w-4xl text-left">
76+
<section class="mx-auto mt-10 max-w-6xl text-left">
7777
<h3 class="mb-4 text-2xl font-bold flex items-center">
7878
<i class="fas fa-clapperboard mr-3 text-gray-300"></i>
7979
Plataformas de contenido

views/content/twitch.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-64 hidden">
2-
<section class="mx-auto mt-10 max-w-4xl text-left">
1+
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-32 xl:px-48 hidden">
2+
<section class="mx-auto mt-10 max-w-6xl text-left">
33
<h3 class="mb-4 text-2xl font-bold flex items-center">
44
<i class="fab fa-twitch mr-3 text-gray-300"></i>
55
Directos en Twitch

views/content/youtube.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-64 hidden">
2-
<section class="mx-auto mt-10 max-w-4xl text-left">
1+
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-32 xl:px-48 hidden">
2+
<section class="mx-auto mt-10 max-w-6xl text-left">
33
<h3 class="mb-4 text-2xl font-bold flex items-center">
44
<i class="fab fa-youtube mr-3 text-gray-300 text-3xl"></i>
55
Mis vídeos de YouTube

views/errors/401.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-64 hidden">
2-
<section class="mx-auto mt-10 max-w-4xl text-left">
1+
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-32 xl:px-48 hidden">
2+
<section class="mx-auto mt-10 max-w-6xl text-left">
33
<h3 class="mb-4 text-2xl font-bold text-red-500 flex items-center">
44
<i class="fa-solid fa-exclamation-triangle mr-3 text-red-400"></i>
55
Error 401 - No autorizado

views/errors/403.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-64 hidden">
2-
<section class="mx-auto mt-10 max-w-4xl text-left">
1+
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-32 xl:px-48 hidden">
2+
<section class="mx-auto mt-10 max-w-6xl text-left">
33
<h3 class="mb-4 text-2xl font-bold text-red-500 flex items-center">
44
<i class="fa-solid fa-exclamation-circle mr-3 text-red-400"></i>
55
Error 403 - Acceso denegado

views/errors/404.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-64 hidden">
2-
<section class="mx-auto mt-10 max-w-4xl text-left">
1+
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-32 xl:px-48 hidden">
2+
<section class="mx-auto mt-10 max-w-6xl text-left">
33
<h3 class="mb-4 text-2xl font-bold text-red-500 flex items-center">
44
<i class="fa-solid fa-magnifying-glass-minus mr-3 text-red-400"></i>
55
Error 404 - Página no encontrada

views/errors/500.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-64 hidden">
2-
<section class="mx-auto mt-10 max-w-4xl text-left">
1+
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-32 xl:px-48 hidden">
2+
<section class="mx-auto mt-10 max-w-6xl text-left">
33
<h3 class="mb-4 text-2xl font-bold text-red-500 flex items-center">
44
<i class="fa-solid fa-server mr-3 text-red-400"></i>
55
Error 500 - Error interno del servidor

views/errors/502.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-64 hidden">
2-
<section class="mx-auto mt-10 max-w-4xl text-left">
1+
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-32 xl:px-48 hidden">
2+
<section class="mx-auto mt-10 max-w-6xl text-left">
33
<h3 class="mb-4 text-2xl font-bold text-yellow-500 flex items-center">
44
<i class="fa-solid fa-globe mr-3 text-yellow-400"></i>
55
Error 502 - Bad Gateway

views/errors/503.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-64 hidden">
2-
<section class="mx-auto mt-10 max-w-4xl text-left">
1+
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-32 xl:px-48 hidden">
2+
<section class="mx-auto mt-10 max-w-6xl text-left">
33
<h3 class="mb-4 text-2xl font-bold text-red-500 flex items-center">
44
<i class="fa-solid fa-wrench mr-3 text-red-400"></i>
55
Error 503 - Servicio no disponible

views/extras/index.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-64 hidden">
2-
<section class="mx-auto mt-10 max-w-4xl text-left">
1+
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-32 xl:px-48 hidden">
2+
<section class="mx-auto mt-10 max-w-6xl text-left">
33
<h3 class="mb-4 text-2xl font-bold flex items-center">
44
<i class="fas fa-info-circle mr-3 text-gray-300"></i>
55
Contenido adicional

views/extras/status.ejs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-64 hidden">
2-
<section class="mx-auto mt-10 max-w-4xl text-left">
1+
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-32 xl:px-48 hidden">
2+
<section class="mx-auto mt-10 max-w-6xl text-left">
33
<h3 class="mb-4 text-2xl font-bold flex items-center">
44
<i class="fas fa-tachometer-alt mr-3 text-gray-300"></i>
55
Status Page
@@ -19,15 +19,15 @@
1919
</div>
2020
</div>
2121
</section>
22-
<section class="mx-auto mt-10 max-w-4xl text-left">
22+
<section class="mx-auto mt-10 max-w-6xl text-left">
2323
<h3 class="mb-4 text-2xl font-bold flex items-center">
2424
<i class="fas fa-tachometer-alt mr-3 text-gray-300"></i>
2525
Estado de mis servidores
2626
</h3>
2727
<div class="space-y-4" id="server-status-container">
2828
</div>
2929
</section>
30-
<section class="mx-auto mt-10 max-w-4xl text-left">
30+
<section class="mx-auto mt-10 max-w-6xl text-left">
3131
<h3 class="mb-4 text-2xl font-bold flex items-center">
3232
<i class="fas fa-tachometer-alt mr-3 text-gray-300"></i>
3333
Estado de mis páginas web

views/extras/timeline.ejs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-64 hidden">
2-
<section class="mx-auto mt-10 max-w-4xl text-left">
1+
<main class="container mx-auto mt-10 flex-grow px-8 sm:px-24 lg:px-32 xl:px-48 hidden">
2+
<section class="mx-auto mt-10 max-w-6xl text-left">
33
<h3 class="mb-4 text-2xl font-bold flex items-center">
44
<i class="fas fa-briefcase mr-3 text-gray-300"></i>
55
Mi timeline de trabajo
@@ -14,7 +14,7 @@
1414
</div>
1515
</section>
1616

17-
<section class="mx-auto mt-10 max-w-4xl text-left">
17+
<section class="mx-auto mt-10 max-w-6xl text-left">
1818
<h3 class="mb-4 text-2xl font-bold flex items-center">
1919
<i class="fas fa-calendar-week mr-3 text-gray-300"></i>
2020
Consulta del timeline

0 commit comments

Comments
 (0)