We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6dd745 commit a707756Copy full SHA for a707756
3 files changed
src/pages/people.tsx
@@ -249,6 +249,13 @@ export default function Home() {
249
<div className="px-5">
250
<h3 className="h3 mb-4 mt-8">Undergraduate/Masters Students</h3>
251
<div className="grid md:grid-cols-5 md:gap-x-3 md:gap-y-3 sm:grid-cols-3 gap-3 grid-cols-2">
252
+ <Person
253
+ name="Kevin Zhang"
254
+ title="B.S./M.S. Student, 2023 - Now"
255
+ additional="Advisor: Wisdom Ikezogwo"
256
+ image="/kz-2.png"
257
+ website="https://kevin-m-zhang.github.io/"
258
+ />
259
<Person
260
name="Javon Hickmon"
261
title="M.S. Student, 2024 - Now"
static/kz-2.png
534 KB
static/kz.png
393 KB
0 commit comments