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 @@ -481,6 +481,10 @@ def team_41():
def team_jose_caden_wanni():
return render_template('teams/team_jose_caden_wanni.html')

@app.route("/team_lynn_sam_ed_ray")
def team_lynn_sam_ed_ray():
return render_template('teams/team_lynn_sam_ed_ray.html')

@app.route("/team_octavio_tyler_phu")
def team_octavio_tyler_phu():
return render_template('teams/octavio_tyler_phu.html')
Expand Down
40 changes: 40 additions & 0 deletions templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -1116,6 +1116,46 @@ <h1> Summer 2025 Cohort </h1>
<div> School: CSU Monterey Bay </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is gaining experience with new technologies and working in a team. </p>
</div>

<div class="student-container">
<div>
<img src="">
</div>
<div class="student-name"> Samantha Ruvalcaba </div>
<div> School: CSUDH </div>
<p>What I'm most looking forward to about the CodeDay Labs internship is learning from this experience and working with my team and mentor. </p>
<a href="team_lynn_sam_ed_ray">Team Lynn, Sam, Ed, Ray</a>
</div>

<div class="student-container">
<div>
<img src="">
</div>
<div class="student-name"> Edmond Pan </div>
<div> School: San Jose State University</div>
<p>What I'm most looking forward to about the CodeDay Labs internship is learning from this experience and working with my team and mentor. </p>
<a href="team_lynn_sam_ed_ray">Team Lynn, Sam, Ed, Ray</a>
</div>

<div class="student-container">
<div>
<img src="">
</div>
<div class="student-name"> Kaiying(Lynn) Yu </div>
<div> School: Northeastern University</div>
<p>What I'm most looking forward to about the CodeDay Labs internship is learning from this experience and working with my team and mentor. </p>
<a href="team_lynn_sam_ed_ray">Team Lynn, Sam, Ed, Ray</a>
</div>

<div class="student-container">
<div>
<img src="">
</div>
<div class="student-name"> Raymond Wang</div>
<div> School: San Jose State University</div>
<p>What I'm most looking forward to about the CodeDay Labs internship is learning from this experience and working with my team and mentor. </p>
<a href="team_lynn_sam_ed_ray">Team Lynn, Sam, Ed, Ray</a>
</div>
<div class="student-container">
<div>
<img src="static/img/weili.jpeg">
Expand Down
8 changes: 8 additions & 0 deletions templates/teams/team_lynn_sam_ed_ray.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>

</head>
<body>
We all watch anime.
</body>
</html>