Skip to content

Commit 1b34738

Browse files
authored
u: .
1 parent 70296ad commit 1b34738

File tree

36 files changed

+2330
-1359
lines changed

36 files changed

+2330
-1359
lines changed

404.html

Lines changed: 39 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,7 @@
3636

3737

3838

39-
<script type="application/ld+json">
40-
{
41-
"@context": "https://schema.org",
42-
43-
"@type": "Person",
44-
"name": "AyudaEnPython",
45-
"url": "/"
46-
47-
}
48-
</script>
39+
4940

5041

5142
<meta name="google-site-verification" content="IQEKfQ9ena-yQnt-pfeq3LJz7XFNGBEn7-I_Nqa5Rlg" />
@@ -60,19 +51,17 @@
6051

6152

6253
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="AyudaEnPython Feed">
63-
64-
65-
<!-- https://t.co/dKP3o1e -->
6654
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6755

6856
<script>
6957
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
58+
7059
</script>
7160

7261
<!-- For all browsers -->
7362
<link rel="stylesheet" href="/assets/css/main.css">
74-
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
75-
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"></noscript>
63+
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
64+
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css"></noscript>
7665

7766

7867

@@ -106,17 +95,41 @@
10695

10796
</a>
10897
<ul class="visible-links"><li class="masthead__menu-item">
109-
<a href="/articulos/">Artículos</a>
98+
<a
99+
href="/articulos/"
100+
101+
102+
>Artículos</a>
110103
</li><li class="masthead__menu-item">
111-
<a href="/tutoriales/">Tutoriales</a>
104+
<a
105+
href="/tutoriales/"
106+
107+
108+
>Tutoriales</a>
112109
</li><li class="masthead__menu-item">
113-
<a href="/revisiones/">Revisiones</a>
110+
<a
111+
href="/revisiones/"
112+
113+
114+
>Revisiones</a>
114115
</li><li class="masthead__menu-item">
115-
<a href="/ide/">Online IDE</a>
116+
<a
117+
href="/ide/"
118+
119+
120+
>Online IDE</a>
116121
</li><li class="masthead__menu-item">
117-
<a href="/retos/">Retos</a>
122+
<a
123+
href="/retos/"
124+
125+
126+
>Retos</a>
118127
</li><li class="masthead__menu-item">
119-
<a href="/about/">Nosotros</a>
128+
<a
129+
href="/about/"
130+
131+
132+
>Nosotros</a>
120133
</li></ul>
121134

122135
<button class="search__toggle" type="button">
@@ -146,7 +159,7 @@
146159

147160

148161

149-
<article class="page h-entry" itemscope itemtype="https://schema.org/CreativeWork">
162+
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
150163
<meta itemprop="headline" content="Page Not Found">
151164
<meta itemprop="description" content="Page not found. Your pixels are in another canvas.">
152165

@@ -155,8 +168,8 @@
155168
<div class="page__inner-wrap">
156169

157170
<header>
158-
<h1 id="page-title" class="page__title p-name" itemprop="headline">
159-
<a href="/404.html" class="u-url" itemprop="url">Page Not Found
171+
<h1 id="page-title" class="page__title" itemprop="headline">
172+
<a href="/404.html" itemprop="url">Page Not Found
160173
</a>
161174
</h1>
162175

@@ -165,7 +178,7 @@ <h1 id="page-title" class="page__title p-name" itemprop="headline">
165178
</header>
166179

167180

168-
<section class="page__content e-content" itemprop="text">
181+
<section class="page__content" itemprop="text">
169182

170183
<p>Lo sentimos, pero la página que estas intentando ver no existe.</p>
171184

@@ -249,7 +262,7 @@ <h1 id="page-title" class="page__title p-name" itemprop="headline">
249262
</div>
250263

251264
<div class="page__footer-copyright", style="text-align: center;">
252-
&copy; 2023 <a href="https://ayudaenpython.github.io/blog/" style="text-decoration: none;"> AyudaEnPython</a>.
265+
&copy; 2024 <a href="https://ayudaenpython.github.io/blog/" style="text-decoration: none;"> AyudaEnPython</a>.
253266
</div>
254267

255268
</footer>

about/index.html

Lines changed: 39 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,7 @@
3636

3737

3838

39-
<script type="application/ld+json">
40-
{
41-
"@context": "https://schema.org",
42-
43-
"@type": "Person",
44-
"name": "AyudaEnPython",
45-
"url": "/"
46-
47-
}
48-
</script>
39+
4940

5041

5142
<meta name="google-site-verification" content="IQEKfQ9ena-yQnt-pfeq3LJz7XFNGBEn7-I_Nqa5Rlg" />
@@ -60,19 +51,17 @@
6051

6152

6253
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="AyudaEnPython Feed">
63-
64-
65-
<!-- https://t.co/dKP3o1e -->
6654
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6755

6856
<script>
6957
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
58+
7059
</script>
7160

7261
<!-- For all browsers -->
7362
<link rel="stylesheet" href="/assets/css/main.css">
74-
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
75-
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"></noscript>
63+
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
64+
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css"></noscript>
7665

7766

7867

@@ -106,17 +95,41 @@
10695

