-
Notifications
You must be signed in to change notification settings - Fork 1
[WIP] chore: reorganización archivos y reducción del uso de HTML #26
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
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
nav: | ||
- Inicio: index.md | ||
- Meetups: | ||
- General: meetups/index.md | ||
- "2025": meetups/2025/index.md | ||
- "2024": meetups/2024/index.md | ||
- "2023": meetups/2023/index.md | ||
- General: meetups/index.md | ||
- "2025": meetups/2025/index.md | ||
- "2024": meetups/2024/index.md | ||
- "2023": meetups/2023/index.md | ||
- Participa: | ||
- Cómo Contribuir: comunidad/como-contribuir.md | ||
- Voluntarios: comunidad/voluntarios.md | ||
- Ponentes: comunidad/ponentes.md | ||
- Sedes: comunidad/sedes.md | ||
- Cómo Contribuir: participa/como-contribuir.md | ||
- Voluntarios: participa/voluntarios.md | ||
- Ponentes: participa/ponentes.md | ||
- Sedes: participa/sedes.md | ||
- Comunidad: | ||
- Comunidades: comunidad/comunidades.md | ||
- Código de Conducta: codigo-de-conducta.md | ||
- Aviso de Privacidad: aviso-de-privacidad.md | ||
- Comunidades: comunidad/comunidades.md | ||
- Código de Conducta: comunidad/codigo-de-conducta.md | ||
- Aviso de Privacidad: comunidad/aviso-de-privacidad.md | ||
- Blog: | ||
- Inicio: blog/index.md | ||
- PyCon Latam 2025: blog/PyconLatam2025.md | ||
- Inicio: blog/index.md | ||
- PyCon Latam 2025: blog/PyconLatam2025.md | ||
- Acerca de: about.md |
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,42 @@ | ||
<div align="center"> | ||
<img src="/images/logo.png" alt="Python CDMX Logo"> | ||
</div> | ||
|
||
--- | ||
title: Alianzas y Comunidades | ||
--- | ||
|
||
## <i class="fas fa-users"></i> Comunidades Amigas | ||
{ width=150px .hero-logo } | ||
|
||
### <i class="fas fa-star"></i> Comunidades Python en México | ||
# Comunidades | ||
|
||
<div class="communities-grid"> | ||
## :fontawesome-solid-users: Comunidades Amigas | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. La configuración actual de Material ya nos daba los íconos sin necesidad de HTML, así que los reemplacé aquí |
||
|
||
<!-- PyMTY--> | ||
<a href="https://social.org.mx/@pymty" target="_blank" rel="noopener noreferrer"> | ||
<div class="community-card"> | ||
<img src="/images/comunidades/pymty.png" alt="Logo PyMTY"> | ||
<h4><i class="fab fa-python"></i>PyMTY</h4> | ||
<p>Nuevo Leon</p> | ||
</div> | ||
</a> | ||
### :fontawesome-solid-star: Comunidades Python en México | ||
|
||
<!-- Pythonistas GDL --> | ||
<a href="https://pythonistas-gdl.org/" target="_blank" rel="noopener noreferrer"> | ||
<div class="community-card"> | ||
<img src="/images/comunidades/pythonistas-GDL.jpg" alt="Logo PythonistasGDL"> | ||
<h4><i class="fab fa-python"></i>Pythonistas GDL</h4> | ||
<p>Jalisco</p> | ||
</div> | ||
</a> | ||
<div class="grid cards" markdown> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. La clase La clase |
||
-  | ||
|
||
<!-- PyTalavera --> | ||
<a href="https://www.facebook.com/profile.php?id=61559788469426" target="_blank" rel="noopener noreferrer"> | ||
<div class="community-card"> | ||
<img src="/images/comunidades/pyTalavera.jpg" alt="Logo PyTalavera"> | ||
<h4><i class="fab fa-python"></i>PyTalavera</h4> | ||
<p>Puebla</p> | ||
</div> | ||
</a> | ||
:fontawesome-solid-python: [PyMTY](https://social.org.mx/@pymty) | ||
|
||
<!-- Pyladies Cuernavaca --> | ||
<a href="https://pyladies-cuernavaca.quarto.pub/web/" target="_blank" rel="noopener noreferrer"> | ||
<div class="community-card"> | ||
<img src="/images/comunidades/pyladies-cuernavaca.png" alt="Logo pyladies-cuernavaca"> | ||
<h4><i class="fab fa-python"></i>pyladies Cuernavaca</h4> | ||
<p>Morelos</p> | ||
</div> | ||
</a> | ||
Nuevo Leon | ||
|
||
-  | ||
|
||
:fontawesome-solid-python: [Pythonistas GDL](https://pythonistas-gdl.org/) | ||
|
||
Jalisco | ||
|
||
-  | ||
|
||
[:fontawesome-solid-python: PyTalavera](https://www.facebook.com/profile.php?id=61559788469426) | ||
|
||
Puebla | ||
|
||
-  | ||
:fontawesome-solid-python: [pyladies Cuernavaca](https://pyladies-cuernavaca.quarto.pub/web/) | ||
Morelos | ||
</div> | ||
|
||
### <i class="fas fa-code"></i> Otras Comunidades | ||
### :fontawesome-solid-code: Otras Comunidades | ||
|
||
<div class="communities-grid"> | ||
<div class="grid cards"> | ||
|
||
<!-- Ajolotes en la nube --> | ||
<a href="https://www.meetup.com/es/ajolotesenlanube/" target="_blank" rel="noopener noreferrer"> | ||
|
@@ -127,16 +113,12 @@ | |
|
||
--- | ||
|
||
## <i class="fas fa-building"></i> Empresas anfitrionas | ||
|
||
<div align="center"> | ||
<b>Estas empresas han abierto sus puertas para que la comunidad Python CDMX crezca</b> | ||
</div> | ||
|
||
### <i class="fas fa-star"></i> Gracias por ser sede | ||
## :fontawesome-solid-building: Empresas anfitrionas | ||
|
||
<div class="communities-grid"> | ||
Estas empresas han abierto sus puertas para que la comunidad Python CDMX crezca, **gracias por su apoyo**. | ||
{ .centered-text } | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Se están cambiando también los elementos HTML por referencias a clases CSS directas. |
||
|
||
<div class="grid cards"> | ||
<!-- Wizeline Mexico --> | ||
<a href="https://www.wizeline.com/" target="_blank" rel="noopener noreferrer"> | ||
<div class="community-card"> | ||
|
@@ -154,7 +136,6 @@ | |
<p>Anfitriones en múltiples ediciones recientes</p> | ||
</div> | ||
</a> | ||
|
||
</div> | ||
|
||
--- | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Los archivos se transfirieron a la carpeta semántica acorde a la navegación, esto quiere decir que si el archivo está dentro del tab Participa, debe estar en la carpeta Participa