Skip to content

Commit d050397

Browse files
authored
Merge pull request #278 from tsulim/add-class-to-image
Add class to image to realign other images
2 parents 1670564 + f84e3b6 commit d050397

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/AboutUs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`
1111

1212
### Lim Xiu Jia
1313

14-
<img src="images/tsulim.png" width="200px">
14+
<img src="images/tsulim.png" class="profilepic" width="200px">
1515

1616
[[github](https://github.com/tsulim)]
1717
[[portfolio](team/tsulim.md)]
@@ -21,7 +21,7 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`
2121

2222
### Calista Wong
2323

24-
<img src="images/whitesnowx.png" width="200px">
24+
<img src="images/whitesnowx.png" class="profilepic" width="200px">
2525

2626
[[github](https://github.com/whitesnowx)]
2727
[[portfolio](team/whitesnowx)]
@@ -31,7 +31,7 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`
3131

3232
### Li Xinyi
3333

34-
<img src="images/iynixil.png" width="200px">
34+
<img src="images/iynixil.png" class="profilepic" width="200px">
3535

3636
[[github](http://github.com/iynixil)] [[portfolio](team/iynixil.md)]
3737

@@ -40,7 +40,7 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`
4040

4141
### Jerry Wang
4242

43-
<img src="images/jerrywang0000.png" width="200px">
43+
<img src="images/jerrywang0000.png" class="profilepic" width="200px">
4444

4545
[[github](http://github.com/JerryWang0000)]
4646
[[portfolio](team/jerrywang0000)]
@@ -50,7 +50,7 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`
5050

5151
### Norton Ng
5252

53-
<img src="images/pluiexo.png" width="200px">
53+
<img src="images/pluiexo.png" class="profilepic" width="200px">
5454

5555
[[github](http://github.com/Pluiexo)]
5656
[[portfolio](team/pluiexo.md)]

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ layout: page
33
title: StaffConnect
44
---
55

6-
[![CI Status](https://github.com/AY2324S2-CS2103-F08-3/tp/actions/workflows/gradle.yml/badge.svg)](https://github.com/AY2324S2-CS2103-F08-3/tp/actions)
7-
[![codecov](https://codecov.io/gh/AY2324S2-CS2103-F08-3/tp/graph/badge.svg?token=WLNT3ZUBO6)](https://codecov.io/gh/AY2324S2-CS2103-F08-3/tp)
6+
<a href="https://github.com/AY2324S2-CS2103-F08-3/tp/actions"><img src="https://github.com/AY2324S2-CS2103-F08-3/tp/actions/workflows/gradle.yml/badge.svg" alt="CI Status" class="badge"></a>
7+
<a href="https://codecov.io/gh/AY2324S2-CS2103-F08-3/tp"><img src="https://codecov.io/gh/AY2324S2-CS2103-F08-3/tp/graph/badge.svg?token=WLNT3ZUBO6" alt="codecov" class="badge"></a>
88

99
![Ui](images/Ui.png)
1010

0 commit comments

Comments
 (0)