Skip to content

Commit be1cb87

Browse files
committed
Retos de programación v3
1 parent 2a251fb commit be1cb87

26 files changed

+82
-32
lines changed

--encoding=utf-8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ reflex export --frontend-only
66
rm -rf public
77
unzip frontend.zip -d public
88
rm -f frontend.zip
9+
cp vercel.json public/
910
deactivate

code_challenges/code_challenges.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
],
2525
)
2626

27-
app.add_page(index)
27+
# No es necesario con @rx.page
28+
# app.add_page(index)
2829
# app.add_page(roadmap)
2930
# app.add_page(exercises)
3031
# app.add_page(projects)

code_challenges/pages/index.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949
def index() -> rx.Component:
5050
return rx.box(
5151
utils.lang(),
52-
# navbar(ROUTE),
52+
navbar(ROUTE),
5353
rx.center(
5454
rx.vstack(
5555
header(),
56-
# challenges(),
57-
# featured_challenge(
58-
# f"{Route.ROADMAP.value}#last",
59-
# last_roadmap_challenge
60-
# ),
61-
# faq(FAQ_LIST),
56+
challenges(),
57+
featured_challenge(
58+
f"{Route.ROADMAP.value}#last",
59+
last_roadmap_challenge
60+
),
61+
faq(FAQ_LIST),
6262
languages(ROUTE),
6363
footer(),
6464
spacing=Size.VERY_BIG.value,

public/404.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

public/404/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

public/_next/static/chunks/2103-01c2785681acb733.js

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

public/_next/static/chunks/2683-5d3bbabf04c4fbfd.js

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

public/_next/static/chunks/6880-b1b9cf31177a4757.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/_next/static/chunks/9790-93aef6459b2a02d0.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/_next/static/chunks/pages/ejercicios-4783d3bea037898d.js renamed to public/_next/static/chunks/pages/ejercicios-7bbcc7cba8d77d55.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.

public/_next/static/chunks/pages/index-bde0d59a3787f1b3.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/_next/static/chunks/pages/index-e492da7a653972d2.js

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

public/_next/static/chunks/pages/proyectos-09851d362dd4eaeb.js renamed to public/_next/static/chunks/pages/proyectos-b4cf8fac674d8ae9.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.

public/_next/static/chunks/pages/roadmap-81a15411faaf91d5.js renamed to public/_next/static/chunks/pages/roadmap-5a96886900204e61.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.

public/_next/static/nprQCewHc-s9YQsVloQzp/_buildManifest.js

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

public/_next/static/pu6uf9OtK-XLQG82wysTK/_buildManifest.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/ejercicios/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

public/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

public/proyectos/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

public/roadmap/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

public/sitemap-0.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
3-
<url><loc>http://localhost:3000/</loc><lastmod>2023-12-26T16:25:40.326Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
4-
<url><loc>http://localhost:3000/ejercicios/</loc><lastmod>2023-12-26T16:25:40.326Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
5-
<url><loc>http://localhost:3000/proyectos/</loc><lastmod>2023-12-26T16:25:40.326Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
6-
<url><loc>http://localhost:3000/roadmap/</loc><lastmod>2023-12-26T16:25:40.326Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
3+
<url><loc>http://localhost:3000/</loc><lastmod>2023-12-26T17:12:52.152Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
4+
<url><loc>http://localhost:3000/ejercicios/</loc><lastmod>2023-12-26T17:12:52.152Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
5+
<url><loc>http://localhost:3000/proyectos/</loc><lastmod>2023-12-26T17:12:52.152Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
6+
<url><loc>http://localhost:3000/roadmap/</loc><lastmod>2023-12-26T17:12:52.152Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
77
</urlset>

0 commit comments

Comments
 (0)