Skip to content

Commit db10662

Browse files
Merge pull request #254 from oceantober/team18
Team18
2 parents 85adb92 + 0759f07 commit db10662

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

app.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ def team_jin_allison_saad():
136136
def team_brian_jia_honghao():
137137
return render_template('teams/brian_jia_honghao.html')
138138

139+
@app.route("/team18")
140+
def team18():
141+
return render_template('teams/team18.html')
142+
139143
@app.route("/evgin_joshiro_michael")
140144
def team_evgin_joshiro_michael():
141145
return render_template('teams/evgin_joshiro_michael.html')

templates/students_2024.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ <h1> Summer 2024 Cohort </h1>
930930
<p> What I'm most looking forward to about the CodeDay Labs internship is becoming more confident in my development
931931
skills as a whole and building more practical experience. I look forward to applying everything i've learned at
932932
university. </p>
933-
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
933+
<a href="team18">Team 18 page</a>
934934
</div>
935935

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

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

10861086
<div class="student-container">

templates/teams/team18.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>Team 18 are cat people meow!</p>

0 commit comments

Comments
 (0)