From 2355818d07623730eb6ac40953098069af629704 Mon Sep 17 00:00:00 2001 From: Ocean <113133695+oceantober@users.noreply.github.com> Date: Mon, 24 Jun 2024 00:52:14 +0000 Subject: [PATCH 1/4] Added template html page for team18 --- app.py | 4 ++++ templates/teams/team18.html | 1 + 2 files changed, 5 insertions(+) create mode 100644 templates/teams/team18.html diff --git a/app.py b/app.py index 5d6560ab..a4351c08 100644 --- a/app.py +++ b/app.py @@ -121,3 +121,7 @@ def team_jin_allison_saad(): @app.route("/brian_jia_honghao") def team_brian_jia_honghao(): return render_template('teams/brian_jia_honghao.html') + +@app.route("/team18") +def team18(): + return render_template('teams/team18.html') \ No newline at end of file diff --git a/templates/teams/team18.html b/templates/teams/team18.html new file mode 100644 index 00000000..077a427a --- /dev/null +++ b/templates/teams/team18.html @@ -0,0 +1 @@ +

Hello

\ No newline at end of file From e6bc0ced0614960e89c0a746768ca608916c603b Mon Sep 17 00:00:00 2001 From: Yijun Yu Date: Mon, 24 Jun 2024 00:57:28 +0000 Subject: [PATCH 2/4] added hyper link to cohort page --- templates/students_2024.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/students_2024.html b/templates/students_2024.html index 1b9e4941..927a1de4 100644 --- a/templates/students_2024.html +++ b/templates/students_2024.html @@ -873,7 +873,7 @@

Summer 2024 Cohort

What I'm most looking forward to about the CodeDay Labs internship is becoming more confident in my development skills as a whole and building more practical experience. I look forward to applying everything i've learned at university.

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team 18 page
@@ -883,7 +883,7 @@

Summer 2024 Cohort

Diana Galeana
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 18 page
@@ -1023,7 +1023,7 @@

Summer 2024 Cohort

Yijun Yu
School: Georgia Tech

What I'm most looking forward to about the CodeDay Labs internship is do fun projetcs and meet new friends

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team 18 page
From 7e4b772914992bc331ad49edddc1f0f2de380a66 Mon Sep 17 00:00:00 2001 From: Yijun Yu Date: Mon, 24 Jun 2024 01:01:36 +0000 Subject: [PATCH 3/4] updated hyper link to cohort page --- templates/students_2024.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/students_2024.html b/templates/students_2024.html index 927a1de4..0b7b7696 100644 --- a/templates/students_2024.html +++ b/templates/students_2024.html @@ -873,7 +873,7 @@

Summer 2024 Cohort

What I'm most looking forward to about the CodeDay Labs internship is becoming more confident in my development skills as a whole and building more practical experience. I look forward to applying everything i've learned at university.

- Team 18 page + Team 18 page
@@ -883,7 +883,7 @@

Summer 2024 Cohort

Diana Galeana
School:

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

- Team 18 page + Team 18 page
@@ -1023,7 +1023,7 @@

Summer 2024 Cohort

Yijun Yu
School: Georgia Tech

What I'm most looking forward to about the CodeDay Labs internship is do fun projetcs and meet new friends

- Team 18 page + Team 18 page
From 4b3857606690c40a0c60a28423e7fb7b49cc4a30 Mon Sep 17 00:00:00 2001 From: Yijun Yu Date: Mon, 24 Jun 2024 01:06:41 +0000 Subject: [PATCH 4/4] updated team page info --- templates/teams/team18.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/teams/team18.html b/templates/teams/team18.html index 077a427a..12e9fe37 100644 --- a/templates/teams/team18.html +++ b/templates/teams/team18.html @@ -1 +1 @@ -

Hello

\ No newline at end of file +

Team 18 are cat people meow!

\ No newline at end of file