diff --git a/app.py b/app.py index 18cab964..343ff563 100644 --- a/app.py +++ b/app.py @@ -399,3 +399,7 @@ def team_nam_dylan_brandon(): def team_Jane_Dane_Steven(): return render_template('teams/Jane_Dane_Steven.html') +@app.route("/luc_mar_mai") +def team_luc_mar_mai(): + return render_template('teams/luc_mar_mai.html') + diff --git a/static/img/lucas_tan.png b/static/img/lucas_tan.png new file mode 100644 index 00000000..7ab37087 Binary files /dev/null and b/static/img/lucas_tan.png differ diff --git a/static/img/mai-tran.jpeg b/static/img/mai-tran.jpeg new file mode 100644 index 00000000..6454cca5 Binary files /dev/null and b/static/img/mai-tran.jpeg differ diff --git a/templates/students_2025.html b/templates/students_2025.html index b38f7f86..cc8c6c0f 100644 --- a/templates/students_2025.html +++ b/templates/students_2025.html @@ -861,8 +861,19 @@

Summer 2025 Cohort

Marina Villarreal
School: Hartnell College

I look forward to working on my first open source project!

- Team page + Team Lucas, Marina, and Mai + +
+
+ +
+
Mai Tran
+
School: Carleton College
+

I'm excited to working on a project focusing software security.

+ Team Lucas, Marina, and Mai +
+
@@ -879,7 +890,17 @@

Summer 2025 Cohort

Kujoon Kwon
School: Orange Coast College

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

- + +
+ +
+
+ +
+
Lucas Tan
+
School: CSU Monterey Bay
+

What I'm most looking forward to is being able to apply the things we've learned in class to a more real-world scenario.

+ Team Lucas, Marina, and Mai
diff --git a/templates/teams/luc_mar_mai.html b/templates/teams/luc_mar_mai.html new file mode 100644 index 00000000..264f13ba --- /dev/null +++ b/templates/teams/luc_mar_mai.html @@ -0,0 +1 @@ +We are all incoming juniors in college and majoring in computer science.