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
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ def team_nick_val():
@app.route("/luke_noah_maya")
def team_luke_noah_maya():
return render_template('teams/luke_noah_maya.html')

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

@app.route("/team_23")
def team_23():
Expand Down
12 changes: 8 additions & 4 deletions templates/students_2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -589,15 +589,19 @@ <h1> Summer 2024 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/jov.png">
</div>
<div class="student-name">Julian Ochoa Villicana</div>
<div> School: CSU Monterey Bay </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is gaining more experience working as a team and better my programming skills. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
</div>
<a href="team_tony_bryan_julian">Team Tony, Bryan & Julian</a>
</div>



<div class="student-container">
<div>
Expand Down Expand Up @@ -727,7 +731,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name">Tony Wu</div>
<div> School: San Francisco State University </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is gaining practical experience in teamwork and becoming adept at navigating the GitHub workflow. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="team_tony_bryan_julian">Team Tony, Bryan & Julian</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -799,7 +803,7 @@ <h1> Summer 2024 Cohort </h1>
<p> What I'm most looking forward to about the CodeDay Labs internship is to gain experience working on a project in a team and
be able to add a new entry in my resume.
</p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="team_tony_bryan_julian">Team Tony, Bryan & Julian</a>
</div>

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

<head>

</head>
<body>
We all watch movies and like tacos. We also like to play video games and go to the beach.
</body>

</html>