Skip to content

Commit eb8dd69

Browse files
authored
u: added editor
1 parent aafb94e commit eb8dd69

File tree

33 files changed

+11592
-153
lines changed

33 files changed

+11592
-153
lines changed

404.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@
9292
</ul>
9393
</nav>
9494

95-
<!--[if lt IE 9]>
96-
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
97-
<![endif]-->
98-
9995

10096

10197
<div class="masthead">
@@ -115,6 +111,8 @@
115111
<a href="/tutoriales/">Tutoriales</a>
116112
</li><li class="masthead__menu-item">
117113
<a href="/revisiones/">Revisiones</a>
114+
</li><li class="masthead__menu-item">
115+
<a href="/ide/">Online IDE</a>
118116
</li><li class="masthead__menu-item">
119117
<a href="/about/">Nosotros</a>
120118
</li></ul>
@@ -140,6 +138,8 @@
140138

141139

142140

141+
142+
143143
<div id="main" role="main">
144144

145145

@@ -190,6 +190,7 @@ <h1 id="page-title" class="page__title p-name" itemprop="headline">
190190

191191

192192
</div>
193+
193194
</div>
194195

195196

@@ -248,6 +249,7 @@ <h1 id="page-title" class="page__title p-name" itemprop="headline">
248249
<div class="page__footer-copyright", style="text-align: center;">
249250
&copy; 2022 <a href="https://ayudaenpython.github.io/blog/" style="text-decoration: none;"> AyudaEnPython</a>.
250251
</div>
252+
251253
</footer>
252254
</div>
253255

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Sitio web de la comunidad AyudaEnPython
1+
# Website de la comunidad AyudaEnPython
22

