Skip to content

Commit d4c374e

Browse files
Merge pull request #626 from ehhdyyy/team_lynn_sam_ed_ray
Created a team page for Samantha, Raymond, Lynn, Edmond
2 parents cbcfd46 + 0e8df41 commit d4c374e

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

app.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,10 @@ def team_41():
481481
def team_jose_caden_wanni():
482482
return render_template('teams/team_jose_caden_wanni.html')
483483

484+
@app.route("/team_lynn_sam_ed_ray")
485+
def team_lynn_sam_ed_ray():
486+
return render_template('teams/team_lynn_sam_ed_ray.html')
487+
484488
@app.route("/team_octavio_tyler_phu")
485489
def team_octavio_tyler_phu():
486490
return render_template('teams/octavio_tyler_phu.html')

templates/students_2025.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,6 +1116,46 @@ <h1> Summer 2025 Cohort </h1>
11161116
<div> School: CSU Monterey Bay </div>
11171117
<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>
11181118
</div>
1119+
1120+
<div class="student-container">
1121+
<div>
1122+
<img src="">
1123+
</div>
1124+
<div class="student-name"> Samantha Ruvalcaba </div>
1125+
<div> School: CSUDH </div>
1126+
<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>
1127+
<a href="team_lynn_sam_ed_ray">Team Lynn, Sam, Ed, Ray</a>
1128+
</div>
1129+
1130+
<div class="student-container">
1131+
<div>
1132+
<img src="">
1133+
</div>
1134+
<div class="student-name"> Edmond Pan </div>
1135+
<div> School: San Jose State University</div>
1136+
<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>
1137+
<a href="team_lynn_sam_ed_ray">Team Lynn, Sam, Ed, Ray</a>
1138+
</div>
1139+
1140+
<div class="student-container">
1141+
<div>
1142+
<img src="">
1143+
</div>
1144+
<div class="student-name"> Kaiying(Lynn) Yu </div>
1145+
<div> School: Northeastern University</div>
1146+
<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>
1147+
<a href="team_lynn_sam_ed_ray">Team Lynn, Sam, Ed, Ray</a>
1148+
</div>
1149+
1150+
<div class="student-container">
1151+
<div>
1152+
<img src="">
1153+
</div>
1154+
<div class="student-name"> Raymond Wang</div>
1155+
<div> School: San Jose State University</div>
1156+
<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>
1157+
<a href="team_lynn_sam_ed_ray">Team Lynn, Sam, Ed, Ray</a>
1158+
</div>
11191159
<div class="student-container">
11201160
<div>
11211161
<img src="static/img/weili.jpeg">
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html>
2+
<head>
3+
4+
</head>
5+
<body>
6+
We all watch anime.
7+
</body>
8+
</html>

0 commit comments

Comments
 (0)