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
3 changes: 3 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,3 +573,6 @@ def team_woo_jos():
def Kaur_Arteaga_SantaMaria():
return render_template('teams/Kaur_Arteaga_SantaMaria.html')

@app.route("/Johnny_Madison")
def Johnny_Madison();
return render_template ('teams/Johnny_Madison.html')
22 changes: 22 additions & 0 deletions templates/students_2026.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,28 @@ <h1> Summer 2026 Cohort </h1>
<a href="woo_jos">Wootark Kim, Josue Nava - Jimenez</a>
</div>

<div class="student-container">
<div>
<img src="">
</div>
<div class="student-name"> Johnny Santamaria </div>
<div> School: San Francisco State University </div>
<p> I look forward to working with my teammate and mentor in open source to get a depper understanding of codebases rather than using AI as a foundation
</p>
<a href="teams/Johnny_Madison.html">Johnny and Madison</a>
</div>

<div class="student-container">
<div>
<img src="">
</div>
<div class="student-name"> Madison Tran </div>
<div> School: Bellevue College </div>
<p> Get more coding experience and connect with my with my mentor and teammate on our open-source project.
</p>
<a href="teams/Johnny_Madison.html">Johnny and Madison</a>
</div>

</body>

</html>
12 changes: 12 additions & 0 deletions templates/teams/Johnny_Madison.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 Johnny and Madison</h1>
<p> networking </p>
</body>
</html>