diff --git a/app.py b/app.py index 417ad6bc..4a73404e 100644 --- a/app.py +++ b/app.py @@ -319,6 +319,11 @@ def team_bo_kevin_miller(): def team_tyler_shubham_mikaella(): return render_template('teams/tyler_shubham_mikaella.html') +@app.route("/caden_helen_anthony") +def team_caden_helen_anthony(): + return render_template('teams/caden_helen_anthony.html') + + @app.route("/microinternship-c1") def team_johnny_brent_drake(): return render_template('teams/microinternship-c1.html') diff --git a/templates/students_2024.html b/templates/students_2024.html index 9d13a427..4493490b 100644 --- a/templates/students_2024.html +++ b/templates/students_2024.html @@ -1372,6 +1372,7 @@

Summer 2024 Cohort

Caden Carpenter
School: Orange Coast College

What I'm most looking forward to about the CodeDay Labs internship is learning new skills and really getting into the industry

+ Team: Caden, Helen, and Anthony
diff --git a/templates/teams/caden_helen_anthony.html b/templates/teams/caden_helen_anthony.html new file mode 100644 index 00000000..a6279689 --- /dev/null +++ b/templates/teams/caden_helen_anthony.html @@ -0,0 +1,8 @@ + + + + + + We all like cats!! + + \ No newline at end of file