Skip to content
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

Created a team page for Brendan, Jeffrey, and Patricia #463

Open
wants to merge 4 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
3 changes: 3 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,3 +305,6 @@ def team_bo_kevin_miller():
def team_tyler_shubham_mikaella():
return render_template('teams/tyler_shubham_mikaella.html')

@app.route("/team_bjp")
def team_bjp():
return render_template('teams/team_bjp.html')
4 changes: 2 additions & 2 deletions templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ <h1> Summer 2025 Cohort </h1>
<div class="student-name"> Jeffrey Cheung </div>
<div> School: Cal Poly SLO </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is collaboration and industry relevant skills. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="team_bjp">Team Brendan, Jeffrey, Patricia</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -410,7 +410,7 @@ <h1> Summer 2025 Cohort </h1>
<div class="student-name"> Brendan Sick </div>
<div> School: Grossmont College </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is getting the experience! </p>
<a href="nat_uts">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="team_bjp">Team Brendan, Jeffrey, Patricia</a>
</div>


Expand Down
12 changes: 12 additions & 0 deletions templates/teams/team_bjp.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<html>
<head>


</head>
<body>
We have traveled out of the U.S.
</body>


</html>