Skip to content
Merged

part1 #233

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 @@ -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')
Expand Down
6 changes: 3 additions & 3 deletions templates/students_2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name">Tien Pham</div>
<div> School: San Jose State University </div>
<p> 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. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="jesus_tien_jaehoon">Team 15 page</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -715,7 +715,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name">Jaehoon Song</div>
<div> School: University of California, Irvine</div>
<p>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.</p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="jesus_tien_jaehoon">Team 15 page</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -817,7 +817,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name">Jesus Garcia Loyola </div>
<div> School: California State University, Monterey Bay </div>
<p> 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. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="jesus_tien_jaehoon">Team 15 page</a>
</div>

<div class="student-container">
Expand Down
12 changes: 12 additions & 0 deletions templates/teams/jesus_tien_jaehoon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<p>We have all played music with an instrument before.</p>

</body>
</html>