Skip to content

Commit b24e843

Browse files
Merge pull request #457 from agamjots05/team_agam_asher_jiayi
Created team page for group 14
2 parents e9bc7e1 + ec64d49 commit b24e843

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

app.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ def teamASC():
3232
def cohort_2025():
3333
return render_template('students_2025.html')
3434

35+
@app.route("/agam_asher_jiayi")
36+
def team_agam_asher_jiayi():
37+
return render_template('teams/agam_asher_jiayi.html')
38+
3539
@app.route("/shane_rashida_anthony")
3640
def team_shane_rashida_anthony():
3741
return render_template('teams/shane_rashida_anthony.html')

static/img/Jiayi.jpg

617 KB
Loading

templates/students_2025.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ <h1> Summer 2025 Cohort </h1>
348348
<div class="student-name"> Agamjot Singh </div>
349349
<div> School: San Jose State University</div>
350350
<p> What I'm most looking forward to about the CodeDay internship is more about open source techniques!</p>
351-
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
351+
<a href="agam_asher_jiayi">Team Agamjot, Asher, and Jiayi</a>
352352
</div>
353353

354354
<div class="student-container">
@@ -432,7 +432,7 @@ <h1> Summer 2025 Cohort </h1>
432432
<div class="student-name"> Asher Drake Alacar </div>
433433
<div> School: San Jose State University </div>
434434
<p> I am looking forward to gaining experience in a team environment contributing to a large project in CodeDay Labs! </p>
435-
<a href="nat_uts">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
435+
<a href="agam_asher_jiayi">Team Agamjot, Asher, and Jiayi</a>
436436
</div>
437437

438438
<div class="student-container">
@@ -455,6 +455,17 @@ <h1> Summer 2025 Cohort </h1>
455455
<a href="nat_uts">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
456456
</div>
457457

458+
459+
<div class="student-container">
460+
<div>
461+
<img src="static/img/Jiayi.jpg">
462+
</div>
463+
<div class="student-name"> Jiayi Chen </div>
464+
<div> School: CSU Fullerton </div>
465+
<p> What I'm most looking forward to about the CodeDay Labs internship is gaining hands-on experiences and meeting amazing people! </p>
466+
<a href="agam_asher_jiayi">Team Agam, Asher, Jiayi</a>
467+
</div>
468+
458469
<div class="student-container">
459470
<div>
460471
<img src="static/img/abas.jpeg">
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<html>
2+
<head>
3+
<body>
4+
We all come from CSU, Agam, Asher, Jiayi
5+
</body>
6+
</head>
7+
</html>

0 commit comments

Comments
 (0)