diff --git a/app.py b/app.py index 0cac2d6f..bb037d8c 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("/emily_ruben_jahni") +def emily_ruben_jahni(): + return render_template('teams/emily_ruben_jahni.html') diff --git a/static/img/Jahni.JPG b/static/img/Jahni.JPG new file mode 100644 index 00000000..a796e45c Binary files /dev/null and b/static/img/Jahni.JPG differ diff --git a/static/img/emilyvu.jpg b/static/img/emilyvu.jpg new file mode 100644 index 00000000..0e7c97ea Binary files /dev/null and b/static/img/emilyvu.jpg differ diff --git a/templates/students_2026.html b/templates/students_2026.html index b6455573..8e345f92 100644 --- a/templates/students_2026.html +++ b/templates/students_2026.html @@ -125,13 +125,13 @@

Summer 2026 Cohort

- +
Jahnifah Johnson
School: CSU Fullerton
-

What I'm most looking forward to about the CodeDay Labs internship is being able to broaden my technical and people skills hands-on +

What I'm most looking forward to about the CodeDay Labs internship is being able to broaden my technical and people skills hands-on and work with peers

- Team: N/A + Team: Emily, Ruben, Jahnifah
@@ -254,8 +254,7 @@

Summer 2026 Cohort

I am looking forward to learn how to properly contribute to an open-source environment!

Team: Wootark Kim, Josue Nava - Jimenez -
- +
@@ -292,6 +291,16 @@

Summer 2026 Cohort

Wootark Kim, Josue Nava - Jimenez
+
+
+ +
+
Emily Vu
+
School: Rutgers University
+

I look forward to learning and contributing to an open-source project.

+ Team: Emily, Ruben, Jahnifah +
+ - \ No newline at end of file + diff --git a/templates/teams/emily_ruben_jahni.html b/templates/teams/emily_ruben_jahni.html new file mode 100644 index 00000000..ae39145e --- /dev/null +++ b/templates/teams/emily_ruben_jahni.html @@ -0,0 +1,5 @@ + + + we all are CS majors + + \ No newline at end of file