diff --git a/app.py b/app.py index 0cac2d6f..01f3a478 100644 --- a/app.py +++ b/app.py @@ -418,6 +418,11 @@ def team_abas_jake_mon(): def team_chris_neel_marcelo(): return render_template("teams/chris_neel_marcelo.html") + +@app.route("/Santamaria_Osorio_Villarreal") +def team_santamaria_osorio_villarreal(): + return render_template("teams/Santamaria_Osorio_Villarreal.html") + @app.route("/kev_kun_ye") def team_kevin_kundyz_yechan(): return render_template('teams/kev_kun_ye.html') diff --git a/templates/students_2026.html b/templates/students_2026.html index b6455573..c009abb8 100644 --- a/templates/students_2026.html +++ b/templates/students_2026.html @@ -84,7 +84,7 @@

Summer 2026 Cohort

School: Gavilan

What I'm most looking forward to is getting an internship and I like to play marvel rivals

- Team: Steven, Ang, and Jociel! + Team: Johnny, Marina, and Jociel!
@@ -292,6 +292,29 @@

Summer 2026 Cohort

Wootark Kim, Josue Nava - Jimenez
+
+
+ +
+
Johnny Santamaria
+
School: San Francisco State University
+

I am looking to deepen my experience in open-source development while strengthening my ability to collaborate effectively in a team-based engineering environment. Additionally, I aim to expand my professional network by building meaningful connections with peers in the field throughout the year. +

+ Team: Johnny, Jociel, Marina +
+ +
+
+ +
+
Marina Villarreal
+
School: Hartnell College
+

I am looking forward to continue to gain hands-on experience and collaborate with my team! +

+ Team: Johnny, Jociel, Marina +
+ + \ No newline at end of file diff --git a/templates/teams/Santamaria_Osorio_Villarreal.html b/templates/teams/Santamaria_Osorio_Villarreal.html new file mode 100644 index 00000000..6541a72e --- /dev/null +++ b/templates/teams/Santamaria_Osorio_Villarreal.html @@ -0,0 +1,12 @@ + + + + + + Team page + + +

Team Santamaria, Osorio, Villarreal

+

One thing our team has in common is that we like video games

+ + \ No newline at end of file