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 @@ -24,6 +24,10 @@ def team_arm_phil_dyl():
def cohort_2024():
return render_template('students_2024.html')

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

@app.route("/2025")
def cohort_2025():
return render_template('students_2025.html')
Expand Down
15 changes: 9 additions & 6 deletions templates/students_2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name">Gyugang Lee</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="teamASC">Team ASC</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -1033,11 +1033,14 @@ <h1> Summer 2024 Cohort </h1>
<div>
<img src="static/img/zhufan.jpeg">
</div>
<div class="student-name">Zhufan Gu</div>
<div class="student-name">Zhufan Gu</div>
<div> School: SCU </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is updating resume. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<p> What I'm most looking forward to about the CodeDay Labs internship is ... </p>
<a href="teamASC">Team ASC</a>
</div>




<div class="student-container">
<div>
Expand Down Expand Up @@ -1126,7 +1129,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name">Ravneet Bhatia</div>
<div> School: University of San Francisco</div>
<p> What I'm most looking forward to about the CodeDay Labs internship is working on something fun and learning something new. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="teamASC">Team ASC</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -1889,7 +1892,7 @@ <h1> Summer 2024 Cohort </h1>

<div class="student-container">
<div>
<img src="static/img/thuynh.jpg>
<img src="static/img/thuynh.jpg">
</div>
<div class="student-name"> Tan Huynh </div>
<div> School: SFSU </div>
Expand Down
3 changes: 3 additions & 0 deletions templates/teams/teamASC.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<html>
<h1>We like playing video games and sports!</h1>
</html>