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 @@ -327,6 +327,10 @@ def team_johnny_brent_drake():
def team_ahmet_khang_aizen():
return render_template('teams/ahmet-khang-aizen.html')

@app.route("/aaron-kiko-azriel")
def teamPageBLB():
return render_template('teams/aaron_Kiko_Azriel.html')

@app.route("/kat_aaron_will_jerry")
def team_kat_aaron_will_jerry():
return render_template('teams/team_kat_aaron_will_jerry.html')
Expand Down
2 changes: 1 addition & 1 deletion templates/students_2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name"> Lao Aaron </div>
<div> School: University of San Francisco </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is developing my software engineering skills while working with others on an open source app with real world application. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="aaron-kiko-azriel">Team Aaron Kiko Azriel</a>
</div>

<div class="student-container">
Expand Down
2 changes: 1 addition & 1 deletion templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ <h1> Summer 2025 Cohort </h1>
<div class="student-name"> Kiko Barr </div>
<div> School: Cal Poly Humboldt </div>
<p> I am excited to make my first open source contribution and get to know my Computing Talent Initiative peers through my CodeDay internship. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="aaron-kiko-azriel">Team Aaron Kiko Azriel</a>
</div>

<div class="student-container">
Expand Down
8 changes: 8 additions & 0 deletions templates/teams/aaron_Kiko_Azriel.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<header></header>
<body>
We all have Mac computer. Very good reliable computer
Toodloo
</body>
</html>