We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5429fa7 commit d3b1603Copy full SHA for d3b1603
src/pages/People.tsx
@@ -235,15 +235,19 @@ export function People(): ReactElement {
235
</div>
236
237
<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>
+ <a href="https://corazona-chen.github.io">
+ <div className="portrait">
+ <img
+ alt=""
+ src="images/XiaoCHEN.jpg"
+ className="portrait-round"
+ />
+ </div>
+ </a >
247
+ <h3>
248
+ <a href="https://corazona-chen.github.io">Xiao Chen</a >
249
+ </h3>
250
+ <p>PhD Student at HKUST</p >
251
252
253
0 commit comments