10796
</a>
10897
<ul class="visible-links"><li class="masthead__menu-item">
109-
<a href="/articulos/">Artículos</a>
98+
<a
99+
href="/articulos/"
100+
101+
102+
>Artículos</a>
110103
</li><li class="masthead__menu-item">
111-
<a href="/tutoriales/">Tutoriales</a>
104+
<a
105+
href="/tutoriales/"
106+
107+
108+
>Tutoriales</a>
112109
</li><li class="masthead__menu-item">
113-
<a href="/revisiones/">Revisiones</a>
110+
<a
111+
href="/revisiones/"
112+
113+
114+
>Revisiones</a>
114115
</li><li class="masthead__menu-item">
115-
<a href="/ide/">Online IDE</a>
116+
<a
117+
href="/ide/"
118+
119+
120+
>Online IDE</a>
116121
</li><li class="masthead__menu-item">
117-
<a href="/retos/">Retos</a>
122+
<a
123+
href="/retos/"
124+
125+
126+
>Retos</a>
118127
</li><li class="masthead__menu-item">
119-
<a href="/about/">Nosotros</a>
128+
<a
129+
href="/about/"
130+
131+
132+
>Nosotros</a>
120133
</li></ul>
121134

122135
<button class="search__toggle" type="button">
@@ -146,7 +159,7 @@
146159

147160

148161

149-
<article class="page h-entry" itemscope itemtype="https://schema.org/CreativeWork">
162+
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
150163
<meta itemprop="headline" content="Sobre nosotros">
151164

152165

@@ -155,8 +168,8 @@
155168
<div class="page__inner-wrap">
156169

157170
<header>
158-
<h1 id="page-title" class="page__title p-name" itemprop="headline">
159-
<a href="/about/" class="u-url" itemprop="url">Sobre nosotros
171+
<h1 id="page-title" class="page__title" itemprop="headline">
172+
<a href="/about/" itemprop="url">Sobre nosotros
160173
</a>
161174
</h1>
162175

@@ -165,7 +178,7 @@ <h1 id="page-title" class="page__title p-name" itemprop="headline">
165178
</header>
166179

167180

168-
<section class="page__content e-content" itemprop="text">
181+
<section class="page__content" itemprop="text">
169182

170183
<p><a href="https://www.facebook.com/groups/ayudapython">AyudaEnPython</a> es una comunidad
171184
dedicada a brindar apoyo a cualquier problema sobre Python (principiante,
@@ -268,7 +281,7 @@ <h1 id="page-title" class="page__title p-name" itemprop="headline">
268281
</div>
269282

270283
<div class="page__footer-copyright", style="text-align: center;">
271-
&copy; 2023 <a href="https://ayudaenpython.github.io/blog/" style="text-decoration: none;"> AyudaEnPython</a>.
284+
&copy; 2024 <a href="https://ayudaenpython.github.io/blog/" style="text-decoration: none;"> AyudaEnPython</a>.
272285
</div>
273286

274287
</footer>

articulos/index.html

Lines changed: 36 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,7 @@
3636

3737

3838

39-
<script type="application/ld+json">
40-
{
41-
"@context": "https://schema.org",
42-
43-
"@type": "Person",
44-
"name": "AyudaEnPython",
45-
"url": "/"
46-
47-
}
48-
</script>
39+
4940

5041

5142
<meta name="google-site-verification" content="IQEKfQ9ena-yQnt-pfeq3LJz7XFNGBEn7-I_Nqa5Rlg" />
@@ -60,19 +51,17 @@
6051

6152

6253
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="AyudaEnPython Feed">
63-
64-
65-
<!-- https://t.co/dKP3o1e -->
6654
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6755

6856
<script>
6957
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
58+
7059
</script>
7160

7261
<!-- For all browsers -->
7362
<link rel="stylesheet" href="/assets/css/main.css">
74-
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
75-
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"></noscript>
63+
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
64+
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css"></noscript>
7665

7766

7867

@@ -106,17 +95,41 @@
10695

10796
</a>
10897
<ul class="visible-links"><li class="masthead__menu-item">
109-
<a href="/articulos/">Artículos</a>
98+
<a
99+
href="/articulos/"
100+
101+
102+
>Artículos</a>
110103
</li><li class="masthead__menu-item">
111-
<a href="/tutoriales/">Tutoriales</a>
104+
<a
105+
href="/tutoriales/"
106+
107+
108+
>Tutoriales</a>
112109
</li><li class="masthead__menu-item">
113-
<a href="/revisiones/">Revisiones</a>
110+
<a
111+
href="/revisiones/"
112+
113+
114+
>Revisiones</a>
114115
</li><li class="masthead__menu-item">
115-
<a href="/ide/">Online IDE</a>
116+
<a
117+
href="/ide/"
118+
119+
120+
>Online IDE</a>
116121
</li><li class="masthead__menu-item">
117-
<a href="/retos/">Retos</a>
122+
<a
123+
href="/retos/"
124+
125+
126+
>Retos</a>
118127
</li><li class="masthead__menu-item">
119-
<a href="/about/">Nosotros</a>
128+
<a
129+
href="/about/"
130+
131+
132+
>Nosotros</a>
120133
</li></ul>
121134

122135
<button class="search__toggle" type="button">
@@ -256,6 +269,7 @@ <h2 class="archive__item-title no_toc" itemprop="headline">
256269

257270
</div>
258271
</div>
272+
259273
</div>
260274

261275

@@ -312,7 +326,7 @@ <h2 class="archive__item-title no_toc" itemprop="headline">
312326
</div>
313327

314328
<div class="page__footer-copyright", style="text-align: center;">
315-
&copy; 2023 <a href="https://ayudaenpython.github.io/blog/" style="text-decoration: none;"> AyudaEnPython</a>.
329+
&copy; 2024 <a href="https://ayudaenpython.github.io/blog/" style="text-decoration: none;"> AyudaEnPython</a>.
316330
</div>
317331

318332
</footer>

0 commit comments

Comments
 (0)