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
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ def cohort_2026():
def teamASC():
return render_template('teams/teamASC.html')

@app.route("/teamMMME")
def teamMMME():
return render_template('teams/maor_milo_michelle_edgar.html')

@app.route("/YAM")
def YAM():
return render_template('teams/YAM.html')
Expand Down
2 changes: 1 addition & 1 deletion templates/students_2026.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1> Summer 2026 Cohort </h1>
<div> School: CSU Long Beach </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is being able to broaden my technical and people skills hands-on
</p>
<a href="">Team: N/A </a>
<a href="teamMMME">Team: MMMA </a>
</div>
</body>

Expand Down
11 changes: 11 additions & 0 deletions templates/teams/maor_milo_michelle_edgar.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MI-C Team A</title>
</head>
<body>
<p>Everyone on our team is obsessed with Roblox!</p>
</body>
</html>