diff --git a/app.py b/app.py index 0cac2d6f..ad3d7cef 100644 --- a/app.py +++ b/app.py @@ -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') diff --git a/templates/students_2026.html b/templates/students_2026.html index b6455573..9682c2c7 100644 --- a/templates/students_2026.html +++ b/templates/students_2026.html @@ -292,6 +292,28 @@

Summer 2026 Cohort

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

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 +

+ Johnny and Madison +
+ +
+
+ +
+
Madison Tran
+
School: Bellevue College
+

Get more coding experience and connect with my with my mentor and teammate on our open-source project. +

+ Johnny and Madison +
+ \ No newline at end of file diff --git a/templates/teams/Johnny_Madison.html b/templates/teams/Johnny_Madison.html new file mode 100644 index 00000000..e2c8d019 --- /dev/null +++ b/templates/teams/Johnny_Madison.html @@ -0,0 +1,12 @@ + + + + + + Team page + + +

Team Johnny and Madison

+

networking

+ + \ No newline at end of file