diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..a580bdfa Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index 227711cb..a930c28b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This repo serves as an activity for students to practice the common git workflow After creating your fork of this repository, add an upstream link to the original repo. -```git remote add upstream https://github.com/computingtalent/GitWorkflowIntro.git``` +```git remote add upstream https://github.com/CTI-CodeDay/GitWorkflowIntro.git``` Create your own feature branch where you will commit your changes @@ -36,6 +36,6 @@ Frequently pull the latest changes from the main branch. git checkout main git pull upstream main git checkout -git rebase main +git merge main ``` diff --git a/app.py b/app.py index 8e97ca51..f25d8706 100644 --- a/app.py +++ b/app.py @@ -5,5 +5,303 @@ app = Flask(__name__) @app.route("/") -def students(): - return render_template('students.html') +def home(): + return render_template('index.html') + +@app.route("/2022") +def cohort_2022(): + return render_template('students_2022.html') + +@app.route("/2023") +def cohort_2023(): + return render_template('students_2023.html') + +@app.route("/arm_phil_dyl") +def team_arm_phil_dyl(): + return render_template('teams/arm_phil_dyl.html') + +@app.route("/2024") +def cohort_2024(): + return render_template('students_2024.html') + +@app.route("/teamASC") +def teamASC(): + return render_template('teams/teamASC.html') + +@app.route("/2025") +def cohort_2025(): + return render_template('students_2025.html') + +@app.route("/shane_rashida_anthony") +def team_shane_rashida_anthony(): + return render_template('teams/shane_rashida_anthony.html') + +@app.route("/nat_uts") +def team_nat_uts(): + return render_template('teams/nat_uts.html') + +@app.route("/aryan_ethan_richie") +def team_aryan_ethan_richie(): + return render_template('teams/aryan_ethan_richie.html') + +@app.route("/sun_edm") +def team_sun_edm(): + return render_template('teams/sun_edm.html') + +@app.route('/jaime_edgarh') +def team_jaime_edgarh(): + return render_template('teams/jaime_edgarh.html') + +@app.route("/nathan_brian") +def team_nathan_brian(): + return render_template('teams/nathan_brian.html') + +@app.route("/boba") +def team_boba(): + return render_template('teams/boba.html') + +@app.route("/ian_brenden_elias") +def team_ian_brenden_elias(): + return render_template('teams/ian_brenden_elias.html') + +@app.route("/edg_and_edg") +def team_edg_and_edg(): + return render_template('teams/edg_and_edg.html') + +@app.route("/nt") +def team_nt(): + return render_template('teams/nt.html') + +@app.route("/liu_tuan_dominic") +def team_liu_tuan_dominic(): + return render_template('teams/liu_tuan_dominic.html') + +@app.route("/teamWork") +def team_june22(): + return render_template('teams/teamWork.html') + +@app.route("/trav_con") +def team_trav_con(): + return render_template('teams/trav_con.html') + +@app.route("/team_michael_rahul_magiber") +def team_michael_rahul_magiber(): + return render_template('teams/team_michael_rahul_magiber.html') + +@app.route("/sleeper") +def team_sleeper(): + return render_template('teams/sleeper.html') + +@app.route("/Team 10") +def team10(): + return render_template('teams/team10.html') + +@app.route("/team_kn") +def team_kn(): + return render_template('teams/team_kn.html') + +@app.route("/team_Di_Si_Se") +def team_Di_Si_Se(): + return render_template('teams/team_Di_Si_Se.html') + +@app.route("/shengzhe") +def team_shengzhe(): + return render_template('teams/shengzhe.html') + +@app.route("/james_david") +def team_james_david(): + return render_template('teams/james_david.html') + +@app.route("/dong_zach_dar") +def team_dong_zach_dar(): + return render_template('teams/dong_zach_dar.html') + +@app.route("/alison_rob_shawn") +def team_alison_rob_shawn(): + return render_template('teams/alison_rob_shawn.html') + +@app.route("/nick_val") +def team_nick_val(): + return render_template('teams/nick_val.html') + +@app.route("/luke_noah_maya") +def team_luke_noah_maya(): + return render_template('teams/luke_noah_maya.html') + +@app.route("/team_28") +def team_28(): + return render_template('teams/team_28.html') + +@app.route("/team_tony_bryan_julian") +def team_tony_bryan_julian(): + return render_template('teams/team_tony_bryan_julian.html') + +@app.route("/team_23") +def team_23(): + return render_template('teams/team_23.html') + +@app.route("/team_7") +def team_7(): + return render_template('teams/team_7.html') + +@app.route("/team29") +def team29(): + return render_template('teams/team29.html') + +@app.route("/jesus_tien_jaehoon") +def team_jesus_tien_jaehoon(): + return render_template('teams/jesus_tien_jaehoon.html') + +@app.route("/team_5") +def team_5(): + return render_template('teams/team_5.html') + +@app.route("/durle_emily") +def team_durle_emily(): + return render_template('teams/durle_emily.html') + +@app.route("/chey_serg_ted") +def team_chey_serg_ted(): + return render_template('teams/chey_serg_ted.html') + +@app.route("/jin_allison_saad") +def team_jin_allison_saad(): + return render_template('teams/team_jin_allison_saad.html') + +@app.route("/brian_jia_honghao") +def team_brian_jia_honghao(): + return render_template('teams/brian_jia_honghao.html') + +@app.route("/team_isa_bro_ben") +def team_isa_bro_ben(): + return render_template('teams/team_isa_bro_ben.html') + +@app.route("/arthur_daniel_adrian") +def team_arthur_daniel_adrian(): + return render_template('teams/arthur_daniel_adrian.html') + +@app.route("/pramodya_sherman") +def team_pramodya_sherman(): + return render_template('teams/pramo_sher.html') + +@app.route("/team_CKL") +def team_chynna_kyongsu_lizzy(): + return render_template('teams/team_CKL.html') + +@app.route("/alex_shawn_chelsy") +def team_alex_shawn_chelsy(): + return render_template('teams/alex_shawn_chelsy.html') + +@app.route("/team_cesar_daniel_karti") +def team_cesar_daniel_karti(): + return render_template('teams/team_cesar_daniel_karti.html') + +@app.route("/team_1") +def team_1(): + return render_template('teams/team_1.html') + +@app.route("/team18") +def team18(): + return render_template('teams/team18.html') + +@app.route("/evgin_joshiro_michael") +def team_evgin_joshiro_michael(): + return render_template('teams/evgin_joshiro_michael.html') + +@app.route("/julian_luis_pranathi") +def team_jlp(): + return render_template('teams/julian_luis_pranathi.html') + +@app.route("/amir_luis_austin") +def team_amir_luis_austin(): + return render_template('teams/amir_luis_austin.html') + +@app.route("/xiaotian_adrian") +def team_xiaotian_adrian(): + return render_template('teams/xiaotian_adrian.html') + +@app.route("/team_sydney_ryan_peiwan") +def team_sydney_ryan_peiwan(): + return render_template('teams/team_pei-wan.html') + +@app.route("/zhao_jiang_lauper") +def team_zhao_jiang_lauper(): + return render_template('teams/teamzhao_jiang_lauper.html') + +@app.route("/s_o_j") +def team_s_o_j(): + return render_template('teams/s_o_j.html') + +@app.route("/JIE") +def team_JIE(): + return render_template('teams/JIE.html') + +@app.route("/xuan_jackson") +def team_xuan_jackson(): + return render_template('teams/xuan_jackson.html') + +@app.route("/colinsebasaliyah") +def colinsebasaliyah(): + return render_template('teams/colinsebasaliyah.html') + +@app.route("/team_msj") +def team_mjs(): + return render_template('teams/msj.html') + +@app.route("/matthew_dale_suchith") +def matthew_dale_suchith(): + return render_template('teams/matthew_dale_suchith.html') + +@app.route("/tri_sta_jag") +def team_tri_sta_jag(): + return render_template('teams/tri_sta_jag.html') + +@app.route("/mai_andy_mahdi") +def team_mai_andy_mahdi(): + return render_template('teams/mai_andy_mahdi.html') + +@app.route("/nic_ridhima_anvi") +def nic_ridhima_anvi(): + return render_template('teams/nic_ridhima_anvi.html') + +@app.route("/eddie_syn_ved") +def team_E_S_V(): + return render_template('teams/eddie_syn_ved.html') + + +@app.route("/abdel_austin_chika") +def team_abdel_austin_chika(): + return render_template('teams/abdel_austin_chika.html') + +@app.route("/evan_jared_keith_xuan") +def team_evan_jared_keith_xuan(): + return render_template('teams/evan_jared_keith_xuan.html') + +@app.route("/rav") +def team_regina_andre_vansh(): + return render_template('teams/team_regina_andre_vansh.html') + +@app.route("/mia_victor_alec") +def team_mia_victor_alec(): + return render_template('teams/mia_victor_alec.html') + +@app.route("/michael_brette_joshua_krishneet") +def team_michael_brette_joshua_krishneet(): + return render_template('teams/michael_brette_joshua_krishneet.html') + +@app.route("/teamAhh") +def teamAhh(): + return render_template('teams/teamAhh.html') + +@app.route("/edu_igo_jac") +def team_edu_igo_jac(): + return render_template('teams/edu_igo_jac.html') + +@app.route("/bo_kevin_miller") +def team_bo_kevin_miller(): + return render_template('teams/bo_kevin_miller.html') + +@app.route("/tyler_shubham_mikaella") +def team_tyler_shubham_mikaella(): + return render_template('teams/tyler_shubham_mikaella.html') + diff --git a/scripts/generator.py b/scripts/generator.py new file mode 100644 index 00000000..7e78d319 --- /dev/null +++ b/scripts/generator.py @@ -0,0 +1,19 @@ +import csv + +with open('students.csv', 'r') as file: + reader = csv.reader(file) + next(reader) # Skip the header + with open('output.html', 'w') as outfile: + for row in reader: + name = row[0] + outfile.write(f""" +
+
+ +
+
{name}
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ """) \ No newline at end of file diff --git a/scripts/output.html b/scripts/output.html new file mode 100644 index 00000000..e453fede --- /dev/null +++ b/scripts/output.html @@ -0,0 +1,1061 @@ + +
+
+ +
+
Tat Chung Chan
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Haolong Deng
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Zhenyu Yu
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Luis Tapia
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Julian Ediberto Valencia
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Zhongle Zhou
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Nathan Pham
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Estefania Celeste Perez
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Daniel Martinez
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Long Dao
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Emily Mae Sarne
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Minjia(Mia) Tao
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Eduardo
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Benjamin Manh Hung Nguyen
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Zongling Guo
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Daniel Solano
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Abrham Tamiru
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Porter Clevidence
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Samuel Lo
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Jean-Luc Martel
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Sergio Zavala
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Jason Kim
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Cesar Cordero
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Pierre Harbin
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Alana Dubie
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Avin Rai
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Brody Whelan
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Angel Medina
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Isaac Palompo
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Henry Peng
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
tienmpham0303@gmail.com
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
John Mikko Reyes Velasquez
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Phong Truong (Toan Truong)
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Pranathi Chamarthi
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Michael Shinkwang Kowata
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Kyongsu Kang
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Kartikeya Kumaria
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Emily Madsen
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Tam Ly
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Allison Chan
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Ledi Li
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Gabriel Myers
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Wesley Sum
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Achsah Maria Jojo
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Lingyu Hu
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Kristine Nguyen
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Benjamin Khor Zhi Ming
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Julian Ochoa Villicana
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Alan Xiao
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Angel Zaldivar
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Alireza Manizani
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Chynna Syas
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Alexis Guzman
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Ryan Duong
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Alden Duarte-Vasquez
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Maryam Bouamama
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Emily Sok Hawkins
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Andrei Solomon Sanidad Duque
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Durley sandrith Galvan Jimenez
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Jaehoon Song
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Tony Wu
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Ruxue Jin
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Krystelle Barroso
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Zhiyuan Zhang
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Gyugang Lee
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Zhimin Meng
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Hannah Cotterell
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Bryan Khor
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Cheyenne Marie Jao Ty
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Jesus Garcia Loyola
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Brian Nguyen
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Saad Malik Paracha
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Mustafa Evgin Demirci
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Cristobal Elizarraraz Rios
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Kyla Macapagal Usi
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Dustin Nam Phan
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Tedman Nguyen
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Keith Ruxton
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
William Wong
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Youkyoung Kim
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Joshiro Lawrence
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Benjamin Choi
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Ocean Tober
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Diana Galeana
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Honghao Lin
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
George Jones
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Usman Tahir
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Nicholas Tran
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Kenneth Requerme Ramos
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Jia Jun Yang
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Alexander Chang
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Zhufan Gu
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
YU AN PAN
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Luc Nguyen
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Arthur Nguyen
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Christian Barajas
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Brian Liu
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Yijun Yu
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Andy Nam Vo
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Ting Zhu
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Ravneet Bhatia
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Shizhan Liu
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Adrian Haro
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Sebastian Ramos
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Minh Tran
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Promodya Rajapakse
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ \ No newline at end of file diff --git a/scripts/students.csv b/scripts/students.csv new file mode 100644 index 00000000..b5f8f96e --- /dev/null +++ b/scripts/students.csv @@ -0,0 +1,107 @@ +Xiaoxuan Wang +Tat Chung Chan +Haolong Deng +Zhenyu Yu +Luis Tapia +Julian Ediberto Valencia +Zhongle Zhou +Nathan Pham +Estefania Celeste Perez +Daniel Martinez +Long Dao +Emily Mae Sarne +Minjia(Mia) Tao +Eduardo +Benjamin Manh Hung Nguyen +Zongling Guo +Daniel Solano +Abrham Tamiru +Porter Clevidence +Samuel Lo +Jean-Luc Martel +Sergio Zavala +Jason Kim +Cesar Cordero +Pierre Harbin +Alana Dubie +Avin Rai +Brody Whelan +Angel Medina +Isaac Palompo +Henry Peng +tienmpham0303@gmail.com +John Mikko Reyes Velasquez +Phong Truong (Toan Truong) +Pranathi Chamarthi +Michael Shinkwang Kowata +Kyongsu Kang +Kartikeya Kumaria +Emily Madsen +Tam Ly +Allison Chan +Ledi Li +Gabriel Myers +Wesley Sum +Achsah Maria Jojo +Lingyu Hu +Kristine Nguyen +Benjamin Khor Zhi Ming +Julian Ochoa Villicana +Alan Xiao +Angel Zaldivar +Alireza Manizani +Chynna Syas +Alexis Guzman +Ryan Duong +Alden Duarte-Vasquez +Maryam Bouamama +Emily Sok Hawkins +Andrei Solomon Sanidad Duque +Durley sandrith Galvan Jimenez +Jaehoon Song +Tony Wu +Ruxue Jin +Krystelle Barroso +Zhiyuan Zhang +Gyugang Lee +Zhimin Meng +Hannah Cotterell +Bryan Khor +Cheyenne Marie Jao Ty +Jesus Garcia Loyola +Brian Nguyen +Saad Malik Paracha +Mustafa Evgin Demirci +Cristobal Elizarraraz Rios +Kyla Macapagal Usi +Dustin Nam Phan +Tedman Nguyen +Keith Ruxton +William Wong +Youkyoung Kim +Joshiro Lawrence +Benjamin Choi +Ocean Tober +Diana Galeana +Honghao Lin +George Jones +Usman Tahir +Nicholas Tran +Kenneth Requerme Ramos +Jia Jun Yang +Alexander Chang +Zhufan Gu +YU AN PAN +Luc Nguyen +Arthur Nguyen +Christian Barajas +Brian Liu +Yijun Yu +Andy Nam Vo +Ting Zhu +Ravneet Bhatia +Shizhan Liu +Adrian Haro +Sebastian Ramos +Minh Tran +Promodya Rajapakse \ No newline at end of file diff --git a/static/css/style.css b/static/css/style.css index 53749967..fdc86de9 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -8,6 +8,7 @@ img { width: 200px; height: 200px; margin: 10px 0; + /* object-fit: cover; - When the image is stretched this attribute makes the image reach a resolution that accomodates the container's (w x l) */ } .student-container { diff --git a/static/img/1676941201770.jpg b/static/img/1676941201770.jpg new file mode 100644 index 00000000..f5538815 Binary files /dev/null and b/static/img/1676941201770.jpg differ diff --git a/static/img/1693774162156.jpg b/static/img/1693774162156.jpg new file mode 100644 index 00000000..15390ce2 Binary files /dev/null and b/static/img/1693774162156.jpg differ diff --git a/static/img/AdrianNguyenPhoto.jpg b/static/img/AdrianNguyenPhoto.jpg new file mode 100644 index 00000000..42f800ae Binary files /dev/null and b/static/img/AdrianNguyenPhoto.jpg differ diff --git a/static/img/Agustin_Al.jpg b/static/img/Agustin_Al.jpg new file mode 100644 index 00000000..7813b6ad Binary files /dev/null and b/static/img/Agustin_Al.jpg differ diff --git a/static/img/AlexanderChang.jpg b/static/img/AlexanderChang.jpg new file mode 100644 index 00000000..41c89fd3 Binary files /dev/null and b/static/img/AlexanderChang.jpg differ diff --git a/static/img/Amormio.png b/static/img/Amormio.png new file mode 100644 index 00000000..7825086c Binary files /dev/null and b/static/img/Amormio.png differ diff --git a/static/img/Andre_Dargani.jpg b/static/img/Andre_Dargani.jpg new file mode 100644 index 00000000..ccb0263e Binary files /dev/null and b/static/img/Andre_Dargani.jpg differ diff --git a/static/img/AndreiDuque.jpg b/static/img/AndreiDuque.jpg new file mode 100644 index 00000000..6f7631fa Binary files /dev/null and b/static/img/AndreiDuque.jpg differ diff --git a/static/img/Anitha.JPG b/static/img/Anitha.JPG new file mode 100644 index 00000000..8a241221 Binary files /dev/null and b/static/img/Anitha.JPG differ diff --git a/static/img/Anmol_pic.png b/static/img/Anmol_pic.png new file mode 100644 index 00000000..b33be96f Binary files /dev/null and b/static/img/Anmol_pic.png differ diff --git a/static/img/Anthony_Thengs.jpg b/static/img/Anthony_Thengs.jpg new file mode 100644 index 00000000..4196582a Binary files /dev/null and b/static/img/Anthony_Thengs.jpg differ diff --git a/static/img/Armondo.jpg b/static/img/Armondo.jpg new file mode 100644 index 00000000..9b83b6b2 Binary files /dev/null and b/static/img/Armondo.jpg differ diff --git a/static/img/AungKhantMin.JPG b/static/img/AungKhantMin.JPG new file mode 100644 index 00000000..3533420f Binary files /dev/null and b/static/img/AungKhantMin.JPG differ diff --git a/static/img/Austin_Metke.jpg b/static/img/Austin_Metke.jpg new file mode 100644 index 00000000..e1657a25 Binary files /dev/null and b/static/img/Austin_Metke.jpg differ diff --git a/static/img/Autinn-Au-Yeung.jpg b/static/img/Autinn-Au-Yeung.jpg new file mode 100644 index 00000000..5bafac38 Binary files /dev/null and b/static/img/Autinn-Au-Yeung.jpg differ diff --git a/static/img/BenjaminManhNguyen.jpeg b/static/img/BenjaminManhNguyen.jpeg new file mode 100644 index 00000000..cd61de20 Binary files /dev/null and b/static/img/BenjaminManhNguyen.jpeg differ diff --git a/static/img/Bryan.jpg b/static/img/Bryan.jpg new file mode 100644 index 00000000..f3cf1d48 Binary files /dev/null and b/static/img/Bryan.jpg differ diff --git a/static/img/Colin_Nguyen_Pic.jpg b/static/img/Colin_Nguyen_Pic.jpg new file mode 100644 index 00000000..baa64da3 Binary files /dev/null and b/static/img/Colin_Nguyen_Pic.jpg differ diff --git a/static/img/Daniel_S.JPG b/static/img/Daniel_S.JPG new file mode 100644 index 00000000..28c247f1 Binary files /dev/null and b/static/img/Daniel_S.JPG differ diff --git a/static/img/Darren_S.jpg b/static/img/Darren_S.jpg new file mode 100644 index 00000000..37108d41 Binary files /dev/null and b/static/img/Darren_S.jpg differ diff --git a/static/img/DavidNicolasGarcia.jpg b/static/img/DavidNicolasGarcia.jpg new file mode 100644 index 00000000..d31a4dbb Binary files /dev/null and b/static/img/DavidNicolasGarcia.jpg differ diff --git a/static/img/Demi_C.jpg b/static/img/Demi_C.jpg new file mode 100644 index 00000000..829547ad Binary files /dev/null and b/static/img/Demi_C.jpg differ diff --git a/static/img/Diego_Espinoza.jpg b/static/img/Diego_Espinoza.jpg new file mode 100644 index 00000000..eb25588b Binary files /dev/null and b/static/img/Diego_Espinoza.jpg differ diff --git a/static/img/Dlam_pic.jpeg b/static/img/Dlam_pic.jpeg new file mode 100644 index 00000000..b42b8285 Binary files /dev/null and b/static/img/Dlam_pic.jpeg differ diff --git a/static/img/Dongping_pic.JPG b/static/img/Dongping_pic.JPG new file mode 100644 index 00000000..40a11ab7 Binary files /dev/null and b/static/img/Dongping_pic.JPG differ diff --git a/static/img/DurleyG.jpg b/static/img/DurleyG.jpg new file mode 100644 index 00000000..76f5f1ee Binary files /dev/null and b/static/img/DurleyG.jpg differ diff --git a/static/img/DustinPhan.JPG b/static/img/DustinPhan.JPG new file mode 100644 index 00000000..a7312e91 Binary files /dev/null and b/static/img/DustinPhan.JPG differ diff --git a/static/img/EddieRodr.jpg b/static/img/EddieRodr.jpg new file mode 100644 index 00000000..bce2ced1 Binary files /dev/null and b/static/img/EddieRodr.jpg differ diff --git a/static/img/Edgar_F.png b/static/img/Edgar_F.png new file mode 100644 index 00000000..4d4325e6 Binary files /dev/null and b/static/img/Edgar_F.png differ diff --git a/static/img/Elias.jpeg b/static/img/Elias.jpeg new file mode 100644 index 00000000..9fcdccb2 Binary files /dev/null and b/static/img/Elias.jpeg differ diff --git a/static/img/Elizabeth.jpg b/static/img/Elizabeth.jpg new file mode 100644 index 00000000..bd64bb4c Binary files /dev/null and b/static/img/Elizabeth.jpg differ diff --git a/static/img/Emily_Headshot.jpg b/static/img/Emily_Headshot.jpg new file mode 100644 index 00000000..687513d3 Binary files /dev/null and b/static/img/Emily_Headshot.jpg differ diff --git a/static/img/Freya_Jiang.png b/static/img/Freya_Jiang.png new file mode 100644 index 00000000..248e7696 Binary files /dev/null and b/static/img/Freya_Jiang.png differ diff --git a/static/img/Frodriguez116.jpg b/static/img/Frodriguez116.jpg new file mode 100644 index 00000000..9a25c338 Binary files /dev/null and b/static/img/Frodriguez116.jpg differ diff --git a/static/img/IMG-2923.jpg b/static/img/IMG-2923.jpg new file mode 100644 index 00000000..e5151c2d Binary files /dev/null and b/static/img/IMG-2923.jpg differ diff --git a/static/img/IMG_0297.jpeg b/static/img/IMG_0297.jpeg new file mode 100644 index 00000000..9e154e0c Binary files /dev/null and b/static/img/IMG_0297.jpeg differ diff --git a/static/img/IMG_1154.jpg b/static/img/IMG_1154.jpg new file mode 100644 index 00000000..9af88ea2 Binary files /dev/null and b/static/img/IMG_1154.jpg differ diff --git a/static/img/IMG_1298.jpg b/static/img/IMG_1298.jpg new file mode 100644 index 00000000..06d56471 Binary files /dev/null and b/static/img/IMG_1298.jpg differ diff --git a/static/img/IMG_1324.jpg b/static/img/IMG_1324.jpg new file mode 100644 index 00000000..369d9ba3 Binary files /dev/null and b/static/img/IMG_1324.jpg differ diff --git a/static/img/IMG_4704.jpg b/static/img/IMG_4704.jpg new file mode 100644 index 00000000..b47e5dc4 Binary files /dev/null and b/static/img/IMG_4704.jpg differ diff --git a/static/img/IMG_4739.jpg b/static/img/IMG_4739.jpg new file mode 100644 index 00000000..14768d86 Binary files /dev/null and b/static/img/IMG_4739.jpg differ diff --git a/static/img/IMG_5032.PNG b/static/img/IMG_5032.PNG new file mode 100644 index 00000000..4fb98a65 Binary files /dev/null and b/static/img/IMG_5032.PNG differ diff --git a/static/img/IMG_5733.jpeg b/static/img/IMG_5733.jpeg new file mode 100644 index 00000000..2d1e1c37 Binary files /dev/null and b/static/img/IMG_5733.jpeg differ diff --git a/static/img/IMG_6510[1].JPG b/static/img/IMG_6510[1].JPG new file mode 100644 index 00000000..799f9fac Binary files /dev/null and b/static/img/IMG_6510[1].JPG differ diff --git a/static/img/IMG_7138.jpg b/static/img/IMG_7138.jpg new file mode 100644 index 00000000..75b3fd0e Binary files /dev/null and b/static/img/IMG_7138.jpg differ diff --git a/static/img/IMG_8421.jpg b/static/img/IMG_8421.jpg new file mode 100644 index 00000000..3d59dcbd Binary files /dev/null and b/static/img/IMG_8421.jpg differ diff --git a/static/img/IMG_8444.heic b/static/img/IMG_8444.heic new file mode 100644 index 00000000..42debda9 Binary files /dev/null and b/static/img/IMG_8444.heic differ diff --git a/static/img/IanW.jpg b/static/img/IanW.jpg new file mode 100644 index 00000000..0141d94b Binary files /dev/null and b/static/img/IanW.jpg differ diff --git a/static/img/Image_2024.png b/static/img/Image_2024.png new file mode 100644 index 00000000..d9960e18 Binary files /dev/null and b/static/img/Image_2024.png differ diff --git a/static/img/Ivan pfp.jpg b/static/img/Ivan pfp.jpg new file mode 100644 index 00000000..4d467c2d Binary files /dev/null and b/static/img/Ivan pfp.jpg differ diff --git a/static/img/J-Dees-pic.jpg b/static/img/J-Dees-pic.jpg new file mode 100644 index 00000000..f53ae778 Binary files /dev/null and b/static/img/J-Dees-pic.jpg differ diff --git a/static/img/Jack.png b/static/img/Jack.png new file mode 100644 index 00000000..ae41122e Binary files /dev/null and b/static/img/Jack.png differ diff --git a/static/img/Jackson_Drew.jpg b/static/img/Jackson_Drew.jpg new file mode 100644 index 00000000..ab2cb818 Binary files /dev/null and b/static/img/Jackson_Drew.jpg differ diff --git a/static/img/Jean-Luc.jpeg b/static/img/Jean-Luc.jpeg new file mode 100644 index 00000000..366bb92a Binary files /dev/null and b/static/img/Jean-Luc.jpeg differ diff --git a/static/img/JessicaNguyen.jpg b/static/img/JessicaNguyen.jpg new file mode 100644 index 00000000..1b44ab58 Binary files /dev/null and b/static/img/JessicaNguyen.jpg differ diff --git a/static/img/Jesus_pic.jpg b/static/img/Jesus_pic.jpg new file mode 100644 index 00000000..53c62080 Binary files /dev/null and b/static/img/Jesus_pic.jpg differ diff --git a/static/img/Jiseob_Lee.JPG b/static/img/Jiseob_Lee.JPG new file mode 100644 index 00000000..fa395ab3 Binary files /dev/null and b/static/img/Jiseob_Lee.JPG differ diff --git a/static/img/John3.jpg b/static/img/John3.jpg new file mode 100644 index 00000000..3d2770ed Binary files /dev/null and b/static/img/John3.jpg differ diff --git a/static/img/JohnnySselfie.png b/static/img/JohnnySselfie.png new file mode 100644 index 00000000..0cec34bd Binary files /dev/null and b/static/img/JohnnySselfie.png differ diff --git a/static/img/JonathanR.jpg b/static/img/JonathanR.jpg new file mode 100644 index 00000000..99bf800b Binary files /dev/null and b/static/img/JonathanR.jpg differ diff --git a/static/img/Joseph.jpg b/static/img/Joseph.jpg new file mode 100644 index 00000000..4e1b3d0b Binary files /dev/null and b/static/img/Joseph.jpg differ diff --git a/static/img/Joshua.jpg b/static/img/Joshua.jpg new file mode 100644 index 00000000..a92e7d0f Binary files /dev/null and b/static/img/Joshua.jpg differ diff --git a/static/img/KaranVerma.jpg b/static/img/KaranVerma.jpg new file mode 100644 index 00000000..b9bccf10 Binary files /dev/null and b/static/img/KaranVerma.jpg differ diff --git a/static/img/Kenneth.JPG b/static/img/Kenneth.JPG new file mode 100644 index 00000000..76f7b9de Binary files /dev/null and b/static/img/Kenneth.JPG differ diff --git a/static/img/Kent.png b/static/img/Kent.png new file mode 100644 index 00000000..84aa64b0 Binary files /dev/null and b/static/img/Kent.png differ diff --git a/static/img/Khiem_portraitcropped.jpeg b/static/img/Khiem_portraitcropped.jpeg new file mode 100644 index 00000000..fba8863a Binary files /dev/null and b/static/img/Khiem_portraitcropped.jpeg differ diff --git a/static/img/KoichiNakata.jpg b/static/img/KoichiNakata.jpg new file mode 100644 index 00000000..3acd0cee Binary files /dev/null and b/static/img/KoichiNakata.jpg differ diff --git a/static/img/KyleDrewes.png b/static/img/KyleDrewes.png new file mode 100644 index 00000000..628a082d Binary files /dev/null and b/static/img/KyleDrewes.png differ diff --git a/static/img/Kyongsu.K.jpeg b/static/img/Kyongsu.K.jpeg new file mode 100644 index 00000000..f9e6e32f Binary files /dev/null and b/static/img/Kyongsu.K.jpeg differ diff --git a/static/img/LarsV.jpg b/static/img/LarsV.jpg new file mode 100644 index 00000000..9f256a6b Binary files /dev/null and b/static/img/LarsV.jpg differ diff --git a/static/img/LoganPic.jpg b/static/img/LoganPic.jpg new file mode 100644 index 00000000..37bb8380 Binary files /dev/null and b/static/img/LoganPic.jpg differ diff --git a/static/img/LukeBerry.jpeg b/static/img/LukeBerry.jpeg new file mode 100644 index 00000000..87fcc68b Binary files /dev/null and b/static/img/LukeBerry.jpeg differ diff --git a/static/img/MarcosA.jpg b/static/img/MarcosA.jpg new file mode 100644 index 00000000..2cfa1cfb Binary files /dev/null and b/static/img/MarcosA.jpg differ diff --git a/static/img/Mariano.jpg b/static/img/Mariano.jpg new file mode 100644 index 00000000..ffdfcec1 Binary files /dev/null and b/static/img/Mariano.jpg differ diff --git a/static/img/Michael_Ly.jpg b/static/img/Michael_Ly.jpg new file mode 100644 index 00000000..52ed3cf9 Binary files /dev/null and b/static/img/Michael_Ly.jpg differ diff --git a/static/img/Michelle_23.png b/static/img/Michelle_23.png new file mode 100644 index 00000000..6ea47f2f Binary files /dev/null and b/static/img/Michelle_23.png differ diff --git a/static/img/Mike_pic.jpg b/static/img/Mike_pic.jpg new file mode 100644 index 00000000..52183580 Binary files /dev/null and b/static/img/Mike_pic.jpg differ diff --git a/static/img/Minh_T.jpg b/static/img/Minh_T.jpg new file mode 100644 index 00000000..0b20deac Binary files /dev/null and b/static/img/Minh_T.jpg differ diff --git a/static/img/Nathan_Pham.jpg b/static/img/Nathan_Pham.jpg new file mode 100644 index 00000000..346bdea7 Binary files /dev/null and b/static/img/Nathan_Pham.jpg differ diff --git a/static/img/New_LinkedIn_2.jpg b/static/img/New_LinkedIn_2.jpg new file mode 100644 index 00000000..714de961 Binary files /dev/null and b/static/img/New_LinkedIn_2.jpg differ diff --git a/static/img/NicGarb.jpg b/static/img/NicGarb.jpg new file mode 100644 index 00000000..14382966 Binary files /dev/null and b/static/img/NicGarb.jpg differ diff --git a/static/img/Nick_A.jpeg b/static/img/Nick_A.jpeg new file mode 100644 index 00000000..e0451564 Binary files /dev/null and b/static/img/Nick_A.jpeg differ diff --git a/static/img/Nikolai.png b/static/img/Nikolai.png new file mode 100644 index 00000000..8b2f5af6 Binary files /dev/null and b/static/img/Nikolai.png differ diff --git a/static/img/Noah_Jacinto.PNG b/static/img/Noah_Jacinto.PNG new file mode 100644 index 00000000..b4759ba2 Binary files /dev/null and b/static/img/Noah_Jacinto.PNG differ diff --git a/static/img/Oliviayu.jpeg b/static/img/Oliviayu.jpeg new file mode 100644 index 00000000..d74b6f3d Binary files /dev/null and b/static/img/Oliviayu.jpeg differ diff --git a/static/img/Oscar_pic.jpeg b/static/img/Oscar_pic.jpeg new file mode 100644 index 00000000..d5234a02 Binary files /dev/null and b/static/img/Oscar_pic.jpeg differ diff --git a/static/img/Phineas_pic.jpg b/static/img/Phineas_pic.jpg new file mode 100644 index 00000000..fbcc9fb1 Binary files /dev/null and b/static/img/Phineas_pic.jpg differ diff --git a/static/img/Pradeep_Pansare.JPG b/static/img/Pradeep_Pansare.JPG new file mode 100644 index 00000000..6a1a45c5 Binary files /dev/null and b/static/img/Pradeep_Pansare.JPG differ diff --git a/static/img/ProfilePicture.jpg b/static/img/ProfilePicture.jpg new file mode 100644 index 00000000..2e33f978 Binary files /dev/null and b/static/img/ProfilePicture.jpg differ diff --git a/static/img/Qilan_Lao.jpg b/static/img/Qilan_Lao.jpg new file mode 100644 index 00000000..41e7691d Binary files /dev/null and b/static/img/Qilan_Lao.jpg differ diff --git a/static/img/Rahul_G.png b/static/img/Rahul_G.png new file mode 100644 index 00000000..15693243 Binary files /dev/null and b/static/img/Rahul_G.png differ diff --git a/static/img/Regina_Huang.jpg b/static/img/Regina_Huang.jpg new file mode 100644 index 00000000..31998c05 Binary files /dev/null and b/static/img/Regina_Huang.jpg differ diff --git a/static/img/Romano_R.jpg b/static/img/Romano_R.jpg new file mode 100644 index 00000000..e111de7b Binary files /dev/null and b/static/img/Romano_R.jpg differ diff --git a/static/img/RuxueJin.jpg b/static/img/RuxueJin.jpg new file mode 100644 index 00000000..61dbddd4 Binary files /dev/null and b/static/img/RuxueJin.jpg differ diff --git a/static/img/Samuel_L.png b/static/img/Samuel_L.png new file mode 100644 index 00000000..00658625 Binary files /dev/null and b/static/img/Samuel_L.png differ diff --git a/static/img/Sebastian.jpg b/static/img/Sebastian.jpg new file mode 100644 index 00000000..d502dec5 Binary files /dev/null and b/static/img/Sebastian.jpg differ diff --git a/static/img/SebastianR.jpeg b/static/img/SebastianR.jpeg new file mode 100644 index 00000000..fa73e788 Binary files /dev/null and b/static/img/SebastianR.jpeg differ diff --git a/static/img/SergioZavala.jpg b/static/img/SergioZavala.jpg new file mode 100644 index 00000000..4916a0a7 Binary files /dev/null and b/static/img/SergioZavala.jpg differ diff --git a/static/img/Shawn_Templer.jpg b/static/img/Shawn_Templer.jpg new file mode 100644 index 00000000..70ba0586 Binary files /dev/null and b/static/img/Shawn_Templer.jpg differ diff --git a/static/img/ShengzheZhang.png b/static/img/ShengzheZhang.png new file mode 100644 index 00000000..df43c888 Binary files /dev/null and b/static/img/ShengzheZhang.png differ diff --git a/static/img/ShubhamWaldiya.jpg b/static/img/ShubhamWaldiya.jpg new file mode 100644 index 00000000..9c1730df Binary files /dev/null and b/static/img/ShubhamWaldiya.jpg differ diff --git a/static/img/SihamPhoto.jpg b/static/img/SihamPhoto.jpg new file mode 100644 index 00000000..ef29dab6 Binary files /dev/null and b/static/img/SihamPhoto.jpg differ diff --git a/static/img/SleepingFox.jpg b/static/img/SleepingFox.jpg new file mode 100644 index 00000000..a47bfe8e Binary files /dev/null and b/static/img/SleepingFox.jpg differ diff --git a/static/img/Suchith_Gali.jpeg b/static/img/Suchith_Gali.jpeg new file mode 100644 index 00000000..09c1063e Binary files /dev/null and b/static/img/Suchith_Gali.jpeg differ diff --git a/static/img/TWYX.png b/static/img/TWYX.png new file mode 100644 index 00000000..e3e13982 Binary files /dev/null and b/static/img/TWYX.png differ diff --git a/static/img/TamNguyen.jpg b/static/img/TamNguyen.jpg new file mode 100644 index 00000000..bbdbba25 Binary files /dev/null and b/static/img/TamNguyen.jpg differ diff --git a/static/img/Tien_Pham.jpg b/static/img/Tien_Pham.jpg new file mode 100644 index 00000000..d99e071e Binary files /dev/null and b/static/img/Tien_Pham.jpg differ diff --git a/static/img/TravisC.jpg b/static/img/TravisC.jpg new file mode 100644 index 00000000..11d7f9e2 Binary files /dev/null and b/static/img/TravisC.jpg differ diff --git a/static/img/Triet.jpg b/static/img/Triet.jpg new file mode 100644 index 00000000..4db1fd81 Binary files /dev/null and b/static/img/Triet.jpg differ diff --git a/static/img/TrongLe_HeadShot_front.jpg b/static/img/TrongLe_HeadShot_front.jpg new file mode 100644 index 00000000..d494d8c3 Binary files /dev/null and b/static/img/TrongLe_HeadShot_front.jpg differ diff --git a/static/img/Truc-Tran.jpg b/static/img/Truc-Tran.jpg new file mode 100644 index 00000000..a816f347 Binary files /dev/null and b/static/img/Truc-Tran.jpg differ diff --git a/static/img/Vedant_Patel_Grad_Picture.jpeg b/static/img/Vedant_Patel_Grad_Picture.jpeg new file mode 100644 index 00000000..1d217c68 Binary files /dev/null and b/static/img/Vedant_Patel_Grad_Picture.jpeg differ diff --git a/static/img/WailPic.JPG b/static/img/WailPic.JPG new file mode 100644 index 00000000..022dd2c1 Binary files /dev/null and b/static/img/WailPic.JPG differ diff --git a/static/img/WillY.jpg b/static/img/WillY.jpg new file mode 100644 index 00000000..eec643c0 Binary files /dev/null and b/static/img/WillY.jpg differ diff --git a/static/img/XuanHienPham.jpg b/static/img/XuanHienPham.jpg new file mode 100644 index 00000000..88194d80 Binary files /dev/null and b/static/img/XuanHienPham.jpg differ diff --git a/static/img/Youkyoung_Kim.jpg b/static/img/Youkyoung_Kim.jpg new file mode 100644 index 00000000..77a30610 Binary files /dev/null and b/static/img/Youkyoung_Kim.jpg differ diff --git a/static/img/Zhiyuan_Zhao.jpeg b/static/img/Zhiyuan_Zhao.jpeg new file mode 100644 index 00000000..8e5c3834 Binary files /dev/null and b/static/img/Zhiyuan_Zhao.jpeg differ diff --git a/static/img/aaron.jpg b/static/img/aaron.jpg new file mode 100644 index 00000000..d80d1e77 Binary files /dev/null and b/static/img/aaron.jpg differ diff --git a/static/img/aaron_pic.jpg b/static/img/aaron_pic.jpg new file mode 100644 index 00000000..bac0ddd6 Binary files /dev/null and b/static/img/aaron_pic.jpg differ diff --git a/static/img/ab.jpg b/static/img/ab.jpg new file mode 100644 index 00000000..175c91ef Binary files /dev/null and b/static/img/ab.jpg differ diff --git a/static/img/achsah.png b/static/img/achsah.png new file mode 100644 index 00000000..53b491f0 Binary files /dev/null and b/static/img/achsah.png differ diff --git a/static/img/adharo.jpg b/static/img/adharo.jpg new file mode 100644 index 00000000..3ed243d9 Binary files /dev/null and b/static/img/adharo.jpg differ diff --git a/static/img/aizen.png b/static/img/aizen.png new file mode 100644 index 00000000..f9633947 Binary files /dev/null and b/static/img/aizen.png differ diff --git a/static/img/akhil_pic.jpg b/static/img/akhil_pic.jpg new file mode 100644 index 00000000..d3886a24 Binary files /dev/null and b/static/img/akhil_pic.jpg differ diff --git a/static/img/alana_img.png b/static/img/alana_img.png new file mode 100644 index 00000000..f427d062 Binary files /dev/null and b/static/img/alana_img.png differ diff --git a/static/img/alex_pic.jpg b/static/img/alex_pic.jpg new file mode 100644 index 00000000..1e101910 Binary files /dev/null and b/static/img/alex_pic.jpg differ diff --git a/static/img/alexander_manalad.jpg b/static/img/alexander_manalad.jpg new file mode 100644 index 00000000..7b518d42 Binary files /dev/null and b/static/img/alexander_manalad.jpg differ diff --git a/static/img/alisha.png b/static/img/alisha.png new file mode 100644 index 00000000..ac623d47 Binary files /dev/null and b/static/img/alisha.png differ diff --git a/static/img/alisonfung.jpg b/static/img/alisonfung.jpg new file mode 100644 index 00000000..dd9b9a8b Binary files /dev/null and b/static/img/alisonfung.jpg differ diff --git a/static/img/aliyah_pic.jpg b/static/img/aliyah_pic.jpg new file mode 100644 index 00000000..d3835895 Binary files /dev/null and b/static/img/aliyah_pic.jpg differ diff --git a/static/img/allison_chan.jpg b/static/img/allison_chan.jpg new file mode 100644 index 00000000..81b552bc Binary files /dev/null and b/static/img/allison_chan.jpg differ diff --git a/static/img/alok_pic.jpg b/static/img/alok_pic.jpg new file mode 100644 index 00000000..6abe9a2a Binary files /dev/null and b/static/img/alok_pic.jpg differ diff --git a/static/img/amikaellac.png b/static/img/amikaellac.png new file mode 100644 index 00000000..c242778d Binary files /dev/null and b/static/img/amikaellac.png differ diff --git a/static/img/amirali_javadi.jpg b/static/img/amirali_javadi.jpg new file mode 100644 index 00000000..3c181b93 Binary files /dev/null and b/static/img/amirali_javadi.jpg differ diff --git a/static/img/andy_IMG_4991.jpg b/static/img/andy_IMG_4991.jpg new file mode 100644 index 00000000..4decf9ca Binary files /dev/null and b/static/img/andy_IMG_4991.jpg differ diff --git a/static/img/andy_pic.jpeg b/static/img/andy_pic.jpeg new file mode 100644 index 00000000..1b426677 Binary files /dev/null and b/static/img/andy_pic.jpeg differ diff --git a/static/img/anmeidp.jpg b/static/img/anmeidp.jpg new file mode 100644 index 00000000..c19aa6a5 Binary files /dev/null and b/static/img/anmeidp.jpg differ diff --git a/static/img/antonio.jpg b/static/img/antonio.jpg new file mode 100644 index 00000000..4bf204f4 Binary files /dev/null and b/static/img/antonio.jpg differ diff --git a/static/img/aret_pic.png b/static/img/aret_pic.png new file mode 100644 index 00000000..d1f68b9f Binary files /dev/null and b/static/img/aret_pic.png differ diff --git a/static/img/armando_pic.jpg b/static/img/armando_pic.jpg new file mode 100644 index 00000000..3dec202d Binary files /dev/null and b/static/img/armando_pic.jpg differ diff --git a/static/img/arthurnguyen_pic.jpg b/static/img/arthurnguyen_pic.jpg new file mode 100644 index 00000000..ec10c68e Binary files /dev/null and b/static/img/arthurnguyen_pic.jpg differ diff --git a/static/img/asahiner.jpg b/static/img/asahiner.jpg new file mode 100644 index 00000000..9294999c Binary files /dev/null and b/static/img/asahiner.jpg differ diff --git a/static/img/avin_pic.png b/static/img/avin_pic.png new file mode 100644 index 00000000..ad98515b Binary files /dev/null and b/static/img/avin_pic.png differ diff --git a/static/img/ben_pic.png b/static/img/ben_pic.png new file mode 100644 index 00000000..51cf4765 Binary files /dev/null and b/static/img/ben_pic.png differ diff --git a/static/img/benjaminkhor.jpg b/static/img/benjaminkhor.jpg new file mode 100644 index 00000000..85299ca2 Binary files /dev/null and b/static/img/benjaminkhor.jpg differ diff --git a/static/img/benkhong.jpeg b/static/img/benkhong.jpeg new file mode 100644 index 00000000..b3ef29f4 Binary files /dev/null and b/static/img/benkhong.jpeg differ diff --git a/static/img/boliu-github.jpg b/static/img/boliu-github.jpg new file mode 100644 index 00000000..a763c1b5 Binary files /dev/null and b/static/img/boliu-github.jpg differ diff --git a/static/img/brenden_pic.jpg b/static/img/brenden_pic.jpg new file mode 100644 index 00000000..17ae8765 Binary files /dev/null and b/static/img/brenden_pic.jpg differ diff --git a/static/img/brian_nguyen.jpg b/static/img/brian_nguyen.jpg new file mode 100644 index 00000000..fe2eb15c Binary files /dev/null and b/static/img/brian_nguyen.jpg differ diff --git a/static/img/brian_p.png b/static/img/brian_p.png new file mode 100644 index 00000000..52436447 Binary files /dev/null and b/static/img/brian_p.png differ diff --git a/static/img/brianliu.png b/static/img/brianliu.png new file mode 100644 index 00000000..8c6c8e38 Binary files /dev/null and b/static/img/brianliu.png differ diff --git a/static/img/brodywhelan.jpg b/static/img/brodywhelan.jpg new file mode 100644 index 00000000..a3380c96 Binary files /dev/null and b/static/img/brodywhelan.jpg differ diff --git a/static/img/c_angel.jpeg b/static/img/c_angel.jpeg new file mode 100644 index 00000000..1f4e5104 Binary files /dev/null and b/static/img/c_angel.jpeg differ diff --git a/static/img/c_tangonan.jpg b/static/img/c_tangonan.jpg new file mode 100644 index 00000000..800da9dc Binary files /dev/null and b/static/img/c_tangonan.jpg differ diff --git a/static/img/carlsonR.jpg b/static/img/carlsonR.jpg new file mode 100644 index 00000000..4391ae8b Binary files /dev/null and b/static/img/carlsonR.jpg differ diff --git a/static/img/carly_pic.jpg b/static/img/carly_pic.jpg new file mode 100644 index 00000000..0589210d Binary files /dev/null and b/static/img/carly_pic.jpg differ diff --git a/static/img/cesarcordero.jpg b/static/img/cesarcordero.jpg new file mode 100644 index 00000000..013da078 Binary files /dev/null and b/static/img/cesarcordero.jpg differ diff --git a/static/img/chika_starks.png b/static/img/chika_starks.png new file mode 100644 index 00000000..9339b664 Binary files /dev/null and b/static/img/chika_starks.png differ diff --git a/static/img/christian_barajas.jpg b/static/img/christian_barajas.jpg new file mode 100644 index 00000000..2bd6bd52 Binary files /dev/null and b/static/img/christian_barajas.jpg differ diff --git a/static/img/chung_tran.jpeg b/static/img/chung_tran.jpeg new file mode 100644 index 00000000..54ec9227 Binary files /dev/null and b/static/img/chung_tran.jpeg differ diff --git a/static/img/chynna_pic.jpeg b/static/img/chynna_pic.jpeg new file mode 100644 index 00000000..054d2e46 Binary files /dev/null and b/static/img/chynna_pic.jpeg differ diff --git a/static/img/cindypark.jpeg b/static/img/cindypark.jpeg new file mode 100644 index 00000000..efb96588 Binary files /dev/null and b/static/img/cindypark.jpeg differ diff --git a/static/img/cjt_pfp.jpg b/static/img/cjt_pfp.jpg new file mode 100644 index 00000000..6086d5ae Binary files /dev/null and b/static/img/cjt_pfp.jpg differ diff --git a/static/img/conlyn_pic.jpg b/static/img/conlyn_pic.jpg new file mode 100644 index 00000000..0c671174 Binary files /dev/null and b/static/img/conlyn_pic.jpg differ diff --git a/static/img/constante.jpg b/static/img/constante.jpg new file mode 100644 index 00000000..1b954254 Binary files /dev/null and b/static/img/constante.jpg differ diff --git a/static/img/cristobal_e.jpg b/static/img/cristobal_e.jpg new file mode 100644 index 00000000..52c28680 Binary files /dev/null and b/static/img/cristobal_e.jpg differ diff --git a/static/img/dale.jpg b/static/img/dale.jpg new file mode 100644 index 00000000..33ebcd5a Binary files /dev/null and b/static/img/dale.jpg differ diff --git a/static/img/dalervr.jpg b/static/img/dalervr.jpg new file mode 100644 index 00000000..594f9531 Binary files /dev/null and b/static/img/dalervr.jpg differ diff --git a/static/img/daniel_cruz.jpeg b/static/img/daniel_cruz.jpeg new file mode 100644 index 00000000..4cf13b3b Binary files /dev/null and b/static/img/daniel_cruz.jpeg differ diff --git a/static/img/echo.jpg b/static/img/echo.jpg new file mode 100644 index 00000000..636c3c98 Binary files /dev/null and b/static/img/echo.jpg differ diff --git a/static/img/eddie_R.jpg b/static/img/eddie_R.jpg new file mode 100644 index 00000000..98583ee0 Binary files /dev/null and b/static/img/eddie_R.jpg differ diff --git a/static/img/elisha_dela_pena.jpg b/static/img/elisha_dela_pena.jpg new file mode 100644 index 00000000..4326ea5c Binary files /dev/null and b/static/img/elisha_dela_pena.jpg differ diff --git a/static/img/emily_sarne.jpg b/static/img/emily_sarne.jpg new file mode 100644 index 00000000..fad74e32 Binary files /dev/null and b/static/img/emily_sarne.jpg differ diff --git a/static/img/emilysh.jpg b/static/img/emilysh.jpg new file mode 100644 index 00000000..30db1caf Binary files /dev/null and b/static/img/emilysh.jpg differ diff --git a/static/img/estefania.jpg b/static/img/estefania.jpg new file mode 100644 index 00000000..16449c6d Binary files /dev/null and b/static/img/estefania.jpg differ diff --git a/static/img/evan.jpg b/static/img/evan.jpg new file mode 100644 index 00000000..4c9fb760 Binary files /dev/null and b/static/img/evan.jpg differ diff --git a/static/img/ezequiel_pic.jpg b/static/img/ezequiel_pic.jpg new file mode 100644 index 00000000..8f0da264 Binary files /dev/null and b/static/img/ezequiel_pic.jpg differ diff --git a/static/img/fkuytfghvm.png b/static/img/fkuytfghvm.png new file mode 100644 index 00000000..ca60c5d5 Binary files /dev/null and b/static/img/fkuytfghvm.png differ diff --git a/static/img/gbdom.png b/static/img/gbdom.png new file mode 100644 index 00000000..3ab936a8 Binary files /dev/null and b/static/img/gbdom.png differ diff --git a/static/img/george.jpg b/static/img/george.jpg new file mode 100644 index 00000000..952e268b Binary files /dev/null and b/static/img/george.jpg differ diff --git a/static/img/guillermo_z.jpg b/static/img/guillermo_z.jpg new file mode 100644 index 00000000..c141590b Binary files /dev/null and b/static/img/guillermo_z.jpg differ diff --git a/static/img/henry_peng.png b/static/img/henry_peng.png new file mode 100644 index 00000000..2c14ed09 Binary files /dev/null and b/static/img/henry_peng.png differ diff --git a/static/img/holden.png b/static/img/holden.png new file mode 100644 index 00000000..a976d2f1 Binary files /dev/null and b/static/img/holden.png differ diff --git a/static/img/hongngoc.JPEG b/static/img/hongngoc.JPEG new file mode 100644 index 00000000..10e2b487 Binary files /dev/null and b/static/img/hongngoc.JPEG differ diff --git a/static/img/ic_pic.jpeg b/static/img/ic_pic.jpeg new file mode 100644 index 00000000..58a14476 Binary files /dev/null and b/static/img/ic_pic.jpeg differ diff --git a/static/img/igorJanotti.jpg b/static/img/igorJanotti.jpg new file mode 100644 index 00000000..646cad85 Binary files /dev/null and b/static/img/igorJanotti.jpg differ diff --git a/static/img/isaac_pic.jpg b/static/img/isaac_pic.jpg new file mode 100644 index 00000000..58910b49 Binary files /dev/null and b/static/img/isaac_pic.jpg differ diff --git a/static/img/isai.jpg b/static/img/isai.jpg new file mode 100644 index 00000000..3f5e65bf Binary files /dev/null and b/static/img/isai.jpg differ diff --git a/static/img/jacob_kim.jpg b/static/img/jacob_kim.jpg new file mode 100644 index 00000000..342a6868 Binary files /dev/null and b/static/img/jacob_kim.jpg differ diff --git a/static/img/jaehoon_song.jpeg b/static/img/jaehoon_song.jpeg new file mode 100644 index 00000000..14b78564 Binary files /dev/null and b/static/img/jaehoon_song.jpeg differ diff --git a/static/img/jagroop_pic.jpg b/static/img/jagroop_pic.jpg new file mode 100644 index 00000000..d62be915 Binary files /dev/null and b/static/img/jagroop_pic.jpg differ diff --git a/static/img/jaime_palacios.jpg b/static/img/jaime_palacios.jpg new file mode 100644 index 00000000..8df1f6d6 Binary files /dev/null and b/static/img/jaime_palacios.jpg differ diff --git a/static/img/james_pic.JPG b/static/img/james_pic.JPG new file mode 100644 index 00000000..2323a4a2 Binary files /dev/null and b/static/img/james_pic.JPG differ diff --git a/static/img/jane_pic.jpg b/static/img/jane_pic.jpg new file mode 100644 index 00000000..b8683d68 Binary files /dev/null and b/static/img/jane_pic.jpg differ diff --git a/static/img/jaredpic.jpg b/static/img/jaredpic.jpg new file mode 100644 index 00000000..0abce824 Binary files /dev/null and b/static/img/jaredpic.jpg differ diff --git a/static/img/jasonKim.jpg b/static/img/jasonKim.jpg new file mode 100644 index 00000000..49c8e263 Binary files /dev/null and b/static/img/jasonKim.jpg differ diff --git a/static/img/jeffreycheung_pic.png b/static/img/jeffreycheung_pic.png new file mode 100644 index 00000000..b553f2f9 Binary files /dev/null and b/static/img/jeffreycheung_pic.png differ diff --git a/static/img/jerry.jpeg b/static/img/jerry.jpeg new file mode 100644 index 00000000..894686b8 Binary files /dev/null and b/static/img/jerry.jpeg differ diff --git a/static/img/jesse.jpg b/static/img/jesse.jpg new file mode 100644 index 00000000..b87b23e0 Binary files /dev/null and b/static/img/jesse.jpg differ diff --git a/static/img/jinan_A.jpg b/static/img/jinan_A.jpg new file mode 100644 index 00000000..0585345c Binary files /dev/null and b/static/img/jinan_A.jpg differ diff --git a/static/img/johnny_pic.jpg b/static/img/johnny_pic.jpg new file mode 100644 index 00000000..279a557a Binary files /dev/null and b/static/img/johnny_pic.jpg differ diff --git a/static/img/josh.jpeg b/static/img/josh.jpeg new file mode 100644 index 00000000..5d04172c Binary files /dev/null and b/static/img/josh.jpeg differ diff --git a/static/img/joshPFP.PNG b/static/img/joshPFP.PNG new file mode 100644 index 00000000..cda6d3ed Binary files /dev/null and b/static/img/joshPFP.PNG differ diff --git a/static/img/joshiro.jpeg b/static/img/joshiro.jpeg new file mode 100644 index 00000000..11a513d9 Binary files /dev/null and b/static/img/joshiro.jpeg differ diff --git a/static/img/josue.jpg b/static/img/josue.jpg new file mode 100644 index 00000000..e1fa8268 Binary files /dev/null and b/static/img/josue.jpg differ diff --git a/static/img/jov.png b/static/img/jov.png new file mode 100644 index 00000000..48a6d51b Binary files /dev/null and b/static/img/jov.png differ diff --git a/static/img/jtang_pic.jpg b/static/img/jtang_pic.jpg new file mode 100644 index 00000000..77179d46 Binary files /dev/null and b/static/img/jtang_pic.jpg differ diff --git a/static/img/justice_p.jpg b/static/img/justice_p.jpg new file mode 100644 index 00000000..99f2c7da Binary files /dev/null and b/static/img/justice_p.jpg differ diff --git a/static/img/justins.jpeg b/static/img/justins.jpeg new file mode 100644 index 00000000..845dda03 Binary files /dev/null and b/static/img/justins.jpeg differ diff --git a/static/img/k.png b/static/img/k.png new file mode 100644 index 00000000..5095239c Binary files /dev/null and b/static/img/k.png differ diff --git a/static/img/kartikeya.jpg b/static/img/kartikeya.jpg new file mode 100644 index 00000000..5da27c3f Binary files /dev/null and b/static/img/kartikeya.jpg differ diff --git a/static/img/kaulan_img.jpg b/static/img/kaulan_img.jpg new file mode 100644 index 00000000..313ad6a2 Binary files /dev/null and b/static/img/kaulan_img.jpg differ diff --git a/static/img/keithbui.jpg b/static/img/keithbui.jpg new file mode 100644 index 00000000..d080e9f7 Binary files /dev/null and b/static/img/keithbui.jpg differ diff --git a/static/img/koryca.jpg b/static/img/koryca.jpg new file mode 100644 index 00000000..cea4a3a4 Binary files /dev/null and b/static/img/koryca.jpg differ diff --git a/static/img/krishneet_pic .jpg b/static/img/krishneet_pic .jpg new file mode 100644 index 00000000..9ea34e17 Binary files /dev/null and b/static/img/krishneet_pic .jpg differ diff --git a/static/img/kristine.png b/static/img/kristine.png new file mode 100644 index 00000000..963950fe Binary files /dev/null and b/static/img/kristine.png differ diff --git a/static/img/kundyz_pic.jpg b/static/img/kundyz_pic.jpg new file mode 100644 index 00000000..3e43d763 Binary files /dev/null and b/static/img/kundyz_pic.jpg differ diff --git a/static/img/lgh.png b/static/img/lgh.png new file mode 100644 index 00000000..29c434d0 Binary files /dev/null and b/static/img/lgh.png differ diff --git a/static/img/lizzy.jpg b/static/img/lizzy.jpg new file mode 100644 index 00000000..f46088ec Binary files /dev/null and b/static/img/lizzy.jpg differ diff --git a/static/img/ll299.jpg b/static/img/ll299.jpg new file mode 100644 index 00000000..d822bd5f Binary files /dev/null and b/static/img/ll299.jpg differ diff --git a/static/img/long.JPG b/static/img/long.JPG new file mode 100644 index 00000000..3e404582 Binary files /dev/null and b/static/img/long.JPG differ diff --git a/static/img/luc_pic.png b/static/img/luc_pic.png new file mode 100644 index 00000000..2c2acdde Binary files /dev/null and b/static/img/luc_pic.png differ diff --git a/static/img/mai_tran_headshot.jpeg b/static/img/mai_tran_headshot.jpeg new file mode 100644 index 00000000..a80038f5 Binary files /dev/null and b/static/img/mai_tran_headshot.jpeg differ diff --git a/static/img/manny.jpg b/static/img/manny.jpg new file mode 100644 index 00000000..5e5837a4 Binary files /dev/null and b/static/img/manny.jpg differ diff --git a/static/img/manpreet.jpg b/static/img/manpreet.jpg new file mode 100644 index 00000000..633cd192 Binary files /dev/null and b/static/img/manpreet.jpg differ diff --git a/static/img/marc.PNG b/static/img/marc.PNG new file mode 100644 index 00000000..143b64c6 Binary files /dev/null and b/static/img/marc.PNG differ diff --git a/static/img/marcelo_villalobos.jpg b/static/img/marcelo_villalobos.jpg new file mode 100644 index 00000000..17eae918 Binary files /dev/null and b/static/img/marcelo_villalobos.jpg differ diff --git a/static/img/maryam.jpg b/static/img/maryam.jpg new file mode 100644 index 00000000..824585c5 Binary files /dev/null and b/static/img/maryam.jpg differ diff --git a/static/img/maya.JPG b/static/img/maya.JPG new file mode 100644 index 00000000..bc6b1db3 Binary files /dev/null and b/static/img/maya.JPG differ diff --git a/static/img/michelle.jpg b/static/img/michelle.jpg new file mode 100644 index 00000000..6d345ea7 Binary files /dev/null and b/static/img/michelle.jpg differ diff --git a/static/img/millerR.jpg b/static/img/millerR.jpg new file mode 100644 index 00000000..a7a7d980 Binary files /dev/null and b/static/img/millerR.jpg differ diff --git a/static/img/mkowata_pic.jpeg b/static/img/mkowata_pic.jpeg new file mode 100644 index 00000000..cc731d1e Binary files /dev/null and b/static/img/mkowata_pic.jpeg differ diff --git a/static/img/mohamed.jpg b/static/img/mohamed.jpg new file mode 100644 index 00000000..bf906c20 Binary files /dev/null and b/static/img/mohamed.jpg differ diff --git a/static/img/mustafa_evgin_pic.jpg b/static/img/mustafa_evgin_pic.jpg new file mode 100644 index 00000000..33d58f9f Binary files /dev/null and b/static/img/mustafa_evgin_pic.jpg differ diff --git a/static/img/neel_pic.jpeg b/static/img/neel_pic.jpeg new file mode 100644 index 00000000..cc64bace Binary files /dev/null and b/static/img/neel_pic.jpeg differ diff --git a/static/img/newton_pic.jpg b/static/img/newton_pic.jpg new file mode 100644 index 00000000..20125c4a Binary files /dev/null and b/static/img/newton_pic.jpg differ diff --git a/static/img/ngocthinh_pic.png b/static/img/ngocthinh_pic.png new file mode 100644 index 00000000..efc4bf8e Binary files /dev/null and b/static/img/ngocthinh_pic.png differ diff --git a/static/img/nick_m.jpg b/static/img/nick_m.jpg new file mode 100644 index 00000000..5daf1c27 Binary files /dev/null and b/static/img/nick_m.jpg differ diff --git a/static/img/ocean_pic.jpg b/static/img/ocean_pic.jpg new file mode 100644 index 00000000..85ca6757 Binary files /dev/null and b/static/img/ocean_pic.jpg differ diff --git a/static/img/p.png b/static/img/p.png new file mode 100644 index 00000000..11ca5459 Binary files /dev/null and b/static/img/p.png differ diff --git a/static/img/pedro.jpg b/static/img/pedro.jpg new file mode 100644 index 00000000..72660634 Binary files /dev/null and b/static/img/pedro.jpg differ diff --git a/static/img/philip_pic.jpg b/static/img/philip_pic.jpg new file mode 100644 index 00000000..04711481 Binary files /dev/null and b/static/img/philip_pic.jpg differ diff --git a/static/img/phongtruong.jpg b/static/img/phongtruong.jpg new file mode 100644 index 00000000..fba23c4f Binary files /dev/null and b/static/img/phongtruong.jpg differ diff --git a/static/img/porter_clevidence_pfp.jpg b/static/img/porter_clevidence_pfp.jpg new file mode 100644 index 00000000..3148b05c Binary files /dev/null and b/static/img/porter_clevidence_pfp.jpg differ diff --git a/static/img/powell_kayla.jpg b/static/img/powell_kayla.jpg new file mode 100644 index 00000000..9ccbf28d Binary files /dev/null and b/static/img/powell_kayla.jpg differ diff --git a/static/img/pranathi_graduated.jpg b/static/img/pranathi_graduated.jpg new file mode 100644 index 00000000..3cab0438 Binary files /dev/null and b/static/img/pranathi_graduated.jpg differ diff --git a/static/img/rashida_pic.jpg b/static/img/rashida_pic.jpg new file mode 100644 index 00000000..218ea708 Binary files /dev/null and b/static/img/rashida_pic.jpg differ diff --git a/static/img/ravneet.jpg b/static/img/ravneet.jpg new file mode 100644 index 00000000..42e36e0b Binary files /dev/null and b/static/img/ravneet.jpg differ diff --git a/static/img/richie_nguyen.jpg b/static/img/richie_nguyen.jpg new file mode 100644 index 00000000..62acbcae Binary files /dev/null and b/static/img/richie_nguyen.jpg differ diff --git a/static/img/ryan_d.jpg b/static/img/ryan_d.jpg new file mode 100644 index 00000000..7d9a5433 Binary files /dev/null and b/static/img/ryan_d.jpg differ diff --git a/static/img/ryan_lin.JPG b/static/img/ryan_lin.JPG new file mode 100644 index 00000000..5aa53255 Binary files /dev/null and b/static/img/ryan_lin.JPG differ diff --git a/static/img/saad.jpg b/static/img/saad.jpg new file mode 100644 index 00000000..76e92613 Binary files /dev/null and b/static/img/saad.jpg differ diff --git a/static/img/samkkim.jpg b/static/img/samkkim.jpg new file mode 100644 index 00000000..c6733752 Binary files /dev/null and b/static/img/samkkim.jpg differ diff --git a/static/img/sarahhl.jpg b/static/img/sarahhl.jpg new file mode 100644 index 00000000..b9e9a675 Binary files /dev/null and b/static/img/sarahhl.jpg differ diff --git a/static/img/sd.jpg b/static/img/sd.jpg new file mode 100644 index 00000000..a2403191 Binary files /dev/null and b/static/img/sd.jpg differ diff --git a/static/img/sebastianBastida.jpg b/static/img/sebastianBastida.jpg new file mode 100644 index 00000000..6ef93541 Binary files /dev/null and b/static/img/sebastianBastida.jpg differ diff --git a/static/img/shaneo.jpg b/static/img/shaneo.jpg new file mode 100644 index 00000000..592e8f70 Binary files /dev/null and b/static/img/shaneo.jpg differ diff --git a/static/img/shawn_lin.jpg b/static/img/shawn_lin.jpg new file mode 100644 index 00000000..e3b889dc Binary files /dev/null and b/static/img/shawn_lin.jpg differ diff --git a/static/img/sheae.JPG b/static/img/sheae.JPG new file mode 100644 index 00000000..a705ca69 Binary files /dev/null and b/static/img/sheae.JPG differ diff --git a/static/img/shermanz.jpg b/static/img/shermanz.jpg new file mode 100644 index 00000000..0a912ec8 Binary files /dev/null and b/static/img/shermanz.jpg differ diff --git a/static/img/sirasit.jpg b/static/img/sirasit.jpg new file mode 100644 index 00000000..08a09b08 Binary files /dev/null and b/static/img/sirasit.jpg differ diff --git a/static/img/small file.jpg b/static/img/small file.jpg new file mode 100644 index 00000000..f20f2850 Binary files /dev/null and b/static/img/small file.jpg differ diff --git a/static/img/sneha_pic.jpg b/static/img/sneha_pic.jpg new file mode 100644 index 00000000..0ab44f9b Binary files /dev/null and b/static/img/sneha_pic.jpg differ diff --git a/static/img/sophiaalexander.jpeg b/static/img/sophiaalexander.jpeg new file mode 100644 index 00000000..62f1e6cd Binary files /dev/null and b/static/img/sophiaalexander.jpeg differ diff --git a/static/img/sully.jpg b/static/img/sully.jpg new file mode 100644 index 00000000..34e776c3 Binary files /dev/null and b/static/img/sully.jpg differ diff --git a/static/img/sunveer.jpg b/static/img/sunveer.jpg new file mode 100644 index 00000000..9199e76d Binary files /dev/null and b/static/img/sunveer.jpg differ diff --git a/static/img/sydneyvo.jpg b/static/img/sydneyvo.jpg new file mode 100644 index 00000000..abb7e1d8 Binary files /dev/null and b/static/img/sydneyvo.jpg differ diff --git a/static/img/synNguyen.JPG b/static/img/synNguyen.JPG new file mode 100644 index 00000000..4545ef75 Binary files /dev/null and b/static/img/synNguyen.JPG differ diff --git a/static/img/talia_img.png b/static/img/talia_img.png new file mode 100644 index 00000000..c997b806 Binary files /dev/null and b/static/img/talia_img.png differ diff --git a/static/img/tapia.jpeg b/static/img/tapia.jpeg new file mode 100644 index 00000000..c0e6dee9 Binary files /dev/null and b/static/img/tapia.jpeg differ diff --git a/static/img/tat.png b/static/img/tat.png new file mode 100644 index 00000000..593e41e8 Binary files /dev/null and b/static/img/tat.png differ diff --git a/static/img/thuynh.jpg b/static/img/thuynh.jpg new file mode 100644 index 00000000..c50a9b23 Binary files /dev/null and b/static/img/thuynh.jpg differ diff --git a/static/img/ting_z.jpg b/static/img/ting_z.jpg new file mode 100644 index 00000000..c7ee4424 Binary files /dev/null and b/static/img/ting_z.jpg differ diff --git a/static/img/tuan_tran_face.png b/static/img/tuan_tran_face.png new file mode 100644 index 00000000..e1fd99fc Binary files /dev/null and b/static/img/tuan_tran_face.png differ diff --git a/static/img/tyler_t.jpg b/static/img/tyler_t.jpg new file mode 100644 index 00000000..a7d8a931 Binary files /dev/null and b/static/img/tyler_t.jpg differ diff --git a/static/img/usman_pic.jpg b/static/img/usman_pic.jpg new file mode 100644 index 00000000..c121bb8b Binary files /dev/null and b/static/img/usman_pic.jpg differ diff --git a/static/img/val_pic.JPG b/static/img/val_pic.JPG new file mode 100644 index 00000000..653b2e81 Binary files /dev/null and b/static/img/val_pic.JPG differ diff --git a/static/img/vansh-patel.jpeg b/static/img/vansh-patel.jpeg new file mode 100644 index 00000000..a28cdedd Binary files /dev/null and b/static/img/vansh-patel.jpeg differ diff --git a/static/img/wannabe linus.png b/static/img/wannabe linus.png new file mode 100644 index 00000000..6a698911 Binary files /dev/null and b/static/img/wannabe linus.png differ diff --git a/static/img/wm.jpg b/static/img/wm.jpg new file mode 100644 index 00000000..41f84ae1 Binary files /dev/null and b/static/img/wm.jpg differ diff --git a/static/img/xiao.png b/static/img/xiao.png new file mode 100644 index 00000000..f21a5339 Binary files /dev/null and b/static/img/xiao.png differ diff --git a/static/img/xiaoxuan.jpg b/static/img/xiaoxuan.jpg new file mode 100755 index 00000000..3f80a48c Binary files /dev/null and b/static/img/xiaoxuan.jpg differ diff --git a/static/img/yeeao_image.jpg b/static/img/yeeao_image.jpg new file mode 100644 index 00000000..0c9af8ec Binary files /dev/null and b/static/img/yeeao_image.jpg differ diff --git a/static/img/yuancheng_cao.jpg b/static/img/yuancheng_cao.jpg new file mode 100644 index 00000000..29fc5e30 Binary files /dev/null and b/static/img/yuancheng_cao.jpg differ diff --git a/static/img/zach_mendoza.jpg b/static/img/zach_mendoza.jpg new file mode 100644 index 00000000..8a802a95 Binary files /dev/null and b/static/img/zach_mendoza.jpg differ diff --git a/static/img/zach_pic.jpg b/static/img/zach_pic.jpg new file mode 100644 index 00000000..6d7b66e0 Binary files /dev/null and b/static/img/zach_pic.jpg differ diff --git a/static/img/zhenyu_pic.PNG b/static/img/zhenyu_pic.PNG new file mode 100644 index 00000000..91639ba7 Binary files /dev/null and b/static/img/zhenyu_pic.PNG differ diff --git a/static/img/zhufan.jpeg b/static/img/zhufan.jpeg new file mode 100644 index 00000000..442e16fb Binary files /dev/null and b/static/img/zhufan.jpeg differ diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 00000000..3299bfb2 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,25 @@ + + + + + + +

CTI Summer Open Source Experience

+ + + + + diff --git a/templates/students.html b/templates/students_2022.html similarity index 67% rename from templates/students.html rename to templates/students_2022.html index f092fea0..4f2922e2 100644 --- a/templates/students.html +++ b/templates/students_2022.html @@ -3,9 +3,10 @@ +

Summer 2022 Cohort

- +
Utsab Saha
School:
@@ -22,29 +23,29 @@
- +
Sirasit Thitirattanakorn
-
School:
-

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

+
School: CCSF
+

What I'm most looking forward to about the CodeDay Labs internship is hands-on web development experience.

- +
Mariano Miranda Herrera
-
School:
-

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

+
School: California State University, Dominguez Hills
+

What I'm most looking forward to about the CodeDay Labs internship is learning new skills that I can apply in the future

- +
Pedro Rangel
-
School:
-

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

+
School: CSU Dominguez Hills
+

What I'm most looking forward to about the CodeDay Labs internship is to get experience and be able to network

@@ -67,11 +68,11 @@
- +
Josue Santos
-
School:
-

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

+
School: C
+

What I'm most looking forward to about the CodeDay Labs internship is working on an open source project.

@@ -85,20 +86,20 @@
- +
Ivan Martinez
-
School:
-

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

+
School: CSU: Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is learning how to work in a team enviroment as well as having the ability to contribute to a project.

- +
Jack Lopez
School:
-

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

+

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

@@ -130,20 +131,20 @@
- +
Isai Molina
-
School:
-

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

+
School: Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is getting to meet other motivated students and learning new skills that I can apply in my future career.

- +
Marcos Arroyo
-
School:
-

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

+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is being able to work on large projects with new people!

@@ -157,11 +158,11 @@
- +
Pradeep Pansare
-
School:
-

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

+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is to gain tech experience, and to learn and grow my skills.

@@ -184,20 +185,20 @@
- +
Agustin Alejandre
-
School:
-

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

+
School: California State University, Dominguez Hills
+

What I'm most looking forward to about the CodeDay Labs internship is improving myself overall in Computer Science

- +
Edgar Fuentes
-
School:
-

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

+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is meeting and working with new people and getting back to the rhythm of working in group projects.

@@ -217,32 +218,23 @@
School:

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

- +
- -
-
Zachary Mendoza
-
School:
-

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

-
- -
-
- +
Joshua Gonong
-
School:
-

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

+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is working on open source projects to improve my coding skills.

- +
Romano Edwin Ramirez
-
School:
-

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

+
School: Cal State University East Bay
+

What I'm most looking forward to about the CodeDay Labs internship is seeing myself rise to the challenge of working on an Open Source Project and making new connections.

@@ -256,20 +248,20 @@
- +
Jonathan Ramirez
-
School:
-

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

+
School: Cal Poly San Luis Obispo
+

What I'm most looking forward to about the CodeDay Labs internship is gaining work experience using GitHub and expanding my programming/debugging toolset.

- +
Aret Tinoco
-
School:
-

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

+
School: CSUMB
+

What I'm most looking forward to about the CodeDay Labs internship is gaining an insight on how working in large projects in a group works.

@@ -283,20 +275,20 @@
- +
Cindy Park
-
School:
-

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

+
School: UC Irvine
+

What I'm most looking forward to about the CodeDay Labs internship is to learn skills for becoming a software engineer.

- +
Truc Tran
-
School:
-

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

+
School: Orange Coast College
+

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

@@ -310,20 +302,11 @@
- +
Sean Archer
-
School:
-

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

-
- -
-
- -
-
Dale Sanchez
-
School:
-

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

+
School: Pasadena City College
+

What I'm most looking forward to about the CodeDay Labs internship is the opportunity to work with great people, learn and grow as much as possible, and the chance to make a meaniful contribution to a project.

@@ -331,8 +314,8 @@
Daniel Zavala
-
School:
-

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

+
School: Orange Coast College
+

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

@@ -346,20 +329,20 @@
- +
Wail Mohammed
-
School:
-

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

+
School: Chabot College
+

What I'm most looking forward to about the CodeDay Labs internship is adding a meaningful real life experience into my portfolio and working together in a team.

- +
Anitha Rajamohan
-
School:
-

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

+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is learning new technologies and working with new people. I also hope this will give me the experience of working on an open-source project and help me get ready for work in the industery.

@@ -400,11 +383,11 @@
- +
Zachary Mendoza
-
School:
-

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

+
School: CSU Dominguez Hills
+

What I'm most looking forward to about the CodeDay Labs internship is the experience working in the open source field and learning new tools

@@ -463,20 +446,12 @@
- +
-
Cindy Park
-
School:
-

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

-
-
-
- -
Truc Tran
-
School:
-

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

+
School: Orange Coast College
+

What I'm most looking forward to about the CodeDay Labs internship is Open-source Software contribution

@@ -499,11 +474,11 @@
- +
Dale Sanchez
-
School:
-

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

+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is getting real world experience with open source projects, and learning something new.

@@ -524,15 +499,6 @@

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

-
-
- -
-
Wail Mohammed
-
School:
-

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

-
-
@@ -553,11 +519,11 @@
- +
Johnny Nguyen
-
School:
-

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

+
School: Orange Coast College
+

What I'm most looking forward to about the CodeDay Labs internship is learning real world skills that are crucial for my future career.

@@ -571,29 +537,29 @@
- +
Jericho Imperial
-
School:
-

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

+
School: CSU East Bay
+

What I'm most looking forward to about the CodeDay Labs internship is gaining experience and going out of my comfort zone!

- +
AnMei Dasbach-Prisk
-
School:
-

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

+
School: Cabrillo College
+

What I'm most looking forward to about the CodeDay Labs internship is learning new skills and collaborating on a project with others! Coming away from this experience I hope to gain a better understanding of what I can do with coding.

- +
Michelle Tan
-
School:
-

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

+
School: CCSF
+

What I'm most looking forward to about the CodeDay Labs internship is learn new technologies and gain new experiences at my internship.

@@ -602,25 +568,25 @@
Julian Diaz
School:
-

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

+

What I'm most looking forward to about the CodeDay Labs internship is gaining more team experience

- +
Kent Nguyen
-
School:
-

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

+
School: SFSU
+

I'm looking forward to figuring out my areas of interest and becoming comfortable with Git

- +
Armondo Lopez
-
School:
-

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

+
School: Cabrillo College
+

What I'm most looking forward to about the CodeDay Labs internship is having the chance to work with my peers on an actual project that people will use.

@@ -634,38 +600,48 @@
- +
Wicaksa Munajat
School:
-

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

+

I am looking forward to learning to solve a problem with my teammates. + I also hope to build new connections with people and learn new technologies. + I am also looking forward to working with a mentor and learning from them. +

- +
Alok Shah
-
School:
-

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

+
School: Cabrillo College
+

What I'm most looking forward to about the CodeDay Labs internship is the opportunity to learn and gain experience + navigating a large codebase while working as a team and contributing to an interesting project.

- +
Elisha Dela Pena
-
School:
-

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

+
School: CSULA
+

What I'm most looking forward to about the CodeDay Labs internship is learning how to work on + an open source project, without having a step by step guide. I hope to say by the end of this + that I was able to fix and work through a problem with little outside assistance, as well as + make a contribution that I made myself.

- +
Nicholas Anderson
-
School:
-

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

+
School: CSUMB
+

I hope to make new friends, and gain new experiences at my internship. + To be honest, I am not sure what to expect, but learning some new technologies, + and learning from other people's experience would make me happy. +

@@ -688,56 +664,56 @@
- +
Nikolai Bashkirov
-
School:
-

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

+
School: UC Berkeley
+

What I'm most looking forward to about the CodeDay Labs internship is improving my technical knowledge and contributing to a meaningful project.

- +
Adrian Nguyen
-
School:
-

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

+
School: City College of San Francisco, California Polytechnic State University SLO
+

What I'm most looking forward to about the CodeDay Labs internship is the opportunity to work in a collaborative environment and build a decent sized project

- +
-
Logan Bates
-
School:
-

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

+
Logan Bates
+
School: Cabrillo College
+

What I'm most looking forward to about the CodeDay Labs internship is meeting new people, both mentors and students as well as working with other students towards a common goal.

- +
Adrian Tuschek
-
School:
-

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

+
School: Orange Coast College
+

What I'm most looking forward to about the CodeDay Labs internship is the experience with open source projects and software engineering

- +
Guillermo Zendejas
-
School:
-

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

+
School: Hartnell College
+

What I'm most looking forward to about the CodeDay Labs internship is gaining more experience on large open source projects.

- +
Anmol Gill
-
School:
-

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

+
School: Cal Poly SLO
+

What I'm most looking forward to about the CodeDay Labs internship is getting to work with others and make meaningful progress!

@@ -751,29 +727,29 @@
- +
Ngoc Duc Thinh Nguyen
-
School:
-

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

+
School: UCLA
+

What I'm most looking forward to about the CodeDay Labs internship is to be able to work in an environment that can mimic the real software development process.

- +
Marc Garcia
-
School:
-

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

+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is learning more about GitHub and meeting the mentors and teammates for the CodeDay Labs

- +
Oscar Diaz Vega
-
School:
-

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

+
School: San Jose State University
+

What I'm most looking forward to about the CodeDay Labs internship is getting real software engineering experience and learning along side my peers.

@@ -787,28 +763,30 @@
- +
Sarah Ling
-
School:
-

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

+
School: USF
+

What I'm most looking forward to about the CodeDay Labs internship is to be able to work closely with + an industry professional and to contribute something cool and creative to an open source project

- +
Alexander Medina
-
School:
-

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

+
School: C
+

What I'm most looking forward to about the CodeDay Labs internship is getting to know multiple groups of people.

- + +
Juan Suria
-
School:
+
School: CSUDH

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

@@ -820,6 +798,33 @@
School:

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

+ +
+
+ +
+
Justice Pankey-Thompson
+
School: CSUDH
+

I'm excited to meet new people, and learn about the several topics in this internship that I can carry with me into my future.

+
+ +
+
+ +
+
Holden Liu
+
School: CSUDH
+

What I'm most looking forward to about the CodeDay Labs internship is meeting new people

+
+ +
+
+ +
+
Antonio Lopez Jr
+
School: CSU Dominguez Hills
+

What I'm most looking forward to about the CodeDay Labs internship is being able to create new projects and seeing what new capabilities I can discover about myself

+
- \ No newline at end of file + diff --git a/templates/students_2023.html b/templates/students_2023.html new file mode 100644 index 00000000..69fbf08d --- /dev/null +++ b/templates/students_2023.html @@ -0,0 +1,1097 @@ + + + + Yo + + +

Summer 2023 Cohort

+
+
+ +
+
Utsab Saha
+
School: CSU Monterey Bay
+

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

+ Team Nat & Utsab +
+ +
+
+ +
+
Natalia Gill
+
School: UCSC
+

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

+ Team Nat & Utsab +
+ +
+
+ +
+
Sneha De
+ Team from Module 5 +
+ + +
+
+ +
+
Alisha Maddy
+
School: Portland community college
+

What I'm most looking forward to about the CodeDay Labs internship is teamwork with my + peers and learning new technologies. +

+
Open Source Project:
+
Team Members: Shengzhe Zhang, Fernando Rodriguez
+ +
+ + +
+
+ +
+
Yuancheng Cao
+
School: UCSD
+

What I'm most looking forward to about the CodeDay Labs internship is improving my soft skills and updating my resume.

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+ + Team Jessica, Yuancheng, & Zhenyu +
+ + +
+
+ +
+
Sebastian Santoyo
+
School: CS++ Cohort at CSUMB
+

What I'm most looking forward to about the CodeDay Labs internship is learning new programming languages.

+ team_Di_Si_Se +
+ + +
+
+ +
+
Diego Zavala
+
School: CS++ Cohort at CSUMB
+

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

+ team_Di_Si_Se +
+ + +
+
+ +
+
Andres Ventura
+
School: CSUSB
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Brian Palomar-Salazar
+
School: CSin3 Cohort at CSUMB
+

What I'm most looking forward to about the CodeDay Labs internship is learning the necessary skills needed to be successful in a swe role.

+
Open Source Project: Firefiles
+
Team Members: Nathan Pham and Brian Palomar
+
Team Write-up:
+ Team Nathan & Brian +
+ + +
+
+ +
+
Ian Wong
+
School: CCSF
+

What I'm most looking forward to about the CodeDay Labs internship is developing my problem solving and software engineering skills.

+ Team Ian, Brenden, and Elias +
+ + +
+
+ +
+
Zachary Spang
+
School: CSP - Warrior-Toro CSP at El Camino College
+

What I'm most looking forward to about the CodeDay Labs internship is being able to get experience working on a big project.

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+ Team Dongping, Zach, and Darren +
+ + +
+
+ +
+
Sunveer Bhullar
+
School: Cal Poly Pomona
+

What I'm most looking forward to about the CodeDay Labs internship is getting more technical experience and working on new projects.

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+ Team Sunveer & Edmond +
+ +
+
+ +
+
Luke Berry
+
School: CS++ Cohort at CSUMB
+

What I'm most looking forward to about the CodeDay Labs internship is working together on a project with a team

+ Team LNM +
+ + +
+
+ +
+
Ngoc Chung Tran
+
School: Orange Coast College
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Magiber Aparicio
+
School: Cal State Dominguez Hills
+

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

+ Team Michael, Rahul, and Magiber +
+ + +
+
+ +
+
ShawnAnthony Templer
+
School: College of the Desert
+

What I'm most looking forward to about the CodeDay Labs internship is + working on a project new to me and learning new technologies and frameworks.

+ Team Alison Rob & Shawn +
+ + +
+
+ +
+
Nathan Pham
+
School: San Jose State University
+

What I'm most looking forward to about the CodeDay Labs internship is to gain valuable experience and to connect with mentors and companions in the industry.

+
Open Source Project: Firefiles
+
Team Members: Nathan Pham and Brian Palomar
+
Team Write-up: Firefiles
+ Team Nathan & Brian + Team Nathan Pham and Brian Palomar +
+ + +
+
+ +
+
Trong Le
+
School: San Jose State University
+

What I'm most looking forward to about the CodeDay Labs internship is enhancing and extending my skill sets for future SWE jobs.

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+ Team from Module 5 +
+ + +
+
+ +
+
Michelle Tan
+
School: CCSF
+

What I'm most looking forward to about the CodeDay Labs internship is gain new experiences to apply to my future.

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+ Team Boba +
+ + +
+
+ +
+
Jorge Moreno
+
School: CS++ Cohort at CSUMB
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Brenden Inhelder
+
School: CSULB
+

What I'm most looking forward to about the CodeDay Labs internship is learning alongside a small team with an industry mentor.

+ Team Ian, Brenden, and Elias +
+ + +
+
+ +
+
Noah Jacinto
+
School: CSULB
+

What I'm most looking forward to about the CodeDay Labs internship is gaining hands on experience and working with people along the way.

+ Team LNM +
+ +
+
+ +
+
Darren Seng
+
School: CSULB
+

What I'm most looking forward to about the CodeDay Labs internship is becoming more proficient at open source contribution, working with technologies relevant in the industry, and having a promising experience to add to my resume.

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+ Team Dongping, Zach, and Darren +
+ + +
+
+ +
+
David Nicolas Garcia
+
School: CSULB
+

What I'm most looking forward to about the CodeDay Labs internship is the chance to work on an open-source project and gain hands-on experience with Git and its workflow.

+ Team James & David +
+ + +
+
+ +
+
Maya Chidambaram
+
School: UCM
+

What I'm most looking forward to about the CodeDay Labs internship is being able to make a real-world contribution with newly acquired programming skills

+ Team LNM +
+ + +
+
+ +
+
Jesse Garcia
+
School: CSUB
+

What I'm most looking forward to about the CodeDay Labs internship is learning what to expect in my field.

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Dominic Infante
+
School: CSP - Warrior-Toro CSP at El Camino College
+

What I'm most looking forward to about the CodeDay Labs internship is the team experience and general collaborative environment.

+ Liu, Tuan, & Dominic +
+ + +
+
+ +
+
Travis Chong
+
School: UCI
+

What I'm most looking forward to about the CodeDay Labs internship is getting more experience + with open source projects and growing skills to furhter my SWE journey.

+ Team Travis & Conlyn +
+ + +
+
+ +
+
Diego Espinoza
+
School: CSP - Warrior-Toro CSP at El Camino College
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+ Team Boba +
+ + +
+
+ +
+
Joshua Fernandez
+
School: CSP - Toro CSP at CSUDH
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Valerie Escalante
+
School: CSULB
+

What I'm most looking forward to about the CodeDay Labs internship is the experience of collaborating with others on an impactful project.

+ Team Nick & Val +
+ + +
+
+ +
+
Shengzhe Zhang
+
School: UCD
+

What I'm most looking forward to about the CodeDay Labs internship is to explore more different aspects in Computer Science field

+
Open Source Project:
+
Team Members: Alisha Maddy, Fernando Rodriguez
+ +
+ +
+
+ +
+
Ling Ching Liu
+
School: Cal Poly Humboldt
+

What I'm most looking forward to about the CodeDay Labs internship is working with a team.

+ Liu, Tuan, & Dominic +
+ + +
+
+ +
+
Michael Chen
+
School: SFSU
+

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

+ Team Michael, Rahul, and Magiber +
+ + +
+
+ +
+
Kory Callanan
+
School: SFSU
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Ricardo Nunez
+
School: CS++ Cohort at CSUMB
+

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

+ Team Sleeper +
+ + +
+
+ +
+
Siham Argaw
+
School: SFSU
+

What I'm most looking forward to about the CodeDay Labs internship is getting some real-world experience

+ team_Di_Si_Se +
+ + +
+
+ +
+
Ricardo Perez Jr.
+
School: CS++ Cohort at CSUMB
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Jaime Palacios
+
School: CSin3 Cohort at CSUMB
+

I'm always eager to learn about new technologies and how to apply them to my work. I'm particularly interested in topics I haven't touched much on like machine learning, data science, and cloud computing. I believe that these technologies have the potential to revolutionize many industries, and I want to be at the forefront of that revolution

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+ Team Jaime & Edgar +
+ + +
+
+ +
+
Alvin Yee
+
School: UCI
+

What I'm most looking forward to about the CodeDay Labs internship is exploring code with my partners and mentor.

+ Team Sleeper +
+ + +
+
+ +
+
Fernando Rodriguez
+
School: CSUDH
+

What I'm most looking forward to about the CodeDay Labs internship is working on my skills

+
Open Source Project:
+
Team Members: Shengzhe Zhang, Alisha Maddy
+ +
+ +
+
+ +
+
Alison Fung
+
School: Cal Poly Pomona
+

What I'm most looking forward to about the CodeDay Labs internship is: making a contribution to an existing project that will help users in the future

+ Team Alison Rob & Shawn +
+ + +
+
+ +
+
Robert Carlson
+
School: CCSF
+

What I'm most looking forward to about the CodeDay Labs internship is creating a positive contribution to the open-source community.

+ Team Alison Rob & Shawn +
+ + +
+
+ +
+
Hong Ngoc Nguyen
+
School: Orange Coast College
+

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

+ Team N & T +

What I'm most looking forward to about the CodeDay Labs internship is an opportunity to work on a real-world project with the help of a mentor from the industry.

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Elias Woldie
+
School: CSULB
+

What I'm most looking forward to about the CodeDay Labs internship is to work on a real world application, asses my skillset, learn different tech stacks, and to connect with industry mentor.

+ Team Ian, Brenden, and Elias + < + + +
+
+ +
+
James Ramos
+
School: Contra Costa College -> Oregon State University
+

What I'm most looking forward to about the CodeDay Labs internship is contributing to real world projects with other students!

+ Team James & David +
+ + +
+
+ +
+
Edgar Ramirez
+
School: CSin3 Cohort at CSUMB
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+ Team Edagr H & Edgar R +

What I'm most looking forward to about the CodeDay Labs internship is getting experience and be able to + network with other people.

+ Team from Module 5 +
+ + +
+
+ +
+
Nicholas Lee
+
School: UCSC
+

What I'm most looking forward to about the CodeDay Labs internship is contributing to and open source project and getting a feel to what it is like to be in a real internship.

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+ Team Nick & Kyle +
+ + +
+
+ +
+
YiOnni Redmon
+
School: CSUMB
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Tuan Tran
+
School: Pasadena City College
+

What I'm most looking forward to about the CodeDay Labs internship is learn new skills and tools to solve problems.

+ Liu, Tuan, & Dominic +
+ +
+
+ +
+
Mohammed Mohamed
+
School: SFSU
+

I look forward to the journey of potentially not knowing how to solve a problem to slowly figuring out how to do it.

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+ Team Boba +
+ + +
+
+ +
+
Jessica Nguyen
+
School: College of Marin
+

What I'm most looking forward to about the CodeDay Labs internship is being able to collaborate with my peers and develop professional interpersonal skills as a software engineer.

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+ + Team Jessica, Yuancheng, & Zhenyu +
+ + +
+
+ +
+
Dylan Cornel
+
School: Orange Coast College
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Dongping Guo
+
School: CSUEB
+

What I'm most looking forward to about the CodeDay Labs internship is looking at the + the summer open-source project showing up on my resume.

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+ Team Dongping, Zach, and Darren +
+ + +
+
+ +
+
Emmanuel Jones-Pacheco
+
School: San Diego State University
+

What I'm most looking forward to about the CodeDay Labs internship is to learn new tools and skills for my future

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Edgar Hernandez
+
School: CSin3 Cohort at CSUMB
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+ Team Edagr H & Edgar R +
+ + +
+
+ +
+
Kyle Drewes
+
School: Sonoma State University
+

What I'm most looking forward to about the CodeDay Labs internship is learning concepts that will teach me how to become a better programmer.

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+ Team Nick & Kyle +
+ + +
+
+ +
+
Nicolas Mederos
+
School: CSin3 Cohort at CSUMB
+

What I'm most looking forward to about the CodeDay Labs internship is getting to work on something that has real world applications.

+ Team Nick & Val +
+ + +
+
+ +
+
Zhenyu Yu
+
School: University of California Santa Barbara
+

What I'm most looking forward to about the CodeDay Labs internship is getting the experience to work with others on a big project.

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+ + Team Jessica, Yuancheng, & Zhenyu +
+ + +
+
+ +
+
Elizabeth Barco Lopez
+
School: CSP - Warrior-Toro CSP at El Camino College
+

What I'm most looking forward to about the CodeDay Labs internship is solving real-life problems and learning more about GitHub.

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ +
+
+ +
+
Rahul Gupta
+
School: CSUS (Sacramento State)
+

What I'm most looking forward to about the CodeDay Labs internship is gaining experience and working with others!

+ Team Michael, Rahul, and Magiber +
+ + +
+
+ +
+
Conlyn Pattison
+
School: CSUMB
+

What I'm most looking forward to about the CodeDay Labs internship is gaining experience and knowledge by collaborating with my team and industry mentor.

+ Team Travis & Conlyn +
+ + +
+
+ +
+
Edmond Lee
+
School: UCM
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+ Team Sunveer & Edmond +
+ + +
+
+ +
+
Tam Nguyen
+
School: Orange Coast College
+

What I'm most looking forward to about the CodeDay Labs internship is an environment that resembles a tech internship where I could develop industry skills.

+ Team N & T +
+ + +
+
+ +
+
Carlos Santiago Pacheco
+
School: CSin3 Cohort at CSUMB
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Gagan Rampur
+
School: CSUMB
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Bhumin solanki
+
School: CSUDH
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Minh Tran
+
School: CSUSM
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Jorge Marquez
+
School: CSULB
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ +
+
+ +
+
Edenilson Zetino
+
School: Bakersfield College
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Akhil Kalakota
+
School: Moorpark College
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Carlos Lopez
+
School: San Diego State University
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Camille Clendenon
+
School: CS++ Cohort at CSUMB
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Soroush Mahdavi
+
School: San Diego Mesa college
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Eric Escareno
+
School: CSUSM
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Aleia Natividad
+
School: CCSF
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Megan Chung
+
School: CSULB
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Wilmer Chang
+
School: CCNY
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Kerem Evrenosoglu
+
School: University of San Francisco
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Anisha Jadhav
+
School: CSUMB
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Samuel Lara
+
School: CSULB
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Ryan Daliwal
+
School: Humboldt State
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ +
+
+ +
+
Victor Zavala
+
School: Orange Coast College
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ + +
+
+ +
+
Sirasit Thitirattanakorn
+
School: CCSF
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ +
+
+ +
+
Aaron Hamilton
+
School: CSU San Marcos
+

What I'm most looking forward to about the CodeDay Labs internship is to be able to grow as a software engineer and pick up some real world experience.

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+ Team Boba +
+ + +
+
+ +
+
Kory Callanan
+
School: SFSU
+

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

+
Open Source Project:
+
Team Members:
+
Team Write-up:
+
+ +
+
+ +
+
Armando Vega
+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is advancing my basic skillset in being able to work on big projects with people!

+ Team Armando, Philip, and Dylan +
+ + + diff --git a/templates/students_2024.html b/templates/students_2024.html new file mode 100644 index 00000000..cb03cb6e --- /dev/null +++ b/templates/students_2024.html @@ -0,0 +1,2088 @@ + + + + Yo + + +

Summer 2024 Cohort

+ +
+
+ +
+
Utsab Saha
+
School: CSU Monterey Bay
+

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

+ Team Nat & Utsab +
+ + +
+
+ +
+
Neenu Antonny
+
School: SJSU
+

What I'm most looking forward to about the CodeDay Labs internship is an experience I can add to my resume.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ + +
+
+ +
+
Sebastian Bastida Marin
+
School: UC Irvine
+

What I'm most looking forward to about the CodeDay Labs internship is coding in a large project that I did not start myself!

+ Team Colin, Aliyah, Sebastian +
+
+
+ +
+
Aliyah McDowell
+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is working on a new project.

+ Team Colin, Aliyah, Sebastian +
+
+
+ +
+
Brian Nguyen
+
School: UCSC
+

What I'm most looking forward to about the CodeDay Labs internship is learning from industry mentors, gaining valuable experience in widely used applications, and growing my skills.

+ Team Brian Jia Honghao +
+ +
+
+ +
+
Shane O'Brien
+
School: City College of San Francisco
+

What I'm most looking forward to about the CodeDay Labs internship is learning from people with experience, working on fun projects, and meeting other people with similar interests.

+ Team Shane & Rashida & Anthony +
+ +
+
+ +
+
Anthony Constante
+
School: California State University Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is creating projects with others and expanding my connections and learning valuable skills.

+ Team Shane & Rashida & Anthony +
+ +
+
+ +
+
Jared Anastacio Ferrer
+
School: MT San Antonio College
+

What I'm most looking forward to about the CodeDay Labs internship is learning from people with experience, working on fun projects, and meeting other people with similar interests.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Natalia Gill
+
School: UCSC
+

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

+ Team Nat & Utsab +
+ + + +
+
+ +
+
Tat Chung Chan
+
School: UC Berkeley
+

What I'm most looking forward to about the CodeDay Labs internship is working on some intersting projects and meet interesting people!

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Haolong Deng
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Zhenyu Yu
+
School:
+

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

+ Team Zhenyu, Alana, Jean-Luc +
+ +
+
+ +
+
Raymond Cromwell
+
School: Sonoma State University
+

What I'm most looking forward to about the CodeDay Labs internship is learning to work on projects with other people and adjusting to the changes that others can make to the code

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Luis Tapia
+
School: California State Montery Bay
+

What I'm most looking forward to about the CodeDay Labs internship is gaining something valueable to add to my resume.

+ Team Julian, Luis, & Pranathi +
+ +
+
+ +
+
Julian Ediberto Valencia
+
School:
+

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

+ Team Julian, Luis, & Pranathi +
+ +
+
+ +
+
Zhongle Zhou
+
School: University of North Carolina, Chapel Hill
+

What I'm most looking forward to about the CodeDay Labs internship is gaining hands-on experience, collaborating with talented peers, and learning from industry professionals

+ Team CKL +
+ +
+
+ +
+
Nathan Pham
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Estefania Celeste Perez
+
School: CSU Long Beach
+

What I'm most looking forward to about the CodeDay Labs internship is gaining technical experience to put on my resume and connect with like-minded indviduals.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Daniel Martinez
+
School:
+

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

+ Team Cesar, Daniel, and Kartikeya +
+ +
+
+ +
+
Long Dao
+
School: CSULB
+

What I'm most looking forward to about the CodeDay Labs internship is to enhance my skills and gain hands-on experience

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Emily Mae Sarne
+
School: Southwestern Community College
+

What I'm most looking forward to about the CodeDay Labs internship is to gain experience and knowledge from the experience.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Minjia(Mia) Tao
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Eduardo
+
School: CSUSM
+

What I'm most looking forward to about the CodeDay Labs internship is, the experience of being in an internshiop like environment.

+ Team page (leave blank until Module 5 when you will be assigned to your teamsgiot +
+ +
+
+ +
+
Benjamin Manh Hung Nguyen
+
School: California State University, Fullerton
+

What I'm most looking forward to about the CodeDay Labs internship is getting experience from contributing to open-source project and expanding my network with people in same industry.

+ Team Isa Brody Ben +
+ +
+
+ +
+
Zongling Guo
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Daniel Solano
+
School: California State University, Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is getting to work on an interesting project, and distinct challenges.

+ Team Arthur Daniel & Adrian +
+ +
+
+ +
+
Abrham Tamiru
+
School: California State Univercity Long Beach
+

What I'm most looking forward to about the CodeDay Labs internship is getting hand on experience

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Shea Ehrenberger
+
School: Los Angeles Valley College
+

What I'm most looking forward to about the CodeDay Labs internship is the chance to get hands on experince!

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Porter Clevidence
+
School: CSULB
+

What I'm looking forward to during the CodeDay labs internship is getting to contribute + to an amazing project and meet some great people.

+ Team 1 +
+ +
+
+ +
+
Samuel Lo
+
School: UCLA
+

What I'm most looking forward to about the CodeDay Labs internship is contributing to technology developers commonly use.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Jean-Luc Martel
+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is strengthening my skills in open source software and learning how to utilize new technologies.

+ Team Zhenyu, Alana, Jean-Luc +
+ +
+
+ +
+
Sergio Zavala
+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is the ability to enhance my skills in debugging and broaden my skills with new technologies.

+ Team Cheyenne, Sergio, & Tedman +
+ +
+
+ +
+
Jason Kim
+
School: CSUMB
+

What I'm most looking forward to about the CodeDay Labs internship is getting hands on experience to work on a project. Being able to work on a project to help boost my resume will be + very helpful for me in the long run.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Cesar Cordero
+
School: CSU Channel Islands
+

What I'm most looking forward to about the CodeDay Labs internship is gaining exprience and working on a new project.

+ Team Cesar, Daniel, and Kartikeya +
+ +
+
+ +
+
Pierre Harbin
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Alana Dubie
+
School: Palomar College
+

What I'm most looking forward to about the CodeDay Labs internship is collaborating and learning from my team.

+ Team Zhenyu, Alana, Jean-Luc +
+ +
+
+ +
+
Avin Rai
+
School: De Anza College
+

What I'm most looking forward to about the CodeDay Labs internship is learning a lot of new software engineering skills and working with cool people!

+ Team 29 +
+ +
+
+ +
+
Brody Whelan
+
School: CSU Fullerton
+

What I'm most looking forward to about the CodeDay Labs internship is working with a mentor/group to contribute to an open source app that is used in the real world

+ Team Isa Brody Ben +
+ +
+
+ +
+
Angel Medina
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Isaac Palompo
+
School: Diablo Valley College
+

What I'm most looking forward to about the CodeDay Labs internship is making a meaningful contribution to my project.

+ Team Isa Brody Ben +
+ +
+
+ +
+
Henry Peng
+
School: CSUS
+

What I'm most looking forward to about the CodeDay Labs internship is gaining real life work experience.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Tien Pham
+
School: San Jose State University
+

What I'm most looking forward to about the CodeDay Labs internship is being able to gain tangible work experience while working in a group environment.

+ Team 15 page +
+ +
+
+ +
+
John Mikko Reyes Velasquez
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Phong Truong (Toan Truong)
+
School: CSU LB
+

What I'm most looking forward to about the CodeDay Labs internship is to study how to work in workplace in the future.

+ Team 29 +
+ +
+
+ +
+
Pranathi Chamarthi
+
School: El Camino College
+

What I'm most looking forward to about the CodeDay Labs internship is gaining knowledge and experience that I can use to hone my skills and build my personality.

+ Team Julian, Luis, & Pranathi +
+ +
+
+ +
+
Michael Shinkwang Kowata
+
School: CSUDH
+

What I'm most looking forward to about the CodeDay Labs internship is getting hands-on experience to put on my resume.

+ Team 30 +
+ +
+
+ +
+
Kyongsu Kang
+
School: CSULB
+

What I'm most looking forward to about the CodeDay Labs internship is to work on the issues with the teammates.

+ Team CKL +
+ +
+
+ +
+
Kartikeya Kumaria
+
School: UCSC
+

What I'm most looking forward to about the CodeDay Labs internship are building new connections and being able collaborate on a web project from scratch. I would also love to learn about Machine Learning and AI.

+ Team Cesar, Daniel, and Kartikeya +
+ +
+
+ +
+
Emily Madsen
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Tam Ly
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Allison Chan
+
School: De Anza College
+

What I'm most looking forward to about the CodeDay Labs internship is gaining real world experience and working with + my team and mentor.

+ Team22 Jin & Allison & Saad +
+ +
+
+ +
+
Ledi Li
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Gabriel Myers
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Wesley Sum
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Achsah Maria Jojo
+
School: California State University Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is to learn new skills and to be better at team work.

+ Team page (leave blank until Module 5 when you will be assigned to your team) +
+ +
+
+ +
+
Lingyu Hu
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Kristine Nguyen
+
School: CSU Long Beach
+

What I'm most looking forward to about the CodeDay Labs internship is working with my peers and mentor!

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Xiaoxuan Wang
+
School: SFSU
+

What I'm most looking forward to about the CodeDay Labs internship is collaboraing with my peers and learning new skills.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Benjamin Khor Zhi Ming
+
School: San Jose State University
+

What I'm most looking forward to about the CodeDay Labs internship is learning more skills and knowledge from this open-source internship and how to collaborate with others.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ + + +
+
+ +
+
Julian Ochoa Villicana
+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is gaining more experience working as a team and better my programming skills.

+ Team Tony, Bryan & Julian +
+ + + +
+
+ +
+
Alan Xiao
+
School: San Jose State University
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Angel Zaldivar
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Alireza Manizani
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Chynna Syas
+
School: El Camino College
+

What I'm most looking forward to about the CodeDay Labs internship is meeting and working with new people.

+ Team CKL +
+ +
+
+ +
+
Alexis Guzman
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Ryan Duong
+
School: San Jose State University
+

What I'm most looking forward to about the CodeDay Labs internship is meeting new people and getting real world coding experience.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Alden Duarte-Vasquez
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Maryam Bouamama
+
School: San Jose State University
+

What I'm most looking forward to about the CodeDay Labs internship is building something new!

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Emily Sok Hawkins
+
School: CSULB
+

What I'm most looking forward to about the CodeDay Labs internship is meeting new people and learning from them.

+ Team Durley & Emily +
+ +
+
+ +
+
Andrei Solomon Sanidad Duque
+
School: San Jose State University
+

What I'm most looking forward to about the CodeDay Labs internship is expanding my git knowledge and working together with a team on a large project!

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Durley sandrith Galvan Jimenez
+
School: Laney College
+

What I'm most looking forward to about the CodeDay Labs internship is gaining experience in real-world problems and learning a lot from experts.

+ Team Durley & Emily +
+ +
+
+ +
+ +
Jaehoon Song
+
School: University of California, Irvine
+

I'm looking forward to leveraging my open-source project knowledge that I've learned from the past and apply it to make a meaningful contribution to a new project.

+ Team 15 page +
+ +
+
+ +
+
Tony Wu
+
School: San Francisco State University
+

What I'm most looking forward to about the CodeDay Labs internship is gaining practical experience in teamwork and becoming adept at navigating the GitHub workflow.

+ Team Tony, Bryan & Julian +
+ +
+
+ +
+
Ruxue Jin
+
School: San Francisco State Univeristy
+

What I'm most looking forward to about the CodeDay Labs internship is gaining real-world programming experience and updating my resume.

+ Team22 Jin & Allison & Saad +
+ +
+
+ +
+
Krystelle Barroso
+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is working with a team of new people and working towards the same goal.

+ Team 29 +
+ +
+
+ +
+
Zhiyuan Zhang
+
School:
+

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

+ Team pramodya and sherman +
+ +
+
+ +
+
Gyugang Lee
+
School:
+

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

+ Team ASC +
+ +
+
+ +
+
Zhimin Meng
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Hannah Cotterell
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Bryan Khor
+
School: San Francisco State University
+

What I'm most looking forward to about the CodeDay Labs internship is to gain experience working on a project in a team and + be able to add a new entry in my resume. +

+ Team Tony, Bryan & Julian +
+ +
+
+ +
+
Cheyenne Marie Jao Ty
+
School: Cal Poly Humboldt
+

What I'm most looking forward to about the CodeDay Labs internship is learning more about the process of committing to open source projects and using the Git Workflow.

+ Team Cheyenne, Sergio, & Tedman +
+ +
+
+ +
+
Jesus Garcia Loyola
+
School: California State University, Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is to get experience and explore what type og job I what in the future.

+ Team 15 page +
+ +
+
+ +
+
Saad Malik Paracha
+
School: University of San Francisco
+

What I'm most looking forward to about the CodeDay Labs internship is my first contribution to open source! (hoping this is the first of many to come)

+ Team22 Jin & Allison & Saad +
+ +
+
+ +
+
Mustafa Evgin Demirci
+
School: California State University Long Beach
+

What I'm most looking forward to about the CodeDay Labs internship is obtaining beneficial work experience to be more + competitive in the job market.

+ Team 30 +
+ +
+
+ +
+
Cristobal Elizarraraz Rios
+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is being able to put this experience into my resume.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Kyla Macapagal Usi
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Dustin Nam Phan
+
School: California State University Long Beach
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Tedman Nguyen
+
School: Orange Coast College / UCI
+

What I'm most looking forward to about the CodeDay Labs internship is working on computer science problems that will help me grow as an engineer

+ Team Cheyenne, Sergio, & Tedman +
+ +
+
+ +
+
Keith Ruxton
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
William Wong
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Youkyoung Kim
+
School: San Jose State University
+

What I'm most looking forward to about the CodeDay Labs internship is working with a team to contribute to meaningful open source project.

+ Team 5's page +
+ +
+
+ +
+
Joshiro Lawrence
+
School: De Anza College
+

What I'm most looking forward to about the CodeDay Labs internship is gaining experience in new technologies.

+ Team 30 +
+ +
+
+ +
+
Benjamin Choi
+
School: El Camino College
+

What I'm most looking forward to about the CodeDay Labs internship is learning new technologies and practicing programming!

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Ocean Tober
+
School: CSU Sacramento
+

What I'm most looking forward to about the CodeDay Labs internship is becoming more confident in my development + skills as a whole and building more practical experience. I look forward to applying everything i've learned at + university.

+ Team 18 page +
+ +
+
+ +
+
Diana Galeana
+
School:
+

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

+ Team 18 page +
+ +
+
+ +
+
Honghao Lin
+
School: University of California San Diego
+

What I'm most looking forward to about the CodeDay Labs internship is to collaborate with teammates on amazing projects

+ Team Brian Jia Honghao +.
+ +
+
+ +
+
George Jones
+
School: El Camino College
+

What I'm most looking forward to about the CodeDay Labs internship is to gain more experience with contributing to OS projects

+ Team 5's page +
+ +
+
+ +
+
Usman Tahir
+
School: El Camino College
+

What I'm most looking forward to about the CodeDay Labs internship is getting real experience working the software engineering field.

+ Team 5's page +
+ +
+
+ +
+
Nicholas Tran
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Kenneth Requerme Ramos
+
School: Orange Coast College
+

What I'm most looking forward to about the CodeDay Labs internship is improving my skills to be ready for an internship and making a contribution to an open source software project.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Jia Jun Yang
+
School:
+

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

+ Team Brian Jia Honghao +
+ +
+
+ +
+
Alexander Chang
+
School: San Jose State University
+

What I'm most looking forward to about the CodeDay Labs internship is gaining experience and learning new technologies.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Zhufan Gu
+
School: SCU
+

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

+ Team ASC +
+ + + + +
+
+ +
+
YU AN PAN
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Luc Nguyen
+
School: CSU Long Beach
+

What I'm most looking forward to about the CodeDay Labs internship is learning about open source and meeting new people!

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Arthur Nguyen
+
School: Cal Poly Pomona
+

What I'm most looking forward to about the CodeDay Labs internship is learning new skills and gaining experience.

+ Team Arthur Daniel & Adrian +
+ +
+
+ +
+
Christian Barajas
+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is learning about a new technology, working with a team, and adding to an open source program :)

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Brian Liu
+
School: De Anza
+

What I'm most looking forward to about the CodeDay Labs internship is gaining valuable experience working in a more professional setting

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Yijun Yu
+
School: Georgia Tech
+

What I'm most looking forward to about the CodeDay Labs internship is do fun projetcs and meet new friends

+ Team 18 page +
+ +
+
+ +
+
Andy Vo
+
School: Orange Coast College
+

What I'm most looking forward to about the CodeDay Labs internship is learning new technologies and working with teammates to make a contribution!

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Ting Zhu
+
School: University of Pennsylvania
+

What I'm most looking forward to about the CodeDay Labs internship is collaborating with teammates and learning new skills and technologies.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Ravneet Bhatia
+
School: University of San Francisco
+

What I'm most looking forward to about the CodeDay Labs internship is working on something fun and learning something new.

+ Team ASC +
+ +
+
+ +
+
Shizhan Liu
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Adrian Haro
+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is the experience I'll gain working in a proper SWE workflow.

+ Team Arthur Daniel & Adrian +
+ +
+
+ +
+
Sebastian Ramos
+
School: California State Montery Bay
+

What I'm most looking forward to about the CodeDay Labs internship is working with temamates to make a meaningful project to add top our resumes.

+ Team_7 +
+ +
+
+ +
+
Minh Tran
+
School: CSU San Macros
+

What I'm most looking forward to about the CodeDay Labs internship is to gain new experience, learn more about Github, and contribute to the Open Source Project.

+ Team_7 +
+ +
+
+ +
+
Pramodya Rajapakse
+
School: UCSD
+

What I'm most looking forward to about the CodeDay Labs internship is learning from an experienced mentor and hopefully contributing to an impactful project.

+ Team pramodya and sherman +
+ +
+
+ +
+
Ngoc Chung Tran
+
School: UCSC
+

What I'm most looking forward to about the CodeDay Labs internship is working on an intersting project and having wonderful experience

+ Team_7 +
+ +
+
+ +
+
Carly Thomas
+
School: Orange Coast College
+

What I'm most looking forward to about the CodeDay Labs internship is developing my software engineering skills while working with others on an open source app with real world application.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Aliyah McDowell
+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is getting more experience with working with other people and developing my software engineering skills

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ + +
+
+ +
+
Charlize Angeles
+
School: UNLV
+

What I'm most looking forward to about the CodeDay Labs internship is gaining some experience working on an established project with other people.

+
+ +
+
+ +
+
Amirali Javadi
+
School: Orange Coast College
+

What I'm looking forrward about the CodeDay labs is to learn new technologies, contribute to projects and prepare myself toward summer internships for 2025.

+ Team 10 + +
+ +
+
+ +
+
Austin Keller
+
School: CCSF
+

I'm looking forward to learn new technologies, learn to collaborate with others, and prepare myself for an internship.

+ Team 10 + +
+ +
+
+ +
+
Jagroop Singh
+
School: CSU Sacramento
+

What I'm most looking forward to about the CodeDay Labs internship is collaborating with my peers to contribute to a meaningful project and to learn about new technologies.

+ Team Triet, Stanley, and Jagroop +
+ +
+
+ +
+
Matthew Tran
+
School: San Jose State Univeristy
+

What I'm most looking forward to about the CodeDay Labs internship is getting some real world experience and improving my programming skills

+ Team Matthew, Dale, & Suchith +
+ +
+
+ +
+
Nicolas Garbarino
+
Orange Coast College:
+

What I'm most looking forward to about the CodeDay Labs internship is Learning more about Software Engineering

+ Team Nic, Ridhima, and Anvi +
+ +
+
+ +
+
Colin Nguyen
+
School: CSU Long Beach
+

What I'm most looking forward to about the CodeDay Labs internship is being able to apply everything I've learned so far to an actual meaningful project.

+ Team Colin, Sebastian, Aliyah +
+ +
+
+ +
+
Daniel Cruz
+
School: CSU Long Beach
+

What I'm most looking forward to about the CodeDay Labs internship is gaining some expierence and meeting some other people.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Igor Janotti
+
School: Bellevue College
+

What I'm most looking forward to about the CodeDay Labs internship is getting real experience of working software developers.

+
+ +
+
+ +
+
Syn Nguyen
+
School: CSU Long Beach
+

What I'm most looking forward to about the CodeDay Labs internship is learning about open source, and have new connections.

+ Team E V & S +
+ +
+
+ +
+
Triet Huynh
+
School: CSUMB
+

What I'm most looking forward to about the CodeDay Labs internship is developing my software engineering skills while working with others on an open source app with real world application.

+ Team Triet, Stanley, and Jagroop +
+ +
+
+ +
+
Zhiyuan Zhao
+
School: Northeastern Univeristy
+

What I'm most looking forward to about the CodeDay Labs internship is to find my way to a real-world passionate software developer.

+ Team zhao_jiang_lauper +
+ +
+
+ +
+
Fangfang Jiang
+
School: CU Boulder
+

What I'm most looking forward to about the CodeDay Labs internship is learning from industry mentors, collaborating with team members and gaining some valuable experience.

+ Team zhao_jiang_lauper +
+ +
+
+ +
+
Talia Frendl
+
School: CSUMB
+

What I'm most looking forward to about the CodeDay Labs internship is learning how to work on open source projects

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Caden Carpenter
+
School: Orange Coast College
+

What I'm most looking forward to about the CodeDay Labs internship is learning new skills and really getting into the industry

+
+ +
+
+ +
+
Andy Espinoza
+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is developing my professional coding and teamwork skills while also gaining real world experience.

+ Team: Mai, Andy, and Mahdi +
+ +
+
+ +
+
Krishneet Raj
+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is to gain new experience by working on projects and prepare myself in the industry.

+ Team page: Michael, Brette, Joshua, Krishneet +
+ +
+
+ +
+
Jiseob Lee
+
School: Los Angeles Pierce College
+

What I'm most looking forward to about the CodeDay Labs internship is gaining real world software engineering skills.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Samuel Kim
+
School: California State University, Fullerton
+

What I'm most looking forward to about the CodeDay Labs internship is getting real world experience on collaborative projects and developing my software engineering skills. (Also developing something for my resume is nice.)

+
+ + +
+
+ +
+
Xiaotian Lyu
+
School: Northeastern University
+

What I'm most looking forward to about the CodeDay Labs internship is improving my programming skills.

+
+ +
+
+ +
+
Luis Hernandez
+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is training hard with my teammates and making meaningful contributions.

+ Team 10 +
+ +
+
+ +
+
Mai Tran
+
School: Carleton College
+

What I'm most looking forward to about the CodeDay Labs internship is applying learned skills to a real-world application.

+ Team: Mai, Andy, and Mahdi +
+ +
+
+ +
+
Eddie Rodriguez
+
School: Chico State University
+

What I'm most looking forward to about the CodeDay Labs internship is developing my software engineering skills for future employment while working with others and making personal connections.

+ Team E V & S +
+ +
+
+ +
+
Isaac Chee
+
School: University of California, Santa Cruz
+

What I'm most looking forward to about the CodeDay Labs internship is being able to apply the knowledge I have learned through CTI and school classes.

+ Team Jason, Emily, and Isaac +
+ +
+
+ +
+
Shawn Lin
+
School: CSU Long Beach
+

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

+ Team Alex, Shawn, and Chelsy +
+ +
+
+ +
+
Manpreet Kaur
+
School: Stanislaus State
+

What I'm most looking forward to about the CodeDay Labs internship is gaining Open Source experience.

+ Team +
+ +
+
+ +
+
Arielle Lauper
+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is learning how to work with a large code base.

+ Team zhao_jiang_lauper +
+ +
+
+ +
+
Lao Aaron
+
School: University of San Francisco
+

What I'm most looking forward to about the CodeDay Labs internship is developing my software engineering skills while working with others on an open source app with real world application.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Adrian Vo
+
School: UC San Diego
+

What I'm most looking forward to about the CodeDay Labs internship is learning something new and gaining experience.

+
+ +
+
+ +
+
Harman Sekhon
+
School: California State University Fullerton
+

What I'm most looking forward to about CodeDay Labs IS experience!!!!!!!! I NEED KNOWLEDGE

+ Team page: N/A +
+ +
+
+ +
+
Vedant Patel
+
School: UC San Diego
+

What I'm most looking forward to about the CodeDay Labs internship is working on real-world technologies that can be applied to problems in the future!

+ Team Page +
+ +
+
+ +
+
Philip Perry Pearce-Pearson
+
School: Denison University
+

What I'm most looking forward to about the CodeDay Labs internship is developing my skills and gaining real-world experience to prepare me for future roles.

+ Team Armando, Philip & Dylan +
+ +
+
+ +
+
Salvador Nunez
+
School: UC Merced
+

What I'm most looking forward to about the CodeDay Labs internship is making a meaningful contribution.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ + +
+
+ +
+
Alexander Manalad
+
School: CSU Long Beach
+

What I'm most looking forward to about the CodeDay Labs internship is advancing teamwork and experience in software engineering while learning and contributing into real-world projects.

+ Team Alex, Shawn, and Chelsy +
+ +
+
+ +
+
Vansh Patel
+
School: CSULB
+

What I'm most looking forward to about the CodeDay internship is learning more about software engineering and gaining real world experience in that field.

+ +
+ +
+
+ +
+
Karan Verma
+
School: CSULB
+

What I'm most looking forward to about the CodeDay Labs internship is learning more about coding and the techniques to become a skillful computer scientist.

+ +
+ +
+
+ +
+
Jason Tang
+
School: SFSU
+

What I'm most looking forward to about the CodeDay Labs internship is practicing all the skills I learned in school and CTI in a real-world setting.

+ Team Jason, Emily, and Isaac +
+ +
+
+ +
+
Emily Yuan
+
School: Tufts University
+

What I'm most looking forward to about the CodeDay Labs internship is being able to apply my technical skills while learning more from experienced mentors.

+ Team Jason, Emily, and Isaac +
+ +
+
+ +
+
Xuan Hien Pham
+
School: CUNY - John Jay College of Criminal Justice
+

What I'm most looking forward to about the CodeDay Labs internship is gaining the ability to contribute to an open-source project and collaborate with others.

+ Team page + Team 2 +
+ +
+
+ +
+
Ryan Lin
+
School: Mt. San Jacinto College
+

What I'm most looking forward to about the CodeDay Labs internship is gaining techincal experience to put on my resume and working with my peers!

+ Team Sydney & Ryan & Pei-Wan +
+ +
+
+ +
+
Sydney Vo
+
School: Orange Coast College
+

What I'm most looking forward to about the CodeDay Labs internship is gaining techincal experience to put on my resume and working with my peers!

+ Team Sydney & Ryan & Pei-Wan +
+ + +
+
+ +
+
Joseph Ramer
+
School: CSUMB
+

What I'm most looking forward to about the CodeDay Labs internship is devolping my software engineering skills while working with others.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Newton Chung
+
School: UC San Diego
+

What I'm most looking forward to about the CodeDay Labs internship is learning new skills, gaining valuable experience, and meeting and working with others in a professional environment.

+
+ +
+
+ +
+
Ben Khong
+
School: Orange Coast College
+

I'm looking forward to meeting new people and learning a new tech stack!

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Khiem Nguyen
+
School: Orange Coast College
+

What I'm most looking forward to about the CodeDay Labs internship is meeting new people and working in a team!

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Akhil Devarasetty
+
School: University of California, Merced
+

What I'm most looking forward to about the CodeDay Labs internship is adding a new experience to my resume.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+
+
+ +
+
Keith Bui
+
School: Orange Coast College
+

What I'm most looking forward to most about the CodeDay Labs internship is collaborating with others to solve an open source problem.

+ Team page +
+ +
+
+ +
+
Omar Rafiq
+
School: CSUF
+

What I'm most looking forward to about the CodeDay Labs internship is gaining real world experience.

+ Team s_o_j +
+ +
+
+ +
+
Autinn Au-Yeung
+
School: Minerva University
+

What I'm most looking forward to about the CodeDay Labs internship is gaining real-life coding experience.

+ Team Nat & Utsab +
+ +
+
+ +
+
Richie Nguyen
+
School: Orange Coast College
+

What I'm most looking forward to about the CodeDay Labs internship is meeting new people in the same career as me.

+ Team Richie Ethan Aryan +
+ +
+
+ +
+
Ethan Villarosa
+
School: UC Merced
+

What Ethan is looking forward to...

+ Team Richie Ethan Aryan +
+ +
+
+ +
+
Aryan Ahuja
+
School: UC San Diego
+

What Aryan is looking forward to...

+ Team Richie Ethan Aryan +
+ +
+
+ +
+
Rashida Mohamed
+
School: George Mason University
+

What I'm most looking forward to about the CodeDay Labs internship is collaborating with team members!

+ Team Shane & Rashida & Anthony +
+ +
+
+ +
+
Chika Starks
+
School: CSUMB
+

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

+ Team page +
+ +
+
+ +
+
Jackson Drew
+
School: Bellevue College
+

What I'm most looking forward to about the CodeDay Labs internship is building my experience, and working with others.

+ Team page +
+ +
+
+ +
+
Dale Rivera
+
School: SFSU
+

I'm looking forward to gain technical experience.

+ Team Matthew, Dale, & Suchith +
+ +
+
+ +
+
Jiseob Lee
+
School: Orange Coast Collete College
+

What I'm most looking forward to about the CodeDay Labs internship is gaining real world software engineering skills.

+ Team page +
+ +
+
+ +
+
Samuel Kim
+
School: California State University - Fullerton
+

What I'm most looking forward to about the CodeDay Labs internship is working with others to get hands on team experience.

+ Team page +
+ +
+
+ +
+
Salvador Nunez
+
School: UC Merced
+

What I'm most looking forward to about the CodeDay Labs internship is making a meaningful contribution.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Evan Pham
+
School: CSU Long Beach
+

What I'm most looking forward to about the CodeDay Labs internship is working on projects with other people, and getting familiar with how projects are managed on GitHub.

+ Team page +
+ +
+
+ +
+
Joshua Tanaka
+
School: San Jose State University (SJSU)
+

What I'm most looking forward to about the CodeDay Labs internship is being able to research and learn more about comptuer science!

+ Team page: Michael, Brette, Joshua, Krishneet +
+ +
+
+ +
+
Josh Leon
+
School: CSU Stanislaus
+

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

+ Team s_o_j +
+ +
+
+ +
+
Bo Liu
+
School: UCLA
+

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

+ Team Bo & Kevin & Miller +
+ +
+
+ +
+
John Gutierrezz
+
+ +
+
School: Los Medanos College
+

Im excited to make a project with a team and learn together!

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Chelsy Lan
+
School: NEU
+

Happy to join the CodeLab project

+ Team Alex, Shawn, and Chelsy +
+ +
+
+ +
+
Adrian Vo
+
School: UC San Diego
+

What I'm most looking forward to about the CodeDay Labs internship is learning something new and gaining experience.

+ Team Xiaotian & Adrian +
+
+
+ +
+
Xiaotian Lyu
+
School: NEU
+

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

+ Team Xiaotian & Adrian +
+
+
+ +
+
Michael Ly
+
School: Cal Poly Pomona
+

What I'm most looking forward to about the CodeDay Labs internship is contributing to an open source project. It'll be my first open source experience.

+ Team page: Michael, Brette, Joshua, Krishneet +
+
+
+ +
+
Tyler Tran
+
School: Contra Costa College
+

What I'm most looking forward to about the CodeDay Labs internship is contributing to an actual coding project as this will be my first coding project outside of school.

+ Team: Tyler & Shubham & Mikaella +
+ +
+
+ +
+
Aung Khant Min
+
School: Skyline College
+

What I'm most looking forward to about the CodeDay Labs internship is contributing to an actual coding project as this will be my first coding project outside of school.

+ Team blank +
+ +
+
+ +
+
Mia Escobar
+
School: City College of San Francisco
+

I'm looking forward to learning more about GitHub!

+ Team Mia, Victor, and Alec +
+ +
+
+ +
+
Tan Huynh
+
School: SFSU
+

What I'm most looking forward to about the CodeDay Labs internship is getting some experience that will help me advance my career.

+
+ +
+
+ +
+
Mike Nguyen
+
School: CSULB
+

What I'm most looking forward to about the CodeDay Labs internship is contributing to open source and learning new tech

+ Team Ahh +
+ +
+
+ +
+
Jacob Kim
+
School: San Diego Miramar College
+

What I'm most looking forward to about the CodeDay Labs internship are meaningful opensource contribution, teamwork, and skill developement.

+ Team page +
+ +
+
+ +
+
Miller Rosenthal
+
School: UC Merced
+

What I'm most looking forward to about the CodeDay Labs internship is gaining valuable beginner experience in Git and the teamwork environment that is common in the industry.

+ Team Bo & Kevin & Miller +
+ +
+
+ +
+
Nickolas Toch
+
School: CSU Long Beach
+

What I'm most looking forward to about the CodeDay Labs internship is gaining some meaningful experience that will help me in my career.

+ Team Ahh +
+ +
+
+ +
+
Austin Metke
+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is the opportunity to network with others and gaining real world experience.

+ Team Page +
+ +
+
+ +
+
Dat Lam
+
School: CSU Fullerton
+

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

+ Team Nat & Utsab +
+ +
+
+ +
+
Robert Petersen
+
School: CSUF [Cal State University Fullerton]
+

Experience to try new varying work!

+ Team Page +
+ +
+
+ +
+
Eduardo Sanchez
+
School: CSUMB
+

What I'm most looking forward to about the CodeDay Labs internship is gaining real world experience while being able to collaborate + and learn from my fellow teamates and mentor

+ Team Jacob, Igor and Eduardo +
+ + + +
+
+ +
+
Anna Mikaella Chua
+
School: Hartnell College
+

What I'm most looking forward to about the CodeDay Labs internship is making friends and connections. I am excited to participate in my first open source project and learn more about the tools used as well as adding it ot my resume.

+ Team: Tyler & Shubham & Mikaella +
+ +
+
+ +
+
Shubham Waldiya
+
School: El Camino College
+

What I'm most looking forward to about the CodeDay Labs internship is working on an open source project that can build my software development and collaborative coding skills +

+ Shubham Tyler Mikaella +
+ +
+
+ +
+
Mon Raphael Fernandez
+
School: Glendale Community College
+

What I'm most looking forward to about the CodeDay Labs internship is having something to add into my resume to get to a good university.

+ +
+ +
+
Shubham Waldiya
+
School: El Camino College
+

What I'm most looking forward to about the CodeDay Labs internship is working on an open source project that can build my software development and collaborative coding skills +

+ Shubham Tyler Mikaella (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Kayla Powell
+
School: San Francisco State University
+

What I'm most looking forward to about the CodeDay Labs internship is contributing to the open source community.

+
+ +
+
+ +
+
Qilan Lao
+
School: San Francisco State University
+

What I'm most looking forward to about the CodeDay Labs internship is gaining experience on open-sources and making a contribution.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ + + + diff --git a/templates/students_2025.html b/templates/students_2025.html new file mode 100644 index 00000000..5661d6a2 --- /dev/null +++ b/templates/students_2025.html @@ -0,0 +1,367 @@ + + + + Yo + + +

Summer 2025 Cohort

+
+
+ +
+
Johnny Santamaria
+
School: San Francisco State University
+

What I am most looking forward to collab with other students to increase my technical soft and hard skills

+
+
+
+ +
+
Utsab Saha
+
School: CSU Monterey Bay
+

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

+ Team Nat & Utsab +
+ +
+
+ +
+
Suchith Gali
+
School: UCM
+

What I'm most looking forward to about the CodeDay Labs internship is learning valuable job and teamworking skills from experienced engineers.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Brette Fitzgibbon
+
School: University of San Francisco
+

What I'm most looking forward to about the CodeDay Labs internship is learning new open source and programming skills.

+ Team page: Michael, Brette, Joshua, Krishneet +
+ +
+
+ +
+
Kevin Beltran
+
School: Cal Poly SLO
+

I am really looking forward to learning about how to contribute to open source through CodeDay Labs

+ Team Bo & Kevin & Miller +
+ +
+
+ +
+
Andre Dargani
+
School: San Francisco State University
+

I'm excited to make my first open source contriubtion and make a positive impact to the open source community

+ Team Regina, Andre, and Vansh +
+ +
+
+ +
+
Chris Tangonan
+
School: CSU Monterey Bay
+

I'm looking forward to learning more about the open source community, and to hopefully provide a meaningful contribution to the team.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Jinan Al-Maliky
+
School: Bellevue College
+

I'm looking forward to learning more about the experience and connections we all will be making.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Ezequiel Reyes
+
School: CSU Monterey Bay
+

What I'm looking forward to about the CodeDay Labs internship is gaining experience and making a meaningful contribution.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ + +
+
Brent Uyguangco
+
School: El Camino College
+

I am excited to be a part of CTI's open source partnership with CodeDay, hoping to make a positive contribution to the best of my abilities

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Neel Deshmukh
+
School: City College of San Francisco
+

What I'm most looking forward to about the CodeDay Labs internship is addig some open-source experience to my resume!

+
+
+
+ +
+
Jane Swingler
+
School: University of San Francisco
+

What I'm most looking forward to about the CodeDay Labs internship is making my first contribution to an open source project.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ + +
+
+ +
+
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 +
+ +
+
+ +
+
Marcelo Villalobos Diaz
+
School: CSU Monterey Bay
+

What I'm most looking forward to about the CodeDay Labs internship is the opportunity to collaborate with a diverse group of talented peers and industry professionals.

+ +
+ + + +
+
+ +
+
Koichi Nakata
+
School: University of San Francisco
+

What I'm most looking forward to about the CodeDay Labs internship is gaining hands-on experience of open-source project!

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Aizen Baidya
+
School: UC Merced
+

What I'm most looking forward to about the CodeDay Labs internship is learning about and gaining experience + working with industry-relevant technologies and contributing to a meaningful open-source project.

+
+ + +
+
+ +
+
Aung Khant Min
+
School: Skyline College
+

I'm looking forward to learning more about GitHub!

+ Team Mia, Victor, and Alec +
+ +
+
+ +
+
Vansh Patel
+
School: CSULB
+

What I'm most looking forward to about the CodeDay internship is learning more about software engineering and gaining real world experience in that field.

+ Team Regina, Andre, and Vansh +
+ + +
+
+ +
+
Regina Huang
+
School: Northeastern University
+

I’m really looking forward to gaining hands-on experience and collaborating on open-source projects through the CodeDay Labs internship!

+ Team Regina, Andre, and Vansh +
+ +
+
+ +
+
Jerry Nguyen
+
School: San Jose State University
+

What I'm most looking forward to about the CodeDay Labs internship is collaborating on an open-source project with like-minded peers.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Justin Saminathen
+
School: San Jose State University
+

What I'm most looking forward to about the CodeDay Labs internship is gaining experience on open-source contributions as part of a team.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+
+
+ +
+
Ziqi(Demi) Chen
+
School: CSU Fullerton
+

What I'm most looking forward to about the CodeDay Labs internship is gaining hands-on experiences and meeting amazing people!

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Will Young
+
School: San Francisco State University
+

What I'm most looking forward to about the CodeDay Labs internship is gaining hands-on experiences and meeting amazing people!

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Kaulan Serzhanuly
+
School: SJSU
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Ye Chan Lin
+
School: Orange Coast College
+

What excites me most about the CodeDay Labs internship is the opportunity to gain practical experience while connecting with incredible people!

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Jeffrey Cheung
+
School: Cal Poly SLO
+

What I'm most looking forward to about the CodeDay Labs internship is collaboration and industry relevant skills.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Kundyz Serzhankyzy
+
School: San Jose State University
+

What I'm most looking forward to about the CodeDay Labs internship is gaining experience and learning more!

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Ahmet Sahiner
+
School: CCSF
+

What I'm most looking forward to about the CodeDay internship is learning more about software engineering and gaining real world experience in that field.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+
+
+ +
+
Dane Deacon
+
School: Gavilan College
+

What I am most looking forward to collab with other students to increase my technical soft and hard skills to advance my carrer

+
+ +
+
+ +
+
Jonathan Dees
+
School: Cal Poly SLO
+

What I am most looking forward to about the CodeDay internship is learning how to effectively contribute to open source software development

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Anthony Theng
+
School: CSULB
+

What I'm most looking forward to about the CodeDay internship is learning more about software engineering gaining experience with open-source.

+ Team page (leave blank until Module 5 when you will be assigned to your teams + +
+ +
+
+ +
+
Jasleen Narang
+
School: San Jose State University
+

What I'm most looking forward to about the CodeDay internship is gaining more experience and understanding of workplace ettiquete and everyday life.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Amormio Velasquez III
+
School: University of California, San Diego
+

I am eager to have my first experience in the open source community and hopefully make an impactful contribution.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Sophia Alexander
+
School: Santa Monica College
+

What I'm most looking forward to about the CodeDay Labs internship is learning how to collaborate with my team on code, learning from experienced engineers, and making an impact.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Phineas Asmelash
+
School: UC Santa Cruz
+

What I'm looking for codeday labs expereince is to gain new skills, network with industry mentors, and make a contribution to an open source project.

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ + +
+
+ +
+
Brendan Sick
+
School: Grossmont College
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ + + diff --git a/templates/teams/JIE.html b/templates/teams/JIE.html new file mode 100644 index 00000000..bcf8d0f6 --- /dev/null +++ b/templates/teams/JIE.html @@ -0,0 +1,9 @@ + + + + + + We are all from San Francisco, CA. + + + \ No newline at end of file diff --git a/templates/teams/abdel_austin_chika.html b/templates/teams/abdel_austin_chika.html new file mode 100644 index 00000000..847e038a --- /dev/null +++ b/templates/teams/abdel_austin_chika.html @@ -0,0 +1,12 @@ + + + + + + + + + We all enjoy eating turkey bacon. + + + \ No newline at end of file diff --git a/templates/teams/alex_shawn_chelsy.html b/templates/teams/alex_shawn_chelsy.html new file mode 100644 index 00000000..da5bf3c2 --- /dev/null +++ b/templates/teams/alex_shawn_chelsy.html @@ -0,0 +1,7 @@ + + + + All three of us (Alex, Shawn and Chelsy) play video games. + + + \ No newline at end of file diff --git a/templates/teams/alison_rob_shawn.html b/templates/teams/alison_rob_shawn.html new file mode 100644 index 00000000..a952697e --- /dev/null +++ b/templates/teams/alison_rob_shawn.html @@ -0,0 +1,7 @@ + + + + + We have all seen the movie Spirited Away. + + \ No newline at end of file diff --git a/templates/teams/amir_luis_austin.html b/templates/teams/amir_luis_austin.html new file mode 100644 index 00000000..81bb110e --- /dev/null +++ b/templates/teams/amir_luis_austin.html @@ -0,0 +1,8 @@ + + + CTI 2024 Micro-Internship A Team 10 + + +

Our team members like old-school rap music.

+ + \ No newline at end of file diff --git a/templates/teams/arm_phil_dyl.html b/templates/teams/arm_phil_dyl.html new file mode 100644 index 00000000..6a293e6f --- /dev/null +++ b/templates/teams/arm_phil_dyl.html @@ -0,0 +1,8 @@ + + + + + + We have all watched Attack on Titan. + + \ No newline at end of file diff --git a/templates/teams/arthur_daniel_adrian.html b/templates/teams/arthur_daniel_adrian.html new file mode 100644 index 00000000..ffe59b59 --- /dev/null +++ b/templates/teams/arthur_daniel_adrian.html @@ -0,0 +1,9 @@ + + + + + + Document + + One things we each have in common is we are all excited for the upcoming open source project. + diff --git a/templates/teams/aryan_ethan_richie.html b/templates/teams/aryan_ethan_richie.html new file mode 100644 index 00000000..94b1b655 --- /dev/null +++ b/templates/teams/aryan_ethan_richie.html @@ -0,0 +1,7 @@ + + + + We all like Pokemon! + + + \ No newline at end of file diff --git a/templates/teams/bo_kevin_miller.html b/templates/teams/bo_kevin_miller.html new file mode 100644 index 00000000..866e7001 --- /dev/null +++ b/templates/teams/bo_kevin_miller.html @@ -0,0 +1,8 @@ + + + + + + We have all seen The Lord of the Rings trilogy + + diff --git a/templates/teams/boba.html b/templates/teams/boba.html new file mode 100644 index 00000000..5098b449 --- /dev/null +++ b/templates/teams/boba.html @@ -0,0 +1,11 @@ + + + + + + We all enjoy boba. By Diego Espinoza + + + + + diff --git a/templates/teams/brian_jia_honghao.html b/templates/teams/brian_jia_honghao.html new file mode 100644 index 00000000..fc0fbeca --- /dev/null +++ b/templates/teams/brian_jia_honghao.html @@ -0,0 +1,8 @@ + + + Team 13 Page + + + We are all looking forward to learning from industry mentors, gaining experience in widely used applications, and growing our skills. + + \ No newline at end of file diff --git a/templates/teams/chey_serg_ted.html b/templates/teams/chey_serg_ted.html new file mode 100644 index 00000000..427f3faa --- /dev/null +++ b/templates/teams/chey_serg_ted.html @@ -0,0 +1,8 @@ + + + + + + We have all been on a road trip to Oregon. + + \ No newline at end of file diff --git a/templates/teams/colinsebasaliyah.html b/templates/teams/colinsebasaliyah.html new file mode 100644 index 00000000..42ace040 --- /dev/null +++ b/templates/teams/colinsebasaliyah.html @@ -0,0 +1,8 @@ + + + + + + We are hoping to learn more about collaborating in Open-Source projects throughout this micro-internship and improve our overall skills as developers! + + \ No newline at end of file diff --git a/templates/teams/dong_zach_dar.html b/templates/teams/dong_zach_dar.html new file mode 100644 index 00000000..6c5836fc --- /dev/null +++ b/templates/teams/dong_zach_dar.html @@ -0,0 +1,12 @@ + + + + + + + +

+ We are all looking forward to the open-source experience. +

+ + \ No newline at end of file diff --git a/templates/teams/durle_emily.html b/templates/teams/durle_emily.html new file mode 100644 index 00000000..d9951155 --- /dev/null +++ b/templates/teams/durle_emily.html @@ -0,0 +1 @@ +We both like hiking! \ No newline at end of file diff --git a/templates/teams/eddie_syn_ved.html b/templates/teams/eddie_syn_ved.html new file mode 100644 index 00000000..a04a096d --- /dev/null +++ b/templates/teams/eddie_syn_ved.html @@ -0,0 +1,9 @@ + + + + We all enjoy coding and are on the same team + + + + + diff --git a/templates/teams/edg_and_edg.html b/templates/teams/edg_and_edg.html new file mode 100644 index 00000000..1ab4c321 --- /dev/null +++ b/templates/teams/edg_and_edg.html @@ -0,0 +1,8 @@ + + + + + + We share the same name. + + \ No newline at end of file diff --git a/templates/teams/edu_igo_jac.html b/templates/teams/edu_igo_jac.html new file mode 100644 index 00000000..337a8a05 --- /dev/null +++ b/templates/teams/edu_igo_jac.html @@ -0,0 +1,5 @@ + + + we all have watched unsolved + + \ No newline at end of file diff --git a/templates/teams/evan_jared_keith_xuan.html b/templates/teams/evan_jared_keith_xuan.html new file mode 100644 index 00000000..f84a9bbf --- /dev/null +++ b/templates/teams/evan_jared_keith_xuan.html @@ -0,0 +1,8 @@ + + + + + + We all love One Piece and Marvel. + + \ No newline at end of file diff --git a/templates/teams/evgin_joshiro_michael.html b/templates/teams/evgin_joshiro_michael.html new file mode 100644 index 00000000..bfc9c4b2 --- /dev/null +++ b/templates/teams/evgin_joshiro_michael.html @@ -0,0 +1,8 @@ + + + + + + We all love smoothies and milkshakes. + + \ No newline at end of file diff --git a/templates/teams/ian_brenden_elias.html b/templates/teams/ian_brenden_elias.html new file mode 100644 index 00000000..2d57edfe --- /dev/null +++ b/templates/teams/ian_brenden_elias.html @@ -0,0 +1,11 @@ + + + + + + Document + + +

We all are Software Engineers

+ + \ No newline at end of file diff --git a/templates/teams/jaime_edgarh.html b/templates/teams/jaime_edgarh.html new file mode 100644 index 00000000..1c5699c6 --- /dev/null +++ b/templates/teams/jaime_edgarh.html @@ -0,0 +1 @@ +We both graduated from the same highschool. \ No newline at end of file diff --git a/templates/teams/james_david.html b/templates/teams/james_david.html new file mode 100644 index 00000000..5ee3d7f9 --- /dev/null +++ b/templates/teams/james_david.html @@ -0,0 +1,8 @@ + + + + + + We both play Valorant! + + \ No newline at end of file diff --git a/templates/teams/jesus_tien_jaehoon.html b/templates/teams/jesus_tien_jaehoon.html new file mode 100644 index 00000000..fac7e6e3 --- /dev/null +++ b/templates/teams/jesus_tien_jaehoon.html @@ -0,0 +1,12 @@ + + + + + + Document + + +

We have all played music with an instrument before.

+ + + \ No newline at end of file diff --git a/templates/teams/julian_luis_pranathi.html b/templates/teams/julian_luis_pranathi.html new file mode 100644 index 00000000..c36fcd39 --- /dev/null +++ b/templates/teams/julian_luis_pranathi.html @@ -0,0 +1,8 @@ + + + + + + We have all played sports
Tennis, Baseball, Wrestling
Know how to play instruments: Piano, Guitar + + \ No newline at end of file diff --git a/templates/teams/liu_tuan_dominic.html b/templates/teams/liu_tuan_dominic.html new file mode 100644 index 00000000..66f7b92c --- /dev/null +++ b/templates/teams/liu_tuan_dominic.html @@ -0,0 +1,8 @@ + + + + + + We all like RPGs, food, and naps. + + \ No newline at end of file diff --git a/templates/teams/luke_noah_maya.html b/templates/teams/luke_noah_maya.html new file mode 100644 index 00000000..37fdca91 --- /dev/null +++ b/templates/teams/luke_noah_maya.html @@ -0,0 +1,7 @@ + + + + + The first letters of our names are sequential in the alphabet. L for Luke, M for Maya, N for Noah + + \ No newline at end of file diff --git a/templates/teams/mai_andy_mahdi.html b/templates/teams/mai_andy_mahdi.html new file mode 100644 index 00000000..8723a540 --- /dev/null +++ b/templates/teams/mai_andy_mahdi.html @@ -0,0 +1,11 @@ + + + + + + Document + + + We all play video games + + \ No newline at end of file diff --git a/templates/teams/matthew_dale_suchith.html b/templates/teams/matthew_dale_suchith.html new file mode 100644 index 00000000..a9db7d57 --- /dev/null +++ b/templates/teams/matthew_dale_suchith.html @@ -0,0 +1,7 @@ + + + + + We all like to play video games + + \ No newline at end of file diff --git a/templates/teams/mia_victor_alec.html b/templates/teams/mia_victor_alec.html new file mode 100644 index 00000000..5096fa3a --- /dev/null +++ b/templates/teams/mia_victor_alec.html @@ -0,0 +1,9 @@ + + + + + + Something in common that we all have goes here... + Victor and I (Mia) live in the Bay Area! + + \ No newline at end of file diff --git a/templates/teams/michael_brette_joshua_krishneet.html b/templates/teams/michael_brette_joshua_krishneet.html new file mode 100644 index 00000000..510abdac --- /dev/null +++ b/templates/teams/michael_brette_joshua_krishneet.html @@ -0,0 +1,11 @@ + + + + + Team Michael, Brette, Joshua, and Krishneet + One common similarity that all of us have is that we all like cats. + + + + + \ No newline at end of file diff --git a/templates/teams/msj.html b/templates/teams/msj.html new file mode 100644 index 00000000..7395828d --- /dev/null +++ b/templates/teams/msj.html @@ -0,0 +1,10 @@ + + + Team MSJ + + + We have all learned Python and C++. + + We all enjoy games. + + \ No newline at end of file diff --git a/templates/teams/nat_uts.html b/templates/teams/nat_uts.html new file mode 100644 index 00000000..e069d90d --- /dev/null +++ b/templates/teams/nat_uts.html @@ -0,0 +1,4 @@ +pw + + + diff --git a/templates/teams/nathan_brian.html b/templates/teams/nathan_brian.html new file mode 100644 index 00000000..b6567de1 --- /dev/null +++ b/templates/teams/nathan_brian.html @@ -0,0 +1,3 @@ +

Hello

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+

We all live in California

\ No newline at end of file diff --git a/templates/teams/nic_ridhima_anvi.html b/templates/teams/nic_ridhima_anvi.html new file mode 100644 index 00000000..f7637a77 --- /dev/null +++ b/templates/teams/nic_ridhima_anvi.html @@ -0,0 +1,9 @@ + + + + + + we are all familiar with python. + + + diff --git a/templates/teams/nick_val.html b/templates/teams/nick_val.html new file mode 100644 index 00000000..542f42e2 --- /dev/null +++ b/templates/teams/nick_val.html @@ -0,0 +1,8 @@ + + + + + + We both have dogs as pets + + \ No newline at end of file diff --git a/templates/teams/nt.html b/templates/teams/nt.html new file mode 100644 index 00000000..664b956d --- /dev/null +++ b/templates/teams/nt.html @@ -0,0 +1,13 @@ + + + + + + + +

Team Ngoc and Tam

+ +

We both like hiking.

+ + + \ No newline at end of file diff --git a/templates/teams/pramo_sher.html b/templates/teams/pramo_sher.html new file mode 100644 index 00000000..a17dcf6a --- /dev/null +++ b/templates/teams/pramo_sher.html @@ -0,0 +1,8 @@ + + + + + + We are both human beings. + + \ No newline at end of file diff --git a/templates/teams/s_o_j.html b/templates/teams/s_o_j.html new file mode 100644 index 00000000..acdf14e3 --- /dev/null +++ b/templates/teams/s_o_j.html @@ -0,0 +1,13 @@ + + + + + + + + We all play call of duty. + + + + + \ No newline at end of file diff --git a/templates/teams/shane_rashida_anthony.html b/templates/teams/shane_rashida_anthony.html new file mode 100644 index 00000000..ee35b8df --- /dev/null +++ b/templates/teams/shane_rashida_anthony.html @@ -0,0 +1,8 @@ + + + + + + We are all majoring in computer science + + diff --git a/templates/teams/shengzhe.html b/templates/teams/shengzhe.html new file mode 100644 index 00000000..1d7751c0 --- /dev/null +++ b/templates/teams/shengzhe.html @@ -0,0 +1,8 @@ + + + + + + We are all living in CA, and we all studying Computer Science. -2023 + + \ No newline at end of file diff --git a/templates/teams/sleeper.html b/templates/teams/sleeper.html new file mode 100644 index 00000000..2a1c6bbf --- /dev/null +++ b/templates/teams/sleeper.html @@ -0,0 +1,8 @@ + + + + + + We both like to play the game Valorant by Riot Games and we both bad at it. + + \ No newline at end of file diff --git a/templates/teams/sun_edm.html b/templates/teams/sun_edm.html new file mode 100644 index 00000000..667464f1 --- /dev/null +++ b/templates/teams/sun_edm.html @@ -0,0 +1,8 @@ + + + + + + We are all excited to be a part of the summer open source experience. + + diff --git a/templates/teams/team10.html b/templates/teams/team10.html new file mode 100644 index 00000000..ba77e111 --- /dev/null +++ b/templates/teams/team10.html @@ -0,0 +1,8 @@ + + + + + + We have both watched the anime called Death Note. + + \ No newline at end of file diff --git a/templates/teams/team18.html b/templates/teams/team18.html new file mode 100644 index 00000000..12e9fe37 --- /dev/null +++ b/templates/teams/team18.html @@ -0,0 +1 @@ +

Team 18 are cat people meow!

\ No newline at end of file diff --git a/templates/teams/team29.html b/templates/teams/team29.html new file mode 100644 index 00000000..9d06aca4 --- /dev/null +++ b/templates/teams/team29.html @@ -0,0 +1,10 @@ + + + + + + hello + + We are play soccer. + + diff --git a/templates/teams/teamASC.html b/templates/teams/teamASC.html new file mode 100644 index 00000000..2d903446 --- /dev/null +++ b/templates/teams/teamASC.html @@ -0,0 +1,3 @@ + +

We like playing video games and sports!

+ \ No newline at end of file diff --git a/templates/teams/teamAhh.html b/templates/teams/teamAhh.html new file mode 100644 index 00000000..f960c5c1 --- /dev/null +++ b/templates/teams/teamAhh.html @@ -0,0 +1,10 @@ + + + + + + We are Nick, Mike, Robert, we like memes, like ahhhh bird :) + + + + diff --git a/templates/teams/teamWork.html b/templates/teams/teamWork.html new file mode 100644 index 00000000..59064ba8 --- /dev/null +++ b/templates/teams/teamWork.html @@ -0,0 +1,8 @@ + + + + + + We all like Asian food and playing video games. + + diff --git a/templates/teams/team_1.html b/templates/teams/team_1.html new file mode 100644 index 00000000..2bb2d35e --- /dev/null +++ b/templates/teams/team_1.html @@ -0,0 +1,7 @@ + + + + + We have all love coding + + diff --git a/templates/teams/team_23.html b/templates/teams/team_23.html new file mode 100644 index 00000000..1f9dcfa9 --- /dev/null +++ b/templates/teams/team_23.html @@ -0,0 +1,8 @@ + + + + + + We have all played League of Legends. + + \ No newline at end of file diff --git a/templates/teams/team_28.html b/templates/teams/team_28.html new file mode 100644 index 00000000..0d8a4269 --- /dev/null +++ b/templates/teams/team_28.html @@ -0,0 +1,9 @@ + + + + + + We all like to watch Studio Ghibli movies. + + + diff --git a/templates/teams/team_5.html b/templates/teams/team_5.html new file mode 100644 index 00000000..acdf6832 --- /dev/null +++ b/templates/teams/team_5.html @@ -0,0 +1,8 @@ + + + + + We like watching Across the Spider-Verse. + + + \ No newline at end of file diff --git a/templates/teams/team_7.html b/templates/teams/team_7.html new file mode 100644 index 00000000..c7d2248b --- /dev/null +++ b/templates/teams/team_7.html @@ -0,0 +1,8 @@ + + + Team 13 Page + + + We are team 7 and we are looking forward to learn new technology and contribute to a meaningful project. + + \ No newline at end of file diff --git a/templates/teams/team_CKL.html b/templates/teams/team_CKL.html new file mode 100644 index 00000000..c5932494 --- /dev/null +++ b/templates/teams/team_CKL.html @@ -0,0 +1,9 @@ + + + + + + We all watched Avatar and Haikyu!!. + + + diff --git a/templates/teams/team_Di_Si_Se.html b/templates/teams/team_Di_Si_Se.html new file mode 100644 index 00000000..23e50cf7 --- /dev/null +++ b/templates/teams/team_Di_Si_Se.html @@ -0,0 +1,7 @@ + + + + We have all watched Into The Spiderverse + + + diff --git a/templates/teams/team_cesar_daniel_karti.html b/templates/teams/team_cesar_daniel_karti.html new file mode 100644 index 00000000..dc1707eb --- /dev/null +++ b/templates/teams/team_cesar_daniel_karti.html @@ -0,0 +1,11 @@ + + + + + + Team Cesar, Daniel, and Kartikeya + + + We've played mini-golf and golf. + + \ No newline at end of file diff --git a/templates/teams/team_isa_bro_ben.html b/templates/teams/team_isa_bro_ben.html new file mode 100644 index 00000000..9e388823 --- /dev/null +++ b/templates/teams/team_isa_bro_ben.html @@ -0,0 +1,11 @@ + + + + + + Document + + + We all like pasta + + \ No newline at end of file diff --git a/templates/teams/team_jin_allison_saad.html b/templates/teams/team_jin_allison_saad.html new file mode 100644 index 00000000..02d8ab67 --- /dev/null +++ b/templates/teams/team_jin_allison_saad.html @@ -0,0 +1,11 @@ + + + + + + We all do not like allocating our own memory in C. + + + + + diff --git a/templates/teams/team_kn.html b/templates/teams/team_kn.html new file mode 100644 index 00000000..b098ba0c --- /dev/null +++ b/templates/teams/team_kn.html @@ -0,0 +1,7 @@ + +
+ + We both went to UCSC and we know C++. + +
+ \ No newline at end of file diff --git a/templates/teams/team_michael_rahul_magiber.html b/templates/teams/team_michael_rahul_magiber.html new file mode 100644 index 00000000..71c87251 --- /dev/null +++ b/templates/teams/team_michael_rahul_magiber.html @@ -0,0 +1,9 @@ + + + + + + We all play video games! + + + \ No newline at end of file diff --git a/templates/teams/team_pei-wan.html b/templates/teams/team_pei-wan.html new file mode 100644 index 00000000..3730199b --- /dev/null +++ b/templates/teams/team_pei-wan.html @@ -0,0 +1,11 @@ + + + + + +

Welcome to Team Sydney - Ryan - Pei-Wan

+

We all like eating! šŸ”šŸŸšŸ•

+

We all have pets! 🐣🐈

+ + + \ No newline at end of file diff --git a/templates/teams/team_regina_andre_vansh.html b/templates/teams/team_regina_andre_vansh.html new file mode 100644 index 00000000..ee0304ac --- /dev/null +++ b/templates/teams/team_regina_andre_vansh.html @@ -0,0 +1,21 @@ + + + + + + + + + + We all like fried rice!!! + fried rice! + + diff --git a/templates/teams/team_tony_bryan_julian.html b/templates/teams/team_tony_bryan_julian.html new file mode 100644 index 00000000..0a4fd291 --- /dev/null +++ b/templates/teams/team_tony_bryan_julian.html @@ -0,0 +1,10 @@ + + + + + + + We all watch movies and like tacos. We also like to play video games and go to the beach. + + + \ No newline at end of file diff --git a/templates/teams/teamzhao_jiang_lauper.html b/templates/teams/teamzhao_jiang_lauper.html new file mode 100644 index 00000000..8928d6de --- /dev/null +++ b/templates/teams/teamzhao_jiang_lauper.html @@ -0,0 +1,7 @@ + + + + We have all seen the X-Men movies. + + + \ No newline at end of file diff --git a/templates/teams/trav_con.html b/templates/teams/trav_con.html new file mode 100644 index 00000000..1f0ca838 --- /dev/null +++ b/templates/teams/trav_con.html @@ -0,0 +1,8 @@ + + + + + + We are both currently taking summer classes. + + \ No newline at end of file diff --git a/templates/teams/tri_sta_jag.html b/templates/teams/tri_sta_jag.html new file mode 100644 index 00000000..c8213441 --- /dev/null +++ b/templates/teams/tri_sta_jag.html @@ -0,0 +1,9 @@ + + + + + + One thing that we all have in common is that we love to code and we enjoy being outdoors! + + + diff --git a/templates/teams/tyler_shubham_mikaella.html b/templates/teams/tyler_shubham_mikaella.html new file mode 100644 index 00000000..a7469079 --- /dev/null +++ b/templates/teams/tyler_shubham_mikaella.html @@ -0,0 +1,7 @@ + + + + Hello world!!!!!!! + + + diff --git a/templates/teams/xiaotian_adrian.html b/templates/teams/xiaotian_adrian.html new file mode 100644 index 00000000..2d876445 --- /dev/null +++ b/templates/teams/xiaotian_adrian.html @@ -0,0 +1,8 @@ + + + + + + We both like Thai food. + + \ No newline at end of file diff --git a/templates/teams/xuan_jackson.html b/templates/teams/xuan_jackson.html new file mode 100644 index 00000000..ff16b3d0 --- /dev/null +++ b/templates/teams/xuan_jackson.html @@ -0,0 +1,8 @@ + + + + + + We both like sushi. + + \ No newline at end of file