Skip to content

Commit fe66511

Browse files
committed
Curso de Desarrollo con IA
1 parent c3c4eb1 commit fe66511

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

link_bio/assets/icons/ai.svg

Lines changed: 12 additions & 0 deletions
Loading

link_bio/link_bio/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@
4040
RAIOLA_NETWORKS_URL = "https://mouredev.link/raiola"
4141

4242
# Cursos
43-
CODE_CHALLENGES_URL = "https://retosdeprogramacion.com"
43+
DEVIA_COURSE_URL = "https://mouredev.link/apuntesycertificado"
4444
BASH_COURSE_URL = "https://mouredev.link/bash"
4545
JAVA_COURSE_URL = "https://mouredev.link/java"
4646
PYTHON_COURSE_URL = "https://mouredev.link/python"
4747
JS_COURSE_URL = "https://mouredev.link/javascript"
4848
GIT_COURSE_URL = "https://mouredev.link/git"
4949
SQL_COURSE_URL = "https://mouredev.link/sql"
50+
CODE_CHALLENGES_URL = "https://retosdeprogramacion.com"
5051
LANGUAGES_COURSE_URL = "https://mouredev.link/lenguajes"

link_bio/link_bio/views/courses_links.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,15 @@
1010
def courses_links() -> rx.Component:
1111
return rx.vstack(
1212
title("Cursos gratis"),
13+
link_button(
14+
"Desarrollo con IA",
15+
"Curso de 3h de desarrollo con IA con certificado gratis",
16+
"/icons/ai.svg",
17+
const.DEVIA_COURSE_URL,
18+
),
1319
link_button(
1420
"Bash/Shell desde cero",
15-
"Curso de terminal, línea de comandos y scripting",
21+
"Curso de 6h de terminal, línea de comandos y scripting",
1622
"/icons/terminal.svg",
1723
const.BASH_COURSE_URL,
1824
),

0 commit comments

Comments
 (0)