Skip to content

Commit b00e417

Browse files
author
pixelead0
committed
refactor: remove all inline styles from markdown files
- 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/
1 parent 8b02366 commit b00e417

40 files changed

+843
-3058
lines changed

docs/about.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<div align="center" style="margin: 2rem 0;">
2-
<img src="/images/logo.png" alt="Python CDMX Logo" style="max-width: 300px; height: auto; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.1);">
1+
<div align="center">
2+
<img src="/images/logo.png" alt="Python CDMX Logo">
33
</div>
44

55
# Sobre Python CDMX <i class="fas fa-info-circle"></i>
66

7-
<div align="center" style="font-size: 1.2em; margin: 1.5em 0;">
7+
<div align="center">
88
<b>Conectando la comunidad Python en la Ciudad de México</b>
99
</div>
1010

@@ -50,23 +50,23 @@ Participa en nuestros eventos mensuales para aprender, conectar y crecer profesi
5050

5151
## <i class="fas fa-link"></i> Conecta con Nuestra Comunidad
5252

53-
<div class="community-links" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin: 2rem 0;">
54-
<a href="https://t.me/PythonCDMX" target="_blank" rel="noopener noreferrer" style="background: #0088cc; color: white; padding: 1rem; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
53+
<div class="community-links">
54+
<a href="https://t.me/PythonCDMX" target="_blank" rel="noopener noreferrer">
5555
<i class="fab fa-telegram"></i> Telegram
5656
</a>
57-
<a href="https://www.meetup.com/python-mexico" target="_blank" rel="noopener noreferrer" style="background: #e51937; color: white; padding: 1rem; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
57+
<a href="https://www.meetup.com/python-mexico" target="_blank" rel="noopener noreferrer">
5858
<i class="fab fa-meetup"></i> Meetup
5959
</a>
60-
<a href="https://www.youtube.com/@PythonMexico" target="_blank" rel="noopener noreferrer" style="background: #ff0000; color: white; padding: 1rem; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
60+
<a href="https://www.youtube.com/@PythonMexico" target="_blank" rel="noopener noreferrer">
6161
<i class="fab fa-youtube"></i> YouTube
6262
</a>
63-
<a href="https://github.com/PythonMexico/pythonCDMX" target="_blank" rel="noopener noreferrer" style="background: #333; color: white; padding: 1rem; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
63+
<a href="https://github.com/PythonMexico/pythonCDMX" target="_blank" rel="noopener noreferrer">
6464
<i class="fab fa-github"></i> GitHub
6565
</a>
66-
<a href="https://www.instagram.com/pythoncdmx/" target="_blank" rel="noopener noreferrer" style="background: #E4405F; color: white; padding: 1rem; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
66+
<a href="https://www.instagram.com/pythoncdmx/" target="_blank" rel="noopener noreferrer">
6767
<i class="fab fa-instagram"></i> Instagram
6868
</a>
69-
<a href="https://www.linkedin.com/groups/13126454/" target="_blank" rel="noopener noreferrer" style="background: #0A66C2; color: white; padding: 1rem; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
69+
<a href="https://www.linkedin.com/groups/13126454/" target="_blank" rel="noopener noreferrer">
7070
<i class="fab fa-linkedin"></i> LinkedIn
7171
</a>
7272
</div>

docs/components/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ Actualmente los componentes están embebidos directamente en los archivos de mee
3030
## Contenido específico del meetup...
3131

3232
<!-- Sección de networking embebida -->
33-
<div class="networking-section" style="background: linear-gradient(135deg, #28a745 0%, #20c997 100%); color: white; padding: 2rem; border-radius: 16px; margin: 2rem 0; text-align: center; box-shadow: 0 8px 32px rgba(40, 167, 69, 0.3);">
34-
<h3 style="margin: 0 0 1rem 0; font-size: 1.5rem;">💬 ¡Conecta con la comunidad!</h3>
35-
<p style="margin: 0; font-size: 1.1rem; line-height: 1.6;">
33+
<div class="networking-section">
34+
<h3>💬 ¡Conecta con la comunidad!</h3>
35+
<p>
3636
Después de la charla habrá un tiempo de networking donde podrás platicar con programadores de diferentes niveles e intereses.
3737
</p>
3838
</div>
3939

