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
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ def team_jin_allison_saad():
def team_brian_jia_honghao():
return render_template('teams/brian_jia_honghao.html')

@app.route("/arthur_daniel_adrian")
def team_arthur_daniel_adrian():
return render_template('teams/arthur_daniel_adrian.html')

@app.route("/pramodya_sherman")
def team_pramodya_sherman():
return render_template('teams/pramo_sher.html')
Expand Down
6 changes: 3 additions & 3 deletions templates/students_2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name">Daniel Solano</div>
<div> School: California State University, Monterey Bay </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is getting to work on an interesting project, and distinct challenges. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="arthur_daniel_adrian">Team Arthur Daniel & Adrian</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -1060,7 +1060,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name">Arthur Nguyen</div>
<div> School: Cal Poly Pomona </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is learning new skills and gaining experience. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="arthur_daniel_adrian">Team Arthur Daniel & Adrian</a>
</div>

<div class="student-container">
Expand Down Expand Up @@ -1140,7 +1140,7 @@ <h1> Summer 2024 Cohort </h1>
<div class="student-name">Adrian Haro</div>
<div> School: CSU Monterey Bay </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is the experience I'll gain working in a proper SWE workflow. </p>
<a href="">Team page (leave blank until Module 5 when you will be assigned to your teams</a>
<a href="arthur_daniel_adrian">Team Arthur Daniel & Adrian</a>
</div>

<div class="student-container">
Expand Down
9 changes: 9 additions & 0 deletions templates/teams/arthur_daniel_adrian.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!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> One things we each have in common is we are all excited for the upcoming open source project.</body>
</html>