Skip to content

Commit

Permalink
Update courses & constants
Browse files Browse the repository at this point in the history
  • Loading branch information
JuditKaramazov committed Sep 8, 2024
1 parent 2707ac4 commit 9ca7296
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions pythomazov/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
TWITTER_X_URL = "https://twitter.com/V_Karamazov"

# Courses & Material
JAVASCRIPT_COURSE_URL = "https://javascript-ed.vercel.app/"
PYTHON_INTRODUCTION_COURSE_URL = "https://github.com/JuditKaramazov/InsightsFromJuniorToFutureSeniors/blob/main/content/03-Courses/01-Python/README.md"
GIT_COURSE_URL = "https://github.com/JuditKaramazov/InsightsFromJuniorToFutureSeniors/blob/main/content/03-Courses/02-Git-GitHub/README.md"
CERTIFICATES_URL = "https://github.com/JuditKaramazov/InsightsFromJuniorToFutureSeniors/blob/main/content/04-Certificates/README.md"
Expand Down
6 changes: 6 additions & 0 deletions pythomazov/views/courses_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
def courses_links() -> rx.Component:
return rx.chakra.vstack(
title("Kara's (free) courses"),
link_button(
"JavaScripted",
" A collection of JavaScript notes, templates, and snippets",
"/icons/javascript.svg",
const.JAVASCRIPT_COURSE_URL
),
link_button(
"Python: Introduction",
"Level 1: Foundations, front-end, back-end, and testing",
Expand Down

0 comments on commit 9ca7296

Please sign in to comment.