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
8 changes: 7 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,12 @@ def nic_ridhima_anvi():
def team_E_S_V():
return render_template('teams/eddie_syn_ved.html')


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

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

4 changes: 2 additions & 2 deletions templates/students_2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -1738,7 +1738,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name">Chika Starks</div>
<div> School: CSUMB </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is ... </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="abdel_austin_chika">Team page</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -1947,7 +1947,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name"> Austin Metke </div>
<div> School: CSU Monterey Bay </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is the opportunity to network with others and gaining real world experience. </p>
<a>N/A</a>
<a href="abdel_austin_chika"> Team Page</a>
</div>


Expand Down
12 changes: 12 additions & 0 deletions templates/teams/abdel_austin_chika.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>

We all enjoy eating turkey bacon.

</body>
</html>