|
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"> |
3 | 3 | </div> |
4 | 4 |
|
5 | 5 | # Sobre Python CDMX <i class="fas fa-info-circle"></i> |
6 | 6 |
|
7 | | -<div align="center" style="font-size: 1.2em; margin: 1.5em 0;"> |
| 7 | +<div align="center"> |
8 | 8 | <b>Conectando la comunidad Python en la Ciudad de México</b> |
9 | 9 | </div> |
10 | 10 |
|
@@ -50,23 +50,23 @@ Participa en nuestros eventos mensuales para aprender, conectar y crecer profesi |
50 | 50 |
|
51 | 51 | ## <i class="fas fa-link"></i> Conecta con Nuestra Comunidad |
52 | 52 |
|
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"> |
55 | 55 | <i class="fab fa-telegram"></i> Telegram |
56 | 56 | </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"> |
58 | 58 | <i class="fab fa-meetup"></i> Meetup |
59 | 59 | </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"> |
61 | 61 | <i class="fab fa-youtube"></i> YouTube |
62 | 62 | </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"> |
64 | 64 | <i class="fab fa-github"></i> GitHub |
65 | 65 | </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"> |
67 | 67 | <i class="fab fa-instagram"></i> Instagram |
68 | 68 | </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"> |
70 | 70 | <i class="fab fa-linkedin"></i> LinkedIn |
71 | 71 | </a> |
72 | 72 | </div> |
|
0 commit comments