diff --git a/app.py b/app.py index 05bb7dea..634706d5 100644 --- a/app.py +++ b/app.py @@ -124,6 +124,10 @@ def team_nick_val(): def team_luke_noah_maya(): return render_template('teams/luke_noah_maya.html') +@app.route("/team_5") +def team_5(): + return render_template('teams/team_5.html') + @app.route("/durle_emily") def team_durle_emily(): return render_template('teams/durle_emily.html') diff --git a/templates/students_2024.html b/templates/students_2024.html index f50356f3..ac5e4020 100644 --- a/templates/students_2024.html +++ b/templates/students_2024.html @@ -908,7 +908,7 @@

Summer 2024 Cohort

Youkyoung Kim
School: San Jose State University

What I'm most looking forward to about the CodeDay Labs internship is working with a team to contribute to meaningful open source project.

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

Summer 2024 Cohort

George Jones
School: El Camino College

What I'm most looking forward to about the CodeDay Labs internship is to gain more experience with contributing to OS projects

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

Summer 2024 Cohort

Usman Tahir
School: El Camino College

What I'm most looking forward to about the CodeDay Labs internship is getting real experience working the software engineering field.

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team 5's page
diff --git a/templates/teams/team_5.html b/templates/teams/team_5.html new file mode 100644 index 00000000..acdf6832 --- /dev/null +++ b/templates/teams/team_5.html @@ -0,0 +1,8 @@ + + + + + We like watching Across the Spider-Verse. + + + \ No newline at end of file