Skip to content

Commit

Permalink
Added hyperlinks to the team page.
Browse files Browse the repository at this point in the history
  • Loading branch information
rielani committed Jun 24, 2023
1 parent 5ed1da4 commit 2268651
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
7 changes: 6 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ def cohort_2023():

@app.route("/nat_uts")
def team_nat_uts():
return render_template('teams/nat_uts.html')
return render_template('teams/nat_uts.html')


@app.route("/nick_val")
def team_nick_val():
return render_template('teams/nick_val.html')
10 changes: 3 additions & 7 deletions templates/students_2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ <h1> Summer 2023 Cohort </h1>
<p> What I'm most looking forward to about the CodeDay Labs internship is ... </p>
<div> Open Source Project: <Wait until Module 5 to answer this> </div>
<div> Team Members: <Wait until Module 5 to answer this> </div>
<div> Team Write-up: <Wait until Module 5 to answer this> </div>
<div> Team Write-up: <Wait until Module 5 to answer this> </div>
</div>


Expand All @@ -398,9 +398,7 @@ <h1> Summer 2023 Cohort </h1>
<div class="student-name"> Valerie Escalante </div>
<div> School: CSULB </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is the experience of collaborating with others on an impactful project. </p>
<div> Open Source Project: <Wait until Module 5 to answer this> </div>
<div> Team Members: <Wait until Module 5 to answer this> </div>
<div> Team Write-up: <Wait until Module 5 to answer this> </div>
<a href="nick_val">Team Nick & Val</a>
</div>


Expand Down Expand Up @@ -747,9 +745,7 @@ <h1> Summer 2023 Cohort </h1>
<div class="student-name"> Nicolas Mederos </div>
<div> School: CSin3 Cohort at CSUMB </div>
<p> What I'm most looking forward to about the CodeDay Labs internship is getting to work on something that has real world applications. </p>
<div> Open Source Project: <Wait until Module 5 to answer this> </div>
<div> Team Members: <Wait until Module 5 to answer this> </div>
<div> Team Write-up: <Wait until Module 5 to answer this> </div>
<a href="nick_val">Team Nick & Val</a>
</div>


Expand Down
1 change: 1 addition & 0 deletions templates/teams/nick_val.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hello

0 comments on commit 2268651

Please sign in to comment.