diff --git a/app.py b/app.py index c2cf41a4..bba0ddb3 100644 --- a/app.py +++ b/app.py @@ -481,6 +481,10 @@ def team_41(): def team_jose_caden_wanni(): return render_template('teams/team_jose_caden_wanni.html') +@app.route("/team_lynn_sam_ed_ray") +def team_lynn_sam_ed_ray(): + return render_template('teams/team_lynn_sam_ed_ray.html') + @app.route("/team_octavio_tyler_phu") def team_octavio_tyler_phu(): return render_template('teams/octavio_tyler_phu.html') diff --git a/templates/students_2025.html b/templates/students_2025.html index 7a8546c9..b9876713 100644 --- a/templates/students_2025.html +++ b/templates/students_2025.html @@ -1116,6 +1116,46 @@
What I'm most looking forward to about the CodeDay Labs internship is gaining experience with new technologies and working in a team.
+ +What I'm most looking forward to about the CodeDay Labs internship is learning from this experience and working with my team and mentor.
+ Team Lynn, Sam, Ed, Ray +What I'm most looking forward to about the CodeDay Labs internship is learning from this experience and working with my team and mentor.
+ Team Lynn, Sam, Ed, Ray +What I'm most looking forward to about the CodeDay Labs internship is learning from this experience and working with my team and mentor.
+ Team Lynn, Sam, Ed, Ray +What I'm most looking forward to about the CodeDay Labs internship is learning from this experience and working with my team and mentor.
+ Team Lynn, Sam, Ed, Ray +
diff --git a/templates/teams/team_lynn_sam_ed_ray.html b/templates/teams/team_lynn_sam_ed_ray.html
new file mode 100644
index 00000000..9c0ca1e1
--- /dev/null
+++ b/templates/teams/team_lynn_sam_ed_ray.html
@@ -0,0 +1,8 @@
+
+
+
+
+
+ We all watch anime.
+
+
\ No newline at end of file