Skip to content

Commit

Permalink
add new members
Browse files Browse the repository at this point in the history
  • Loading branch information
RealZiangLiu committed Jun 17, 2024
1 parent a838dfa commit 7bc7a2d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 8 deletions.
14 changes: 14 additions & 0 deletions _data/team_members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,20 @@
bio: "Amber is a sophomore majoring in Electrical and Computer Engineering and minoring in Computer Science. She is interested in assistive robotics and brining about positive change. Outside of academics, she enjoys spending time with friends, eating good food, and playing video games. She also loves playing sports, but doesn't have much time to nowadays. She is open to playing tennis, ping pong, and other fun activities."
type: 4-6

- name: Qi Chen
photo: Qi_Chen.jpg
info: Undergraduate Student
email: qc74 AT cornell dot edu
bio: "Qi is a junior majoring in Computer Science and Electrical Engineering. He enjoys Robotics and wants to make robots that serve people better; he would like to contribute to Robotics with interdisciplinary knowledge and develop robots through both software and hardware fields. When he's not working on school work, you may find him taking photos of landscape around the campus."
type: 4-6

- name: Alexis Hao
photo: Alexis_Hao.jpg
info: Undergraduate Student
email: yh826 AT cornell dot edu
bio: "Alexis just graduated from Cornell in May 2024 with a Bachelor's degree in Computer Science and Psychology. Her research interests include learning for robot manipulation and human-robot interaction. Outside of research, you can find her reading about neuroscience and psychology or trying to ski without falling."
type: 4-7

- name: Shuaixing Chen
photo: Shuaixing_Chen.jpg
info: Undergraduate Intern
Expand Down
20 changes: 12 additions & 8 deletions assets/css/people.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

.grid-container {
display: grid;
grid-template-rows: 50px 1fr 50px 1fr 1fr 50px 1fr 1fr 50px 1fr 1fr 1fr 1fr 1fr 1fr 50px 1fr 50px 1fr 50px 1fr;
grid-template-rows: 50px 1fr 50px 1fr 1fr 50px 1fr 1fr 50px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 50px 1fr 50px 1fr 50px 1fr;
grid-template-columns: repeat(3, 1fr);
/* Each person gets his/her column */
}
Expand Down Expand Up @@ -130,44 +130,48 @@
grid-row: 15 / span 1;
}

.type-4-7 {
grid-row: 16 / span 1;
}

/* Visiting interns */
#row-label-5 {
grid-row: 16 / span 1;
grid-row: 17 / span 1;
grid-column: 1 / span 3;
font-weight: 700;
padding-left: 50px;
}

.type-5-1 {
grid-row: 17 / span 1;
grid-row: 18 / span 1;
}

/* Honorary lab members */
#row-label-6 {
grid-row: 18 / span 1;
grid-row: 19 / span 1;
grid-column: 1 / span 3;
font-weight: 700;
padding-left: 50px;
}

.type-6 {
grid-row: 19 / span 1;
grid-row: 20 / span 1;
}

/* Robots */
#row-label-7 {
grid-row: 20 / span 1;
grid-row: 21 / span 1;
grid-column: 1 / span 3;
font-weight: 700;
padding-left: 50px;
}

.type-7-1 {
grid-row: 21 / span 1;
grid-row: 22 / span 1;
}

.type-7-2 {
grid-row: 22 / span 1;
grid-row: 23 / span 1;
}

/* Lab alumni */
Expand Down
Binary file added assets/img/team/Alexis_Hao.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/team/Qi_Chen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7bc7a2d

Please sign in to comment.