Skip to content

Commit 869b31e

Browse files
committed
Fix: Correct menu inconsistency - change ABOUT to ACERCA DE in mobile menu
Changed mobile menu item from "ABOUT" to "ACERCA DE" to maintain consistency with the desktop menu and the rest of the Spanish site.
1 parent 04ffd2e commit 869b31e

2 files changed

Lines changed: 65 additions & 1 deletion

File tree

_includes/portal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<li><a href="/freelancers" class="block px-4 py-3 text-white font-semibold hover:bg-stone-800 hover:text-orange-500 transition-colors rounded">FREELANCERS</a></li>
115115
<li><a href="/learning" class="block px-4 py-3 text-white font-semibold hover:bg-stone-800 hover:text-orange-500 transition-colors rounded">APRENDIZAJE</a></li>
116116
<li><a href="/community" class="block px-4 py-3 text-white font-semibold hover:bg-stone-800 hover:text-orange-500 transition-colors rounded">COMUNIDAD</a></li>
117-
<li><a href="/about" class="block px-4 py-3 text-white font-semibold hover:bg-stone-800 hover:text-orange-500 transition-colors rounded">ABOUT</a></li>
117+
<li><a href="/about" class="block px-4 py-3 text-white font-semibold hover:bg-stone-800 hover:text-orange-500 transition-colors rounded">ACERCA DE</a></li>
118118
</ul>
119119
</div>
120120
</div>

docs/site-analysis.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Análisis del Sitio - Errores y Correcciones
2+
3+
## Fecha: 2025-11-05
4+
5+
## Resumen
6+
Análisis completo del sitio Coderic.org para detectar errores, enlaces rotos, inconsistencias lógicas y problemas de diseño.
7+
8+
## Problemas Encontrados
9+
10+
### 1. ⚠️ INCONSISTENCIA: "ABOUT" vs "ACERCA DE"
11+
**Ubicación:** `_includes/portal.html` línea 117
12+
**Problema:** En el menú móvil dice "ABOUT" pero en el menú desktop dice "ACERCA DE"
13+
**Estado:** PENDIENTE DE CORRECCIÓN
14+
15+
### 2. ✅ Enlaces Ancla Verificados
16+
Los siguientes enlaces ancla existen correctamente:
17+
- `#learning-resources` en learning/index.html
18+
- `#journey` en development/index.html
19+
- `#network` en freelancers/index.html
20+
- `#funding-options` en crowdfunding/index.html
21+
- `#plans` en coworking/index.html
22+
- `#main-content` en _layouts/default.html
23+
24+
### 3. ✅ Páginas HTML Verificadas
25+
Todas las páginas referenciadas existen:
26+
- `/dashboard` → dashboard.html ✓
27+
- `/privacy` → privacy.html ✓
28+
- `/legal` → legal.html ✓
29+
- `/tos` → tos.html ✓
30+
- `/profile` → profile.html ✓
31+
- `/about` → about.html (redirect a /organization/) ✓
32+
- `/organization` → organization.html ✓
33+
34+
### 4. ✅ Includes Verificados
35+
Todos los includes referenciados existen:
36+
- development/journey.html ✓
37+
- development/engineering-resources.html ✓
38+
- learning/practical-guides.html ✓
39+
- learning/academic-resources.html ✓
40+
- crowdfunding/funding-intro.html ✓
41+
- crowdfunding/funding-options.html ✓
42+
- coworking/spaces.html ✓
43+
- coworking/why-coworking.html ✓
44+
- freelancers/connection.html ✓
45+
- shared/testimonial-form.html ✓
46+
- organization/coderic-cloud.html ✓
47+
- organization/github-stats.html ✓
48+
- organization/cta-section.html ✓
49+
- portal.html ✓
50+
51+
### 5. ⚠️ POSIBLE PROBLEMA: Enlaces externos sin verificar
52+
Los siguientes enlaces externos no han sido verificados:
53+
- `https://github.com/Coderic` (usado en múltiples páginas)
54+
- Enlaces a Discord, Slack, Twitter en community/index.html apuntan a `/community` genérico
55+
56+
## Recomendaciones
57+
58+
1. **URGENTE:** Corregir inconsistencia ABOUT/ACERCA DE en menú móvil
59+
2. **SUGERENCIA:** Verificar que https://github.com/Coderic existe y es la organización correcta
60+
3. **SUGERENCIA:** Implementar enlaces reales a Discord/Slack/Twitter cuando estén disponibles
61+
4. **NOTA:** La estructura del sitio es sólida y no se encontraron enlaces rotos internos
62+
63+
## Conclusión
64+
El sitio está en excelente estado. Solo se encontró 1 inconsistencia menor de traducción.

0 commit comments

Comments
 (0)