Skip to content

Team CNM Collaborating on Project #456

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

Merged
merged 4 commits into from
Apr 9, 2025
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
6 changes: 6 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,11 @@ def team_bo_kevin_miller():
def team_tyler_shubham_mikaella():
return render_template('teams/tyler_shubham_mikaella.html')


@app.route("/chris_neel_marcelo")
def team_chris_neel_marcelo():
return render_template("teams/chris_neel_marcelo.html")

@app.route("/kev_kun_ye")
def team_kevin_kundyz_yechan():
return render_template('teams/kev_kun_ye.html')
Expand Down Expand Up @@ -386,3 +391,4 @@ def team_nam_dylan_brandon():
@app.route("/Jane_Dane_Steven")
def team_Jane_Dane_Steven():
return render_template('teams/Jane_Dane_Steven.html')

1 change: 1 addition & 0 deletions templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ <h1> Summer 2025 Cohort </h1>
<div class="student-name"> Neel Deshmukh </div>
<div> School: City College of San Francisco </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is addig some open-source experience to my resume! </p>
<a href="/chris_neel_marcelo">Team CNM </a>
</div>
<div class="student-container">
<div>
Expand Down
11 changes: 11 additions & 0 deletions templates/teams/chris_neel_marcelo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
We all like to workout and do outdoor activities.
</body>
</html>