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 6865281 commit 5429fa7Copy full SHA for 5429fa7
src/pages/People.tsx
@@ -260,15 +260,17 @@ export function People(): ReactElement {
260
261
<div className="banner-bottom-left">
262
<a href="https://imcsq.github.io/">
263
- <div className="portrait">
264
- <img
265
- alt=""
266
- src="images/songqiang.png"
267
- className="portrait-round"
268
- />
269
- </div>
+ <div className="portrait">
+ <img
+ alt=""
+ src="images/songqiang.png"
+ className="portrait-round"
+ />
+ </div>
270
</a>
271
- <h3><a href="https://imcsq.github.io/">Songqiang Chen</a></h3>
+ <h3>
272
+ <a href="https://imcsq.github.io/">Songqiang Chen</a>
273
+ </h3>
274
<p>PhD Student at HKUST</p>
275
</div>
276
0 commit comments