Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ajefts authored Jun 13, 2017
2 parents f6a2e55 + f92d07b commit a7fd59d
Showing 1 changed file with 15 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export default function Learn() {
<main>

<Banner
title="Learning"
text="Learn by doing. The Topcoder Platform leverages several technology stacks ranging from J2EE to Node and ReactJS. We run on a cloud based infrastructure that is primarily hosted in AWS."
title="Learning & Certification"
text="Our continuously evolving structured learning paths, constantly abreast of the latest, tailored for employees to deepen your knowledge, infuses important software capabilities that are industry specific and help you get the skills you need to succeed."
theme={{
container: style.bannerContainer,
content: style.bannerContent,
Expand All @@ -35,7 +35,7 @@ export default function Learn() {
/>

<Section
title="Things To Know"
title="Learn The Basics"
theme={{
container: style.learnBasicsContainer,
}}
Expand All @@ -49,32 +49,36 @@ export default function Learn() {
</div>
</Text>
</AccordionItem>
<AccordionItem title="Get familiar with the platform">
<AccordionItem title="How to sign up for work">
<Text>
<p>It&apos;s likely that you&apos;ll be working on code in a specific git repo. We have many of them, so be sure to ask if you&apos;re not sure which one you shoudl be looking at.</p>
<p>In general, you&apos;ll typically find them at https://github.com/topcoder-platform</p>
</Text>
</AccordionItem>
<AccordionItem title="Look at past challenges">
<AccordionItem title="How to compete for work">
<Text>
<p>You can learn a lot from the past. Take a look at previous challenges that were run to do design and development on the Topcoder Platform. https://www.topcoder.com/challenges/#&query=topcoder&tracks=design&tracks=develop </p>
<p>Nam dapibus nisl vitae elit fringilla rutrum. Aenean sollicitudin, erat a elementum rutrum, neque sem pretium metus, quis mollis nisl nunc et massa. Vestibulum sed metus in lorem tristique ullamcorper id vitae erat. Nulla mollis sapien sollicitudin lacinia lacinia. Vivamus facilisis dolor et massa placerat, at vestibulum nisl egestas. Nullam rhoncus lacus non odio luctus, eu condimentum mauris ultrices. Praesent blandit, augue a posuere aliquam, arcu tortor feugiat turpis,</p>
<p>Nam dapibus nisl vitae elit fringilla rutrum. Aenean sollicitudin, erat a elementum rutrum, neque sem pretium metus, quis mollis nisl nunc et massa. Vestibulum sed metus in lorem tristique ullamcorper id vitae erat. Nulla mollis sapien sollicitudin lacinia lacinia. Vivamus facilisis dolor et massa placerat, at vestibulum nisl egestas. Nullam rhoncus lacus non odio luctus, eu condimentum mauris ultrices. Praesent blandit, augue a posuere aliquam, arcu tortor feugiat turpis,</p>
<div styleName="joinnowWrap">
<Link styleName="joinnow" to="learn">Join Now</Link>
</div>
</Text>
</AccordionItem>
<AccordionItem title="How to compete for work">
<AccordionItem title="Payment & Rewards">
<Text>
<p>If you&apos;d like to be a copilot for Topcoder projects, send an email to [email protected] and tell us a little about yourself.</p>
<p>If you&apos;d like to work on challenges, check out what&apos;s active on the <a href="challenges">challenges</a> page. If there is nothing active, send us a note and tell us to stop slacking! :)</p>
<div styleName="joinnowWrap">
<Link styleName="joinnow" to="challenges">Compete</Link>
<Link styleName="joinnow" to="learn">Join Now</Link>
</div>
</Text>
</AccordionItem>
<AccordionItem title="Payments & Rewards">
<AccordionItem title="Managing your Badges">
<Text>
<p>Make sure you&apos;ve setup your payment preferences at https://community.topcoder.com/tc?module=EditPaymentPreferences. When you&apos;ve earned some money and want to withdraw it, you can do that at https://community.topcoder.com/PactsMemberServlet?module=PaymentHistory&full_list=false</p>
</Text>
</AccordionItem>
<AccordionItem title="Manage your Profile">
<AccordionItem title="Updating your Profile">
<Text>
<p>Everything to do with managing your profile and preferences can be found at https://www.topcoder.com/settings/account/. If you can&apos;t find what you&apos;re looking for, send us a note at [email protected].</p>
</Text>
Expand All @@ -83,7 +87,7 @@ export default function Learn() {
</Section>

<Section
title="Tutorials"
title="Courses and Tutorials"
link={{
title: 'View All',
url: 'learn',
Expand Down

0 comments on commit a7fd59d

Please sign in to comment.