diff --git a/app.py b/app.py index aab9fc7b..29708b7e 100644 --- a/app.py +++ b/app.py @@ -32,6 +32,14 @@ def team_arm_phil_dyl(): def cohort_2024(): return render_template('students_2024.html') +@app.route("/2025") +def cohort_2025(): + return render_template('students_2025.html') + + +@app.route("/2026") +def cohort_2026(): + return render_template('students_2026.html') @app.route("/teamASC") def teamASC(): @@ -41,10 +49,6 @@ def teamASC(): def YAM(): return render_template('teams/YAM.html') -@app.route("/2025") -def cohort_2025(): - return render_template('students_2025.html') - @app.route("/adpt") def adpt(): return render_template('teams/adpt.html') diff --git a/static/img/maor.jpg b/static/img/maor.jpg new file mode 100644 index 00000000..5e33c186 Binary files /dev/null and b/static/img/maor.jpg differ diff --git a/templates/index.html b/templates/index.html index 3299bfb2..3cbb2561 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,6 +7,9 @@

CTI Summer Open Source Experience