From 10b8c23aea90a3631d636fad440795f5703e88fe Mon Sep 17 00:00:00 2001 From: Notkeb0ne Date: Fri, 7 Nov 2025 02:39:52 +0000 Subject: [PATCH 1/3] Added team page for Kevin, Nolan, and Jing --- app.py | 6 +++++- templates/teams/kev_nol_jing.html | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 templates/teams/kev_nol_jing.html 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/teams/kev_nol_jing.html b/templates/teams/kev_nol_jing.html new file mode 100644 index 00000000..5ab2f8a4 --- /dev/null +++ b/templates/teams/kev_nol_jing.html @@ -0,0 +1 @@ +Hello \ No newline at end of file From 7b963638dd66f12a14c1219a2db2ded937cbb416 Mon Sep 17 00:00:00 2001 From: nolanantonio <167488541+nolanantonio@users.noreply.github.com> Date: Fri, 7 Nov 2025 03:12:17 +0000 Subject: [PATCH 2/3] Added hyperlinks for team page --- templates/students_2025.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/students_2025.html b/templates/students_2025.html index 8b1517e6..4eb68776 100644 --- a/templates/students_2025.html +++ b/templates/students_2025.html @@ -172,7 +172,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
@@ -1230,7 +1230,7 @@

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 + Team Nolan, Kevin, and Jing
From be75210eafa803feddc8f4fb7ff4e5b4fa0a766b Mon Sep 17 00:00:00 2001 From: nolanantonio <167488541+nolanantonio@users.noreply.github.com> Date: Fri, 7 Nov 2025 03:26:13 +0000 Subject: [PATCH 3/3] Added our teams commonality in the html link --- templates/teams/kev_nol_jing.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/teams/kev_nol_jing.html b/templates/teams/kev_nol_jing.html index 5ab2f8a4..2a742681 100644 --- a/templates/teams/kev_nol_jing.html +++ b/templates/teams/kev_nol_jing.html @@ -1 +1,8 @@ -Hello \ No newline at end of file + + + + + +

We all like cats :D

+ + \ No newline at end of file