diff --git a/app.py b/app.py index 472c5657..5cf67589 100644 --- a/app.py +++ b/app.py @@ -28,6 +28,10 @@ def cohort_2024(): def teamASC(): return render_template('teams/teamASC.html') +@app.route("/YAM") +def YAM(): + return render_template('teams/YAM.html') + @app.route("/2025") def cohort_2025(): return render_template('students_2025.html') diff --git a/static/img/IMG_0259.jpeg b/static/img/IMG_0259.jpeg new file mode 100644 index 00000000..597e34b8 Binary files /dev/null and b/static/img/IMG_0259.jpeg differ diff --git a/static/img/MariiaVolska.jpg b/static/img/MariiaVolska.jpg new file mode 100644 index 00000000..bcdcd159 Binary files /dev/null and b/static/img/MariiaVolska.jpg differ diff --git a/static/img/yashp.jpg b/static/img/yashp.jpg new file mode 100644 index 00000000..f7fffaec Binary files /dev/null and b/static/img/yashp.jpg differ diff --git a/templates/students_2025.html b/templates/students_2025.html index a17bf266..56f5a05d 100644 --- a/templates/students_2025.html +++ b/templates/students_2025.html @@ -24,6 +24,36 @@

Summer 2025 Cohort

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

Team Nat & Utsab + +
+
+ +
+
Masha Volska
+
Bellevue College
+

What I'm most looking forward to about the CodeDay Labs internship is learning to succesfully commit to a open-source project.

+ Team Masha, Aaron and Yash :) +
+ +
+
+ +
+
Aaron Pang
+
San Jose State University
+

What I'm most looking forward to about the CodeDay Labs internship is getting experience with open source

+ Team Masha, Aaron and Yash :) +
+ +
+
+ +
+
Yash Patel
+
University at Albany
+

What I'm most looking forward to about the CodeDay Labs internship is getting first hand experience on working with open source codebases

+ Team Masha, Aaron and Yash :) +
diff --git a/templates/teams/YAM.html b/templates/teams/YAM.html new file mode 100644 index 00000000..4d40f53b --- /dev/null +++ b/templates/teams/YAM.html @@ -0,0 +1,8 @@ + + + + + + We all like yams + + \ No newline at end of file