Skip to content

Commit e76b031

Browse files
Merge pull request #459 from ver1log/team_abas_mon_jake
Team abas mon jake
2 parents 264b535 + 9b8a7e7 commit e76b031

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

app.py

+3
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,9 @@ def team_bo_kevin_miller():
323323
def team_tyler_shubham_mikaella():
324324
return render_template('teams/tyler_shubham_mikaella.html')
325325

326+
@app.route("/abas_jake_mon")
327+
def team_abas_jake_mon():
328+
return render_template('teams/abas_jake_mon.html')
326329

327330
@app.route("/chris_neel_marcelo")
328331
def team_chris_neel_marcelo():

templates/students_2025.html

+21-1
Original file line numberDiff line numberDiff line change
@@ -580,9 +580,29 @@ <h1> Summer 2025 Cohort </h1>
580580
<div class="student-name"> Abas Mohamed </div>
581581
<div> School: Grossmont College </div>
582582
<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>
584584
</div>
585585

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+
586606
<div class="student-container">
587607
<div>
588608
<img src="static/img/hillary.jpg">

templates/teams/abas_jake_mon.html

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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>

0 commit comments

Comments
 (0)