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 Caden, Helen and Anthony #472

Open
wants to merge 3 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 @@ -305,3 +305,7 @@ def team_bo_kevin_miller():
def team_tyler_shubham_mikaella():
return render_template('teams/tyler_shubham_mikaella.html')

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

1 change: 1 addition & 0 deletions templates/students_2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -1372,6 +1372,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name"> Caden Carpenter </div>
<div> School: Orange Coast College </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is learning new skills and really getting into the industry </p>
<a href="caden_helen_anthony">Team: Caden, Helen, and Anthony</a>
</div>

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

</head>
<body>
We all like cats!!
</body>
</html>