Skip to content

Commit 99b53b8

Browse files
authored
pelicanconf.py: inclusión de meetup en Redes (#61)
index.html: inclusión de enlace a IT-talent
1 parent c759b48 commit 99b53b8

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

pelicanconf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@
8989
"icon": "fa-youtube",
9090
"url": "https://www.youtube.com/c/PythonChile",
9191
},
92+
"meetup": {
93+
"alt": "Meetup",
94+
"icon": "fa-meetup",
95+
"url": "https://meetup.com/es/pythonchiledev",
96+
},
9297
}
9398

9499
IMAGE_PROCESS = {

pycltheme/templates/base-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h1 class="font-weight-light">{{ SITENAME }}</h1>
4747
<div class="row justify-content-md-start">
4848
{% for name, d in REDES.items() %}
4949
<div class="iconos_redes">
50-
<a href="{{ d["url"] }}">
50+
<a href="{{ d["url"] }}" target="_blank">
5151
<i class="fab {{ d["icon"] }} fa-2x fa-inverse"></i>
5252
</a>
5353
</div>

pycltheme/templates/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ <h2>Nuestros Patrocinantes</h2>
3131
<p> Éstas son las empresas que colaboran para hacer posible nuestras actividades</p>
3232
</div>
3333
<div class="col-md-2 text-center">
34+
<a href="https://it-talenthh.com/" target="_blank">
3435
<img class="img-fluid" src="../images/patrocinantes/logo_ittalent.png" alt="IT-Talent">
36+
</a>
3537
</div>
3638
</div>
3739
</div>

0 commit comments

Comments
 (0)