@@ -16,16 +16,30 @@ def cohort_2022():
1616def cohort_2023 ():
1717 return render_template ('students_2023.html' )
1818
19+ @app .route ("/arm_phil_dyl" )
20+ def team_arm_phil_dyl ():
21+ return render_template ('teams/arm_phil_dyl.html' )
1922
2023@app .route ("/2024" )
2124def cohort_2024 ():
2225 return render_template ('students_2024.html' )
2326
27+ @app .route ("/2025" )
28+ def cohort_2025 ():
29+ return render_template ('students_2025.html' )
2430
31+ @app .route ("/shane_rashida_anthony" )
32+ def team_shane_rashida_anthony ():
33+ return render_template ('teams/shane_rashida_anthony.html' )
34+
2535@app .route ("/nat_uts" )
2636def team_nat_uts ():
2737 return render_template ('teams/nat_uts.html' )
2838
39+ @app .route ("/aryan_ethan_richie" )
40+ def team_aryan_ethan_richie ():
41+ return render_template ('teams/aryan_ethan_richie.html' )
42+
2943@app .route ("/sun_edm" )
3044def team_sun_edm ():
3145 return render_template ('teams/sun_edm.html' )
@@ -125,3 +139,83 @@ def team_brian_jia_honghao():
125139@app .route ("/team_CKL" )
126140def team_chynna_kyongsu_lizzy ():
127141 return render_template ('teams/team_CKL.html' )
142+
143+ @app .route ("/alex_shawn_chelsy" )
144+ def team_alex_shawn_chelsy ():
145+ return render_template ('teams/alex_shawn_chelsy.html' )
146+
147+ @app .route ("/team_cesar_daniel_karti" )
148+ def team_cesar_daniel_karti ():
149+ return render_template ('teams/team_cesar_daniel_karti.html' )
150+
151+ @app .route ("/team_1" )
152+ def team_1 ():
153+ return render_template ('teams/team_1.html' )
154+
155+ @app .route ("/team18" )
156+ def team18 ():
157+ return render_template ('teams/team18.html' )
158+
159+ @app .route ("/evgin_joshiro_michael" )
160+ def team_evgin_joshiro_michael ():
161+ return render_template ('teams/evgin_joshiro_michael.html' )
162+
163+ @app .route ("/julian_luis_pranathi" )
164+ def team_jlp ():
165+ return render_template ('teams/julian_luis_pranathi.html' )
166+
167+ @app .route ("/amir_luis_austin" )
168+ def team_amir_luis_austin ():
169+ return render_template ('teams/amir_luis_austin.html' )
170+
171+ @app .route ("/xiaotian_adrian" )
172+ def team_xiaotian_adrian ():
173+ return render_template ('teams/xiaotian_adrian.html' )
174+
175+ @app .route ("/team_sydney_ryan_peiwan" )
176+ def team_sydney_ryan_peiwan ():
177+ return render_template ('teams/team_pei-wan.html' )
178+
179+ @app .route ("/zhao_jiang_lauper" )
180+ def team_zhao_jiang_lauper ():
181+ return render_template ('teams/teamzhao_jiang_lauper.html' )
182+
183+ @app .route ("/s_o_j" )
184+ def team_s_o_j ():
185+ return render_template ('teams/s_o_j.html' )
186+
187+ @app .route ("/JIE" )
188+ def team_JIE ():
189+ return render_template ('teams/JIE.html' )
190+
191+ @app .route ("/xuan_jackson" )
192+ def team_xuan_jackson ():
193+ return render_template ('teams/xuan_jackson.html' )
194+
195+ @app .route ("/colinsebasaliyah" )
196+ def colinsebasaliyah ():
197+ return render_template ('teams/colinsebasaliyah.html' )
198+
199+ @app .route ("/team_msj" )
200+ def team_mjs ():
201+ return render_template ('teams/msj.html' )
202+
203+ @app .route ("/matthew_dale_suchith" )
204+ def matthew_dale_suchith ():
205+ return render_template ('teams/matthew_dale_suchith.html' )
206+
207+ @app .route ("/tri_sta_jag" )
208+ def team_tri_sta_jag ():
209+ return render_template ('teams/tri_sta_jag.html' )
210+
211+ @app .route ("/mai_andy_mahdi" )
212+ def team_mai_andy_mahdi ():
213+ return render_template ('teams/mai_andy_mahdi.html' )
214+
215+ @app .route ("/nic_ridhima_anvi" )
216+ def nic_ridhima_anvi ():
217+ return render_template ('teams/nic_ridhima_anvi.html' )
218+
219+ @app .route ("/eddie_syn_ved" )
220+ def team_E_S_V ():
221+ return render_template ('teams/eddie_syn_ved.html' )
0 commit comments