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 @@ -124,6 +124,10 @@ def team_nick_val():
def team_luke_noah_maya():
return render_template('teams/luke_noah_maya.html')

@app.route("/durle_emily")
def team_durle_emily():
return render_template('teams/durle_emily.html')

@app.route("/chey_serg_ted")
def team_chey_serg_ted():
return render_template('teams/chey_serg_ted.html')
Expand Down
4 changes: 2 additions & 2 deletions templates/students_2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name">Emily Sok Hawkins</div>
<div> School: CSULB </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is meeting new people and learning from them. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="durle_emily">Team Durley & Emily</a>
</div>

<div class="student-container">
Expand All @@ -704,7 +704,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name">Durley sandrith Galvan Jimenez </div>
<div> School: Laney College</div>
<p>What I'm most looking forward to about the CodeDay Labs internship is gaining experience in real-world problems and learning a lot from experts.</p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="durle_emily">Team Durley & Emily</a>
</div>

<div class="student-container">
Expand Down
1 change: 1 addition & 0 deletions templates/teams/durle_emily.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
We both like hiking!