Skip to content

Commit

Permalink
org chart team strange (#2891)
Browse files Browse the repository at this point in the history
* org chart team strange

* lint
  • Loading branch information
martin-henz committed Mar 30, 2024
1 parent ef6c172 commit 724ffef
Showing 1 changed file with 65 additions and 23 deletions.
88 changes: 65 additions & 23 deletions src/pages/contributors/subcomponents/ContributorsDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ const ContributorsDetails: React.FC = () => (
<p className={classes['description']}>
The <i>Source Academy</i> is designed and developed by a team of students, most of who have
used the system to learn the fundamentals of computing and enjoyed it. This page includes
all developers who contributed to the Source Academy <i>Merlin</i> (2023) and its precursors{' '}
<i>Rook</i> (2022), <i>Knight</i> (2020) and <i>Cadet</i> (2018). These versions succeeded
Source Academy 2 (2017) and ultimately the original Source Academy (2016).
all developers who contributed to the Source Academy <i>Strange</i> (2024) and its
precursors <i>Merlin</i> (2023), <i>Rook</i> (2022), <i>Knight</i> (2020) and <i>Cadet</i>{' '}
(2018). These versions succeeded Source Academy 2 (2017) and ultimately the original Source
Academy (2016).
</p>
<div className={classes['leadership']}>
<H5>
<strong>
<u>2023 Leadership (Merlin)</u>
<u>2024 Leadership (Strange)</u>
</strong>
</H5>
<p>
Expand All @@ -30,49 +31,35 @@ const ContributorsDetails: React.FC = () => (
</p>
{dot}
<p>
Chow En Rong,
<br />
Shen Yi Hong
Zhang Yao
<br />
<strong>(Frontend)</strong>
</p>
{dot}
<p>
Chen Yanyu
Richard Dominick
<br />
<strong>(Backend)</strong>
</p>
{dot}
<p>
Gokul Rajiv,
<br />
Lee Hyung Woon
<br />
<strong>(Game)</strong>
</p>
{dot}
<p>
Shen Yi Hong,
<br />
Zhan Jie,
Kyriel Mortel Abad
<br />
<strong>(Source)</strong>
<strong>(Languages)</strong>
</p>
{dot}
<p>
Lee Yi,
<br />
Joel Leow
Lee Yi
<br />
<strong>(Modules)</strong>
</p>
{dot}
<p>
Richard Dominick
<br />
<strong>(Robotics)</strong>
</p>
{dot}
<p>
Boyd Anderson,
<br />
Expand Down Expand Up @@ -271,6 +258,61 @@ const ContributorsDetails: React.FC = () => (
(Modules)
</p>
</div>
<div className={classes['leadership']}>
<p className={classes['evenWider']}>
<strong>2023 Leadership (Merlin)</strong>
</p>
<br />
<p>
Richard Dominick
<br />
<strong>(CTO)</strong>
</p>
{dot}
<p>
Chow En Rong,
<br />
Shen Yi Hong
<br />
<strong>(Frontend)</strong>
</p>
{dot}
<p>
Chen Yanyu
<br />
<strong>(Backend)</strong>
</p>
{dot}
<p>
Gokul Rajiv,
<br />
Lee Hyung Woon
<br />
<strong>(Game)</strong>
</p>
{dot}
<p>
Shen Yi Hong,
<br />
Zhan Jie,
<br />
<strong>(Source)</strong>
</p>
{dot}
<p>
Lee Yi,
<br />
Joel Leow
<br />
<strong>(Modules)</strong>
</p>
{dot}
<p>
Richard Dominick
<br />
<strong>(Robotics)</strong>
</p>
</div>
<div className={classes['contributors']}>
<H5>
<strong>
Expand Down

0 comments on commit 724ffef

Please sign in to comment.