Skip to content

Commit 62bf33f

Browse files
Merge pull request #631 from audreydang4103/audr_danny_leonardo
Update Team: Audrey, Danny & Leonardo
2 parents 0f83172 + c8c7f76 commit 62bf33f

File tree

6 files changed

+44
-30
lines changed

6 files changed

+44
-30
lines changed

app.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,10 @@ def team_41():
481481
def team_jose_caden_wanni():
482482
return render_template('teams/team_jose_caden_wanni.html')
483483

484+
@app.route("/audr_danny_leonardo")
485+
def team_audr_danny_leonardo():
486+
return render_template('teams/audr_danny_leonardo.html')
487+
484488
@app.route("/deandre_jedrick_val")
485489
def deandre_jedrick_val():
486490
return render_template('teams/deandre_jedrick_val.html')

static/img/DannyAbraham.jpg

26.7 KB
Loading

static/img/audrey.jpg

434 KB
Loading

static/img/leonardo_garcia.jpg

3.33 MB
Loading

templates/students_2025.html

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77

88
<body>
99
<h1> Summer 2025 Cohort </h1>
10+
<div class="student-container">
11+
<div>
12+
<img src="static/img/leonardo_garcia.jpg">
13+
</div>
14+
<div class="student-name"> Leonardo Garcia </div>
15+
<div> School: San Jose State University </div>
16+
<p> What I am most looking forward to increase my technical soft and hard skills by contributing to open source</p>
17+
<a href="audr_danny_leonardo">Team: Audrey, Danny & Leonardo </a>
18+
</div>
19+
1020
<div class="student-container">
1121
<div>
1222
<img src="https://github.com/zihuan3/GitWorkflowIntro/blob/deandre/static/img/deandrehuang.jpg?raw=true">
@@ -41,16 +51,7 @@ <h1> Summer 2025 Cohort </h1>
4151
</div>
4252

4353

44-
<div class="student-container">
45-
<div>
46-
<img src="JohnnySselfie.png">
47-
</div>
48-
<div class="student-name"> Johnny Santamaria </div>
49-
<div> School: San Francisco State University </div>
50-
<p> What I am most looking forward to collab with other students to increase my technical soft and hard skills
51-
</p>
52-
</div>
53-
54+
5455
<div class="student-container">
5556
<div>
5657
<img src="static/img/JohnnySselfie.png">
@@ -83,6 +84,7 @@ <h1> Summer 2025 Cohort </h1>
8384
</div>
8485

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

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

1041-
<div class="student-container">
1045+
<div class="student-container">
10421046
<div>
1043-
<img src="static/img/tazmeenphoto.png">
1047+
<img src="static/img/audrey.jpg">
10441048
</div>
1045-
<div class="student-name"> Tazmeen Ahmed </div>
1046-
<div> School: San Jose State University </div>
1047-
<p> What I am most looking forward to is gaining hands on experience in open source and working with others on a project. </p>
1048-
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
1049-
</div>
1050-
1051-
<div class="student-container">
1049+
<div class="student-name"> Audrey Dang </div>
1050+
<div> School: University of Houston </div>
1051+
<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>
1052+
<a href="audr_danny_leonardo">Team: Audrey, Danny & Leonardo </a>
1053+
</div>
1054+
<div class="student-container">
10521055
<div>
1053-
<img src="static/img/RZ.JPG">
1056+
<img src="static/img/DannyAbraham.jpg">
10541057
</div>
1055-
<div class="student-name"> Raquel Zuelke </div>
1056-
<div> School: CSU Monterey Bay </div>
1057-
<p> What I am most looking forward to is the micro internship experience as well as working with others throughout this year. </p>
1058-
<a href="microinternship-c1"></a>
1059-
</div>
1060-
1061-
1058+
<div class="student-name"> Danny Abraham </div>
1059+
<div> School: El Camino College </div>
1060+
<p>I look forward to learning more about contributing to open source projects </p>
1061+
<a href="audr_danny_leonardo">Team: Audrey, Danny & Leonardo </a>
1062+
</div>
10621063

10631064
<div class="student-container">
1064-
<img src="static/img/Kevin_Zuniga.jpg">
1065-
</div>
1065+
<div>
1066+
<img src="static/img/Kevin_Zuniga.jpg">
1067+
</div>
10661068
<div class="student-name"> Kevin Zuniga </div>
10671069
<div> School: El Camino College </div>
10681070
<p> What I am most looking forward to collab with other students to increase my technical soft and hard skills </p>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html>
2+
<head>
3+
4+
</head>
5+
<body>
6+
We are all CS majors and this is our <strong>first</strong> open source experience!!!
7+
</body>
8+
</html>

0 commit comments

Comments
 (0)