Skip to content

Commit d3b1603

Browse files
authored
Add Xiao's website to People.tsx
1 parent 5429fa7 commit d3b1603

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

src/pages/People.tsx

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -235,15 +235,19 @@ export function People(): ReactElement {
235235
</div>
236236

237237
<div className="banner-bottom-left">
238-
<div className="portrait">
239-
<img
240-
alt=""
241-
src="images/XiaoCHEN.jpg"
242-
className="portrait-round"
243-
/>
244-
</div>
245-
<h3>Xiao Chen</h3>
246-
<p>PhD Student at HKUST</p>
238+
<a href="https://corazona-chen.github.io">
239+
<div className="portrait">
240+
<img
241+
alt=""
242+
src="images/XiaoCHEN.jpg"
243+
className="portrait-round"
244+
/>
245+
</div>
246+
</a >
247+
<h3>
248+
<a href="https://corazona-chen.github.io">Xiao Chen</a >
249+
</h3>
250+
<p>PhD Student at HKUST</p >
247251
</div>
248252

249253
<div className="banner-bottom-left">

0 commit comments

Comments
 (0)