-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
241 lines (204 loc) · 8.43 KB
/
index.html
File metadata and controls
241 lines (204 loc) · 8.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TorkenMon - Recursos Estáticos</title>
<style>
:root {
--primary-color: #3c8527;
--secondary-color: #8bc34a;
--bg-color: #f5f5f5;
--text-color: #333;
--link-color: #2e7d32;
--border-color: #ddd;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: var(--text-color);
background-color: var(--bg-color);
padding: 0;
margin: 0;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
header {
background-color: var(--primary-color);
color: white;
padding: 30px 0;
text-align: center;
margin-bottom: 30px;
border-radius: 0 0 10px 10px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
h1 {
font-size: 2.5rem;
margin-bottom: 10px;
}
.subtitle {
font-size: 1.2rem;
opacity: 0.9;
}
section {
background: white;
padding: 25px;
border-radius: 8px;
margin-bottom: 25px;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
border-left: 4px solid var(--secondary-color);
}
h2 {
color: var(--primary-color);
margin-bottom: 15px;
border-bottom: 2px solid var(--secondary-color);
padding-bottom: 5px;
display: inline-block;
}
p {
margin-bottom: 15px;
}
a {
color: var(--link-color);
text-decoration: none;
font-weight: 600;
transition: color 0.3s;
}
a:hover {
color: var(--secondary-color);
text-decoration: underline;
}
.download-links {
background-color: #f8f9fa;
padding: 15px;
border-radius: 6px;
margin: 20px 0;
border: 1px solid var(--border-color);
}
.download-links h3 {
margin-bottom: 10px;
color: var(--primary-color);
}
.btn {
display: inline-block;
background-color: var(--primary-color);
color: white;
padding: 8px 16px;
border-radius: 4px;
margin-top: 10px;
transition: background-color 0.3s;
}
.btn:hover {
background-color: var(--secondary-color);
text-decoration: none;
color: white;
}
footer {
text-align: center;
padding: 20px;
margin-top: 30px;
color: #666;
font-size: 0.9rem;
}
.discord-section {
text-align: center;
margin-top: 30px;
}
.discord-btn {
background-color: #5865F2;
padding: 12px 24px;
border-radius: 4px;
color: white;
font-weight: bold;
display: inline-block;
margin-top: 10px;
}
.discord-btn:hover {
background-color: #4752c4;
text-decoration: none;
color: white;
}
code {
background-color: #f0f0f0;
padding: 2px 5px;
border-radius: 3px;
font-family: Consolas, Monaco, 'Andale Mono', monospace;
font-size: 0.9em;
}
@media (max-width: 768px) {
.container {
padding: 15px;
}
header {
padding: 20px 0;
}
h1 {
font-size: 2rem;
}
}
</style>
</head>
<body>
<header>
<div class="container">
<h1>Recursos estáticos de TorkenMon</h1>
</div>
</header>
<div class="container">
<section>
<h2>Hola :)</h2>
<p>Soy Moisés, desarrollador de PerlandDev y me encargo de mantener la infraestructura de TorkenMon y TorkenCraft.</p>
</p>Si has encontrado esta web, probablemente eres una persona curiosa, así que te explicaré lo que está pasando aquí.</p>
<p>Este sitio web forma parte de la infraestructura técnica que utilizo para TorkenMon. A continuación te explico cómo funciona todo:</p>
</section>
<section>
<h2>¿Cómo va lo del modpack?</h2>
<p>Utilizo <a href="https://github.com/packwiz/packwiz" target="_blank">packwiz</a>, una herramienta CLI increíble que me permite crear y gestionar estructuras de modpacks de forma eficiente.</p>
<p>La imagen Docker de mi servidor (basada en <code>itzg/minecraft-server</code>) utiliza esta estructura para descargar los mods directamente desde el CDN de Modrinth, facilitando el despliegue del servidor. Y básicamente esta web se encarga de alojar el archivo estático con la estructura.</p>
<div class="download-links">
<h3>Descarga la estructura del modpack:</h3>
<p>Puedes encontrar y descargar esta estructura si lo deseas en:</p>
<a href="/pack.toml" class="btn">Descargar pack.toml</a>
</div>
</section>
<section>
<h2>Paquete de Texturas</h2>
<p>Este sitio también aloja estáticamente el archivo .zip del paquete de texturas personalizado. Este aparece como opción descargable al entrar al servidor (en caso de que no lo tengas por defecto).</p>
<div class="download-links">
<h3>Descarga el paquete de texturas:</h3>
<a href="/TorkenMon-Visuals.zip" class="btn">Descargar TorkenMon-Visuals.zip</a>
</div>
</section>
<section>
<h2>¿Por qué existe esta web?</h2>
<p>Bueno... jaja, más que una web, simplemente quería alojar estos archivos estáticos en algún lugar propio y facilitar las automatizaciones y el despliegue del servidor, haciendo que la experiencia sea lo más fluida posible tanto para mí al administrarlo como para ti al jugar.</p>
<div class="download-links">
<h3>Repositorio del proyecto:</h3>
<p>Puedes explorar el código y la estructura completa en GitHub:</p>
<a href="https://github.com/PerlandDev/TorkenMon-modpack" class="btn" target="_blank">Ver repositorio en GitHub</a> <br> <br>
<p>Ah, y ya que estás aquí, puedes pulsar abajo para el modpack más reciente e instalarlo en modrinth :)</p>
<a href="https://github.com/PerlandDev/TorkenMon-modpack/releases/download/latest-modpack/torkenmon-latest.mrpack" class="btn" target="_blank">Descargar modpack más reciente.</a>
<br> <br>
<p>(Como pequeña advertencia, si por alguna razón ese link de descarga no funciona, mejor usa los canales oficiales)</p>
</div>
<p>Si algún día te gustaría montar algo como esto, ¡inténtalo! Puedes consultar el repositorio para ver cómo está estructurado todo.</p>
</section>
<div class="discord-section">
<h2>¿Tienes dudas o quieres unirte?</h2>
<p>No tengo problema en responder tus preguntas a través de Discord. ¡Únete a la comunidad Torken!</p>
<a href="https://discord.gg/2QjDhT7nKK" class="discord-btn" target="_blank">Unirse al Discord</a>
</div>
<footer>
<p>© 2025 TorkenMon - Gracias por tu interés en nuestro servidor de Minecraft</p>
</footer>
</div>
</body>
</html>