Skip to content

Commit b319d37

Browse files
Merge pull request #394 from mRosenthal937/team_bkm
Added team page for Bo, Kevin, Miller
2 parents 7407b22 + 5ed6207 commit b319d37

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

app.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,10 @@ def team_abdel_austin_chika():
277277
def team_evan_jared_keith_xuan():
278278
return render_template('teams/evan_jared_keith_xuan.html')
279279

280+
@app.route("/bo_kevin_miller")
281+
def team_bo_kevin_miller():
282+
return render_template('teams/bo_kevin_miller.html')
283+
280284
@app.route("/tyler_shubham_mikaella")
281285
def team_tyler_shubham_mikaella():
282-
return render_template('teams/tyler_shubham_mikaella.html')
286+
return render_template('teams/tyler_shubham_mikaella.html')

templates/students_2024.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ <h1> Summer 2024 Cohort </h1>
18281828
<div class="student-name"> Bo Liu </div>
18291829
<div> School: UCLA </div>
18301830
<p> What I'm most looking forward to about the CodeDay Labs internship is learning. </p>
1831-
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
1831+
<a href="/bo_kevin_miller">Team Bo & Kevin & Miller </a>
18321832
</div>
18331833

18341834
<div class="student-container">
@@ -1927,7 +1927,7 @@ <h1> Summer 2024 Cohort </h1>
19271927
<div class="student-name"> Miller Rosenthal </div>
19281928
<div> School: UC Merced </div>
19291929
<p> What I'm most looking forward to about the CodeDay Labs internship is gaining valuable beginner experience in Git and the teamwork environment that is common in the industry. </p>
1930-
<a href="nat_uts">Team ***</a>
1930+
<a href="/bo_kevin_miller">Team Bo & Kevin & Miller </a>
19311931
</div>
19321932

19331933
<div class="student-container">

templates/students_2025.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h1> Summer 2025 Cohort </h1>
4242
<div class="student-name"> Kevin Beltran </div>
4343
<div> School: Cal Poly SLO </div>
4444
<p> I am really looking forward to learning about how to contribute to open source through CodeDay Labs </p>
45-
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
45+
<a href="/bo_kevin_miller">Team Bo & Kevin & Miller </a>
4646
</div>
4747

4848
<div class="student-container">
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 have all seen The Lord of the Rings trilogy
7+
</body>
8+
</html>

0 commit comments

Comments
 (0)