diff --git a/src/pages/contributors/subcomponents/ContributorsDetails.tsx b/src/pages/contributors/subcomponents/ContributorsDetails.tsx index b572555f0d..5c3fc01c5d 100644 --- a/src/pages/contributors/subcomponents/ContributorsDetails.tsx +++ b/src/pages/contributors/subcomponents/ContributorsDetails.tsx @@ -11,45 +11,42 @@ class ContributorsDetails extends React.Component { return (
-

The People behind Source Academy

+

The Team behind the Source Academy

- The Source Academy is designed by and for students of the National University of - Singapore. Students who completed the CS1101S module come back to coach their juniors as - "Avengers" or to further develop and improve the Academy. This page includes all - developers who contributed to the Source Academy Knight (2020) and its its - precursor, Cadet (2018). Both of these succeeded Source Academy 2 (2017) and - ultimately the original Source Academy (2016). + The Source Academy 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 Rook (2022) and its + precursors Knight (2020) and Cadet (2018). These versions succeeded Source + Academy 2 (2017) and ultimately the original Source Academy (2016).

- 2021 Leadership + 2022 Leadership

- Tiffany Chong + Tee Hao Wei
- (Game) + (CTO)

{dot}

- Anthony Halim + Chow En Rong
(Frontend)

{dot} -

- Daryl Tan, -
+

Thomas Tan
(Source)

{dot} -

- Tee Hao Wei +

+ Chen Yanyu
- (Backend & DevOps) + (Backend)

{dot}

@@ -124,8 +121,8 @@ class ContributorsDetails extends React.Component {

-

- 2020 Leadership +

+ 2020 Leadership (Knight)


@@ -164,6 +161,35 @@ class ContributorsDetails extends React.Component { (Backend & DevOps)

+
+

+ 2021 Leadership +

+
+

+ Tiffany Chong +
+ (Game) +

+ {dot} +

+ Anthony Halim +
+ (Frontend) +

+ {dot} +

+ Daryl Tan, Thomas Tan +
+ (Source) +

+ {dot} +

+ Tee Hao Wei +
+ (Backend & DevOps) +

+
diff --git a/src/styles/_contributors.scss b/src/styles/_contributors.scss index 0ab6d3e97d..f2f7e34e54 100644 --- a/src/styles/_contributors.scss +++ b/src/styles/_contributors.scss @@ -37,7 +37,6 @@ padding: 1% 1% 1% 1%; h3 { - text-transform: capitalize; font-weight: bold; font-style: oblique; } @@ -61,10 +60,12 @@ vertical-align: top; display: inline-block; width: 120px; - &.wider { width: 140px; } + &.evenWider { + width: 180px; + } } }