Skip to content

Topgear updates #4644

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/server/tc-communities/wipro/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"url": "/leaderboard"
}, {
"title": "FAQ",
"url": "/faq"
"url": "https://topgear-app.wipro.com/faq-categories"
}
],
"newsFeed": "http://www.topcoder.com/feed",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,23 @@ export default function Home(props) {
>
<div>
<ImageText
title="Improve Your Skills"
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."
link={{
title="Leverage The Crowd"
text="Access your on-demand community of designers and technology experts."
link={[{
newTab: true,
title: 'Start Learning',
url: 'https://topgear-app.wipro.com/',
}}
title: 'Initiate Project',
url: `${config.URL.TOPGEAR}/topcoder_projects/initiate_project?user_id=${userId}`,
}, {
newTab: true,
title: 'Add me to account groups',
url: 'https://topgear-app.wipro.com/topgear_groups/confirm_group_membership',
}, {
newTab: true,
title: 'Reusable Components',
url: 'https://wipro365.sharepoint.com/sites/ipgateway/SiteContent/Components.aspx',
}]}
theme={ImageTextStyles}
imageSrc="/community-app-assets/themes/wipro/home/image-text-learn.png"
imageSrc="/community-app-assets/themes/wipro/home/image-text-leverage.png"
/>
<ImageText
title="Get Involved"
Expand All @@ -170,19 +178,15 @@ export default function Home(props) {
imageSrc="/community-app-assets/themes/wipro/home/image-text-do.png"
/>
<ImageText
title="Leverage The Crowd"
text="Access your on-demand community of designers and technology experts."
link={[{
newTab: true,
title: 'Initiate Project',
url: `${config.URL.TOPGEAR}/topcoder_projects/initiate_project?user_id=${userId}`,
}, {
title="Improve Your Skills"
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."
link={{
newTab: true,
title: 'Request Group',
url: 'https://help.topcoder.com/hc/en-us/requests/new?ticket_form_id=779747',
}]}
title: 'Start Learning',
url: 'https://topgear-app.wipro.com/',
}}
theme={ImageTextStyles}
imageSrc="/community-app-assets/themes/wipro/home/image-text-leverage.png"
imageSrc="/community-app-assets/themes/wipro/home/image-text-learn.png"
/>
</div>
</Section>
Expand Down