Skip to content

Team15 Carly & Bo #573

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
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
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,3 +414,7 @@ def team_41():
@app.route("/team_jose_caden_wanni")
def team_jose_caden_wanni():
return render_template('teams/team_jose_caden_wanni.html')

@app.route("/Team15")
def team_15():
return render_template('teams/Team15.html')
Binary file added static/img/bo_carly.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 31 additions & 3 deletions templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ <h1> Summer 2025 Cohort </h1>
<p> I am looking forward to work with a team during the CodeDay Lab internship and also able to update my resume with this experience.</p>
<a href="nam_dylan_brandon">Team page</a>
</div>

<div class="student-container">
<div>
<img src="/static/img/Yvonna.jpg">
Expand Down Expand Up @@ -864,6 +864,26 @@ <h1> Summer 2025 Cohort </h1>
<div> School: San Francisco State University </div>
<p> What I am looking for is to get real experinece in Summer open source project </p>
<a href="microinternship-c1"></a>
</div>
<div class="student-container">
<div>
<img src="static/img/Joon_Kwon.jpg">
</div>
<div class="student-name"> Kujoon Kwon </div>
<div> School: Orange Coast College </div>
<p> What I look forward is to have experience in 2025 summer open source project </p>
<a href="team_kujoon_kwon">Team page</a>
</div>

<div class="student-container">
<div>
<img src="">
</div>
<div class="student-name"> Bo Liu </div>
<div> School: Santa Monica College </div>
<p> What I look forward is to have experience in 2025 summer open source project </p>
<a href="Team15">Team page</a>
</div>
</div>
<div class="student-container">
<div>
Expand Down Expand Up @@ -909,7 +929,15 @@ <h1> Summer 2025 Cohort </h1>
<a href="https://github.com/tensorzero/tensorzero/issues/767#issuecomment-3029318217">
Integrate Nvidia NIM microservices into TensorZero #767</a>
</div>


<div class="student-container">
<div>
<img src="">
</div>
<div class="student-name">Carly Thomas</div>
<div> School: Los Angeles Pierce College </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is gaining some expierence and contributing to an active application! </p>
<a href="Team15">Team Bo & Carly</a>
</div>

</body>
</html>
2 changes: 2 additions & 0 deletions templates/teams/Team15.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<h1>We both like doing open source projects!</h1>
<img src="static/img/bo_carly.jpg" alt="Bo and Carly" style="width: 600px; height: 300px;">