File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -277,6 +277,10 @@ def team_abdel_austin_chika():
277277def 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" )
281285def team_tyler_shubham_mikaella ():
282- return render_template ('teams/tyler_shubham_mikaella.html' )
286+ return render_template ('teams/tyler_shubham_mikaella.html' )
Original file line number Diff line number Diff 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 ">
Original file line number Diff line number Diff 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 ">
Original file line number Diff line number Diff line change 1+ < html >
2+ < head >
3+
4+ </ head >
5+ < body >
6+ We have all seen The Lord of the Rings trilogy
7+ </ body >
8+ </ html >
You can’t perform that action at this time.
0 commit comments