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 @@ -277,6 +277,10 @@ def team_abdel_austin_chika():
def team_evan_jared_keith_xuan():
return render_template('teams/evan_jared_keith_xuan.html')

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

@app.route("/teamAhh")
def teamAhh():
return render_template('teams/teamAhh.html')
Expand Down
6 changes: 3 additions & 3 deletions templates/students_2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name"> Krishneet Raj </div>
<div> School: CSU Monterey Bay </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is to gain new experience by working on projects and prepare myself in the industry.</p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="michael_brette_joshua_krishneet">Team page: Michael, Brette, Joshua, Krishneet</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -1808,7 +1808,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name">Joshua Tanaka </div>
<div> School: San Jose State University (SJSU) </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is being able to research and learn more about comptuer science! </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="michael_brette_joshua_krishneet">Team page: Michael, Brette, Joshua, Krishneet</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -1879,7 +1879,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name"> Michael Ly </div>
<div> School: Cal Poly Pomona </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is contributing to an open source project. It'll be my first open source experience. </p>
<a href=""> Team page (leave blank until Module 5 when you will be assigned to your teams) </a>
<a href="michael_brette_joshua_krishneet">Team page: Michael, Brette, Joshua, Krishneet</a>
</div>
<div class="student-container">
<div>
Expand Down
2 changes: 1 addition & 1 deletion templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1> Summer 2025 Cohort </h1>
<div class="student-name"> Brette Fitzgibbon </div>
<div> School: University of San Francisco </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is learning new open source and programming skills. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="michael_brette_joshua_krishneet">Team page: Michael, Brette, Joshua, Krishneet</a>
</div>

<div class="student-container">
Expand Down
11 changes: 11 additions & 0 deletions templates/teams/michael_brette_joshua_krishneet.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html>

<head></head>
<body>
Team Michael, Brette, Joshua, and Krishneet
One common similarity that all of us have is that we all like cats.
</body>
</html>