add CIS tech challenge page

This commit is contained in:
BuffTechTalk
2024-09-15 13:19:34 -05:00
parent 99da4a0841
commit 8f05abde23
11 changed files with 512 additions and 7 deletions

3
app.py
View File

@@ -40,6 +40,9 @@ elif page_label == "Lesson2":
elif page_label == "Lesson3":
pg.pythonx_lesson3()
# block of CIS Tech Challenge Event
elif page_label == "CIS Tech Challenge":
pg.cis_tech_challenge_homepage()
# block for testing page
elif page_label == "Testing":