diff --git a/app.py b/app.py index aab9fc7b..b1128e68 100644 --- a/app.py +++ b/app.py @@ -521,4 +521,11 @@ def team_tyler_caleb_andrew_nate(): @app.route("/sweksha_clara_vanessa_emmanuel") def sweksha_clara_vanessa_emmanuel(): - return render_template('teams/sweksha_clara_vanessa_emmanuel.html') \ No newline at end of file + return render_template('teams/sweksha_clara_vanessa_emmanuel.html') + +@app.route("/zhuolei_ashlin_kaissy") +def zhuolei_ashlin_kaissy(): + return render_template('teams/zhuolei_ashlin_kaissy.html') + + + diff --git a/static/img/RyanFeng.jpg b/static/img/RyanFeng.jpg new file mode 100644 index 00000000..69f1acd5 Binary files /dev/null and b/static/img/RyanFeng.jpg differ diff --git a/templates/students_2025.html b/templates/students_2025.html index a354c8e6..b95808be 100644 --- a/templates/students_2025.html +++ b/templates/students_2025.html @@ -1656,6 +1656,17 @@

Summer 2025 Cohort

Team Page! +
+
+ +
+
Zhuolei Feng
+
School: CCSF
+

I look forward to working with others and gaining experience.

+ Team Zhuolei & Ashlin & Kaisy +
+ + diff --git a/templates/teams/zhuolei_ashlin_kaissy.html b/templates/teams/zhuolei_ashlin_kaissy.html new file mode 100644 index 00000000..0464cac0 --- /dev/null +++ b/templates/teams/zhuolei_ashlin_kaissy.html @@ -0,0 +1,19 @@ + + + + + + Team members: + Zhuolei Feng, + Ashlin John, + Kaissy Amaro + + + + + + + + + + \ No newline at end of file