From d66cab69b396db8c1ab67256133a3e77cd60aff5 Mon Sep 17 00:00:00 2001 From: Joshua Linang Date: Sat, 8 Mar 2025 01:09:02 +0000 Subject: [PATCH 1/3] Added team page for Jason, Joshua, Yvonna --- app.py | 6 ++++++ templates/teams/jason_joshua_yvonna.html | 1 + 2 files changed, 7 insertions(+) create mode 100644 templates/teams/jason_joshua_yvonna.html diff --git a/app.py b/app.py index 472c5657..b2bdb2a8 100644 --- a/app.py +++ b/app.py @@ -16,6 +16,12 @@ def cohort_2022(): def cohort_2023(): return render_template('students_2023.html') + +@app.route("/jason_joshua_yvonna") +def team_jason_joshua_yvonna(): + return render_template('teams/jason_joshua_yvonna.html') + + @app.route("/arm_phil_dyl") def team_arm_phil_dyl(): return render_template('teams/arm_phil_dyl.html') diff --git a/templates/teams/jason_joshua_yvonna.html b/templates/teams/jason_joshua_yvonna.html new file mode 100644 index 00000000..b6fc4c62 --- /dev/null +++ b/templates/teams/jason_joshua_yvonna.html @@ -0,0 +1 @@ +hello \ No newline at end of file From 0fe01050b1088a2b68e446e642ae53cf0016fb9c Mon Sep 17 00:00:00 2001 From: Vonna9 Date: Sat, 8 Mar 2025 03:13:30 +0000 Subject: [PATCH 2/3] Added hyperlinks to the team page for team. --- templates/students_2025.html | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/templates/students_2025.html b/templates/students_2025.html index a17bf266..8ad322a3 100644 --- a/templates/students_2025.html +++ b/templates/students_2025.html @@ -400,7 +400,7 @@

Summer 2025 Cohort

Joshua Linang
School: CUNY Hunter College

What I'm most looking forward to about the CodeDay Labs internship is meeting people, gaining valuable experience, and working on projects with a team.

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team: Jason Fuentes & Yvonna Mellado
@@ -535,6 +535,26 @@

Summer 2025 Cohort

I am looking forward to work with a team during the CodeDay Lab internship and also able to update my resume with this experience.

Team page (leave blank until Module 5 when you will be assigned to your teams
- + +
+
+ +
+
Yvonna Mellado
+
School: San Bernardino Valley College
+

What I look forward the most about CodeDay is being able to strengthen my programming skills and learn how codespaces work.

+ Team: Jason Fuentes & Joshua Linang" +
+
+
+ +
+
Jason Fuentes
+
School: CSU Dominguez Hills
+

I look forward to learning a new language/framework and also getting to work with cool people. Booyah.

+ Team: Joshua Linang & Yvonna Mellado" +
+ + From 473205066836071209a1e86973d80ebc053bebb9 Mon Sep 17 00:00:00 2001 From: Jason <153796547+GreetingsEarthling@users.noreply.github.com> Date: Sun, 9 Mar 2025 18:28:33 +0000 Subject: [PATCH 3/3] Added content to team page --- templates/teams/jason_joshua_yvonna.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/templates/teams/jason_joshua_yvonna.html b/templates/teams/jason_joshua_yvonna.html index b6fc4c62..1aa82a26 100644 --- a/templates/teams/jason_joshua_yvonna.html +++ b/templates/teams/jason_joshua_yvonna.html @@ -1 +1,12 @@ -hello \ No newline at end of file + + + + + + Document + + +

Team Jason, Joshua, Yvonna

+

We all share in common that we are excited to make our first open source contributions.

+ + \ No newline at end of file