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
6 changes: 5 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,11 @@ 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("/alex_shawn_chelsy")
def team_alex_shawn_chelsy():
return render_template('teams/alex_shawn_chelsy.html')

@app.route("/team_cesar_daniel_karti")
def team_cesar_daniel_karti():
return render_template('teams/team_cesar_daniel_karti.html')
Expand Down
14 changes: 13 additions & 1 deletion templates/students_2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name"> Shawn Lin </div>
<div> School: CSU Long Beach </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is ... </p>
<a href="nat_uts">Team Nat & Utsab</a>
<a href="alex_shawn_chelsy">Team Alex, Shawn, and Chelsy</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -1496,6 +1496,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name"> Alexander Manalad </div>
<div> School: CSU Long Beach </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is advancing teamwork and experience in software engineering while learning and contributing into real-world projects. </p>
<a href="alex_shawn_chelsy">Team Alex, Shawn, and Chelsy</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -1769,6 +1770,17 @@ <h1> Summer 2024 Cohort </h1>
<p> Im excited to make a project with a team and learn together! </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
</div>

<div class="student-container">
<div>
<img src="">
</div>
<div class="student-name"> Chelsy Lan </div>
<div> School: NEU </div>
<p> Happy to join the CodeLab project </p>
<a href="alex_shawn_chelsy">Team Alex, Shawn, and Chelsy</a>
</div>

<div class="student-container">
<div>
<img src="static/imge/IMG_4704.jpg">
Expand Down
7 changes: 7 additions & 0 deletions templates/teams/alex_shawn_chelsy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<html>
<head>
<body>
All three of us (Alex, Shawn and Chelsy) play video games.
</body>
</head>
</html>