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
7 changes: 6 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,11 @@ def team_johnny_brent_drake():
def team_ahmet_khang_aizen():
return render_template('teams/ahmet-khang-aizen.html')


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

@app.route("/amo_will_nee")
def team_amo_wil_nee():
return render_template('teams/amo_will_nee.html')
return render_template('teams/amo_will_nee.html')
Binary file added static/img/IMG_4524.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/pf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 22 additions & 1 deletion templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ <h1> Summer 2025 Cohort </h1>
<div class="student-name"> Kaulan Serzhanuly </div>
<div> School: SJSU </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is experience and skills. </p>
<a href="nat_uts">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="kal_hec_ama">Team Kaulan & Hector & Amara</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -497,6 +497,26 @@ <h1> Summer 2025 Cohort </h1>
</div>

<div class="student-container">
<div>
<img src="static/img/pf.png">
</div>
<div class="student-name"> Hector Rios </div>
<div> San Jose State University </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is learning to succesfully commit to a open-source project.</p>
<a href="kal_hec_ama">Team Kaulan & Hector & Amara</a>
</div>

<div class="student-container">
<div>
<img src="static/img/IMG_4524.png">
</div>
<div class="student-name"> Amara Whitson </div>
<div> CSU Long Beach </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is learning how to GitHub and making new friends!</p>
<a href="kal_hec_ama">Team Kaulan & Hector & Amara</a>
</div>

<div class="student-container">
<div>
<img src="static/img/dregis.jpg">
</div>
Expand All @@ -515,5 +535,6 @@ <h1> Summer 2025 Cohort </h1>
<p> I am looking forward to work with a team during the CodeDay Lab internship and also able to update my resume with this experience.</p>
<a href="nat_uts">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
</div>

</body>
</html>
15 changes: 15 additions & 0 deletions templates/teams/kal_hec_ama.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<html>
<head>

</head>
<body>
All of us play Marvel Rivals.

All of us listen to Tylor the creator.

All of us like to eat in and out.

All of us like to watch The Eminence in Shadow(anime).
</body>

</html>