Skip to content

Commit

Permalink
Curso de JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
mouredev committed Jul 8, 2024
1 parent 472c33e commit 834ba04
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions link_bio/assets/icons/js.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions link_bio/link_bio/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

# Cursos
CODE_CHALLENGES_URL = "https://retosdeprogramacion.com"
JS_COURSE_URL = "https://mouredev.link/javascript"
PYTHON_COURSE_URL = "https://mouredev.link/python"
GIT_COURSE_URL = "https://mouredev.link/git"
SQL_COURSE_URL = "https://mouredev.link/sql"
Expand Down
6 changes: 6 additions & 0 deletions link_bio/link_bio/views/courses_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ def courses_links() -> rx.Component:
const.CODE_CHALLENGES_URL,
highlight_color=Color.SECONDARY.value
),
link_button(
"JavaScript desde cero",
"¡Nuevo! Curso en desarrollo",
"/icons/js.svg",
const.JS_COURSE_URL
),
link_button(
"Python desde cero",
"Curso de +44h: Fundamentos, frontend, backend, testing...",
Expand Down
2 changes: 1 addition & 1 deletion link_bio/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip==24.0
pip==24.1.2
reflex==0.4.5
python-dotenv==1.0.1
supabase==2.3.5
Expand Down

0 comments on commit 834ba04

Please sign in to comment.