diff --git a/app.py b/app.py index a8c8c795..cb40cead 100644 --- a/app.py +++ b/app.py @@ -24,6 +24,10 @@ def team_arm_phil_dyl(): def cohort_2024(): return render_template('students_2024.html') +@app.route("/teamASC") +def teamASC(): + return render_template('teams/teamASC.html') + @app.route("/2025") def cohort_2025(): return render_template('students_2025.html') diff --git a/templates/students_2024.html b/templates/students_2024.html index 1c68791c..ff73b23e 100644 --- a/templates/students_2024.html +++ b/templates/students_2024.html @@ -771,7 +771,7 @@

Summer 2024 Cohort

Gyugang Lee
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 ASC
@@ -1033,11 +1033,14 @@

Summer 2024 Cohort

-
Zhufan Gu
+
Zhufan Gu
School: SCU
-

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

- Team page (leave blank until Module 5 when you will be assigned to your teams +

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

+ Team ASC
+ + +
@@ -1126,7 +1129,7 @@

Summer 2024 Cohort

Ravneet Bhatia
School: University of San Francisco

What I'm most looking forward to about the CodeDay Labs internship is working on something fun and learning something new.

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

Summer 2024 Cohort

-
Tan Huynh
School: SFSU
diff --git a/templates/teams/teamASC.html b/templates/teams/teamASC.html new file mode 100644 index 00000000..2d903446 --- /dev/null +++ b/templates/teams/teamASC.html @@ -0,0 +1,3 @@ + +

We like playing video games and sports!

+ \ No newline at end of file