-
Notifications
You must be signed in to change notification settings - Fork 1
Feat/new style #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Feat/new style #12
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Remove inline style attributes from all HTML elements in docs/ - Clean up 25 files with inline styles - Preserve semantic structure and CSS classes - Improve maintainability and separation of concerns - Files affected: about.md, tags.md, components/, meetups/, comunidad/
Look good to me. Aprobado, me gusta gracias por esta gran contribución. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 Descripción
Rediseño completo del sistema de estilos y reorganización de la documentación del proyecto Python CDMX. Se implementa una arquitectura variables-first con 18+ variables CSS centralizadas y se crea una guía completa de sistema de diseño como fuente única de verdad.
🎯 Tipo de Cambio
🔗 Issues Relacionados
Relacionado con la optimización continua del CSS y mejora de la documentación del proyecto.
📋 Cambios Realizados
🎨 Sistema CSS Optimizado
var(--transition-base)
yvar(--transition-smooth)
!important
📚 Reorganización Completa de Documentación
🏗️ Sistema de Variables CSS
--python-green
,--python-green-dark
,--python-white
--year-2024-color
,--year-2023-color
y hover states🧪 Pruebas Realizadas
mkdocs build
)mkdocs serve
)Antes vs Después - Página Principal
📸 Capturas de Pantalla
Página Principal - Transformación Completa
ANTES

DESPUÉS

Sistema Unificado de Tarjetas - Voluntarios
ANTES

DESPUÉS

Sistema Unificado de Tarjetas - Ponentes
ANTES

DESPUÉS

Comunidades Aliadas - Grid Optimizado
ANTES

DESPUÉS

Información y About - Mejoras de Contenido
ANTES

DESPUÉS

Navegación y Estructura - 2025 Meetups
ANTES

DESPUÉS

Navegación General - Organización Mejorada
ANTES

DESPUÉS

Nueva Documentación Implementada
Nueva Página: Cómo Contribuir

Ejemplo de Contenido Mejorado

CSS Variables System
📱 Ver más capturas (responsive, navegación, etc.)
Navegación y Responsive
Nueva Documentación
🔍 Checklist
!important
)📝 Notas Adicionales
🎯 Impacto del Cambio
🔧 Arquitectura Implementada
📚 Nueva Estructura de Docs
🤝 ¿Necesitas ayuda?
Este PR implementa cambios arquitectónicos importantes pero mantiene retrocompatibilidad completa. Todos los componentes existentes funcionan igual, pero ahora con un sistema más mantenible y profesional.