Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
25 changes: 24 additions & 1 deletion templates/students_2026.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h1> Summer 2026 Cohort </h1>
<div> School: Gavilan </div>
<p> What I'm most looking forward to is getting an internship and I like to play marvel rivals
</p>
<a href="/team_saj">Team: Steven, Ang, and Jociel! </a>
<a href="Santamaria_Osorio_Villarreal">Team: Johnny, Marina, and Jociel! </a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -292,6 +292,29 @@ <h1> Summer 2026 Cohort </h1>
<a href="woo_jos">Wootark Kim, Josue Nava - Jimenez</a>
</div>

<div class="student-container">
<div>
<img src="static/img/JohnnySselfie.png">
</div>
<div class="student-name"> Johnny Santamaria </div>
<div> School: San Francisco State University </div>
<p> 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.
</p>
<a href="/Santamaria_Osorio_Villarreal">Team: Johnny, Jociel, Marina</a>
</div>

<div class="student-container">
<div>
<img src="">
</div>
<div class="student-name"> Marina Villarreal </div>
<div> School: Hartnell College</div>
<p> I am looking forward to continue to gain hands-on experience and collaborate with my team!
</p>
<a href="/Santamaria_Osorio_Villarreal">Team: Johnny, Jociel, Marina</a>
</div>


</body>

</html>
12 changes: 12 additions & 0 deletions templates/teams/Santamaria_Osorio_Villarreal.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team page</title>
</head>
<body>
<h1>Team Santamaria, Osorio, Villarreal</h1>
<p>One thing our team has in common is that we like video games </p>
</body>
</html>