33
Se parte de nuestra comunidad [AyudaEnPython](https://www.facebook.com/groups/ayudapython),
44
nuestra finalidad es brindar apoyo a cualquier problema (principiante, intermedio, avanzado)
55
compartiendo información, conocimientos y experiencias relacionadas a Python.
66

7-
Si deseas colaborar con este blog, puedes encontrar una plantilla básica en
7+
Si deseas colaborar con un artículo, puedes encontrar una plantilla básica en
88
este [enlace](https://github.com/AyudaEnPython/AyudaEnPython/blob/main/_aep/template.md).
99

1010
---
1111

1212
## Guía de Contribuciones
1313

14-
Lee nuestra [guía](CONTRIBUTING.md) antes de empezar a contribuir.
14+
Lee nuestra [guía](CONTRIBUTING.md) antes de empezar a contribuir.

about/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@
9292
</ul>
9393
</nav>
9494

95-
<!--[if lt IE 9]>
96-
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
97-
<![endif]-->
98-
9995

10096

10197
<div class="masthead">
@@ -115,6 +111,8 @@
115111
<a href="/tutoriales/">Tutoriales</a>
116112
</li><li class="masthead__menu-item">
117113
<a href="/revisiones/">Revisiones</a>
114+
</li><li class="masthead__menu-item">
115+
<a href="/ide/">Online IDE</a>
118116
</li><li class="masthead__menu-item">
119117
<a href="/about/">Nosotros</a>
120118
</li></ul>
@@ -140,6 +138,8 @@
140138

141139

142140

141+
142+
143143
<div id="main" role="main">
144144

145145

@@ -209,6 +209,7 @@ <h1 id="page-title" class="page__title p-name" itemprop="headline">
209209

210210

211211
</div>
212+
212213
</div>
213214

214215

@@ -267,6 +268,7 @@ <h1 id="page-title" class="page__title p-name" itemprop="headline">
267268
<div class="page__footer-copyright", style="text-align: center;">
268269
&copy; 2022 <a href="https://ayudaenpython.github.io/blog/" style="text-decoration: none;"> AyudaEnPython</a>.
269270
</div>
271+
270272
</footer>
271273
</div>
272274

articulos/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@
9292
</ul>
9393
</nav>
9494

95-
<!--[if lt IE 9]>
96-
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
97-
<![endif]-->
98-
9995

10096

10197
<div class="masthead">
@@ -115,6 +111,8 @@
115111
<a href="/tutoriales/">Tutoriales</a>
116112
</li><li class="masthead__menu-item">
117113
<a href="/revisiones/">Revisiones</a>
114+
</li><li class="masthead__menu-item">
115+
<a href="/ide/">Online IDE</a>
118116
</li><li class="masthead__menu-item">
119117
<a href="/about/">Nosotros</a>
120118
</li></ul>
@@ -314,6 +312,7 @@ <h2 class="archive__item-title no_toc" itemprop="headline">
314312
<div class="page__footer-copyright", style="text-align: center;">
315313
&copy; 2022 <a href="https://ayudaenpython.github.io/blog/" style="text-decoration: none;"> AyudaEnPython</a>.
316314
</div>
315+
317316
</footer>
318317
</div>
319318

assets/css/main.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,6 @@ tt, code, kbd, samp, pre { font-family: Monaco, Consolas, "Lucida Console", mono
259259

260260
pre { overflow-x: auto; /* add scrollbars to wide code blocks*/ }
261261

262-
p > code, a > code, li > code, figcaption > code, td > code { padding-top: 0.1rem; padding-bottom: 0.1rem; font-size: 0.8em; background: #1f242c; border-radius: 4px; }
263-
p > code:before, p > code:after, a > code:before, a > code:after, li > code:before, li > code:after, figcaption > code:before, figcaption > code:after, td > code:before, td > code:after { letter-spacing: -0.2em; content: "\00a0"; /* non-breaking space*/ }
264-
265262
/* horizontal rule */
266263
hr { display: block; margin: 1em 0; border: 0; border-top: 1px solid #51555d; }
267264

@@ -470,6 +467,7 @@ tr, td, th { vertical-align: middle; }
470467
.notice h4 + p { /* remove space above paragraphs that appear directly after notice headline*/ margin-top: 0; padding-top: 0; }
471468
.notice a { color: #aaaeb0; }
472469
.notice a:hover { color: #5f6162; }
470+
blockquote.notice { border-left-color: #aaaeb0; }
473471
.notice code { background-color: #343942; }
474472
.notice pre code { background-color: inherit; }
475473
.notice ul:last-child { margin-bottom: 0; /* override*/ }
@@ -482,6 +480,7 @@ tr, td, th { vertical-align: middle; }
482480
.notice--primary h4 + p { /* remove space above paragraphs that appear directly after notice headline*/ margin-top: 0; padding-top: 0; }
483481
.notice--primary a { color: #009ca3; }
484482
.notice--primary a:hover { color: #00575b; }
483+
blockquote.notice--primary { border-left-color: #009ca3; }
485484
.notice--primary code { background-color: #213741; }
486485
.notice--primary pre code { background-color: inherit; }
487486
.notice--primary ul:last-child { margin-bottom: 0; /* override*/ }
@@ -494,6 +493,7 @@ tr, td, th { vertical-align: middle; }
494493
.notice--info h4 + p { /* remove space above paragraphs that appear directly after notice headline*/ margin-top: 0; padding-top: 0; }
495494
.notice--info a { color: #358ca7; }
496495
.notice--info a:hover { color: #1e4e5d; }
496+
blockquote.notice--info { border-left-color: #358ca7; }
497497
.notice--info code { background-color: #273541; }
498498
.notice--info pre code { background-color: inherit; }
499499
.notice--info ul:last-child { margin-bottom: 0; /* override*/ }
@@ -506,6 +506,7 @@ tr, td, th { vertical-align: middle; }
506506
.notice--warning h4 + p { /* remove space above paragraphs that appear directly after notice headline*/ margin-top: 0; padding-top: 0; }
507507
.notice--warning a { color: #c17205; }
508508
.notice--warning a:hover { color: #6b4003; }
509+
blockquote.notice--warning { border-left-color: #c17205; }
509510
.notice--warning code { background-color: #37332f; }
510511
.notice--warning pre code { background-color: inherit; }
511512
.notice--warning ul:last-child { margin-bottom: 0; /* override*/ }
@@ -518,6 +519,7 @@ tr, td, th { vertical-align: middle; }
518519
.notice--success h4 + p { /* remove space above paragraphs that appear directly after notice headline*/ margin-top: 0; padding-top: 0; }
519520
.notice--success a { color: #399539; }
520521
.notice--success a:hover { color: #205320; }
522+
blockquote.notice--success { border-left-color: #399539; }
521523
.notice--success code { background-color: #283635; }
522524
.notice--success pre code { background-color: inherit; }
523525
.notice--success ul:last-child { margin-bottom: 0; /* override*/ }
@@ -530,6 +532,7 @@ tr, td, th { vertical-align: middle; }
530532
.notice--danger h4 + p { /* remove space above paragraphs that appear directly after notice headline*/ margin-top: 0; padding-top: 0; }
531533
.notice--danger a { color: #d65652; }
532534
.notice--danger a:hover { color: #77302e; }
535+
blockquote.notice--danger { border-left-color: #d65652; }
533536
.notice--danger code { background-color: #392f38; }
534537
.notice--danger pre code { background-color: inherit; }
535538
.notice--danger ul:last-child { margin-bottom: 0; /* override*/ }
@@ -961,6 +964,8 @@ body { display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 10
961964
.page__content p { margin: 0 0 1.3em; /* sibling indentation*/ }
962965
.page__content a:not(.btn):hover { text-decoration: underline; }
963966
.page__content a:not(.btn):hover img { box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }
967+
.page__content :not(pre) > code { padding-top: 0.1rem; padding-bottom: 0.1rem; font-size: 0.8em; background: #1f242c; border-radius: 4px; }
968+
.page__content :not(pre) > code::before, .page__content :not(pre) > code::after { letter-spacing: -0.2em; content: "\00a0"; /* non-breaking space*/ }
964969
.page__content dt { margin-top: 1em; font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif; font-weight: bold; }
965970
.page__content dd { margin-left: 1em; font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif; font-size: 0.75em; }
966971
.page__content .small { font-size: 0.75em; }

assets/js/_main.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
jQuery plugin settings and other scripts
33
========================================================================== */
44

5-
$(document).ready(function() {
5+
$(function() {
66
// FitVids init
77
$("#main").fitVids();
88

99
// Sticky sidebar
1010
var stickySideBar = function() {
1111
var show =
12-
$(".author__urls-wrapper button").length === 0
12+
$(".author__urls-wrapper").find("button").length === 0
1313
? $(window).width() > 1024 // width should match $large Sass variable
14-
: !$(".author__urls-wrapper button").is(":visible");
14+
: !$(".author__urls-wrapper").find("button").is(":visible");
1515
if (show) {
1616
// fix
1717
$(".sidebar").addClass("sticky");
@@ -28,9 +28,9 @@ $(document).ready(function() {
2828
});
2929

3030
// Follow menu drop down
31-
$(".author__urls-wrapper button").on("click", function() {
31+
$(".author__urls-wrapper").find("button").on("click", function() {
3232
$(".author__urls").toggleClass("is--visible");
33-
$(".author__urls-wrapper button").toggleClass("open");
33+
$(".author__urls-wrapper").find("button").toggleClass("open");
3434
});
3535

3636
// Close search screen with Esc key
@@ -49,7 +49,7 @@ $(document).ready(function() {
4949
$(".initial-content").toggleClass("is--hidden");
5050
// set focus on input
5151
setTimeout(function() {
52-
$(".search-content input").focus();
52+
$(".search-content").find("input").focus();
5353
}, 400);
5454
});
5555

assets/js/lunr/lunr-store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var store = [{
6666
"teaser": null
6767
},{
6868
"title": "Listas de Comprensión",
69-
"excerpt":"En progreso… ","categories": [],
69+
"excerpt":"Las comprensiones de listas ofrecen una manera concisa de crear listas. Sus usos comunes son para hacer nuevas listas donde cada elemento es el resultado de algunas operaciones aplicadas a cada miembro de otra secuencia o iterable, o para crear un segmento de la secuencia de esos elementos para satisfacer...","categories": [],
7070
"tags": [],
7171
"url": "/tutoriales/listas-de-comprension/",
7272
"teaser": null

assets/js/main.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/plugins/jquery.greedy-navigation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
GreedyNav.js - http://lukejacksonn.com/actuate
2+
GreedyNav.js - https://github.com/lukejacksonn/GreedyNav
33
Licensed under the MIT license - http://opensource.org/licenses/MIT
4-
Copyright (c) 2015 Luke Jackson
4+
Copyright (c) 2015 Luke Jackson http://lukejacksonn.com
55
*/
66

77
$(function() {

0 commit comments

Comments
 (0)