File tree 3 files changed +39
-1
lines changed
3 files changed +39
-1
lines changed Original file line number Diff line number Diff line change @@ -323,6 +323,9 @@ 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 ("/abas_jake_mon" )
327
+ def team_abas_jake_mon ():
328
+ return render_template ('teams/abas_jake_mon.html' )
326
329
327
330
@app .route ("/chris_neel_marcelo" )
328
331
def team_chris_neel_marcelo ():
Original file line number Diff line number Diff line change @@ -580,9 +580,29 @@ <h1> Summer 2025 Cohort </h1>
580
580
< div class ="student-name "> Abas Mohamed </ div >
581
581
< div > School: Grossmont College </ div >
582
582
< p > What I am most looking foward to about the CodeDay Lab internship is learning about open source and how to begin making contributions </ p >
583
- < a href ="nat_uts "> Team page (leave blank until Module 5 when you will be assigned to your teams </ a >
583
+ < a href ="abas_jake_mon "> Team page</ a >
584
584
</ div >
585
585
586
+ < div class ="student-container ">
587
+ < div >
588
+ < img src ="static/img/IMG_0297.jpeg ">
589
+ </ div >
590
+ < div class ="student-name "> Mon Raphael Fernandez </ div >
591
+ < div > School: Glendale Community College </ div >
592
+ < p > What I'm most looking forward to about the CodeDay Labs internship is having something to add into my resume to get to a good university. </ p >
593
+ < a href ="abas_jake_mon "> Team page</ a >
594
+ </ div >
595
+
596
+ < div class ="student-container ">
597
+ < div >
598
+ < img src ="">
599
+ </ div >
600
+ < div class ="student-name "> Hyun Oh Kwon </ div >
601
+ < div > School: University of San Francisco </ div >
602
+ < p > What I am most looking foward to about the CodeDay Lab internship is learning about open source and how to begin making contributions. </ p >
603
+ < a href ="abas_jake_mon "> Team page</ a >
604
+ </ div >
605
+
586
606
< div class ="student-container ">
587
607
< div >
588
608
< img src ="static/img/hillary.jpg ">
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < title > Team Page</ title >
5
+ </ head >
6
+ < body >
7
+ < h1 > Team Members: </ h1 >
8
+ < ul >
9
+ < li > Abas Mohamed</ li >
10
+ < li > Hyun Oh Kwon</ li >
11
+ < li > Mon Raphael Fernandez</ li >
12
+ </ ul >
13
+ < p > Our team really, < u > < i > really,</ i > </ u > likes < b > < u > video games!</ u > </ b > </ p >
14
+ </ body >
15
+ </ html >
You can’t perform that action at this time.
0 commit comments