Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,9 @@ def team_bo_kevin_miller():
def team_tyler_shubham_mikaella():
return render_template('teams/tyler_shubham_mikaella.html')

@app.route("/abas_jake_mon")
def team_abas_jake_mon():
return render_template('teams/abas_jake_mon.html')

@app.route("/chris_neel_marcelo")
def team_chris_neel_marcelo():
Expand Down
22 changes: 21 additions & 1 deletion templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,29 @@ <h1> Summer 2025 Cohort </h1>
<div class="student-name"> Abas Mohamed </div>
<div> School: Grossmont College </div>
<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>
<a href="nat_uts">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="abas_jake_mon">Team page</a>
</div>

<div class="student-container">
<div>
<img src="static/img/IMG_0297.jpeg">
</div>
<div class="student-name"> Mon Raphael Fernandez </div>
<div> School: Glendale Community College </div>
<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>
<a href="abas_jake_mon">Team page</a>
</div>

<div class="student-container">
<div>
<img src="">
</div>
<div class="student-name"> Hyun Oh Kwon </div>
<div> School: University of San Francisco </div>
<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>
<a href="abas_jake_mon">Team page</a>
</div>

<div class="student-container">
<div>
<img src="static/img/hillary.jpg">
Expand Down
15 changes: 15 additions & 0 deletions templates/teams/abas_jake_mon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Team Page</title>
</head>
<body>
<h1>Team Members: </h1>
<ul>
<li>Abas Mohamed</li>
<li>Hyun Oh Kwon</li>
<li>Mon Raphael Fernandez</li>
</ul>
<p>Our team really, <u><i>really,</i></u> likes <b><u>video games!</u></b></p>
</body>
</html>