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

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

@app.route("/alex_shawn_chelsy")
def team_alex_shawn_chelsy():
Expand Down
6 changes: 3 additions & 3 deletions templates/students_2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name">Zhongle Zhou</div>
<div> School: University of North Carolina, Chapel Hill </div>
<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>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="team_CKL">Team CKL</a>
</div>

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

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

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

</head>
<body>
We all watched Avatar and Haikyu!!.
</body>
</html>