@@ -11,17 +11,12 @@ import Section from 'components/tc-communities/Section';
11
11
import Banner from 'components/tc-communities/Banner' ;
12
12
import ImageText from 'components/tc-communities/ImageText' ;
13
13
import ResourceCard from 'components/tc-communities/ResourceCard' ;
14
- import NewsletterSignup from 'components/tc-communities/NewsletterSignup' ;
15
14
import NewsSection from 'components/tc-communities/NewsSection' ;
16
15
import PT from 'prop-types' ;
17
16
18
17
import CommunityStats from 'containers/tc-communities/CommunityStats' ;
19
18
import JoinCommunity from 'containers/tc-communities/JoinCommunity' ;
20
19
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
-
25
20
import style from './style.scss' ;
26
21
27
22
export default function Home ( {
@@ -52,40 +47,6 @@ export default function Home({
52
47
) }
53
48
</ Banner >
54
49
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
-
89
50
< CommunityStats />
90
51
91
52
< Section
@@ -169,15 +130,7 @@ export default function Home({
169
130
} }
170
131
/>
171
132
</ Section >
172
-
173
133
< 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
-
181
134
</ main >
182
135
) ;
183
136
}
0 commit comments