diff --git a/app.py b/app.py index c8e4f701..a8c8c795 100644 --- a/app.py +++ b/app.py @@ -123,6 +123,10 @@ def team_nick_val(): @app.route("/luke_noah_maya") def team_luke_noah_maya(): return render_template('teams/luke_noah_maya.html') + +@app.route("/team_tony_bryan_julian") +def team_tony_bryan_julian(): + return render_template('teams/team_tony_bryan_julian.html') @app.route("/team_23") def team_23(): diff --git a/templates/students_2024.html b/templates/students_2024.html index 4bc32dfc..1c68791c 100644 --- a/templates/students_2024.html +++ b/templates/students_2024.html @@ -589,6 +589,8 @@

Summer 2024 Cohort

Team page (leave blank until Module 5 when you will be assigned to your teams + +
@@ -596,8 +598,10 @@

Summer 2024 Cohort

Julian Ochoa Villicana
School: CSU Monterey Bay

What I'm most looking forward to about the CodeDay Labs internship is gaining more experience working as a team and better my programming skills.

- Team page (leave blank until Module 5 when you will be assigned to your teams -
+ Team Tony, Bryan & Julian +
+ +
@@ -727,7 +731,7 @@

Summer 2024 Cohort

Tony Wu
School: San Francisco State University

What I'm most looking forward to about the CodeDay Labs internship is gaining practical experience in teamwork and becoming adept at navigating the GitHub workflow.

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team Tony, Bryan & Julian
@@ -799,7 +803,7 @@

Summer 2024 Cohort

What I'm most looking forward to about the CodeDay Labs internship is to gain experience working on a project in a team and be able to add a new entry in my resume.

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team Tony, Bryan & Julian
diff --git a/templates/teams/team_tony_bryan_julian.html b/templates/teams/team_tony_bryan_julian.html new file mode 100644 index 00000000..0a4fd291 --- /dev/null +++ b/templates/teams/team_tony_bryan_julian.html @@ -0,0 +1,10 @@ + + + + + + + We all watch movies and like tacos. We also like to play video games and go to the beach. + + + \ No newline at end of file