Skip to content

Commit 987e9ba

Browse files
authored
Merge branch 'master' into fix-switching-courses-bug
2 parents da8de5f + 94d5025 commit 987e9ba

File tree

2 files changed

+50
-7
lines changed

2 files changed

+50
-7
lines changed

src/pages/contributors/subcomponents/ContributorsDetails.tsx

+49-6
Original file line numberDiff line numberDiff line change
@@ -13,15 +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>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).
16+
all developers who contributed to the Source Academy <i>Charm</i> (2025) and its precursors
17+
<i>Strange</i> (2024), <i>Merlin</i> (2023), <i>Rook</i> (2022), <i>Knight</i> (2020) and
18+
<i>Cadet</i> (2018). These versions succeeded Source Academy 2 (2017) and ultimately the
19+
original Source Academy (2016).
2020
</p>
2121
<div className={classes['leadership']}>
2222
<H5>
2323
<strong>
24-
<u>2024 Leadership (Strange)</u>
24+
<u>2025 Leadership (Charm)</u>
2525
</strong>
2626
</H5>
2727
<p>
@@ -37,7 +37,7 @@ const ContributorsDetails: React.FC = () => (
3737
</p>
3838
{dot}
3939
<p>
40-
Richard Dominick
40+
Gabriel Chang
4141
<br />
4242
<strong>(Backend)</strong>
4343
</p>
@@ -313,6 +313,49 @@ const ContributorsDetails: React.FC = () => (
313313
<strong>(Robotics)</strong>
314314
</p>
315315
</div>
316+
317+
<div className={classes['leadership']}>
318+
<p className={classes['evenWider']}>
319+
<strong>2024 Leadership (Strange)</strong>
320+
</p>
321+
<br />
322+
323+
<p>
324+
Richard Dominick
325+
<br />
326+
<strong>(CTO)</strong>
327+
</p>
328+
{dot}
329+
<p>
330+
Zhang Yao
331+
<br />
332+
<strong>(Frontend)</strong>
333+
</p>
334+
{dot}
335+
<p>
336+
Richard Dominick
337+
<br />
338+
<strong>(Backend)</strong>
339+
</p>
340+
{dot}
341+
<p>
342+
Lee Hyung Woon
343+
<br />
344+
<strong>(Game)</strong>
345+
</p>
346+
{dot}
347+
<p>
348+
Kyriel Mortel Abad
349+
<br />
350+
<strong>(Languages)</strong>
351+
</p>
352+
{dot}
353+
<p>
354+
Lee Yi
355+
<br />
356+
<strong>(Modules)</strong>
357+
</p>
358+
</div>
316359
<div className={classes['contributors']}>
317360
<H5>
318361
<strong>

src/styles/Contributors.module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
width: 140px;
4444
}
4545
&.evenWider {
46-
width: 180px;
46+
width: 200px;
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)