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/.gitignore b/.gitignore deleted file mode 100644 index ba0430d2..00000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -__pycache__/ \ No newline at end of file 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..5d6560ab 100644 --- a/app.py +++ b/app.py @@ -5,5 +5,119 @@ 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("/2024") +def cohort_2024(): + return render_template('students_2024.html') + + +@app.route("/nat_uts") +def team_nat_uts(): + return render_template('teams/nat_uts.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("/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') 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/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/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/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/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/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/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/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/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_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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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..c3d03c6f --- /dev/null +++ b/templates/index.html @@ -0,0 +1,22 @@ + + + + + + +

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..38f29e59 --- /dev/null +++ b/templates/students_2023.html @@ -0,0 +1,1088 @@ + + + + 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:
+
+ + + + diff --git a/templates/students_2024.html b/templates/students_2024.html new file mode 100644 index 00000000..3bbff214 --- /dev/null +++ b/templates/students_2024.html @@ -0,0 +1,1132 @@ + + + + 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 +
+ +
+
+ +
+
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 +
+ +
+
+ +
+
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 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 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: 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 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: 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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 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: 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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 +
+ +
+
+ +
+
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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 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: Palomar College
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 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: Diablo Valley College
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 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: 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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Kartikeya Kumaria
+
School: UC Santa Cruz
+

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 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: 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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 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: 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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+ +
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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 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: 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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 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: 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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 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: 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 updating resume.

+ 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: 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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 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: 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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
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 page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Ngoc Chung Tran
+
School:
+

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

+ Team page (leave blank until Module 5 when you will be assigned to your teams +
+ +
+
+ +
+
Carly Thomas
+
School: Los Angeles Pierce 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 +
+ + + + + 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/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/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/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/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/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/nat_uts.html b/templates/teams/nat_uts.html new file mode 100644 index 00000000..b11c061c --- /dev/null +++ b/templates/teams/nat_uts.html @@ -0,0 +1,11 @@ + + + + + + We have both read The Alchemist, by Paulo Coelho. + + + + + 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/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/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/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_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_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/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