From 38d77b6c1481db87372e61dac3238d7be907ceef Mon Sep 17 00:00:00 2001 From: Christopher Tangonan <161169629+cTangonan123@users.noreply.github.com> Date: Wed, 29 Jan 2025 02:44:21 +0000 Subject: [PATCH 1/3] feat: added teampage to teams folder --- app.py | 3 +++ templates/teams/chris_neel_marcelo.html | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 templates/teams/chris_neel_marcelo.html diff --git a/app.py b/app.py index f25d8706..cc0b5523 100644 --- a/app.py +++ b/app.py @@ -305,3 +305,6 @@ def team_bo_kevin_miller(): def team_tyler_shubham_mikaella(): return render_template('teams/tyler_shubham_mikaella.html') +@app.route("/chris_neel_marcelo") +def team_chris_neel_marcelo(): + return render_template("teams/chris_neel_marcelo.html") \ No newline at end of file diff --git a/templates/teams/chris_neel_marcelo.html b/templates/teams/chris_neel_marcelo.html new file mode 100644 index 00000000..43e7b219 --- /dev/null +++ b/templates/teams/chris_neel_marcelo.html @@ -0,0 +1,11 @@ + + + + + + Document + + + something + + \ No newline at end of file From 584429b593489ca4e6a79cf926ce2c53a0227a10 Mon Sep 17 00:00:00 2001 From: Neel A Deshmukh <100403304+deshmukh-neel@users.noreply.github.com> Date: Wed, 29 Jan 2025 02:56:56 +0000 Subject: [PATCH 2/3] Added hyperlink to team page from personal profile --- templates/students_2025.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/students_2025.html b/templates/students_2025.html index 19b7d52f..beab3ffe 100644 --- a/templates/students_2025.html +++ b/templates/students_2025.html @@ -108,6 +108,7 @@

Summer 2025 Cohort

Neel Deshmukh
School: City College of San Francisco

What I'm most looking forward to about the CodeDay Labs internship is addig some open-source experience to my resume!

+ Team CNM
From d3da61857ba2e06c856dec57f96885ffcbf4b2b9 Mon Sep 17 00:00:00 2001 From: Marcelo916 <161655728+Marcelo916@users.noreply.github.com> Date: Wed, 29 Jan 2025 03:03:44 +0000 Subject: [PATCH 3/3] added content for the team page --- templates/teams/chris_neel_marcelo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/teams/chris_neel_marcelo.html b/templates/teams/chris_neel_marcelo.html index 43e7b219..8488e026 100644 --- a/templates/teams/chris_neel_marcelo.html +++ b/templates/teams/chris_neel_marcelo.html @@ -6,6 +6,6 @@ Document - something + We all like to workout and do outdoor activities. \ No newline at end of file