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 @@ -531,6 +531,10 @@ def team_tyler_caleb_andrew_nate():
def sweksha_clara_vanessa_emmanuel():
return render_template('teams/sweksha_clara_vanessa_emmanuel.html')

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

@app.route("/zhuolei_ashlin_kaissy")
def zhuolei_ashlin_kaissy():
return render_template('teams/zhuolei_ashlin_kaissy.html')
Expand Down
Binary file added static/img/josue_Cr.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/moons_pic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/tony_n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 49 additions & 2 deletions templates/students_2026.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>

<head>
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="../static/css/style.css">
<title>Yo</title>
</head>

Expand Down Expand Up @@ -64,8 +64,43 @@ <h1> Summer 2026 Cohort </h1>
</p>
<a href="">Team: N/A </a>
</div>
<h1> Summer 2026 Cohort </h1>

<div class="student-container">
<div>
<img src="../static/img/tony_n.png">
</div>
<div class="student-name"> Tony Hoang Nguyen </div>
<div> School: Orange Coast College </div>
<p> What I'm looking most forward to about the CodeDay Labs internship is to learn hands on from an experienced mentor and meet people who are like-minded.
</p>
<a href="teams/tony_josue_ruben_demi.html">Team: Tony, Josue, Ruben, Demi </a>
</div>


<div class="student-container">
<div>
<img src="../static/img/josue_Cr.jpeg">
</div>

<div class="student-name"> Josue Cruz </div>
<div> School: San Francisco State University </div>
<p>What I'm looking forward to about the CodeDay Labs internship is to create more connections and
deepen my understanding of open source projects.
</p>
<a href="teams/tony_josue_ruben_demi.html">Team: Tony, Josue, Ruben, Demi</a>
</div>
<div class="student-container">
<div>
<img src="../static/img/moons_pic.png">
</div>

<div class="student-name"> Ruben Rivera </div>
<div> School: Cal State Monterey Bay </div>
<p> What I'm looking forward to about the CodeDay Labs internship is gaining real world experience and building my resume and connections.
</p>
<a href="teams/tony_josue_ruben_demi.html">Team: Tony, Josue, Ruben, Demi</a>

</div>
<div class="student-container">
<div>
<img src="static/img/jahni.jpg">
Expand All @@ -88,6 +123,18 @@ <h1> Summer 2026 Cohort </h1>
<a href="">Team: N/A </a>
</div>

<div class="student-container">
<div>
<img src="../static/img/Demi_C.jpg">
</div>

<div class="student-name"> Demi (Ziqi) Chen </div>
<div> School: Cal State Fullerton </div>
<p> What I'm looking forward to about the CodeDay Labs internship is contributing to open source projects and gaining more connections by working with my team.
</p>
<a href="teams/tony_josue_ruben_demi.html">Team: Tony, Josue, Ruben, Demi</a>
</div>

<div class="student-container">
<div>
<img src="static/img/AnthonyR_pic.PNG">
Expand Down
11 changes: 11 additions & 0 deletions templates/teams/tony_josue_ruben_demi.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html>

<head>
<title>Team Tony, Josue, Ruben, Demi</title>
</head>
<body>
<p>We LOVE to go to Vegas!</p>
</body>


</html>