Finished About Page

This commit is contained in:
2018-03-12 13:58:02 +11:00
parent d83894e283
commit 430f9ca987
3 changed files with 68 additions and 4 deletions

View File

@ -44,6 +44,7 @@ class AboutPage extends React.Component {
<Poly />
<SplitSection
leftClass="c-page--style-about__profile-container"
left={ <img src={domsHead} className="c-page--style-about__profile" /> }
right={ <p>{Language.get("about.descriptions.welcome")}</p> }
@ -91,6 +92,19 @@ class AboutPage extends React.Component {
</div>
<h2 className="c-page--style-about__subheading">
{ Language.get("about.titles.other")}
</h2>
<p>{ Language.get("about.descriptions.other")}</p>
<div className="c-page--style-about__language-container">
<ProgrammingBox language="Video" />
<ProgrammingBox language="Animation" />
<ProgrammingBox language="Graphics" />
<ProgrammingBox language="Networking" />
<ProgrammingBox language="Software" />
</div>
</BodySection>
</Page>
)