diff --git a/app.py b/app.py index e16bcb02..1b2126b8 100644 --- a/app.py +++ b/app.py @@ -407,6 +407,10 @@ def team_will_ann_rian(): def team_brash(): return render_template('teams/brash.html') +@app.route("/team41") +def team_41(): + return render_template('teams/team41.html') + @app.route("/team_jose_caden_wanni") def team_jose_caden_wanni(): - return render_template('teams/team_jose_caden_wanni.html') \ No newline at end of file + return render_template('teams/team_jose_caden_wanni.html') diff --git a/static/img/Diana_Galeana.jpg b/static/img/Diana_Galeana.jpg new file mode 100644 index 00000000..643c0d5a Binary files /dev/null and b/static/img/Diana_Galeana.jpg differ diff --git a/static/img/katya.jpg b/static/img/katya.jpg new file mode 100644 index 00000000..61953d15 Binary files /dev/null and b/static/img/katya.jpg differ diff --git a/templates/students_2025.html b/templates/students_2025.html index 1139d6f4..c5c2912d 100644 --- a/templates/students_2025.html +++ b/templates/students_2025.html @@ -381,7 +381,7 @@

Summer 2025 Cohort

Steven Armenta
School: Southern New Hampshire University

I'm excited to gain hands-on experience in open-source development and collaborate with talented peers during the CodeDay Labs internship.

- Team Jane Dane And Steven + Team Katya, Steven & Diana @@ -869,11 +869,34 @@

Summer 2025 Cohort

+ +
+
+ +
+
Katya Velasco
+
School: UC Irvine
+

What I am most looking forward is to have hands-on experience for this summer's internship!

+ Team Katya, Steven & Diana +
+ +
+
+ +
+
Diana Galeana
+
School: CSU Dominguez Hills
+

What I am most looking forward is to succesfully submit a pull request for our project.

+ Team Katya, Steven & Diana +
+ +
+
Kujoon Kwon
School: Orange Coast College

What I look forward is to have experience in 2025 summmer open source project

Team page -
+
diff --git a/templates/teams/team41.html b/templates/teams/team41.html new file mode 100644 index 00000000..a6acedcf --- /dev/null +++ b/templates/teams/team41.html @@ -0,0 +1,8 @@ + + + + + + We all listen to music when we're bored. + + \ No newline at end of file