Skip to content

Commit 536381b

Browse files
authored
Merge pull request #4644 from topcoder-platform/topgear-to-contentful
Topgear updates
2 parents d141786 + 7f00784 commit 536381b

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

src/server/tc-communities/wipro/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"url": "/leaderboard"
4343
}, {
4444
"title": "FAQ",
45-
"url": "/faq"
45+
"url": "https://topgear-app.wipro.com/faq-categories"
4646
}
4747
],
4848
"newsFeed": "http://www.topcoder.com/feed",

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

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,23 @@ export default function Home(props) {
149149
>
150150
<div>
151151
<ImageText
152-
title="Improve Your Skills"
153-
text="Our continuously evolving structured learning paths are customized to deepen your knowledge and help you acquire industry specific software capabilities. To keep abreast of emerging new technologies and succeed in this rapidly changing technology landscape. Click below to visit TopGear."
154-
link={{
152+
title="Leverage The Crowd"
153+
text="Access your on-demand community of designers and technology experts."
154+
link={[{
155155
newTab: true,
156-
title: 'Start Learning',
157-
url: 'https://topgear-app.wipro.com/',
158-
}}
156+
title: 'Initiate Project',
157+
url: `${config.URL.TOPGEAR}/topcoder_projects/initiate_project?user_id=${userId}`,
158+
}, {
159+
newTab: true,
160+
title: 'Add me to account groups',
161+
url: 'https://topgear-app.wipro.com/topgear_groups/confirm_group_membership',
162+
}, {
163+
newTab: true,
164+
title: 'Reusable Components',
165+
url: 'https://wipro365.sharepoint.com/sites/ipgateway/SiteContent/Components.aspx',
166+
}]}
159167
theme={ImageTextStyles}
160-
imageSrc="/community-app-assets/themes/wipro/home/image-text-learn.png"
168+
imageSrc="/community-app-assets/themes/wipro/home/image-text-leverage.png"
161169
/>
162170
<ImageText
163171
title="Get Involved"
@@ -170,19 +178,15 @@ export default function Home(props) {
170178
imageSrc="/community-app-assets/themes/wipro/home/image-text-do.png"
171179
/>
172180
<ImageText
173-
title="Leverage The Crowd"
174-
text="Access your on-demand community of designers and technology experts."
175-
link={[{
176-
newTab: true,
177-
title: 'Initiate Project',
178-
url: `${config.URL.TOPGEAR}/topcoder_projects/initiate_project?user_id=${userId}`,
179-
}, {
181+
title="Improve Your Skills"
182+
text="Our continuously evolving structured learning paths are customized to deepen your knowledge and help you acquire industry specific software capabilities. To keep abreast of emerging new technologies and succeed in this rapidly changing technology landscape. Click below to visit TopGear."
183+
link={{
180184
newTab: true,
181-
title: 'Request Group',
182-
url: 'https://help.topcoder.com/hc/en-us/requests/new?ticket_form_id=779747',
183-
}]}
185+
title: 'Start Learning',
186+
url: 'https://topgear-app.wipro.com/',
187+
}}
184188
theme={ImageTextStyles}
185-
imageSrc="/community-app-assets/themes/wipro/home/image-text-leverage.png"
189+
imageSrc="/community-app-assets/themes/wipro/home/image-text-learn.png"
186190
/>
187191
</div>
188192
</Section>

0 commit comments

Comments
 (0)