Skip to content

Created a team page for Anthony and William #561

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

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
3 changes: 3 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,3 +399,6 @@ def team_nam_dylan_brandon():
def team_Jane_Dane_Steven():
return render_template('teams/Jane_Dane_Steven.html')

@app.route("/anthonyt_william")
def team_anthonyt_william():
return render_template('teams/anthonyt_william.html')
2 changes: 1 addition & 1 deletion templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ <h1> Summer 2025 Cohort </h1>
<div class="student-name"> Anthony Theng </div>
<div> School: CSULB </div>
<p> What I'm most looking forward to about the CodeDay internship is learning more about software engineering gaining experience with open-source. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="anthonyt_william">Team page</a>

</div>

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

</head>
<body>
We both go to school XD
</body>
</html>