File tree Expand file tree Collapse file tree 4 files changed +21
-1
lines changed Expand file tree Collapse file tree 4 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ def team_shane_rashida_anthony():
5858def team_nat_uts ():
5959 return render_template ('teams/nat_uts.html' )
6060
61+ @app .route ("/oscar_hugo_enoch" )
62+ def team_oscar_hugo_enoch ():
63+ return render_template ('teams/oscar_hugo_enoch.html' )
64+
6165@app .route ("/aryan_ethan_richie" )
6266def team_aryan_ethan_richie ():
6367 return render_template ('teams/aryan_ethan_richie.html' )
Original file line number Diff line number Diff line change @@ -981,6 +981,15 @@ <h1> Summer 2025 Cohort </h1>
981981 < p > What I'm most looking forward to about the CodeDay Labs internship is building connections with ppl and gain internship experince. </ p >
982982 < a href ="nat_uts "> Team</ a >
983983</ div >
984-
984+ < div class ="student-container ">
985+ < div >
986+ < img src ="static/img/oscar_bedolla_CTI2025.jpg ">
987+ </ div >
988+ < div class ="student-name "> Oscar Bedolla </ div >
989+ < div > San Bernardino Valley College </ div >
990+ < p > What I'm most looking forward to about the CodeDay Labs internship is being able to contribute to a real project and
991+ strengthen my resume.</ p >
992+ < a href ="oscar_hugo_enoch "> Team B Oscar/Hugo/Enoch</ a >
993+ </ div >
985994</ body >
986995</ html >
Original file line number Diff line number Diff line change 1+ < html >
2+ < head >
3+ </ head >
4+ < body >
5+ Enter Our Commonality here
6+ </ body >
7+ </ html >
You can’t perform that action at this time.
0 commit comments