File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 4040RAIOLA_NETWORKS_URL = "https://mouredev.link/raiola"
4141
4242# Cursos
43- CODE_CHALLENGES_URL = "https://retosdeprogramacion.com "
43+ DEVIA_COURSE_URL = "https://mouredev.link/apuntesycertificado "
4444BASH_COURSE_URL = "https://mouredev.link/bash"
4545JAVA_COURSE_URL = "https://mouredev.link/java"
4646PYTHON_COURSE_URL = "https://mouredev.link/python"
4747JS_COURSE_URL = "https://mouredev.link/javascript"
4848GIT_COURSE_URL = "https://mouredev.link/git"
4949SQL_COURSE_URL = "https://mouredev.link/sql"
50+ CODE_CHALLENGES_URL = "https://retosdeprogramacion.com"
5051LANGUAGES_COURSE_URL = "https://mouredev.link/lenguajes"
Original file line number Diff line number Diff line change 1010def 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 ),
You can’t perform that action at this time.
0 commit comments