diff --git a/app.py b/app.py index a823d5dc..05e01a08 100644 --- a/app.py +++ b/app.py @@ -268,6 +268,12 @@ def nic_ridhima_anvi(): def team_E_S_V(): return render_template('teams/eddie_syn_ved.html') + +@app.route("/abdel_austin_chika") +def team_abdel_austin_chika(): + return render_template('teams/abdel_austin_chika.html') + @app.route("/evan_jared_keith_xuan") def team_evan_jared_keith_xuan(): - return render_template('teams/evan_jared_keith_xuan.html') \ No newline at end of file + return render_template('teams/evan_jared_keith_xuan.html') + diff --git a/templates/students_2024.html b/templates/students_2024.html index aba6343e..4a7c9397 100644 --- a/templates/students_2024.html +++ b/templates/students_2024.html @@ -1738,7 +1738,7 @@

Summer 2024 Cohort

Chika Starks
School: CSUMB

What I'm most looking forward to about the CodeDay Labs internship is ...

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team page
@@ -1947,7 +1947,7 @@

Summer 2024 Cohort

Austin Metke
School: CSU Monterey Bay

What I'm most looking forward to about the CodeDay Labs internship is the opportunity to network with others and gaining real world experience.

- N/A + Team Page
diff --git a/templates/teams/abdel_austin_chika.html b/templates/teams/abdel_austin_chika.html new file mode 100644 index 00000000..847e038a --- /dev/null +++ b/templates/teams/abdel_austin_chika.html @@ -0,0 +1,12 @@ + + + + + + + + + We all enjoy eating turkey bacon. + + + \ No newline at end of file