diff --git a/app.py b/app.py index 1b2126b8..d8978af3 100644 --- a/app.py +++ b/app.py @@ -4,6 +4,11 @@ app = Flask(__name__) +@app.route("/Lars_Cecilia_Alejandro") +def team_Lars_Cecilia_Alejandro(): + return render_template('teams/Lars_Cel_Alej.html') + + @app.route("/justin-qilan-k") def justin_qilan_k(): return render_template("teams/justin-qilan-k.html") diff --git a/templates/students_2025.html b/templates/students_2025.html index c5c2912d..31d864e5 100644 --- a/templates/students_2025.html +++ b/templates/students_2025.html @@ -170,7 +170,7 @@

Summer 2025 Cohort

Lars Voigt-Bui
School: Irvine Valley College

What I'm most looking fowards to is the Open Source programs and improving my coding skills.

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team Lars & Cecilia & Alejandro
@@ -552,6 +552,7 @@

Summer 2025 Cohort

Alejandro Navarro
School: California State University San Marcos

What I'm most looking forward to about the CodeDay Labs internship is to gain experience in an enviornment that's close to what working in the real world will be like!

+ Team Lars & Cecilia & Alejandro Team Gian & Daniel & Alejandro
@@ -913,3 +914,13 @@

Summer 2025 Cohort

+ +
+
+ +
+
Cecilia Rodriguez
+
School: N/A
+

N/A

+ Team Lars & Cecilia & Alejandro +
\ No newline at end of file diff --git a/templates/teams/Lars_Cel_Alej.html b/templates/teams/Lars_Cel_Alej.html new file mode 100644 index 00000000..c9f2364d --- /dev/null +++ b/templates/teams/Lars_Cel_Alej.html @@ -0,0 +1,8 @@ + + + + + + We all like anime and going to the gym + + \ No newline at end of file