diff --git a/app.py b/app.py index eb16c2db..6eda3bcd 100644 --- a/app.py +++ b/app.py @@ -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') diff --git a/templates/students_2024.html b/templates/students_2024.html index 867afcd9..087e37d6 100644 --- a/templates/students_2024.html +++ b/templates/students_2024.html @@ -1379,7 +1379,7 @@

Summer 2024 Cohort

Krishneet Raj
School: CSU Monterey Bay

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.

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team page: Michael, Brette, Joshua, Krishneet
@@ -1808,7 +1808,7 @@

Summer 2024 Cohort

Joshua Tanaka
School: San Jose State University (SJSU)

What I'm most looking forward to about the CodeDay Labs internship is being able to research and learn more about comptuer science!

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team page: Michael, Brette, Joshua, Krishneet
@@ -1879,7 +1879,7 @@

Summer 2024 Cohort

Michael Ly
School: Cal Poly Pomona

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.

- Team page (leave blank until Module 5 when you will be assigned to your teams) + Team page: Michael, Brette, Joshua, Krishneet
diff --git a/templates/students_2025.html b/templates/students_2025.html index 2d04bd7e..9aeee852 100644 --- a/templates/students_2025.html +++ b/templates/students_2025.html @@ -32,7 +32,7 @@

Summer 2025 Cohort

Brette Fitzgibbon
School: University of San Francisco

What I'm most looking forward to about the CodeDay Labs internship is learning new open source and programming skills.

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team page: Michael, Brette, Joshua, Krishneet
diff --git a/templates/teams/michael_brette_joshua_krishneet.html b/templates/teams/michael_brette_joshua_krishneet.html new file mode 100644 index 00000000..510abdac --- /dev/null +++ b/templates/teams/michael_brette_joshua_krishneet.html @@ -0,0 +1,11 @@ + + + + + Team Michael, Brette, Joshua, and Krishneet + One common similarity that all of us have is that we all like cats. + + + + + \ No newline at end of file