diff --git a/app.py b/app.py index bba0ddb3..9b24250f 100644 --- a/app.py +++ b/app.py @@ -19,6 +19,9 @@ def cohort_2022(): def cohort_2023(): return render_template('students_2023.html') +@app.route("/teamI") +def team_i(): + return render_template('teams/teamI.html') @app.route("/arm_phil_dyl") def team_arm_phil_dyl(): diff --git a/templates/students_2025.html b/templates/students_2025.html index b9876713..951defdf 100644 --- a/templates/students_2025.html +++ b/templates/students_2025.html @@ -1061,7 +1061,7 @@

Summer 2025 Cohort

Gina Do
School: UC Irvine

What I'm most looking forward to about CodeDay Labs is learning the technical skills necessary in order to thrive professionally

- Team page + Team Gina, Raquel, & Tazmeen @@ -1082,16 +1082,31 @@

Summer 2025 Cohort

+
Tazmeen Ahmed
+
School: San Jose State University
+

What I am most looking forward to is gaining hands on experience in open source and working with others on a project.

+ Team Gina, Raquel, & Tazmeen + + +
Audrey Dang
School: University of Houston

What I'm most looking forward to about the CodeDay Labs internship is the opportunity to contribute to my first open-source project and gain hands-on experience.

Team: Audrey, Danny & Leonardo
-
+
+
Raquel Zuelke
+
School: CSU Monterey Bay
+

What I am most looking forward to is the micro internship experience as well as working with others throughout this year.

+ Team Gina, Raquel, & Tazmeen +
+ + +
Danny Abraham
School: El Camino College

I look forward to learning more about contributing to open source projects

diff --git a/templates/teams/teamI.html b/templates/teams/teamI.html new file mode 100644 index 00000000..c286eb06 --- /dev/null +++ b/templates/teams/teamI.html @@ -0,0 +1,8 @@ + +
+ +
+ + We're all women in STEM! + + \ No newline at end of file