Skip to content

Commit d8e7852

Browse files
committed
update
1 parent 9f6f3f2 commit d8e7852

2 files changed

Lines changed: 12 additions & 19 deletions

File tree

_data/team_members.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,6 @@
173173
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."
174174
type: 4-4
175175

176-
- name: Alif Abdullah
177-
photo: Alif_Abdullah.jpg
178-
info: Undergraduate Student
179-
email: aa2298 AT cornell dot edu
180-
bio: Alif is a sophomore CS student, interested in pursuing a career in AI and Robotics. He has a massive appetite, and will eat whatever you put in front of him. Please send him any food recipes from any cuisine you think are really good! Outside of his research interests and food habits, he does calisthenics as a hobby. As a result, he is somewhat conscious of his diet, but will crumble in front of a good cookie.
181-
type: 4-4
182-
183176
- name: Andres Blanco
184177
photo: Andres_Blanco.jpg
185178
info: Undergraduate Student
@@ -193,7 +186,7 @@
193186
info: Undergraduate Student
194187
email: mk2436 AT cornell dot edu
195188
bio: "Moustafa Kassem is an undergraduate sophomore double majoring in Applied Engineering Physics and Computer Science at Cornell. His academic interests lie in the intersection of machine learning, signal processing, and optics, particularly in their applications to biomedical devices and sensing. In his free time, he enjoys reading, playing basketball, and watching movies."
196-
type: 4-5
189+
type: 4-4
197190

198191

199192
- name: Shuaixing Chen

assets/css/people.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
.grid-container {
3232
display: grid;
33-
grid-template-rows: 50px 1fr 50px 1fr 50px 1fr 1fr 50px 1fr 1fr 50px 1fr 1fr 1fr 1fr 1fr 50px 1fr 1fr 50px 1fr 50px 1fr;
33+
grid-template-rows: 50px 1fr 50px 1fr 50px 1fr 1fr 50px 1fr 1fr 50px 1fr 1fr 1fr 1fr 50px 1fr 1fr 50px 1fr 50px 1fr;
3434
grid-template-columns: repeat(3, 1fr);
3535
/* Each person gets his/her column */
3636
}
@@ -122,9 +122,9 @@
122122
grid-row: 15 / span 1;
123123
}
124124

125-
.type-4-5 {
125+
/* .type-4-5 {
126126
grid-row: 16 / span 1;
127-
}
127+
} */
128128

129129
/* .type-4-6 {
130130
grid-row: 17 / span 1;
@@ -136,46 +136,46 @@
136136

137137
/* Visiting interns */
138138
#row-label-5 {
139-
grid-row: 17 / span 1;
139+
grid-row: 16 / span 1;
140140
grid-column: 1 / span 3;
141141
font-weight: 700;
142142
padding-left: 50px;
143143
}
144144

145145
.type-5-1 {
146-
grid-row: 18 / span 1;
146+
grid-row: 17 / span 1;
147147
}
148148

149149
.type-5-2 {
150-
grid-row: 19 / span 1;
150+
grid-row: 18 / span 1;
151151
}
152152

153153
/* Honorary lab members */
154154
#row-label-6 {
155-
grid-row: 20 / span 1;
155+
grid-row: 19 / span 1;
156156
grid-column: 1 / span 3;
157157
font-weight: 700;
158158
padding-left: 50px;
159159
}
160160

161161
.type-6 {
162-
grid-row: 21 / span 1;
162+
grid-row: 20 / span 1;
163163
}
164164

165165
/* Robots */
166166
#row-label-7 {
167-
grid-row: 22 / span 1;
167+
grid-row: 21 / span 1;
168168
grid-column: 1 / span 3;
169169
font-weight: 700;
170170
padding-left: 50px;
171171
}
172172

173173
.type-7-1 {
174-
grid-row: 23 / span 1;
174+
grid-row: 22 / span 1;
175175
}
176176

177177
.type-7-2 {
178-
grid-row: 24 / span 1;
178+
grid-row: 23 / span 1;
179179
}
180180

181181
/* Lab alumni */

0 commit comments

Comments
 (0)