Skip to content

Commit

Permalink
Retos de programación v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mouredev committed Dec 26, 2023
1 parent 2a251fb commit be1cb87
Show file tree
Hide file tree
Showing 26 changed files with 82 additions and 32 deletions.
1 change: 1 addition & 0 deletions --encoding=utf-8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ reflex export --frontend-only
rm -rf public
unzip frontend.zip -d public
rm -f frontend.zip
cp vercel.json public/
deactivate
3 changes: 2 additions & 1 deletion code_challenges/code_challenges.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
],
)

app.add_page(index)
# No es necesario con @rx.page
# app.add_page(index)
# app.add_page(roadmap)
# app.add_page(exercises)
# app.add_page(projects)
Expand Down
14 changes: 7 additions & 7 deletions code_challenges/pages/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@
def index() -> rx.Component:
return rx.box(
utils.lang(),
# navbar(ROUTE),
navbar(ROUTE),
rx.center(
rx.vstack(
header(),
# challenges(),
# featured_challenge(
# f"{Route.ROADMAP.value}#last",
# last_roadmap_challenge
# ),
# faq(FAQ_LIST),
challenges(),
featured_challenge(
f"{Route.ROADMAP.value}#last",
last_roadmap_challenge
),
faq(FAQ_LIST),
languages(ROUTE),
footer(),
spacing=Size.VERY_BIG.value,
Expand Down
4 changes: 2 additions & 2 deletions public/404.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/404/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/_next/static/chunks/2103-01c2785681acb733.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/_next/static/chunks/2683-5d3bbabf04c4fbfd.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/_next/static/chunks/6880-b1b9cf31177a4757.js

This file was deleted.

1 change: 0 additions & 1 deletion public/_next/static/chunks/9790-93aef6459b2a02d0.js

This file was deleted.

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/_next/static/chunks/pages/index-bde0d59a3787f1b3.js

This file was deleted.

1 change: 1 addition & 0 deletions public/_next/static/chunks/pages/index-e492da7a653972d2.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

4 changes: 2 additions & 2 deletions public/ejercicios/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/proyectos/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/roadmap/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions public/sitemap-0.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<url><loc>http://localhost:3000/</loc><lastmod>2023-12-26T16:25:40.326Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>http://localhost:3000/ejercicios/</loc><lastmod>2023-12-26T16:25:40.326Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>http://localhost:3000/proyectos/</loc><lastmod>2023-12-26T16:25:40.326Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>http://localhost:3000/roadmap/</loc><lastmod>2023-12-26T16:25:40.326Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>http://localhost:3000/</loc><lastmod>2023-12-26T17:12:52.152Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>http://localhost:3000/ejercicios/</loc><lastmod>2023-12-26T17:12:52.152Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>http://localhost:3000/proyectos/</loc><lastmod>2023-12-26T17:12:52.152Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>http://localhost:3000/roadmap/</loc><lastmod>2023-12-26T17:12:52.152Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>
Loading

0 comments on commit be1cb87

Please sign in to comment.