Skip to content
Merged
Changes from all 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
32 changes: 16 additions & 16 deletions src/pages/People.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,22 +184,6 @@ export function People(): ReactElement {
<p>PhD Student at HKUST</p>
</div>

<div className="banner-bottom-left">
<a href="https://scholar.henryhc.net/">
<div className="portrait">
<img
alt=""
src="images/hengcheng.png"
className="portrait-round"
/>
</div>
</a>
<h3>
<a href="https://scholar.henryhc.net/">Hengcheng Zhu</a>
</h3>
<p>PhD Student at HKUST</p>
</div>

<div className="banner-bottom-left">
<div className="portrait">
<img alt="" src="images/tsz-on.jpg" className="portrait-round" />
Expand Down Expand Up @@ -383,6 +367,22 @@ export function People(): ReactElement {
<div className="clearfix"> </div>
<h2>Former Members</h2>

<div className="banner-bottom-left">
<a href="https://scholar.henryhc.net/">
<div className="portrait">
<img
alt=""
src="images/hengcheng.png"
className="portrait-round"
/>
</div>
</a>
<h3>
<a href="https://scholar.henryhc.net/">Hengcheng Zhu</a>
</h3>
<p>PhD 2025; PostDoc at <a href="https://cispa.de/">CISPA</a></p>
</div>

<div className="banner-bottom-left">
<a href="https://troublor.xyz">
<div className="portrait">
Expand Down