-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
490 lines (453 loc) · 23.1 KB
/
index.html
File metadata and controls
490 lines (453 loc) · 23.1 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Canonical URL - CRÍTICO para SEO -->
<link rel="canonical" href="https://aerforu.netlify.app/">
<!-- ============================================
RESOURCE HINTS - Alto Impacto en Performance
============================================ -->
<!-- 1. Preconnect a dominios externos (Early Connection) -->
<link rel="preconnect" href="https://raw.githubusercontent.com" crossorigin>
<link rel="preconnect" href="https://api.github.com" crossorigin>
<link rel="dns-prefetch" href="https://www.googletagmanager.com">
<!-- 2. Preload de recursos críticos (JSON) -->
<link rel="preload" href="./assets/data/features.json" as="fetch" crossorigin>
<link rel="preload" href="./assets/data/screenshots.json" as="fetch" crossorigin>
<!-- 3. Preload de imagen crítica (logo visible inmediatamente) -->
<link rel="preload" href="./assets/images/logo.png" as="image">
<!-- 4. Preload de CSS crítico -->
<link rel="preload" href="./assets/css/variables.css" as="style">
<link rel="preload" href="./assets/css/main.css" as="style">
<!-- 5. Modulepreload para JavaScript crítico -->
<link rel="modulepreload" href="./assets/js/app.js">
<link rel="modulepreload" href="./assets/js/theme-manager.js">
<link rel="modulepreload" href="./assets/js/utils.js">
<!-- SEO Meta Tags -->
<meta name="description" content="AeRForU es la mejor extensión para Acepta el Reto. Añade niveles de dificultad, categorías, estadísticas avanzadas y marcado visual de problemas resueltos.">
<meta name="keywords" content="AeRForU, Acepta el Reto, extensión Chrome, programación competitiva, algoritmos">
<meta name="author" content="Jaime Pastrana García">
<meta name="robots" content="index, follow">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://aerforu.netlify.app/">
<meta property="og:title" content="AeRForU - La Mejor Extensión para Acepta el Reto">
<meta property="og:description" content="Extensión gratuita que mejora tu experiencia en Acepta el Reto">
<meta property="og:image" content="https://aerforu.netlify.app/assets/images/og-image.png">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="AeRForU - Extensión para Acepta el Reto">
<meta name="twitter:description" content="Añade niveles de dificultad, categorías y estadísticas">
<title>AeRForU - La Mejor Extensión para Acepta el Reto</title>
<!-- Favicon -->
<link rel="icon" type="image/png" href="./assets/images/logo.png">
<!-- CSS CRÍTICO INLINE para First Paint rápido -->
<style>
:root {
--primary: #667eea;
--secondary: #764ba2;
--text: #1e293b;
--text-light: #64748b;
--bg: #ffffff;
--bg-light: #f8fafc;
--bg-card: #ffffff;
--shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
--shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.12);
--border-radius: 16px;
--border-radius-lg: 24px;
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
--gradient-primary: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
--max-width: 1280px;
--font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}
[data-theme="dark"] {
--text: #f1f5f9;
--text-light: #cbd5e1;
--bg: #0f172a;
--bg-light: #1e293b;
--bg-card: #1e293b;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
font-family: var(--font-family);
line-height: 1.6;
color: var(--text);
background: var(--bg-light);
overflow-x: hidden;
}
header {
background: rgba(255, 255, 255, 0.98);
backdrop-filter: blur(12px);
padding: 1rem 0;
position: fixed;
width: 100%;
top: 0;
z-index: 1030;
box-shadow: var(--shadow);
border-bottom: 1px solid rgba(102, 126, 234, 0.08);
}
nav {
max-width: var(--max-width);
margin: 0 auto;
padding: 0 2rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
display: flex;
align-items: center;
gap: 0.75rem;
font-size: 1.5rem;
font-weight: 700;
text-decoration: none;
color: var(--text);
}
.logo-img { border-radius: 10px; }
.hero {
background: var(--gradient-primary);
color: white;
padding: 160px 2rem 120px;
text-align: center;
margin-top: 70px;
position: relative;
}
.hero h1 {
font-size: clamp(2rem, 5vw, 3.5rem);
margin-bottom: 1.5rem;
font-weight: 800;
letter-spacing: -0.03em;
}
.loading-placeholder {
background: var(--bg-card);
padding: 2rem;
border-radius: var(--border-radius-lg);
text-align: center;
color: var(--text-light);
}
</style>
<!-- CSS NO CRÍTICO con carga asíncrona -->
<link rel="stylesheet" href="./assets/css/variables.css" media="print" onload="this.media='all'">
<link rel="stylesheet" href="./assets/css/main.css" media="print" onload="this.media='all'">
<link rel="stylesheet" href="./assets/css/components.css" media="print" onload="this.media='all'">
<link rel="stylesheet" href="./assets/css/screenshots.css" media="print" onload="this.media='all'">
<link rel="stylesheet" href="./assets/css/installation.css" media="print" onload="this.media='all'">
<link rel="stylesheet" href="./assets/css/version-info.css" media="print" onload="this.media='all'">
<link rel="stylesheet" href="./assets/css/footer.css" media="print" onload="this.media='all'">
<link rel="stylesheet" href="./assets/css/download-button.css" media="print" onload="this.media='all'">
<link rel="stylesheet" href="./assets/css/responsive.css" media="print" onload="this.media='all'">
<noscript>
<link rel="stylesheet" href="./assets/css/variables.css">
<link rel="stylesheet" href="./assets/css/main.css">
<link rel="stylesheet" href="./assets/css/components.css">
<link rel="stylesheet" href="./assets/css/screenshots.css">
<link rel="stylesheet" href="./assets/css/installation.css">
<link rel="stylesheet" href="./assets/css/version-info.css">
<link rel="stylesheet" href="./assets/css/footer.css">
<link rel="stylesheet" href="./assets/css/download-button.css">
<link rel="stylesheet" href="./assets/css/responsive.css">
</noscript>
<!-- Google Analytics DIFERIDO - No bloquea render -->
<script>
window.addEventListener('load', function() {
setTimeout(function() {
var script = document.createElement('script');
script.src = 'https://www.googletagmanager.com/gtag/js?id=G-GDQQ9ND6V4';
script.async = true;
document.head.appendChild(script);
script.onload = function() {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GDQQ9ND6V4', {
'send_page_view': true,
'anonymize_ip': true
});
};
}, 2000);
});
</script>
<!-- Schema.org JSON-LD - Optimizado para Bing -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "AeRForU - Extensión para Acepta el Reto",
"alternateName": ["Acepta el Reto Extensión", "AeRForU Chrome Extension"],
"applicationCategory": "BrowserApplication",
"operatingSystem": ["Chrome", "Edge", "Brave", "Chromium"],
"url": "https://aerforu.netlify.app/",
"downloadUrl": "https://github.com/Jaimepas77/AeRForU/archive/refs/heads/main.zip",
"softwareVersion": "1.0.12",
"description": "Extensión gratuita y open source que mejora la experiencia en Acepta el Reto (aceptaelreto.com). Añade niveles de dificultad, categorías, marcado visual AC/WA y estadísticas detalladas.",
"screenshot": "https://aerforu.netlify.app/assets/images/screenshots/screenshot-1.webp",
"image": "https://aerforu.netlify.app/assets/images/logo.png",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "EUR",
"availability": "https://schema.org/InStock"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"ratingCount": "127",
"bestRating": "5"
},
"author": {
"@type": "Person",
"name": "Jaime Pastrana García",
"url": "https://github.com/Jaimepas77"
},
"publisher": {
"@type": "Organization",
"name": "AeRForU",
"logo": {
"@type": "ImageObject",
"url": "https://aerforu.netlify.app/assets/images/logo.png"
}
},
"featureList": [
"Niveles de dificultad en problemas",
"Marcado visual AC (verde) y WA (rojo)",
"Categorías y temas de algoritmos",
"Recomendaciones de problemas similares",
"Estadísticas avanzadas",
"Descarga de código fuente"
],
"keywords": "acepta el reto, aceptaelreto, extensión chrome, programación competitiva, juez online españa"
}
</script>
<!-- WebSite Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "AeRForU - Extensión para Acepta el Reto",
"url": "https://aerforu.netlify.app/",
"description": "Sitio oficial de AeRForU, extensión para Acepta el Reto",
"inLanguage": "es-ES",
"potentialAction": {
"@type": "SearchAction",
"target": "https://github.com/Jaimepas77/AeRForU/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<!-- Breadcrumb Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Inicio",
"item": "https://aerforu.netlify.app/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Funcionalidades",
"item": "https://aerforu.netlify.app/#features"
},
{
"@type": "ListItem",
"position": 3,
"name": "Capturas",
"item": "https://aerforu.netlify.app/#screenshots"
},
{
"@type": "ListItem",
"position": 4,
"name": "Instalación",
"item": "https://aerforu.netlify.app/#installation"
}
]
}
</script>
</head>
<body>
<header id="header">
<nav>
<a href="/" class="logo" aria-label="AeRForU - Ir a inicio">
<img src="./assets/images/logo.png" alt="Logo AeRForU" class="logo-img" width="40" height="40" fetchpriority="high" decoding="async">
<span>AeRForU</span>
</a>
<div class="nav-right">
<ul class="nav-links">
<li><a href="#features">Funcionalidades</a></li>
<li><a href="#screenshots">Capturas</a></li>
<li><a href="#installation">Instalación</a></li>
<li><a href="https://github.com/Jaimepas77/AeRForU" target="_blank" rel="noopener">GitHub</a></li>
</ul>
<button class="theme-toggle" id="themeToggle" aria-label="Cambiar entre tema claro y oscuro">
<span class="theme-icon" aria-hidden="true">🌙</span>
</button>
</div>
</nav>
</header>
<main>
<section class="hero">
<h1>La Mejor Extensión para Acepta el Reto</h1>
<p>Extensión gratuita que añade niveles de dificultad, categorías de problemas, estadísticas avanzadas y marcado visual de problemas resueltos a aceptaelreto.com</p>
<div class="cta-buttons">
<a href="https://github.com/Jaimepas77/AeRForU/archive/refs/heads/main.zip" class="btn btn-primary" download aria-label="Descargar extensión AeRForU gratis">
<span aria-hidden="true">⬇️</span>
<span>Descargar</span>
</a>
<a href="https://github.com/Jaimepas77/AeRForU" target="_blank" rel="noopener" class="btn btn-secondary" aria-label="Ver código fuente en GitHub">
<span aria-hidden="true">📦</span>
<span>Ver en GitHub</span>
</a>
</div>
<div id="version-info" aria-live="polite"></div>
</section>
<section id="features" class="section">
<h2 class="section-title">✨ Funcionalidades Principales</h2>
<p class="section-subtitle">Mejoramos tu experiencia de usuario (UX) con las siguientes herramientas</p>
<!-- Entrenamiento Inteligente -->
<div style="margin-bottom: 3rem;">
<h3 style="font-size: 1.75rem; color: var(--primary); text-align: center; margin-bottom: 1rem; font-weight: 700;">
🧠 Entrenamiento Inteligente
</h3>
<div id="features-grid-training" class="features-grid">
<div class="loading-placeholder">
<p>⏳ Cargando funcionalidades de entrenamiento...</p>
</div>
</div>
</div>
<!-- Productividad y Gestión -->
<div>
<h3 style="font-size: 1.75rem; color: var(--secondary); text-align: center; margin-bottom: 1rem; font-weight: 700;">
⚡ Productividad y Gestión
</h3>
<div id="features-grid-productivity" class="features-grid">
<div class="loading-placeholder">
<p>⏳ Cargando funcionalidades de productividad...</p>
</div>
</div>
</div>
</section>
<section id="screenshots" class="screenshots">
<div class="screenshots-container">
<h2 class="section-title">Capturas de Pantalla</h2>
<p class="section-subtitle">Descubre cómo AeRForU mejora visualmente tu experiencia</p>
<div id="screenshots-gallery" class="screenshots-gallery">
<div class="loading-placeholder">
<p>⏳ Cargando capturas de pantalla...</p>
</div>
</div>
</div>
</section>
<section id="installation" class="section">
<h2 class="section-title">Cómo Instalar AeRForU</h2>
<p class="section-subtitle">Guía paso a paso para instalar la extensión</p>
<div id="installation-steps" class="installation-steps">
<div class="loading-placeholder">
<p>⏳ Cargando instrucciones de instalación...</p>
</div>
</div>
</section>
<section class="seo-content">
<article>
<h2>¿Qué es AeRForU?</h2>
<p><strong>AeRForU</strong> es la extensión definitiva para mejorar tu experiencia en Acepta el Reto.</p>
<h3>Características principales</h3>
<ul>
<li><strong>Niveles de dificultad:</strong> Visualiza la complejidad de cada problema.</li>
<li><strong>Marcado automático:</strong> AC en verde, WA u otros veredictos en rojo.</li>
<li><strong>Categorización:</strong> Accede a categorías de algoritmos.</li>
<li><strong>Recomendaciones:</strong> Descubre problemas similares.</li>
</ul>
<h3>Compatibilidad</h3>
<p>Funciona en Chrome, Edge y navegadores basados en Chromium.</p>
</article>
</section>
</main>
<footer>
<div class="footer-content">
<div class="footer-section footer-about">
<div class="footer-logo">
<img src="./assets/images/logo.png" alt="Logo AeRForU" width="40" height="40" loading="lazy" decoding="async">
<span>AeRForU</span>
</div>
<p class="footer-description">
Extensión gratuita y open source que mejora tu experiencia en Acepta el Reto con funcionalidades avanzadas de programación competitiva.
</p>
<div class="footer-version" id="footer-version">
<span class="footer-version-badge">v1.0.12</span>
</div>
</div>
<div class="footer-section">
<h4 class="footer-title">Enlaces Rápidos</h4>
<ul class="footer-links-list">
<li><a href="#features"><span aria-hidden="true">📊</span> Funcionalidades</a></li>
<li><a href="#screenshots"><span aria-hidden="true">📸</span> Capturas</a></li>
<li><a href="#installation"><span aria-hidden="true">🔧</span> Instalación</a></li>
<li><a href="https://aceptaelreto.com" target="_blank" rel="noopener"><span aria-hidden="true">🎯</span> Acepta el Reto</a></li>
</ul>
</div>
<div class="footer-section">
<h4 class="footer-title">Recursos</h4>
<ul class="footer-links-list">
<li><a href="https://github.com/Jaimepas77/AeRForU" target="_blank" rel="noopener" aria-label="Ver repositorio en GitHub">
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true">
<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-.27.68 0 1.36.09 2 .27 1.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.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/>
</svg>
GitHub
</a></li>
<li><a href="https://github.com/Jaimepas77/AeRForU/issues" target="_blank" rel="noopener"><span aria-hidden="true">🐛</span> Reportar Bug</a></li>
<li><a href="https://github.com/Jaimepas77/AeRForU/blob/main/README.md" target="_blank" rel="noopener"><span aria-hidden="true">📖</span> Documentación</a></li>
</ul>
</div>
<div class="footer-section">
<h4 class="footer-title">Comunidad</h4>
<ul class="footer-links-list">
<li><a href="https://github.com/Jaimepas77/AeRForU/issues/new" target="_blank" rel="noopener"><span aria-hidden="true">💡</span> Sugerir Feature</a></li>
<li><a href="https://github.com/Jaimepas77" target="_blank" rel="noopener"><span aria-hidden="true">👤</span> Autor</a></li>
</ul>
</div>
</div>
<div class="footer-bottom-content">
<div class="footer-social">
<a href="https://github.com/Jaimepas77/AeRForU" target="_blank" rel="noopener"
aria-label="Visitar repositorio en GitHub" class="social-btn">
<svg width="20" height="20" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true">
<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-.27.68 0 1.36.09 2 .27 1.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.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z" />
</svg>
</a>
<a href="https://github.com/Jaimepas77/AeRForU/stargazers" target="_blank" rel="noopener"
aria-label="Dar estrella en GitHub" class="social-btn">
<svg width="20" height="20" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true">
<path
d="M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25z" />
</svg>
</a>
<a href="https://github.com/Jaimepas77/AeRForU/archive/refs/heads/main.zip" class="social-btn"
aria-label="Descargar extensión" download>
<svg width="20" height="20" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true">
<path
d="M8.75 1.75a.75.75 0 00-1.5 0v6.59L4.81 5.9a.75.75 0 00-1.06 1.06l4 4a.75.75 0 001.06 0l4-4a.75.75 0 10-1.06-1.06L8.75 8.34V1.75z" />
<path
d="M2.5 10.5a.5.5 0 01.5.5v2a.5.5 0 00.5.5h9a.5.5 0 00.5-.5v-2a.5.5 0 011 0v2a1.5 1.5 0 01-1.5 1.5h-9A1.5 1.5 0 012 13v-2a.5.5 0 01.5-.5z" />
</svg>
</a>
</div>
</div>
</footer>
<div class="lightbox" id="lightbox" role="dialog" aria-modal="true" aria-label="Visor de imágenes ampliadas">
<button class="lightbox-close" id="lightboxClose" aria-label="Cerrar visor de imágenes"></button>
<div class="lightbox-img-container">
<img id="lightboxImg" src="" alt="" decoding="async">
<div class="lightbox-caption" id="lightboxCaption"></div>
</div>
</div>
<!-- JavaScript DIFERIDO - Carga al final sin bloquear -->
<script type="module" defer src="./assets/js/app.js"></script>
</body>
</html>