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 @@ -267,3 +267,7 @@ def nic_ridhima_anvi():
@app.route("/eddie_syn_ved")
def team_E_S_V():
return render_template('teams/eddie_syn_ved.html')

@app.route("/evan_jared_keith_xuan")
def team_evan_jared_keith_xuan():
return render_template('teams/evan_jared_keith_xuan.html')
6 changes: 4 additions & 2 deletions templates/students_2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name"> Jared Anastacio Ferrer </div>
<div> School: MT San Antonio College </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is learning from people with experience, working on fun projects, and meeting other people with similar interests. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="evan_jared_keith_xuan">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -1589,6 +1589,7 @@ <h1> Summer 2024 Cohort </h1>
<div> School: CUNY - John Jay College of Criminal Justice </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is gaining the ability to contribute to an open-source project and collaborate with others. </p>
<a href="xuan_jackson">Team page</a>
<a href="evan_jared_keith_xuan">Team 2</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -1667,7 +1668,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name"> Keith Bui </div>
<div> School: Orange Coast College </div>
<p> What I'm most looking forward to most about the CodeDay Labs internship is collaborating with others to solve an open source problem. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="evan_jared_keith_xuan">Team page</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -1797,6 +1798,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name"> Evan Pham </div>
<div> School: CSU Long Beach </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is working on projects with other people, and getting familiar with how projects are managed on GitHub. </p>
<a href="evan_jared_keith_xuan">Team page</a>
</div>

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

</head>
<body>
We all love One Piece and Marvel.
</body>
</html>