diff --git a/app.py b/app.py index 634706d5..64200c8d 100644 --- a/app.py +++ b/app.py @@ -124,6 +124,10 @@ def team_nick_val(): def team_luke_noah_maya(): return render_template('teams/luke_noah_maya.html') +@app.route("/jesus_tien_jaehoon") +def team_jesus_tien_jaehoon(): + return render_template('teams/jesus_tien_jaehoon.html') + @app.route("/team_5") def team_5(): return render_template('teams/team_5.html') diff --git a/templates/students_2024.html b/templates/students_2024.html index 67bce137..69c7af07 100644 --- a/templates/students_2024.html +++ b/templates/students_2024.html @@ -413,7 +413,7 @@

Summer 2024 Cohort

Tien Pham
School: San Jose State University

What I'm most looking forward to about the CodeDay Labs internship is being able to gain tangible work experience while working in a group environment.

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team 15 page
@@ -715,7 +715,7 @@

Summer 2024 Cohort

Jaehoon Song
School: University of California, Irvine

I'm looking forward to leveraging my open-source project knowledge that I've learned from the past and apply it to make a meaningful contribution to a new project.

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team 15 page
@@ -817,7 +817,7 @@

Summer 2024 Cohort

Jesus Garcia Loyola
School: California State University, Monterey Bay

What I'm most looking forward to about the CodeDay Labs internship is to get experience and explore what type og job I what in the future.

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team 15 page
diff --git a/templates/teams/jesus_tien_jaehoon.html b/templates/teams/jesus_tien_jaehoon.html new file mode 100644 index 00000000..fac7e6e3 --- /dev/null +++ b/templates/teams/jesus_tien_jaehoon.html @@ -0,0 +1,12 @@ + + + + + + Document + + +

We have all played music with an instrument before.

+ + + \ No newline at end of file