Skip to content

Commit a623c81

Browse files
Merge pull request #251 from ChynnaSyas/team_CKL
Created a Team Page for Chynna, Kyongsu, and Lizzy
2 parents c1967ab + 14a1bf7 commit a623c81

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

app.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ def team_jin_allison_saad():
135135
@app.route("/brian_jia_honghao")
136136
def team_brian_jia_honghao():
137137
return render_template('teams/brian_jia_honghao.html')
138+
139+
@app.route("/team_CKL")
140+
def team_chynna_kyongsu_lizzy():
141+
return render_template('teams/team_CKL.html')
138142

139143
@app.route("/alex_shawn_chelsy")
140144
def team_alex_shawn_chelsy():

templates/students_2024.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h1> Summer 2024 Cohort </h1>
151151
<div class="student-name">Zhongle Zhou</div>
152152
<div> School: University of North Carolina, Chapel Hill </div>
153153
<p> What I'm most looking forward to about the CodeDay Labs internship is gaining hands-on experience, collaborating with talented peers, and learning from industry professionals </p>
154-
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
154+
<a href="team_CKL">Team CKL</a>
155155
</div>
156156

157157
<div class="student-container">
@@ -463,7 +463,7 @@ <h1> Summer 2024 Cohort </h1>
463463
<div class="student-name">Kyongsu Kang</div>
464464
<div> School: CSULB </div>
465465
<p> What I'm most looking forward to about the CodeDay Labs internship is to work on the issues with the teammates. </p>
466-
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
466+
<a href="team_CKL">Team CKL</a>
467467
</div>
468468

469469
<div class="student-container">
@@ -634,7 +634,7 @@ <h1> Summer 2024 Cohort </h1>
634634
<div class="student-name"> Chynna Syas </div>
635635
<div> School: El Camino College</div>
636636
<p> What I'm most looking forward to about the CodeDay Labs internship is meeting and working with new people. </p>
637-
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
637+
<a href="team_CKL">Team CKL</a>
638638
</div>
639639

640640
<div class="student-container">

templates/teams/team_CKL.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<html>
2+
<head>
3+
4+
</head>
5+
<body>
6+
We all watched Avatar and Haikyu!!.
7+
</body>
8+
</html>
9+

0 commit comments

Comments
 (0)