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
5 changes: 5 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,11 @@ def team_bo_kevin_miller():
def team_tyler_shubham_mikaella():
return render_template('teams/tyler_shubham_mikaella.html')

@app.route("/caden_helen_anthony")
def team_caden_helen_anthony():
return render_template('teams/caden_helen_anthony.html')


@app.route("/microinternship-c1")
def team_johnny_brent_drake():
return render_template('teams/microinternship-c1.html')
Expand Down
1 change: 1 addition & 0 deletions templates/students_2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -1372,6 +1372,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name"> Caden Carpenter </div>
<div> School: Orange Coast College </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is learning new skills and really getting into the industry </p>
<a href="caden_helen_anthony">Team: Caden, Helen, and Anthony</a>
</div>

<div class="student-container.jpeg">
Expand Down
8 changes: 8 additions & 0 deletions templates/teams/caden_helen_anthony.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>

</head>
<body>
We all like cats!!
</body>
</html>