File tree Expand file tree Collapse file tree 7 files changed +57
-6
lines changed
Expand file tree Collapse file tree 7 files changed +57
-6
lines changed Original file line number Diff line number Diff line change @@ -421,6 +421,22 @@ ul.navbar-nav {
421421 background-color : # 132e45 !important ;
422422}
423423
424+ .bg-pyladies {
425+ background-color : pink !important ;
426+
427+ }
428+
429+ .bg-pyladies a {
430+ background-color : palevioletred;
431+ border-color : palevioletred;
432+
433+ }
434+ .bg-pyladies a : hover {
435+ background-color : rgb (226 , 73 , 124 );
436+ border-color : rgb (226 , 73 , 124 );
437+
438+ }
439+
424440.titulo-bold {
425441 color : # 343a40 ;
426442 font-weight : 800 ;
Original file line number Diff line number Diff line change 33< body id ="index " class ="home ">
44
55 {% include 'header.html' %}
6-
6+
77 <!-- Entradas Blog -->
88 {% block content %}
99 {% endblock %}
Original file line number Diff line number Diff line change 1+
2+ < section id ="content " >
3+ < div class ="pt-5 pb-5 blog-entries ">
4+ < div class ="container ">
5+ {% block content_title %}
6+ {% endblock %}
7+ < div class ="row flex-column-reverse flex-md-row ">
8+ < div class ="col-4 col-12 ">
9+ < h3 class ="text-center pb-5 mb-3 titulo-bold "> Comunidades Amigas</ h3 >
10+ < div class ="row ">
11+ < div class ="col-md-4 col-12 ">
12+ {% include 'hablemospython.html' %}
13+ </ div >
14+ < div class ="col-md-4 col-12 ">
15+ {% include 'pyladies.html' %}
16+ </ div >
17+
18+ </ div >
19+ </ div >
20+ </ div >
21+ </ div >
22+ </ div >
23+ </ section > <!-- /#content -->
24+
25+
26+
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ <h5 class="card-title">Python en Español</h5>
55 < p class ="card-text ">
66 No olvides unirte a la comunidad hispanohablante de Python más grande del mundo.
77 </ p >
8- < a href ="https://discord.gg/hablemospython " class ="btn btn-primary "> Hablemos Python</ a >
8+ < a href ="https://hablemospython.dev/ " target =" _blank " class ="btn btn-primary "> Hablemos Python</ a >
99 </ div >
1010</ div >
Original file line number Diff line number Diff line change 11{% extends "base-index.html" %}
2+
23{% block content %}
34< section id ="content ">
45
89 {% block content_title %}
910 {% endblock %}
1011 < div class ="row flex-column-reverse flex-md-row ">
11- < div class ="col-md-9 col-12 ">
12+ < div class ="col-4 col-12 ">
1213 < h3 class ="text-center pb-5 mb-3 titulo-bold "> ÚLTIMAS ENTRADAS</ h3 >
1314 < div class ="row ">
1415 {% for article in dates[:6] %}
1516 {% include 'card.html' %}
1617 {% endfor %}
1718 </ div >
1819 </ div >
19- < div class ="col-md-3 col-12 ">
20- {% include 'hablemospython.html' %}
21- </ div >
2220 </ div >
2321 </ div >
2422</ div >
2523
2624</ section > <!-- /#content -->
2725
26+ {% include 'communities.html'%}
2827<!-- Patrocinios -->
2928< section class ="fondo-gris pt-5 pb-3 ">
3029 < div class ="container ">
Original file line number Diff line number Diff line change 1+ < div class ="card bg-pyladies text-dark ">
2+ < div class ="card-body ">
3+ < h4 class ="card-title "> PyLadies Chile</ h4 >
4+ < img class ="ene " src ="images/pyladies_logo.png " />
5+ < p class ="card-text ">
6+ Comunidad Chilena de Capítulos PyLadies. Únete a la comunidad de mujeres en Python.
7+ </ p >
8+ < a href ="https://pyladies.cl " target ="_blank " class ="btn btn-primary "> Conocer Pyladies</ a >
9+ </ div >
10+ </ div >
You can’t perform that action at this time.
0 commit comments