Skip to content

Commit ede21cb

Browse files
committed
Agregar nuevo logo
1 parent 8ebdba4 commit ede21cb

3 files changed

Lines changed: 33 additions & 33 deletions

File tree

pycltheme/static/css/cl.css

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
.img-responsive {
8686
width: 100%;
87-
max-width: 170px;
87+
max-width: 400px;
8888
}
8989

9090
.entradas-blog {
@@ -281,9 +281,9 @@ blockquote {
281281
text-align: start;
282282
vertical-align: middle;
283283
padding-top: 5px;
284-
}
284+
}
285285

286-
img.ene {
286+
img.ene {
287287
width:35px;
288288
float:right;
289289
height: 3rem;
@@ -297,8 +297,8 @@ img.ene {
297297
font-size:0.8rem;
298298
display:inline;
299299
text-align: start;
300-
padding-right: 20px;
301-
}
300+
padding-right: 20px;
301+
}
302302

303303
.container-redes {
304304
width: 100%;
@@ -314,14 +314,14 @@ img.ene {
314314

315315
@media screen and (max-width: 768px) {
316316

317-
h1 {
317+
h1 {
318318
font-size: 1.5rem;
319-
}
319+
}
320320

321321
.texto-plataformas{
322322
text-align: start;
323323
}
324-
324+
325325
.lead {
326326
font-size: 1rem;
327327
}
@@ -330,10 +330,10 @@ img.ene {
330330
font-size:0.9rem;
331331
display:inline;
332332
text-align: start;
333-
padding-right: 20px;
334-
}
333+
padding-right: 20px;
334+
}
335335

336-
ul.navbar-nav {
336+
ul.navbar-nav {
337337
width: auto;
338338
}
339339
}
@@ -350,46 +350,46 @@ ul.navbar-nav {
350350
background-color: #343a40;
351351
padding-right: 15px;
352352
}
353-
354-
ul.navbar-nav {
353+
354+
ul.navbar-nav {
355355
align-items: flex-end
356356
}
357357

358-
.texto-python_en_espanol {
358+
.texto-python_en_espanol {
359359
text-align: left;
360360
}
361361

362-
img.ene {
362+
img.ene {
363363
width:30px;
364364
height: 3rem;
365365
}
366-
366+
367367
.iconos_redes {
368368
font-size: 1.1rem;
369-
}
370-
}
369+
}
370+
}
371371

372372
@media screen and (max-width: 600px) {
373373

374374
.iconos_plataformas {
375375
font-size:1rem;
376376
display: inline;
377377
padding-top: 10px
378-
}
378+
}
379379

380-
img.ene {
380+
img.ene {
381381
width:0px;
382382
height: 0px;
383-
}
383+
}
384384
}
385385

386-
@media screen and (max-width: 400px) {
386+
@media screen and (max-width: 400px) {
387387
.iconos_redes {
388388
font-size: 0.8rem;
389389
padding-left: 15px;
390-
}
390+
}
391391

392-
.btn-default {
392+
.btn-default {
393393
display: inline-block;
394394
}
395395
}
22.8 KB
Loading

pycltheme/templates/base-index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
</nav>
3535

3636
<div class="container">
37-
<div class="row justify-content-md-center vauto">
38-
<div class="d-none d-sm-block col-md-3 col-sm-4 text-center">
39-
<img class="img-responsive w-75 p3" src="{{SITEURL}}/theme/images/logo.png" />
37+
<div class="row justify-content-md-center vauto mt-3">
38+
<div class="d-none d-sm-block col-md-4 col-sm-4 text-center mt-3">
39+
<img class="img-responsive p3" src="{{SITEURL}}/theme/images/pythonchile_logo.png" />
4040
</div>
41-
<div class="col-md-9 col-sm-8 col-xs-12 text-left vauto">
41+
<div class="col-md-6 col-sm-8 col-xs-12 text-left vauto">
4242
<h1 class="font-weight-light">{{ SITENAME }}</h1>
4343
<p class="lead">{{ SITESUBTITLE }}</p>
4444
<!-- Redes -->
@@ -69,26 +69,26 @@ <h1 class="font-weight-light">{{ SITENAME }}</h1>
6969
<div class="col-md-7 col-sm-8">
7070
<span class="texto-plataformas">¡Ponte en contacto con la comunidad en Discord y Telegram!</span>
7171
</div>
72-
<div class="col-md-3 col-sm-3">
72+
<div class="col-md-3 col-sm-3">
7373
{% for name, d in PLATAFORMAS.items() %}
7474
<a href="{{ d["url"] }}">
7575
<i class="fab {{ d["icon"] }} fa-3x fa-inverse iconos_plataformas"></i>
7676
</a>
7777
{% endfor %}
78-
</div>
78+
</div>
7979
</div>
8080
</div>
8181
</div>
82-
82+
8383
<!-- Python en Español -->
8484
<div class="pt-2 pb-2 fondo-noche">
8585
<div class="container">
8686
<div class="row justify-content-md-center">
8787
<div class="col-md-1 col-sm-3">
88-
<img class="ene" src="images/python_en_espanol.png" />
88+
<img class="ene" src="images/python_en_espanol.png" />
8989
</div>
9090
<div class="col-md-7 col-sm-9 text-start vauto texto-python_en_espanol" >
91-
No olvides unirte también a la comunidad hispanohablante más grande del mundo.
91+
No olvides unirte también a la comunidad hispanohablante más grande del mundo.
9292
</div>
9393
<div class="col-md-3 col-sm-12 text-center pb-2 pt-2 discord vauto">
9494
<div>

0 commit comments

Comments
 (0)