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
9 changes: 8 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
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')



Binary file added static/img/RyanFeng.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -1656,6 +1656,17 @@ <h1> Summer 2025 Cohort </h1>
</p>
<a href="Limaleochan">Team Page! </a>
</div>
<div class="student-container">
<div>
<img src="static/img/RyanFeng.jpg">
</div>
<div class="student-name">Zhuolei Feng</div>
<div>School: CCSF</div>
<p>I look forward to working with others and gaining experience.</p>
<a href="zhuolei_ashlin_kaissy">Team Zhuolei & Ashlin & Kaisy</a>
</div>



</body>

Expand Down
19 changes: 19 additions & 0 deletions templates/teams/zhuolei_ashlin_kaissy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<html>
<head>

</head>
<body>
Team members:
Zhuolei Feng,
Ashlin John,
Kaissy Amaro


<body>






</html>