diff --git a/app.py b/app.py index 5a4fc1f2..bba79f4c 100644 --- a/app.py +++ b/app.py @@ -507,4 +507,8 @@ def deandre_jedrick_val(): @app.route("/team_Eugene_Hien_Jaime_Octavio") def team_Eugene_Hien_Jaime_Octavio(): - return render_template('teams/team_Eugene_Hien_Jaime_Octavio.html') \ No newline at end of file + return render_template('teams/team_Eugene_Hien_Jaime_Octavio.html') + +@app.route("/team_Kevin_Nolan_Jing") +def team_Kevin_Nolan_Jing(): + return render_template('teams/kev_nol_jing.html') diff --git a/templates/students_2025.html b/templates/students_2025.html index 568f8df7..c3d047e6 100644 --- a/templates/students_2025.html +++ b/templates/students_2025.html @@ -201,7 +201,7 @@

Summer 2025 Cohort

Nolan Antonio
School: San Jose State University

What I'm most looking forward to about the CodeDay Labs is collaborating with peers of all differing programming knowledge on an Open-Source project!

- + Team Nolan, Kevin, and Jing
@@ -1401,10 +1401,9 @@

Summer 2025 Cohort

Kevin Zuniga
School: El Camino College
-

What I am most looking forward to collab with other students to increase my technical soft and hard skills -

- Team - +

What I am most looking forward to collab with other students to increase my technical soft and hard skills

+ Team Nolan, Kevin, and Jing +
@@ -1616,6 +1615,7 @@

Summer 2025 Cohort

Jing Chen
School: CMU

I look forward to working with others and gaining expereince.

+ Team Nolan, Kevin, and Jing
diff --git a/templates/teams/kev_nol_jing.html b/templates/teams/kev_nol_jing.html new file mode 100644 index 00000000..2a742681 --- /dev/null +++ b/templates/teams/kev_nol_jing.html @@ -0,0 +1,8 @@ + + + + + +

We all like cats :D

+ + \ No newline at end of file