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
5 changes: 4 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,10 @@ def team_41():
def team_jose_caden_wanni():
return render_template('teams/team_jose_caden_wanni.html')

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

@app.route("/team_justin_shun_khaterina")
def team_justin_shun_khaterina():
return render_template('teams/justin_khaterina_shun.html')
Expand All @@ -504,7 +508,6 @@ def team_audr_danny_leonardo():
def deandre_jedrick_val():
return render_template('teams/deandre_jedrick_val.html')


@app.route("/team_Eugene_Hien_Jaime_Octavio")
def team_Eugene_Hien_Jaime_Octavio():
return render_template('teams/team_Eugene_Hien_Jaime_Octavio.html')
12 changes: 11 additions & 1 deletion templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ <h1> Summer 2025 Cohort </h1>
<div> School: Orange Coast College </div>
<p> What I am most looking forward to collab with other students to increase the chance of getting internship in
IT/ Infrastructure/ Security. Updating my resume</p>
<a href="microinternship-c1">Team DevInTo</a>
<a href="/an_princeton_nathan_anthony">Team DevInTo</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -1607,6 +1607,16 @@ <h1> Summer 2025 Cohort </h1>
<p> I look foward to working with others to contribute to the open source community!</p>
<a href="microinternship-c1"></a>
</div>
<div class="student-container">
<div>
<img src="static/img/anthony_duenez_pic.JPG">
</div>
<div class="student-name"> Anthony Duenez Ramirez </div>
<div> School: CSU Monterey Bay & Hartnell College</div>
<p> What I'm most looking forward to about the CodeDay Labs internship is getting the opportunity to be part of a project and make a meaningful contribution.</p>
<a href="/an_princeton_nathan_anthony">Team princeton & nathan & anthony</a>
</div>

<div>

<div> class="student-container"
Expand Down
24 changes: 24 additions & 0 deletions templates/teams/an_princeton_nathan_anthony.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="static/css/style.css">
<title>Team B micro-internship Fall 2025</title>
</head>
<body>
<div class="student-container">
<img src="static/img/AndrewTr.JPEG">
<div class="student-name"> Andrew Truong </div>

<div class="student-name"> Nathan Espina</div>
<div class="student-name"> Princeton Nguyen</div>
<div class="student-name"> Anthony Duenez Ramirez</div>

</div>


<p>We're all Computer Science Major!!!.</p>


</body>
</html>