Skip to content
Merged
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,10 @@ def team_41():
def team_jose_caden_wanni():
return render_template('teams/team_jose_caden_wanni.html')

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

@app.route("/deandre_jedrick_val")
def deandre_jedrick_val():
return render_template('teams/deandre_jedrick_val.html')
Binary file added static/img/DannyAbraham.jpg
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/audrey.jpg
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/leonardo_garcia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 32 additions & 30 deletions templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@

<body>
<h1> Summer 2025 Cohort </h1>
<div class="student-container">
<div>
<img src="static/img/leonardo_garcia.jpg">
</div>
<div class="student-name"> Leonardo Garcia </div>
<div> School: San Jose State University </div>
<p> What I am most looking forward to increase my technical soft and hard skills by contributing to open source</p>
<a href="audr_danny_leonardo">Team: Audrey, Danny & Leonardo </a>
</div>

<div class="student-container">
<div>
<img src="https://github.com/zihuan3/GitWorkflowIntro/blob/deandre/static/img/deandrehuang.jpg?raw=true">
Expand Down Expand Up @@ -41,16 +51,7 @@ <h1> Summer 2025 Cohort </h1>
</div>


<div class="student-container">
<div>
<img src="JohnnySselfie.png">
</div>
<div class="student-name"> Johnny Santamaria </div>
<div> School: San Francisco State University </div>
<p> What I am most looking forward to collab with other students to increase my technical soft and hard skills
</p>
</div>


<div class="student-container">
<div>
<img src="static/img/JohnnySselfie.png">
Expand Down Expand Up @@ -83,6 +84,7 @@ <h1> Summer 2025 Cohort </h1>
</div>

<div class="student-container">
<div>
<img src="static/img/IMG_0259.jpeg">
</div>
<div class="student-name"> Aaron Pang </div>
Expand Down Expand Up @@ -337,6 +339,8 @@ <h1> Summer 2025 Cohort </h1>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
</div>

<div class="student-container">
<div>
<img src="static/img/jerry.jpeg">
</div>
<div class="student-name"> Jerry Nguyen </div>
Expand Down Expand Up @@ -1036,33 +1040,31 @@ <h1> Summer 2025 Cohort </h1>
<p> What I'm most looking forward to about the CodeDay Labs internship is developing transferable skills to make me more employable. </p>
<a href="https://github.com/tensorzero/tensorzero/issues/767#issuecomment-3029318217">
Integrate Nvidia NIM microservices into TensorZero #767</a>
</div>
</div>

<div class="student-container">
<div class="student-container">
<div>
<img src="static/img/tazmeenphoto.png">
<img src="static/img/audrey.jpg">
</div>
<div class="student-name"> Tazmeen Ahmed </div>
<div> School: San Jose State University </div>
<p> What I am most looking forward to is gaining hands on experience in open source and working with others on a project. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
</div>

<div class="student-container">
<div class="student-name"> Audrey Dang </div>
<div> School: University of Houston </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is the opportunity to contribute to my first open-source project and gain hands-on experience. </p>
<a href="audr_danny_leonardo">Team: Audrey, Danny & Leonardo </a>
</div>
<div class="student-container">
<div>
<img src="static/img/RZ.JPG">
<img src="static/img/DannyAbraham.jpg">
</div>
<div class="student-name"> Raquel Zuelke </div>
<div> School: CSU Monterey Bay </div>
<p> What I am most looking forward to is the micro internship experience as well as working with others throughout this year. </p>
<a href="microinternship-c1"></a>
</div>


<div class="student-name"> Danny Abraham </div>
<div> School: El Camino College </div>
<p>I look forward to learning more about contributing to open source projects </p>
<a href="audr_danny_leonardo">Team: Audrey, Danny & Leonardo </a>
</div>

<div class="student-container">
<img src="static/img/Kevin_Zuniga.jpg">
</div>
<div>
<img src="static/img/Kevin_Zuniga.jpg">
</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>
Expand Down
8 changes: 8 additions & 0 deletions templates/teams/audr_danny_leonardo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>

</head>
<body>
We are all CS majors and this is our <strong>first</strong> open source experience!!!
</body>
</html>