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

@app.route("/team41")
def team_41():
return render_template('teams/team41.html')

@app.route("/team_jose_caden_wanni")
def team_jose_caden_wanni():
return render_template('teams/team_jose_caden_wanni.html')
return render_template('teams/team_jose_caden_wanni.html')
Binary file added static/img/Diana_Galeana.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/katya.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 25 additions & 2 deletions templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ <h1> Summer 2025 Cohort </h1>
<div class="student-name"> Steven Armenta</div>
<div> School: Southern New Hampshire University </div>
<p> I'm excited to gain hands-on experience in open-source development and collaborate with talented peers during the CodeDay Labs internship. </p>
<a href="/Jane_Dane_Steven">Team Jane Dane And Steven</a>
<a href="team41">Team Katya, Steven & Diana</a>
</div>


Expand Down Expand Up @@ -869,11 +869,34 @@ <h1> Summer 2025 Cohort </h1>
<div>
<img src="/static/img/Joon_Kwon.jpg">
</div>
</div>
<div class="student-container">
<div>
<img src="static/img/katya.jpg">
</div>
<div class="student-name"> Katya Velasco </div>
<div> School: UC Irvine </div>
<p> What I am most looking forward is to have hands-on experience for this summer's internship! </p>
<a href="team41">Team Katya, Steven & Diana</a>
</div>

<div class="student-container">
<div>
<img src="static/img/Diana_Galeana.jpg">
</div>
<div class="student-name"> Diana Galeana </div>
<div> School: CSU Dominguez Hills</div>
<p> What I am most looking forward is to succesfully submit a pull request for our project. </p>
<a href="team41">Team Katya, Steven & Diana</a>
</div>

<div class="student-container">

<div class="student-name"> Kujoon Kwon </div>
<div> School: Orange Coast College </div>
<p> What I look forward is to have experience in 2025 summmer open source project </p>
<a href="Team page">Team page</a>
</div>
</div>


<div class="student-container">
Expand Down
8 changes: 8 additions & 0 deletions templates/teams/team41.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>

</head>
<body>
We all listen to music when we're bored.
</body>
</html>