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/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" +
+ + diff --git a/templates/teams/jason_joshua_yvonna.html b/templates/teams/jason_joshua_yvonna.html new file mode 100644 index 00000000..1aa82a26 --- /dev/null +++ b/templates/teams/jason_joshua_yvonna.html @@ -0,0 +1,12 @@ + + + + + + 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