diff --git a/app.py b/app.py index 18cab964..c884bb7b 100644 --- a/app.py +++ b/app.py @@ -399,3 +399,6 @@ def team_nam_dylan_brandon(): def team_Jane_Dane_Steven(): return render_template('teams/Jane_Dane_Steven.html') +@app.route("/anthonyt_william") +def team_anthonyt_william(): + return render_template('teams/anthonyt_william.html') diff --git a/templates/students_2025.html b/templates/students_2025.html index b38f7f86..b268226e 100644 --- a/templates/students_2025.html +++ b/templates/students_2025.html @@ -402,7 +402,7 @@

Summer 2025 Cohort

Anthony Theng
School: CSULB

What I'm most looking forward to about the CodeDay internship is learning more about software engineering gaining experience with open-source.

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team page diff --git a/templates/teams/anthonyt_william.html b/templates/teams/anthonyt_william.html new file mode 100644 index 00000000..d966f17b --- /dev/null +++ b/templates/teams/anthonyt_william.html @@ -0,0 +1,9 @@ + + + + + + We both go to school XD + + +