Skip to content

Commit

Permalink
Charm (#3086)
Browse files Browse the repository at this point in the history
* updated leadership (Charm)

* format
  • Loading branch information
martin-henz authored Feb 4, 2025
1 parent d84e9ca commit 94d5025
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 7 deletions.
55 changes: 49 additions & 6 deletions src/pages/contributors/subcomponents/ContributorsDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +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>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).
all developers who contributed to the Source Academy <i>Charm</i> (2025) and its precursors
<i>Strange</i> (2024), <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>2024 Leadership (Strange)</u>
<u>2025 Leadership (Charm)</u>
</strong>
</H5>
<p>
Expand All @@ -37,7 +37,7 @@ const ContributorsDetails: React.FC = () => (
</p>
{dot}
<p>
Richard Dominick
Gabriel Chang
<br />
<strong>(Backend)</strong>
</p>
Expand Down Expand Up @@ -313,6 +313,49 @@ const ContributorsDetails: React.FC = () => (
<strong>(Robotics)</strong>
</p>
</div>

<div className={classes['leadership']}>
<p className={classes['evenWider']}>
<strong>2024 Leadership (Strange)</strong>
</p>
<br />

<p>
Richard Dominick
<br />
<strong>(CTO)</strong>
</p>
{dot}
<p>
Zhang Yao
<br />
<strong>(Frontend)</strong>
</p>
{dot}
<p>
Richard Dominick
<br />
<strong>(Backend)</strong>
</p>
{dot}
<p>
Lee Hyung Woon
<br />
<strong>(Game)</strong>
</p>
{dot}
<p>
Kyriel Mortel Abad
<br />
<strong>(Languages)</strong>
</p>
{dot}
<p>
Lee Yi
<br />
<strong>(Modules)</strong>
</p>
</div>
<div className={classes['contributors']}>
<H5>
<strong>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/Contributors.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
width: 140px;
}
&.evenWider {
width: 180px;
width: 200px;
}
}
}
Expand Down

0 comments on commit 94d5025

Please sign in to comment.