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 @@ -136,6 +136,10 @@ def team_jin_allison_saad():
def team_brian_jia_honghao():
return render_template('teams/brian_jia_honghao.html')

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

@app.route("/evgin_joshiro_michael")
def team_evgin_joshiro_michael():
return render_template('teams/evgin_joshiro_michael.html')
Expand Down
6 changes: 3 additions & 3 deletions templates/students_2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ <h1> Summer 2024 Cohort </h1>
<p> What I'm most looking forward to about the CodeDay Labs internship is becoming more confident in my development
skills as a whole and building more practical experience. I look forward to applying everything i've learned at
university. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="team18">Team 18 page</a>
</div>

<div class="student-container">
Expand All @@ -940,7 +940,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name">Diana Galeana</div>
<div> School: </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is ... </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="team18">Team 18 page</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -1080,7 +1080,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name">Yijun Yu</div>
<div> School: Georgia Tech </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is do fun projetcs and meet new friends </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="team18">Team 18 page</a>
</div>

<div class="student-container">
Expand Down
1 change: 1 addition & 0 deletions templates/teams/team18.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>Team 18 are cat people meow!</p>