From ed99b6a90a070318582dca64313bc131f8436bc1 Mon Sep 17 00:00:00 2001 From: Tony <125552595+ThatCodebyTony@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:47:22 +0000 Subject: [PATCH 1/4] First commit: added team page for Tony, Byran and Julian --- app.py | 5 +++++ templates/teams/team_tony_bryan_julian.html | 1 + 2 files changed, 6 insertions(+) create mode 100644 templates/teams/team_tony_bryan_julian.html diff --git a/app.py b/app.py index 2fe1ae66..caa975a6 100644 --- a/app.py +++ b/app.py @@ -109,3 +109,8 @@ def team_nick_val(): @app.route("/luke_noah_maya") def team_luke_noah_maya(): return render_template('teams/luke_noah_maya.html') + +@app.route("/team_tony_bryan_julian") +def team_tony_bryan_julian(): + return render_template('teams/team_tony_bryan_julian.html') + diff --git a/templates/teams/team_tony_bryan_julian.html b/templates/teams/team_tony_bryan_julian.html new file mode 100644 index 00000000..54dbbe9e --- /dev/null +++ b/templates/teams/team_tony_bryan_julian.html @@ -0,0 +1 @@ +Hello Tony Bryan and Julian \ No newline at end of file From fa38aa1fc612995729ad33100f693da91b4ae85c Mon Sep 17 00:00:00 2001 From: Tony <125552595+ThatCodebyTony@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:57:19 +0000 Subject: [PATCH 2/4] added my own hyperlink under my profile --- templates/students_2024.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/students_2024.html b/templates/students_2024.html index 270605e4..346768ed 100644 --- a/templates/students_2024.html +++ b/templates/students_2024.html @@ -648,7 +648,7 @@

Summer 2024 Cohort

Tony Wu
School: San Francisco State University

What I'm most looking forward to about the CodeDay Labs internship is gaining practical experience in teamwork and becoming adept at navigating the GitHub workflow.

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team Tony, Bryan & Julian
From 90fa4d29476ad165c82770fac9d18a0690f42893 Mon Sep 17 00:00:00 2001 From: Bryan Khor <67664138+bryankhor07@users.noreply.github.com> Date: Tue, 18 Jun 2024 23:19:27 +0000 Subject: [PATCH 3/4] Added hyperlink for Bryan and Julian --- 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 346768ed..5acdf0b7 100644 --- a/templates/students_2024.html +++ b/templates/students_2024.html @@ -517,7 +517,7 @@

Summer 2024 Cohort

Julian Ochoa Villicana
School:

What I'm most looking forward to about the CodeDay Labs internship is ...

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team Tony, Bryan & Julian
@@ -720,7 +720,7 @@

Summer 2024 Cohort

What I'm most looking forward to about the CodeDay Labs internship is to gain experience working on a project in a team and be able to add a new entry in my resume.

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team Tony, Bryan & Julian
From 1ea9ed2cfcd970d8303a9cf515f50b28a5a0f574 Mon Sep 17 00:00:00 2001 From: Julian Ochoa <50034460+Pimi831@users.noreply.github.com> Date: Sat, 22 Jun 2024 05:43:35 +0000 Subject: [PATCH 4/4] Added content for the team page --- templates/teams/team_tony_bryan_julian.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/templates/teams/team_tony_bryan_julian.html b/templates/teams/team_tony_bryan_julian.html index 54dbbe9e..0a4fd291 100644 --- a/templates/teams/team_tony_bryan_julian.html +++ b/templates/teams/team_tony_bryan_julian.html @@ -1 +1,10 @@ -Hello Tony Bryan and Julian \ No newline at end of file + + + + + + + We all watch movies and like tacos. We also like to play video games and go to the beach. + + + \ No newline at end of file