File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
9499IMAGE_PROCESS = {
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments