Skip to content

Commit

Permalink
2022 team
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-henz committed Jun 24, 2021
1 parent 1147d41 commit 2841507
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 21 deletions.
61 changes: 43 additions & 18 deletions src/pages/contributors/subcomponents/ContributorsDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,45 +11,40 @@ class ContributorsDetails extends React.Component {
return (
<div className="outsideDetails">
<Card className="contributorsDetails" elevation={Elevation.ONE}>
<H3>The People behind Source Academy</H3>
<H3>The Team behind the Source Academy</H3>
<p>
The <i>Source Academy</i> 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 <i>Knight</i> (2020) and its its
precursor, <i>Cadet</i> (2018). Both of these succeeded Source Academy 2 (2017) and
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>Rook</i> (2022) and its precursors <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="leadership">
<H5>
<strong>
<u>2021 Leadership</u>
<u>2022 Leadership</u>
</strong>
</H5>
<p>
Tiffany Chong
Tee Hao Wei
<br />
<strong>(Game)</strong>
<strong>(CTO)</strong>
</p>
{dot}
<p>
Anthony Halim
Chow En Rong
<br />
<strong>(Frontend)</strong>
</p>
{dot}
<p className="wider">
Daryl Tan,
<br />
<p>
Thomas Tan
<br />
<strong>(Source)</strong>
</p>
{dot}
<p className="wider">
Tee Hao Wei
<p>
Chen Yanyu
<br />
<strong>(Backend &amp; DevOps)</strong>
<strong>(Backend)</strong>
</p>
{dot}
<p>
Expand Down Expand Up @@ -124,8 +119,8 @@ class ContributorsDetails extends React.Component {
</p>
</div>
<div className="leadership">
<p>
<strong>2020 Leadership</strong>
<p className="evenWider">
<strong>2020 Leadership (Knight)</strong>
</p>
<br />
<p>
Expand Down Expand Up @@ -164,6 +159,36 @@ class ContributorsDetails extends React.Component {
(Backend &amp; DevOps)
</p>
</div>
<div className="leadership">
<p>
<strong>2021 Leadership</strong>
</p>
<br />
<p>
Tiffany Chong
<br />
(Game)
</p>
{dot}
<p>
Anthony Halim
<br />
(Frontend)
</p>
{dot}
<p className="evenWider">
Daryl Tan,
Thomas Tan
<br />
(Source)
</p>
{dot}
<p className="wider">
Tee Hao Wei
<br />
(Backend &amp; DevOps)
</p>
</div>
<div className="contributors">
<H5>
<strong>
Expand Down
11 changes: 8 additions & 3 deletions src/styles/_contributors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
padding: 1% 1% 1% 1%;

h3 {
text-transform: capitalize;
font-weight: bold;
font-style: oblique;
}
Expand All @@ -49,6 +48,10 @@
margin-left: 0.5%;
}

strong {
width: 400px;
}

span.dot {
padding: 0 0.2rem 0 0.2rem;
}
Expand All @@ -61,10 +64,12 @@
vertical-align: top;
display: inline-block;
width: 120px;

&.wider {
width: 140px;
}
&.evenWider {
width: 180px;
}
}
}

Expand Down Expand Up @@ -140,7 +145,7 @@ div.repoDetailsPermalink {
h3::first-letter {
text-transform: uppercase;
}

h5 {
margin: 0% 2% 1% 2%;
font-style: italic;
Expand Down

0 comments on commit 2841507

Please sign in to comment.