Skip to content
Merged
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
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ def team_jin_allison_saad():
def team_brian_jia_honghao():
return render_template('teams/brian_jia_honghao.html')

@app.route("/team_sydney_ryan_peiwan")
def team_sydney_ryan_peiwan():
return render_template('teams/team_pei-wan.html')

@app.route("/zhao_jiang_lauper")
def team_zhao_jiang_lauper():
return render_template('teams/teamzhao_jiang_lauper.html')
Expand Down
Binary file added static/img/sydneyvo.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_2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -1535,6 +1535,17 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name"> Ryan Lin </div>
<div> School: Mt. San Jacinto College </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is gaining techincal experience to put on my resume and working with my peers! </p>
<a href="team_sydney_ryan_peiwan">Team Sydney & Ryan & Pei-Wan</a>
</div>

<div class="student-container">
<div>
<img src="static/img/sydneyvo.jpg">
</div>
<div class="student-name"> Sydney Vo </div>
<div> School: Orange Coast College </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is gaining techincal experience to put on my resume and working with my peers! </p>
<a href="team_sydney_ryan_peiwan">Team Sydney & Ryan & Pei-Wan</a>
</div>


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

<body>
<h1>Welcome to Team Sydney - Ryan - Pei-Wan</h1>
<h3>We all like eating! 🍔🍟🍕</h3>
<h3>We all have pets! 🐣🐈</h3>

</body>
</html>