Skip to content

Commit 724ffef

Browse files
authored
org chart team strange (#2891)
* org chart team strange * lint
1 parent ef6c172 commit 724ffef

File tree

1 file changed

+65
-23
lines changed

1 file changed

+65
-23
lines changed

src/pages/contributors/subcomponents/ContributorsDetails.tsx

Lines changed: 65 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ const ContributorsDetails: React.FC = () => (
1313
<p className={classes['description']}>
1414
The <i>Source Academy</i> is designed and developed by a team of students, most of who have
1515
used the system to learn the fundamentals of computing and enjoyed it. This page includes
16-
all developers who contributed to the Source Academy <i>Merlin</i> (2023) and its precursors{' '}
17-
<i>Rook</i> (2022), <i>Knight</i> (2020) and <i>Cadet</i> (2018). These versions succeeded
18-
Source Academy 2 (2017) and ultimately the original Source Academy (2016).
16+
all developers who contributed to the Source Academy <i>Strange</i> (2024) and its
17+
precursors <i>Merlin</i> (2023), <i>Rook</i> (2022), <i>Knight</i> (2020) and <i>Cadet</i>{' '}
18+
(2018). These versions succeeded Source Academy 2 (2017) and ultimately the original Source
19+
Academy (2016).
1920
</p>
2021
<div className={classes['leadership']}>
2122
<H5>
2223
<strong>
23-
<u>2023 Leadership (Merlin)</u>
24+
<u>2024 Leadership (Strange)</u>
2425
</strong>
2526
</H5>
2627
<p>
@@ -30,49 +31,35 @@ const ContributorsDetails: React.FC = () => (
3031
</p>
3132
{dot}
3233
<p>
33-
Chow En Rong,
34-
<br />
35-
Shen Yi Hong
34+
Zhang Yao
3635
<br />
3736
<strong>(Frontend)</strong>
3837
</p>
3938
{dot}
4039
<p>
41-
Chen Yanyu
40+
Richard Dominick
4241
<br />
4342
<strong>(Backend)</strong>
4443
</p>
4544
{dot}
4645
<p>
47-
Gokul Rajiv,
48-
<br />
4946
Lee Hyung Woon
5047
<br />
5148
<strong>(Game)</strong>
5249
</p>
5350
{dot}
5451
<p>
55-
Shen Yi Hong,
56-
<br />
57-
Zhan Jie,
52+
Kyriel Mortel Abad
5853
<br />
59-
<strong>(Source)</strong>
54+
<strong>(Languages)</strong>
6055
</p>
6156
{dot}
6257
<p>
63-
Lee Yi,
64-
<br />
65-
Joel Leow
58+
Lee Yi
6659
<br />
6760
<strong>(Modules)</strong>
6861
</p>
6962
{dot}
70-
<p>
71-
Richard Dominick
72-
<br />
73-
<strong>(Robotics)</strong>
74-
</p>
75-
{dot}
7663
<p>
7764
Boyd Anderson,
7865
<br />
@@ -271,6 +258,61 @@ const ContributorsDetails: React.FC = () => (
271258
(Modules)
272259
</p>
273260
</div>
261+
<div className={classes['leadership']}>
262+
<p className={classes['evenWider']}>
263+
<strong>2023 Leadership (Merlin)</strong>
264+
</p>
265+
<br />
266+
<p>
267+
Richard Dominick
268+
<br />
269+
<strong>(CTO)</strong>
270+
</p>
271+
{dot}
272+
<p>
273+
Chow En Rong,
274+
<br />
275+
Shen Yi Hong
276+
<br />
277+
<strong>(Frontend)</strong>
278+
</p>
279+
{dot}
280+
<p>
281+
Chen Yanyu
282+
<br />
283+
<strong>(Backend)</strong>
284+
</p>
285+
{dot}
286+
<p>
287+
Gokul Rajiv,
288+
<br />
289+
Lee Hyung Woon
290+
<br />
291+
<strong>(Game)</strong>
292+
</p>
293+
{dot}
294+
<p>
295+
Shen Yi Hong,
296+
<br />
297+
Zhan Jie,
298+
<br />
299+
<strong>(Source)</strong>
300+
</p>
301+
{dot}
302+
<p>
303+
Lee Yi,
304+
<br />
305+
Joel Leow
306+
<br />
307+
<strong>(Modules)</strong>
308+
</p>
309+
{dot}
310+
<p>
311+
Richard Dominick
312+
<br />
313+
<strong>(Robotics)</strong>
314+
</p>
315+
</div>
274316
<div className={classes['contributors']}>
275317
<H5>
276318
<strong>

0 commit comments

Comments
 (0)