-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
658 lines (591 loc) · 34.8 KB
/
index.html
File metadata and controls
658 lines (591 loc) · 34.8 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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO TITLE optimizado -->
<title>ModerLauncher - Launcher Seguro para Minecraft | Descarga Gratis</title>
<!-- META DESCRIPTION para Google -->
<meta name="description" content="ModerLauncher es el launcher más seguro para Minecraft. Descarga gratis, optimiza tu juego con mods, shaders y mejora tu rendimiento. Compatible con todas las versiones." />
<!-- KEYWORDS para SEO -->
<meta name="keywords" content="ModerLauncher, moderlauncher, mod launcher, minecraft launcher, launcher minecraft, launcher seguro, minecraft mods, descargar minecraft launcher, mejor launcher minecraft, launcher gratis, minecraft optifine, shaders minecraft, launcher español" />
<!-- META AUTHOR Y ROBOTS -->
<meta name="author" content="ModerLauncher Team" />
<meta name="robots" content="index, follow" />
<meta name="language" content="Spanish" />
<meta name="revisit-after" content="7 days" />
<!-- CANONICAL URL (reemplaza con tu dominio real) -->
<link rel="canonical" href="https://jephersonrd.github.io/ModerLauncher/" />
<!-- FAVICON -->
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="./assets/logo/logo2.png" />
<!-- OPEN GRAPH / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tudominio.com/" />
<meta property="og:site_name" content="ModerLauncher" />
<meta property="og:title" content="ModerLauncher - Launcher Seguro para Minecraft" />
<meta property="og:description" content="El launcher más seguro para Minecraft. Descarga gratis, optimiza tu juego con mods y shaders. ¡Mejora tu experiencia de juego!" />
<meta property="og:image" content="https://tudominio.com/assets/images/home/c.png" />
<meta property="og:image:alt" content="ModerLauncher - Interfaz del Launcher" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="es_ES" />
<!-- TWITTER CARD -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="ModerLauncher - Launcher Seguro para Minecraft" />
<meta name="twitter:description" content="El launcher más seguro para Minecraft. Descarga gratis y optimiza tu juego con mods y shaders." />
<meta name="twitter:image" content="https://tudominio.com/assets/images/home/c.png" />
<meta name="twitter:creator" content="@jepherson_rd" />
<!-- THEME COLOR para móviles -->
<meta name="theme-color" content="#7e22ce" />
<meta name="msapplication-TileColor" content="#7e22ce" />
<!-- SCHEMA.ORG Markup (JSON-LD) para Google -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "ModerLauncher",
"applicationCategory": "GameApplication",
"operatingSystem": "Windows, Linux, macOS",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "1250"
},
"description": "ModerLauncher es el launcher más seguro para Minecraft con soporte para mods, shaders y optimización de rendimiento",
"downloadUrl": "https://github.com/jephersonRD/ModerLauncher/releases",
"softwareVersion": "1.0",
"author": {
"@type": "Organization",
"name": "ModerLauncher Team"
},
"screenshot": "https://tudominio.com/assets/images/home/c.png",
"featureList": [
"Soporte para mods",
"Optimización de rendimiento",
"Instalación de shaders",
"Interfaz intuitiva",
"Actualizaciones automáticas",
"Seguridad avanzada"
]
}
</script>
<!-- STYLESHEETS -->
<link rel="stylesheet" href="./css/tailwind-build.css">
<link rel="stylesheet" href="css/index.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.11.3/font/bootstrap-icons.min.css"
integrity="sha512-dPXYcDub/aeb08c63jRq/k6GaKccl256JQy/AnOq7CAnEZ9FzSL9wSbcZkMp4R26vBsMLFYH4kQ67/bbV8XaCQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body
class="tw-flex tw-min-h-[100vh] tw-flex-col tw-bg-black tw-text-white"
>
<header
class="tw-max-w-lg:tw-px-4 tw-max-w-lg:tw-mr-auto tw-absolute tw-top-0 tw-z-20 tw-flex tw-h-[60px] tw-w-full tw-bg-opacity-0 tw-px-[5%] lg:tw-justify-around"
>
<a class="tw-h-[50px] tw-w-[50px] tw-p-[4px]" href="/" aria-label="ModerLauncher Home">
<img
src="./assets/logo/logo2.png"
alt="ModerLauncher Logo - Launcher para Minecraft"
class="tw-object tw-h-full tw-w-full"
/>
</a>
<div
class="collapsible-header animated-collapse max-lg:tw-shadow-md"
id="collapsed-header-items"
>
<div
class="tw-flex tw-h-full tw-w-max tw-gap-5 tw-text-base max-lg:tw-mt-[30px] max-lg:tw-flex-col max-lg:tw-place-items-end max-lg:tw-gap-5 lg:tw-mx-auto lg:tw-place-items-center"
>
<a class="header-links" href="#pricing" aria-label="Mods para Minecraft"> MODS </a>
<a class="header-links" target="_blank" href="https://discord.gg/bFbSdqaENa" aria-label="Soporte ModerLauncher"> STAFF (Ayuda)</a>
<a class="header-links" target="_blank" href="https://discord.gg/wfqq37r97c" aria-label="Noticias ModerLauncher"> NOTICIAS</a>
<a class="header-links" target="_blank" href="https://discord.gg/2EQ4ntvnXe" aria-label="Comunidad ModerLauncher"> SOCIAL </a>
</div>
<!-- Botón de descarga removido -->
</div>
<button
class="bi bi-list tw-absolute tw-right-3 tw-top-3 tw-z-50 tw-text-3xl tw-text-white lg:tw-hidden"
onclick="toggleHeader()"
aria-label="Abrir menú de navegación"
id="collapse-btn"
></button>
</header>
<section
class="hero-section tw-relative tw-flex tw-min-h-[100vh] tw-w-full tw-max-w-[100vw] tw-flex-col tw-overflow-hidden max-md:tw-mt-[50px]"
id="hero-section"
>
<div
class="tw-flex tw-h-full tw-min-h-[100vh] tw-w-full tw-flex-col tw-place-content-center tw-gap-6 tw-p-[5%] max-xl:tw-place-items-center max-lg:tw-p-4"
>
<div
class="tw-flex tw-flex-col tw-place-content-center tw-items-center"
>
<div
class="reveal-up gradient-text tw-text-center tw-text-6xl tw-font-semibold tw-uppercase tw-leading-[80px] max-lg:tw-text-4xl max-md:tw-leading-snug"
>
<h1 class="">𝐌𝐨𝐝𝐞𝐫𝐋𝐚𝐮𝐧𝐜𝐡𝐞𝐫</h1>
<br />
<span class="">Tu Launcher más Seguro para Minecraft</span>
</div>
<div
class="reveal-up tw-mt-10 tw-max-w-[450px] tw-p-2 tw-text-center tw-text-gray-300 max-lg:tw-max-w-full"
>
<div class="spinner">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
<div
class="reveal-up tw-mt-10 tw-flex tw-place-items-center tw-gap-4"
>
<a href="https://github.com/jephersonRD/ModerLauncher/releases"
target="_blank"
rel="noopener noreferrer"
aria-label="Descargar ModerLauncher ahora"
>
<button class="Button1">
<span>Descargar Gratis</span>
</button>
</a>
<a
clas="btn tw-flex tw-gap-2 !tw-bg-black !tw-text-white tw-transition-colors tw-duration-[0.3s] hover:!tw-bg-white hover:!tw-text-black"
href="#pricing"
aria-label="Ver mods disponibles"
>
<a href="#pricing">
<button class="Button1">
<span>Ver MODS</span>
</button>
</a>
</a>
</div>
</div>
<div
class="reveal-up tw-relative tw-mt-8 tw-flex tw-w-full tw-place-content-center tw-place-items-center"
id="dashboard-container"
>
<div
class="tw-relative tw-max-w-[80%] tw-overflow-hidden tw-rounded-xl tw-bg-transparent max-md:tw-max-w-full"
id="dashboard"
>
<img
src="./assets/images/home/c.png"
alt="ModerLauncher - Interfaz del launcher para Minecraft con mods y shaders"
class="tw-h-full tw-w-full tw-object-cover tw-opacity-90 max-lg:tw-object-contain"
/>
</div>
<div
class="hero-img-bg-grad tw-absolute tw-left-[20%] tw-top-5 tw-h-[200px] tw-w-[200px]"
></div>
</div>
</div>
</section>
<section
class="tw-relative tw-flex tw-w-full tw-max-w-[100vw] tw-flex-col tw-place-content-center tw-place-items-center tw-overflow-hidden tw-p-8"
>
<h2 class="reveal-up tw-text-3xl max-md:tw-text-xl">
Con la confianza de marcas que conoces
</h2>
<div class="reveal-up carousel-container">
<div
class="carousel lg:w-place-content-center tw-mt-6 tw-flex tw-w-full tw-gap-5 max-md:tw-gap-2"
>
<!-- add the brands using your app -->
<div class="carousel-img tw-h-[30px] tw-w-[150px]">
<img
src="./assets/images/brand-logos/discord .svg"
alt="Discord - Compatible con ModerLauncher"
class="tw-h-full tw-w-full tw-object-contain tw-grayscale tw-transition-colors hover:tw-grayscale-0"
srcset=""
/>
</div>
<div class="carousel-img tw-h-[30px] tw-w-[150px]">
<img
src="./assets/images/brand-logos/microsoft.svg"
alt="Microsoft - Integración con ModerLauncher"
class="tw-h-full tw-w-full tw-object-contain tw-grayscale tw-transition-colors hover:tw-grayscale-0"
srcset=""
/>
</div>
<div class="carousel-img tw-h-[30px] tw-w-[150px]">
<img
src="./assets/images/brand-logos/minecraft-svgrepo-com.svg"
alt="Minecraft - Compatible con ModerLauncher"
class="tw-h-full tw-w-full tw-object-contain tw-grayscale tw-transition-colors hover:tw-grayscale-0"
srcset=""
/>
</div>
<div class="carousel-img tw-h-[30px] tw-w-[150px]">
<img
src="./assets/images/brand-logos/adobe.svg"
alt="Adobe"
class="tw-h-full tw-w-full tw-object-contain tw-grayscale tw-transition-colors hover:tw-grayscale-0"
srcset=""
/>
</div>
<div class="carousel-img tw-h-[30px] tw-w-[150px]">
<img
src="./assets/images/brand-logos/upload-svgrepo-com.svg"
alt="Upload"
class="tw-h-full tw-w-full tw-object-contain tw-grayscale tw-transition-colors hover:tw-grayscale-0"
srcset=""
/>
</div>
<div class="carousel-img tw-h-[30px] tw-w-[150px]">
<img
src="./assets/images/brand-logos/reddit.svg"
alt="Reddit"
class="tw-h-full tw-w-full tw-object-contain tw-grayscale tw-transition-colors hover:tw-grayscale-0"
srcset=""
/>
</div>
</div>
</div>
</section>
<section
class="tw-relative tw-flex tw-w-full tw-max-w-[100vw] tw-flex-col tw-place-content-center tw-place-items-center tw-overflow-hidden tw-p-6"
>
<div
class="tw-mt-8 tw-flex tw-flex-col tw-place-items-center tw-gap-5"
>
<div
class="reveal-up tw-mt-5 tw-flex tw-flex-col tw-gap-3 tw-text-center"
>
<h2
class="tw-text-4xl tw-font-medium tw-text-gray-200 max-md:tw-text-3xl"
>
Beneficios Al Usar ModerLauncher
</h2>
</div>
<div
class="tw-mt-6 tw-flex tw-max-w-[80%] tw-flex-wrap tw-place-content-center tw-gap-8 max-lg:tw-flex-col"
>
<div
class="reveal-up tw-flex tw-h-[400px] tw-w-[450px] tw-flex-col tw-gap-3 tw-text-center max-md:tw-w-[320px]"
>
<div
class="border-gradient tw-h-[200px] tw-w-full tw-overflow-hidden max-md:tw-h-[150px]"
>
<div
class="tw-flex tw-h-full tw-w-full tw-place-content-center tw-place-items-end tw-p-2"
>
<i
class="bi bi-rocket-takeoff-fill tw-text-7xl tw-text-gray-200 max-md:tw-text-5xl"
></i>
</div>
</div>
<div class="tw-flex tw-flex-col tw-gap-4 tw-p-2">
<h3
class="tw-mt-8 tw-text-2xl tw-font-normal max-md:tw-text-xl"
>
Minimiza El Tiempo De Respuesta
</h3>
<div class="tw-text-gray-300">
</div>
</div>
</div>
<div
class="reveal-up tw-flex tw-h-[400px] tw-w-[450px] tw-flex-col tw-gap-3 tw-text-center max-md:tw-w-[320px]"
>
<div
class="border-gradient tw-h-[200px] tw-w-full tw-overflow-hidden max-md:tw-text-[150px]"
>
<div
class="tw-flex tw-h-full tw-w-full tw-place-content-center tw-place-items-end tw-p-2"
>
<i
class="bi bi-layout-sidebar-inset tw-text-7xl tw-text-gray-200 max-md:tw-text-5xl"
></i>
</div>
</div>
<div class="tw-flex tw-flex-col tw-gap-4 tw-p-2">
<h3
class="tw-mt-8 tw-text-2xl tw-font-normal max-md:tw-text-xl"
>
Es muy Simple De Usar
</h3>
<div class="tw-text-gray-300">
</div>
</div>
</div>
<div
class="reveal-up tw-flex tw-h-[400px] tw-w-[450px] tw-flex-col tw-gap-3 tw-text-center max-md:tw-w-[320px]"
>
<div
class="border-gradient tw-h-[200px] tw-w-full tw-overflow-hidden max-md:tw-h-[150px]"
>
<div
class="tw-flex tw-h-full tw-w-full tw-place-content-center tw-place-items-end tw-p-2"
>
<i
class="bi bi-lightning-charge-fill tw-text-7xl tw-text-gray-200 max-md:tw-text-5xl"
></i>
</div>
</div>
<div class="tw-flex tw-flex-col tw-gap-4 tw-p-2">
<h3
class="tw-mt-8 tw-text-2xl tw-font-normal max-md:tw-text-xl"
>
Velocidad Al Jugar Minecraft
</h3>
<div class="tw-text-gray-300">
</div>
</div>
</div>
</div>
</div>
</section>
<section
class="tw-relative tw-flex tw-min-h-[80vh] tw-w-full tw-max-w-[100vw] tw-flex-col tw-place-content-center tw-place-items-center tw-overflow-hidden tw-p-6"
>
<div
class="tw-mt-8 tw-flex tw-flex-col tw-place-items-center tw-gap-5"
>
<div
class="reveal-up tw-mt-5 tw-flex tw-flex-col tw-gap-3 tw-text-center"
>
<h2
class="tw-text-4xl tw-font-medium tw-text-gray-200 max-md:tw-text-2xl"
>
Características amadas por todos
</h2>
</div>
<div
class="tw-mt-6 tw-flex tw-max-w-[80%] tw-flex-wrap tw-place-content-center tw-gap-8 max-lg:tw-flex-col"
>
<div
class="reveal-up tw-flex tw-h-[200px] tw-w-[450px] tw-gap-8 tw-rounded-xl tw-border-[1px] tw-border-outlineColor tw-bg-secondary tw-p-8 max-md:tw-w-[320px]"
>
<div class="tw-text-4xl max-md:tw-text-2xl">
<i class="bi bi-globe"></i>
</div>
<div class="tw-flex tw-flex-col tw-gap-4">
<h3 class="tw-text-2xl max-md:tw-text-xl">
Global
</h3>
<p class="tw-text-gray-300 max-md:tw-text-sm">
"Nuestro launcher es completamente global,
accesible desde cualquier parte del mundo.
¡Conéctate sin límites y disfruta de todas sus funciones!"
</p>
</div>
</div>
<div
class="reveal-up tw-flex tw-h-[200px] tw-w-[450px] tw-gap-8 tw-rounded-xl tw-border-[1px] tw-border-outlineColor tw-bg-secondary tw-p-8 max-md:tw-w-[320px]"
>
<div class="tw-text-4xl max-md:tw-text-2xl">
<i class="bi bi-bar-chart-fill"></i>
</div>
<div class="tw-flex tw-flex-col tw-gap-4">
<h3 class="tw-text-2xl max-md:tw-text-xl">
Perspectivas
</h3>
<p class="tw-text-gray-300 max-md:tw-text-sm">
una experiencia global diseñada para conectar ideas
y unir a personas en cualquier lugar del mundo.
</p>
</div>
</div>
<div
class="reveal-up tw-flex tw-h-[200px] tw-w-[450px] tw-gap-8 tw-rounded-xl tw-border-[1px] tw-border-outlineColor tw-bg-secondary tw-p-8 max-md:tw-w-[320px]"
>
<div class="tw-text-4xl max-md:tw-text-2xl">
<i class="bi bi-cloud-fill"></i>
</div>
<div class="tw-flex tw-flex-col tw-gap-4">
<h3 class="tw-text-2xl max-md:tw-text-xl">
Copia en la Nube
</h3>
<p class="tw-text-gray-300 max-md:tw-text-sm">
"Tu copia de seguridad y datos en la nube estarán siempre seguros.
Protección y accesibilidad garantizadas en todo momento."
</p>
</div>
</div>
<div
class="reveal-up tw-flex tw-h-[200px] tw-w-[450px] tw-gap-8 tw-rounded-xl tw-border-[1px] tw-border-outlineColor tw-bg-secondary tw-p-8 max-md:tw-w-[320px]"
>
<div class="tw-text-4xl max-md:tw-text-2xl">
<i class="bi bi-fingerprint"></i>
</div>
<div class="tw-flex tw-flex-col tw-gap-4">
<h3 class="tw-text-2xl max-md:tw-text-xl">
Discord Y la Web Son Seguros
</h3>
<p class="tw-text-gray-300 max-md:tw-text-sm">
"La seguridad de tu información en Discord y la web es nuestra prioridad.
Protegemos tus datos con las mejores prácticas."
</p>
</div>
</div>
<div
class="reveal-up tw-flex tw-h-[200px] tw-w-[450px] tw-gap-8 tw-rounded-xl tw-border-[1px] tw-border-outlineColor tw-bg-secondary tw-p-8 max-md:tw-w-[320px]"
>
<div class="tw-text-4xl max-md:tw-text-2xl">
<i class="bi bi-sliders"></i>
</div>
<div class="tw-flex tw-flex-col tw-gap-4">
<h3 class="tw-text-2xl max-md:tw-text-xl">
Integraciones de terceros
</h3>
<p class="tw-text-gray-300 max-md:tw-text-sm">
"Por el momento, aceptamos creaciones de terceros.
¡Comparte tus ideas y colabora con nuestra comunidad!"
</p>
</div>
</div>
<div
class="reveal-up tw-flex tw-h-[200px] tw-w-[450px] tw-gap-8 tw-rounded-xl tw-border-[1px] tw-border-outlineColor tw-bg-secondary tw-p-8 max-md:tw-w-[320px]"
>
<div class="tw-text-4xl max-md:tw-text-2xl">
<i class="bi bi-gear-fill"></i>
</div>
<div class="tw-flex tw-flex-col tw-gap-4">
<h3 class="tw-text-2xl max-md:tw-text-xl">
Configuraciones Avanzadas
</h3>
<p class="tw-text-sm tw-text-gray-300">
"Disfruta de configuraciones súper avanzadas diseñadas para que juegues de la mejor manera posible.
¡Optimiza tu experiencia al máximo!"
</p>
</div>
</div>
</div>
</div>
</section>
<section
class="tw-mt-5 tw-flex tw-w-full tw-flex-col tw-place-items-center tw-p-[2%]"
id="pricing"
>
<h3
class="tw-text-3xl tw-font-medium tw-text-gray-300 max-md:tw-text-2xl"
>
MODS para Minecraft
</h3>
<div
class="reveal-up tw-relative tw-mt-8 tw-flex tw-w-full tw-place-content-center tw-place-items-center"
id="mods-container"
>
<div
class="mods-dashboard tw-relative tw-max-w-[80%] tw-overflow-hidden tw-rounded-xl tw-bg-transparent max-md:tw-max-w-full"
>
<img
src="./assets/images/home/c2.png"
alt="ModerLauncher - Vista previa de mods"
class="tw-h-full tw-w-full tw-object-cover tw-opacity-90 max-lg:tw-object-contain"
/>
<div
class="hero-img-bg-grad tw-absolute tw-left-[20%] tw-top-5 tw-h-[200px] tw-w-[200px]"
></div>
</div>
</div>
<!-- pricing -->
<div
class="tw-mt-10 tw-flex tw-flex-wrap tw-place-content-center tw-gap-8 max-lg:tw-flex-col"
>
<div
class="reveal-up tw-flex tw-w-[380px] tw-flex-col tw-place-items-center tw-gap-2 tw-rounded-lg tw-border-[1px] tw-border-outlineColor tw-bg-secondary tw-p-8 tw-shadow-xl max-lg:tw-w-[320px]"
>
<div class="card">RENDIMIENTO</div>
<a href="https://optifine.net/home" target="_blank" rel="noopener noreferrer" download="OptiFine_1.21.3_HD_U_J2.jar" >
<button type="button" class="button2">
<span class="button__text">Descargar</span>
<span class="button__icon"><svg class="svg" data-name="Layer 2" id="bdd05811-e15d-428c-bb53-8661459f9307" viewBox="0 0 35 35" xmlns="http://www.w3.org/2000/svg"><path d="M17.5,22.131a1.249,1.249,0,0,1-1.25-1.25V2.187a1.25,1.25,0,0,1,2.5,0V20.881A1.25,1.25,0,0,1,17.5,22.131Z"></path><path d="M17.5,22.693a3.189,3.189,0,0,1-2.262-.936L8.487,15.006a1.249,1.249,0,0,1,1.767-1.767l6.751,6.751a.7.7,0,0,0,.99,0l6.751-6.751a1.25,1.25,0,0,1,1.768,1.767l-6.752,6.751A3.191,3.191,0,0,1,17.5,22.693Z"></path><path d="M31.436,34.063H3.564A3.318,3.318,0,0,1,.25,30.749V22.011a1.25,1.25,0,0,1,2.5,0v8.738a.815.815,0,0,0,.814.814H31.436a.815.815,0,0,0,.814-.814V22.011a1.25,1.25,0,1,1,2.5,0v8.738A3.318,3.318,0,0,1,31.436,34.063Z"></path></svg></span>
</button></a>
</div>
<div
class="reveal-up tw-flex tw-w-[380px] tw-flex-col tw-place-items-center tw-gap-2 tw-rounded-lg tw-border-2 tw-border-primary tw-bg-secondary tw-p-8 tw-shadow-xl max-lg:tw-w-[320px]"
>
<div class="card2">GRAFICOS</div>
<a href="https://modrinth.com/shaders" target="_blank" rel="noopener noreferrer" download="TME Shaders" >
<button type="button" class="button2">
<span class="button__text">Descargar</span>
<span class="button__icon"><svg class="svg" data-name="Layer 2" id="bdd05811-e15d-428c-bb53-8661459f9307" viewBox="0 0 35 35" xmlns="http://www.w3.org/2000/svg"><path d="M17.5,22.131a1.249,1.249,0,0,1-1.25-1.25V2.187a1.25,1.25,0,0,1,2.5,0V20.881A1.25,1.25,0,0,1,17.5,22.131Z"></path><path d="M17.5,22.693a3.189,3.189,0,0,1-2.262-.936L8.487,15.006a1.249,1.249,0,0,1,1.767-1.767l6.751,6.751a.7.7,0,0,0,.99,0l6.751-6.751a1.25,1.25,0,0,1,1.768,1.767l-6.752,6.751A3.191,3.191,0,0,1,17.5,22.693Z"></path><path d="M31.436,34.063H3.564A3.318,3.318,0,0,1,.25,30.749V22.011a1.25,1.25,0,0,1,2.5,0v8.738a.815.815,0,0,0,.814.814H31.436a.815.815,0,0,0,.814-.814V22.011a1.25,1.25,0,1,1,2.5,0v8.738A3.318,3.318,0,0,1,31.436,34.063Z"></path></svg></span>
</button></a>
</div>
<div
class="reveal-up tw-flex tw-w-[380px] tw-flex-col tw-place-items-center tw-gap-2 tw-rounded-lg tw-border-[1px] tw-border-outlineColor tw-bg-secondary tw-p-8 tw-shadow-xl max-lg:tw-w-[320px]"
>
<div class="card3">PING</div>
<a href="/MODS/DnsJumper.zip" download="DnsJumper.zip" >
<button type="button" class="button2">
<span class="button__text">Descargar</span>
<span class="button__icon"><svg class="svg" data-name="Layer 2" id="bdd05811-e15d-428c-bb53-8661459f9307" viewBox="0 0 35 35" xmlns="http://www.w3.org/2000/svg"><path d="M17.5,22.131a1.249,1.249,0,0,1-1.25-1.25V2.187a1.25,1.25,0,0,1,2.5,0V20.881A1.25,1.25,0,0,1,17.5,22.131Z"></path><path d="M17.5,22.693a3.189,3.189,0,0,1-2.262-.936L8.487,15.006a1.249,1.249,0,0,1,1.767-1.767l6.751,6.751a.7.7,0,0,0,.99,0l6.751-6.751a1.25,1.25,0,0,1,1.768,1.767l-6.752,6.751A3.191,3.191,0,0,1,17.5,22.693Z"></path><path d="M31.436,34.063H3.564A3.318,3.318,0,0,1,.25,30.749V22.011a1.25,1.25,0,0,1,2.5,0v8.738a.815.815,0,0,0,.814.814H31.436a.815.815,0,0,0,.814-.814V22.011a1.25,1.25,0,1,1,2.5,0v8.738A3.318,3.318,0,0,1,31.436,34.063Z"></path></svg></span>
</button></a>
</div>
</div>
</section>
<footer
class="tw-mt-auto tw-flex tw-w-full tw-place-content-around tw-gap-3 tw-p-[5%] tw-px-[10%] tw-text-white max-md:tw-flex-col"
>
<div
class="tw-flex tw-h-full tw-w-[250px] tw-flex-col tw-place-items-center tw-gap-6 max-md:tw-w-full"
class="arreglo"
>
<img
src="./assets/logo/logo2.png"
alt="ModerLauncher - Logo oficial"
srcset=""
class="tw-max-w-[120px]"
/>
<div class="tw-mt-3 tw-text-lg tw-font-semibold">ModerLauncher</div>
<div class="tw-flex tw-gap-4 tw-text-2xl">
<a target="_blank" href="https://discord.gg/2EQ4ntvnXe" aria-label="Discord ModerLauncher" rel="noopener noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-discord" viewBox="0 0 16 16">
<path d="M13.545 2.907a13.2 13.2 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.2 12.2 0 0 0-3.658 0 8 8 0 0 0-.412-.833.05.05 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.04.04 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032q.003.022.021.037a13.3 13.3 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019q.463-.63.818-1.329a.05.05 0 0 0-.01-.059l-.018-.011a9 9 0 0 1-1.248-.595.05.05 0 0 1-.02-.066l.015-.019q.127-.095.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0 a.05.05 0 0 1 .053.007q.121.1.248.195a.05.05 0 0 1-.004.085 8 8 0 0 1-1.249.594.05.05 0 0 0-.03.03.05.05 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.2 13.2 0 0 0 4.001-2.02.05.05 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.03.03 0 0 0-.02-.019m-8.198 7.307c-.789 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612m5.316 0c-.788 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612"/>
</svg>
</a>
<a target="_blank"
href="https://github.com/jephersonRD"
aria-label="GitHub ModerLauncher"
rel="noopener noreferrer"
>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8"/>
</svg>
</a>
<a target="_blank"
href="https://www.tiktok.com/@jepherson_rd"
class="tw-h-[40px] tw-w-[40px]"
aria-label="TikTok ModerLauncher"
rel="noopener noreferrer"
>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-tiktok" viewBox="0 0 16 16">
<path d="M9 0h1.98c.144.715.54 1.617 1.235 2.512C12.895 3.389 13.797 4 15 4v2c-1.753 0-3.07-.814-4-1.829V11a5 5 0 1 1-5-5v2a3 3 0 1 0 3 3z"/>
</svg>
</a>
</div>
</div>
</footer>
</body>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.0/gsap.min.js"
integrity="sha512-B1lby8cGcAUU3GR+Fd809/ZxgHbfwJMp0jLTVfHiArTuUt++VqSlJpaJvhNtRf3NERaxDNmmxkdx2o+aHd4bvw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.0/ScrollTrigger.min.js"
integrity="sha512-AY2+JxnBETJ0wcXnLPCcZJIJx0eimyhz3OJ55k2Jx4RtYC+XdIi2VtJQ+tP3BaTst4otlGG1TtPJ9fKrAUnRdQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="./index.js"></script>
</html>