File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -323,6 +323,10 @@ def team_bo_kevin_miller():
323
323
def team_tyler_shubham_mikaella ():
324
324
return render_template ('teams/tyler_shubham_mikaella.html' )
325
325
326
+ @app .route ("/team_bjp" )
327
+ def team_bjp ():
328
+ return render_template ('teams/team_bjp.html' )
329
+
326
330
@app .route ("/abas_jake_mon" )
327
331
def team_abas_jake_mon ():
328
332
return render_template ('teams/abas_jake_mon.html' )
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ <h1> Summer 2025 Cohort </h1>
342
342
< div class ="student-name "> Jeffrey Cheung </ div >
343
343
< div > School: Cal Poly SLO </ div >
344
344
< p > What I'm most looking forward to about the CodeDay Labs internship is collaboration and industry relevant skills. </ p >
345
- < a href =""> Team page (leave blank until Module 5 when you will be assigned to your teams </ a >
345
+ < a href ="team_bjp "> Team Brendan, Jeffrey, Patricia </ a >
346
346
</ div >
347
347
348
348
< div class ="student-container ">
@@ -507,7 +507,7 @@ <h1> Summer 2025 Cohort </h1>
507
507
< div class ="student-name "> Brendan Sick </ div >
508
508
< div > School: Grossmont College </ div >
509
509
< p > What I'm most looking forward to about the CodeDay Labs internship is getting the experience! </ p >
510
- < a href ="nat_uts "> Team page (leave blank until Module 5 when you will be assigned to your teams </ a >
510
+ < a href ="team_bjp "> Team Brendan, Jeffrey, Patricia </ a >
511
511
</ div >
512
512
513
513
Original file line number Diff line number Diff line change
1
+ < html >
2
+ < head >
3
+
4
+
5
+ </ head >
6
+ < body >
7
+ We have traveled out of the U.S.
8
+ </ body >
9
+
10
+
11
+ </ html >
12
+
You can’t perform that action at this time.
0 commit comments