Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/images/zongyiLyu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/pages/People.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,22 @@ export function People(): ReactElement {
<p>PhD Student at HKUST</p>
</div>

<div className="banner-bottom-left">
<a href="https://github.com/dlibk">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zongyiLyu The link https://github.com/dlibk here (L337) looks incorrect.

<div className="portrait">
<img
alt=""
src="images/zongyiLyu.jpg"
className="portrait-round"
/>
</div>
</a>
<h3>
<a href="https://zongyiLyu.github.io/">Zongyi Lyu</a>
</h3>
<p>PhD Student at HKUST</p>
</div>

{/* Former Members */}
<div className="clearfix"> </div>
<h2>Former Members</h2>
Expand Down