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
3 changes: 3 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ def cohort_2022():
def cohort_2023():
return render_template('students_2023.html')

@app.route("/teamI")
def team_i():
return render_template('teams/teamI.html')

@app.route("/arm_phil_dyl")
def team_arm_phil_dyl():
Expand Down
19 changes: 17 additions & 2 deletions templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ <h1> Summer 2025 Cohort </h1>
<div class="student-name"> Gina Do </div>
<div> School: UC Irvine </div>
<p> What I'm most looking forward to about CodeDay Labs is learning the technical skills necessary in order to thrive professionally</p>
<a href="">Team page</a>
<a href = "teamI">Team Gina, Raquel, & Tazmeen</a>
</div>


Expand All @@ -1082,16 +1082,31 @@ <h1> Summer 2025 Cohort </h1>
<div>
<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 = "teamI">Team Gina, Raquel, & Tazmeen</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 class="student-container">
<div>
<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 = "teamI">Team Gina, Raquel, & Tazmeen</a>
</div>


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

</header>
<body>
We're all women in STEM!
</body>
</html>