From ae55b3ec843cdb8129b8d11cf8e3a66c2bdc6579 Mon Sep 17 00:00:00 2001 From: Durley Galvan Date: Wed, 19 Jun 2024 20:28:55 +0000 Subject: [PATCH 1/3] add team page for Emily and Durley --- app.py | 7 +++++++ templates/teams/durle_emily.html | 1 + 2 files changed, 8 insertions(+) create mode 100644 templates/teams/durle_emily.html diff --git a/app.py b/app.py index 2fe1ae66..1ffd71ab 100644 --- a/app.py +++ b/app.py @@ -109,3 +109,10 @@ def team_nick_val(): @app.route("/luke_noah_maya") def team_luke_noah_maya(): return render_template('teams/luke_noah_maya.html') + + + + +@app.route("/durle_emily") +def team_durle_emily(): + return render_template('teams/durle_emily.html') \ No newline at end of file diff --git a/templates/teams/durle_emily.html b/templates/teams/durle_emily.html new file mode 100644 index 00000000..d640694a --- /dev/null +++ b/templates/teams/durle_emily.html @@ -0,0 +1 @@ +hello we are durle and emily \ No newline at end of file From 0ab770230af5db0ad1457f0dcc6a92da4dbd6e4d Mon Sep 17 00:00:00 2001 From: Emily Hawkins <141444523+emilyshawkins@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:06:23 +0000 Subject: [PATCH 2/3] Added hyperlinks for Durley and Emily --- templates/students_2024.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/students_2024.html b/templates/students_2024.html index 270605e4..55c8b678 100644 --- a/templates/students_2024.html +++ b/templates/students_2024.html @@ -607,7 +607,7 @@

Summer 2024 Cohort

Emily Sok Hawkins
School: CSULB

What I'm most looking forward to about the CodeDay Labs internship is meeting new people and learning from them.

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team Durley & Emily
@@ -627,7 +627,7 @@

Summer 2024 Cohort

Durley sandrith Galvan Jimenez
School: Laney College

What I'm most looking forward to about the CodeDay Labs internship is gaining experience in real-world problems and learning a lot from experts.

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team Durley & Emily
From 1cee452504a3d31465d7ba61eb4260a57db17990 Mon Sep 17 00:00:00 2001 From: Emily Hawkins <141444523+emilyshawkins@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:11:55 +0000 Subject: [PATCH 3/3] Added message on team page --- templates/teams/durle_emily.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/teams/durle_emily.html b/templates/teams/durle_emily.html index d640694a..d9951155 100644 --- a/templates/teams/durle_emily.html +++ b/templates/teams/durle_emily.html @@ -1 +1 @@ -hello we are durle and emily \ No newline at end of file +We both like hiking! \ No newline at end of file