4040
<!-- Enlaces de la comunidad embebidos -->
41-
<div class="community-links" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin: 2rem 0;">
42-
<a href="https://t.me/PythonCDMX" style="background: #0088cc; color: white; padding: 1rem; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
41+
<div class="community-links">
42+
<a href="https://t.me/PythonCDMX">
4343
📱 Telegram
4444
</a>
4545
<!-- Más enlaces... -->

docs/components/community-links.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
## <i class="fas fa-link"></i> Conecta con Nuestra Comunidad
22

3-
<div class="community-links" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin: 2rem 0;">
4-
<a href="https://t.me/PythonCDMX" target="_blank" rel="noopener noreferrer" style="background: #0088cc; color: white; padding: 1rem; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
3+
<div class="community-links">
4+
<a href="https://t.me/PythonCDMX" target="_blank" rel="noopener noreferrer">
55
<i class="fab fa-telegram"></i> Telegram
66
</a>
7-
<a href="https://www.meetup.com/python-mexico" target="_blank" rel="noopener noreferrer" style="background: #e51937; color: white; padding: 1rem; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
7+
<a href="https://www.meetup.com/python-mexico" target="_blank" rel="noopener noreferrer">
88
<i class="fab fa-meetup"></i> Meetup
99
</a>
10-
<a href="https://www.youtube.com/@PythonMexico" target="_blank" rel="noopener noreferrer" style="background: #ff0000; color: white; padding: 1rem; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
10+
<a href="https://www.youtube.com/@PythonMexico" target="_blank" rel="noopener noreferrer">
1111
<i class="fab fa-youtube"></i> YouTube
1212
</a>
13-
<a href="https://github.com/PythonMexico/pythonCDMX" target="_blank" rel="noopener noreferrer" style="background: #333; color: white; padding: 1rem; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
13+
<a href="https://github.com/PythonMexico/pythonCDMX" target="_blank" rel="noopener noreferrer">
1414
<i class="fab fa-github"></i> GitHub
1515
</a>
16-
<a href="https://www.instagram.com/pythoncdmx/" target="_blank" rel="noopener noreferrer" style="background: #E4405F; color: white; padding: 1rem; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
16+
<a href="https://www.instagram.com/pythoncdmx/" target="_blank" rel="noopener noreferrer">
1717
<i class="fab fa-instagram"></i> Instagram
1818
</a>
19-
<a href="https://www.linkedin.com/groups/13126454/" target="_blank" rel="noopener noreferrer" style="background: #0A66C2; color: white; padding: 1rem; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
19+
<a href="https://www.linkedin.com/groups/13126454/" target="_blank" rel="noopener noreferrer">
2020
<i class="fab fa-linkedin"></i> LinkedIn
2121
</a>
2222
</div>

docs/components/footer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

3-
<div style="text-align: center; margin-top: 3rem; padding: 2rem; background: #f8f9fa; border-radius: 12px;">
4-
<p style="margin: 0; color: #6c757d; font-style: italic;">
3+
<div class="footer-section">
4+
<p>
55
*Última actualización: {{ git_revision_date_localized }}*
66
</p>
77
</div>

docs/components/networking.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## 🤝 Networking
22

3-
<div class="networking-section" style="background: linear-gradient(135deg, #28a745 0%, #20c997 100%); color: white; padding: 2rem; border-radius: 16px; margin: 2rem 0; text-align: center; box-shadow: 0 8px 32px rgba(40, 167, 69, 0.3);">
4-
<h3 style="margin: 0 0 1rem 0; font-size: 1.5rem;">💬 ¡Conecta con la comunidad!</h3>
5-
<p style="margin: 0; font-size: 1.1rem; line-height: 1.6;">
3+
<div class="networking-section">
4+
<h3>💬 ¡Conecta con la comunidad!</h3>
5+
<p>
66
Después de la charla habrá un tiempo de networking donde podrás platicar con programadores de diferentes niveles e intereses.
77
¡Es la oportunidad perfecta para hacer conexiones profesionales y aprender de otros desarrolladores!
88
</p>

0 commit comments

Comments
 (0)