Skip to content

Commit 6b18bfe

Browse files
committed
Removes a couple of sections from QA's Home
1 parent cad17f2 commit 6b18bfe

File tree

1 file changed

+0
-47
lines changed
  • src/shared/components/tc-communities/communities/qa/Home

1 file changed

+0
-47
lines changed

src/shared/components/tc-communities/communities/qa/Home/index.jsx

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,12 @@ import Section from 'components/tc-communities/Section';
1111
import Banner from 'components/tc-communities/Banner';
1212
import ImageText from 'components/tc-communities/ImageText';
1313
import ResourceCard from 'components/tc-communities/ResourceCard';
14-
import NewsletterSignup from 'components/tc-communities/NewsletterSignup';
1514
import NewsSection from 'components/tc-communities/NewsSection';
1615
import PT from 'prop-types';
1716

1817
import CommunityStats from 'containers/tc-communities/CommunityStats';
1918
import JoinCommunity from 'containers/tc-communities/JoinCommunity';
2019

21-
import IconRocket from '../../../../../../assets/images/tc-communities/rocket.svg';
22-
import IconNetwork from '../../../../../../assets/images/tc-communities/network.svg';
23-
import IconMedal from '../../../../../../assets/images/tc-communities/medal.svg';
24-
2520
import style from './style.scss';
2621

2722
export default function Home({
@@ -52,40 +47,6 @@ export default function Home({
5247
)}
5348
</Banner>
5449

55-
<Section
56-
theme={{
57-
container: style.resourcesContainer,
58-
}}
59-
>
60-
<ResourceCard
61-
icon={IconNetwork}
62-
title="Learn about our platform"
63-
text="There are many aspects to our platform...something for everyone."
64-
link={{
65-
title: 'Browse resources',
66-
url: 'learn',
67-
}}
68-
/>
69-
<ResourceCard
70-
icon={IconMedal}
71-
title="What's in it for me?"
72-
text="Topcoder rewards participants with cash. The more deliverables you produce, the more you can make."
73-
link={{
74-
title: 'Learn about rewards',
75-
url: 'leaderboard',
76-
}}
77-
/>
78-
<ResourceCard
79-
icon={IconRocket}
80-
title="Participate in many ways"
81-
text="We're always running challenges and tasks. Check back every day to see what's new."
82-
link={{
83-
title: 'Browse challenges',
84-
url: 'challenges',
85-
}}
86-
/>
87-
</Section>
88-
8950
<CommunityStats />
9051

9152
<Section
@@ -169,15 +130,7 @@ export default function Home({
169130
}}
170131
/>
171132
</Section>
172-
173133
<NewsSection news={news} />
174-
175-
<NewsletterSignup
176-
title="Sign up for Topcoder Product Development Updates"
177-
text="Don’t miss out opportunities to work on the Topcoder Platform!"
178-
imageSrc="/themes/wipro/subscribe-bg.jpg"
179-
/>
180-
181134
</main>
182135
);
183136
}

0 commit comments

Comments
 (0)