Skip to content
Open
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
6 changes: 5 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,4 +507,8 @@ def deandre_jedrick_val():

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

@app.route("/team_Kevin_Nolan_Jing")
def team_Kevin_Nolan_Jing():
return render_template('teams/kev_nol_jing.html')
10 changes: 5 additions & 5 deletions templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ <h1> Summer 2025 Cohort </h1>
<div class="student-name"> Nolan Antonio </div>
<div> School: San Jose State University </div>
<p>What I'm most looking forward to about the CodeDay Labs is collaborating with peers of all differing programming knowledge on an Open-Source project!</p>
<a href=""></a>
<a href="team_Kevin_Nolan_Jing">Team Nolan, Kevin, and Jing</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -1401,10 +1401,9 @@ <h1> Summer 2025 Cohort </h1>
</div>
<div class="student-name"> Kevin Zuniga </div>
<div> School: El Camino College </div>
<p> What I am most looking forward to collab with other students to increase my technical soft and hard skills
</p>
<a href="">Team </a>
</div>
<p> What I am most looking forward to collab with other students to increase my technical soft and hard skills </p>
<a href="team_Kevin_Nolan_Jing">Team Nolan, Kevin, and Jing</a>
</div>

<div class="student-container">
<div>
Expand Down Expand Up @@ -1616,6 +1615,7 @@ <h1> Summer 2025 Cohort </h1>
<div class="student-name">Jing Chen</div>
<div> School: CMU</div>
<p> I look forward to working with others and gaining expereince.</p>
<a href="team_Kevin_Nolan_Jing">Team Nolan, Kevin, and Jing</a>
</div>
</div>
</body>
Expand Down
8 changes: 8 additions & 0 deletions templates/teams/kev_nol_jing.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>

</head>
<body>
<h3>We all like cats :D</h3>
</body>
</html>