Skip to content
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
8 changes: 4 additions & 4 deletions src/components/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ class Home extends React.Component {
}

render() {
const learnMoreUrl = 'https://www.' + DOMAIN +'/what-can-you-do/'
const learnMoreUrl = 'https://www.' + DOMAIN +'/about-topcoder/connect/'
return (
<div className="content content-home">
<div className="container">
<div className="image-container">
<img src={homeImgSrc} alt="" />
</div>
<div className="content-container">
<h1>Welcome to Topcoder Connect </h1>
<h1>Topcoder Connect: the easiest way to go from idea to app</h1>
<p>Companies and agencies, from the world’s largest to the Valley’s newest, use crowdsourcing to deliver high-quality assets, faster.</p>
<p>Join Connect today to see what we can do for your next project through the power of crowdsourcing, delivered by Topcoder.</p>
<p>Connect guides you through the entire crowdsourcing process, from entering requirements to receiving final deliverables, and it facilitates collaboration between your project team and Topcoder community members working on your project.</p>
<div className="button-bar">
<Link to='new-project' className="tc-btn tc-btn-primary">Start a project</Link>
<a href={ learnMoreUrl } className="tc-link">Learn more about crowdsourcing</a>
<a href={ learnMoreUrl } className="tc-link">Learn more about Connect</a>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/config/projectQuestions/app_dev.v1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const sections = [
return 'Definition'
},
required: true,
description: 'Answer just a few questions about your application. You can also provide the needed information in a supporting-document - upload it below or add a link in the notes section.',
description: 'Please answer a few basic questions about your project. You can also provide the needed information in a supporting document--add a link in the notes section or upload it below.',
subSections: [
{
id: 'projectName',
Expand Down Expand Up @@ -234,7 +234,7 @@ export const basicSections = [
id: 'appDefinition',
title: '',
required: true,
description: 'Answer just a few questions about your application. You can also provide the needed information in a supporting-document - upload it below or add a link in the notes section.',
description: 'Please answer a few basic questions about your project and, as an option, add links to supporting documents in the “Notes” section. If you have any files to upload, you’ll be able to do so later.',
subSections: [
{
id: 'projectName',
Expand Down
4 changes: 2 additions & 2 deletions src/config/projectQuestions/avd.v1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const sections = [
return 'Definition'
},
required: true,
description: 'Answer just a few questions about your application. You can also provide the needed information in a supporting-document - upload it below or add a link in the notes section.',
description: 'Please answer a few basic questions about your project. You can also provide the needed information in a supporting document--add a link in the notes section or upload it below.',
subSections: [
{
id: 'projectName',
Expand Down Expand Up @@ -233,7 +233,7 @@ export const basicSections = [
id: 'appDefinition',
title: '',
required: true,
description: 'Answer just a few questions about your application. You can also provide the needed information in a supporting-document - upload it below or add a link in the notes section.',
description: 'Please answer a few basic questions about your project and, as an option, add links to supporting documents in the “Notes” section. If you have any files to upload, you’ll be able to do so later.',
subSections: [
{
id: 'projectName',
Expand Down
4 changes: 2 additions & 2 deletions src/config/projectQuestions/topcoder.v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const sections = [
id: 'appDefinition',
title: 'App Definition',
required: true,
description: 'Answer just a few questions about your application. You can also provide the needed information in a supporting-document - upload it below or add a link in the notes section.',
description: 'Please answer a few basic questions about your project. You can also provide the needed information in a supporting document--add a link in the notes section or upload it below.',
subSections: [
{
id: 'projectName',
Expand Down Expand Up @@ -208,7 +208,7 @@ export const basicSections = [
id: 'appDefinition',
title: '',
required: true,
description: 'Answer just a few questions about your application. You can also provide the needed information in a supporting-document - upload it below or add a link in the notes section.',
description: 'Please answer a few basic questions about your project and, as an option, add links to supporting documents in the “Notes” section. If you have any files to upload, you’ll be able to do so later.',
subSections: [
{
id: 'projectName',
Expand Down
4 changes: 2 additions & 2 deletions src/config/projectQuestions/visual_design.v1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const sections = [
},
required: true,
pricePerPage: 1000,
description: 'Answer just a few questions about your application. You can also provide the needed information in a supporting-document - upload it below or add a link in the notes section.',
description: 'Please answer a few basic questions about your project. You can also provide the needed information in a supporting document--add a link in the notes section or upload it below.',
subSections: [
{
id: 'projectName',
Expand Down Expand Up @@ -251,7 +251,7 @@ export const basicSections = [
title: '',
required: true,
pricePerPage: 1000,
description: 'Answer just a few questions about your application. You can also provide the needed information in a supporting-document - upload it below or add a link in the notes section.',
description: 'Please answer a few basic questions about your project and, as an option, add links to supporting documents in the “Notes” section. If you have any files to upload, you’ll be able to do so later.',
subSections: [
{
id: 'projectName',
Expand Down
4 changes: 2 additions & 2 deletions src/config/projectQuestions/wireframes.v1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const sections = [
},
productName: 'Wireframes',
required: true,
description: 'Answer just a few questions about your application. You can also provide the needed information in a supporting-document - upload it below or add a link in the notes section.',
description: 'Please answer a few basic questions about your project. You can also provide the needed information in a supporting document--add a link in the notes section or upload it below.',
subSections: [
{
id: 'projectName',
Expand Down Expand Up @@ -234,7 +234,7 @@ export const basicSections = [
title: '',
productName: 'Wireframes',
required: true,
description: 'Answer just a few questions about your application. You can also provide the needed information in a supporting-document - upload it below or add a link in the notes section.',
description: 'Please answer a few basic questions about your project and, as an option, add links to supporting documents in the “Notes” section. If you have any files to upload, you’ll be able to do so later.',
subSections: [
{
id: 'projectName',
Expand Down
4 changes: 2 additions & 2 deletions src/config/projectWizard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const products = {
},
Infographic: {
brief: 'Infographic',
details: 'Present your data in a clean and a fun way',
details: 'Present your data in an easy-to-understand and interesting way.',
icon: 'product-infographic',
id: 'infographic'
},
Expand All @@ -46,7 +46,7 @@ const products = {
subtypes: {
'Front-end Prototype': {
brief: '3-20 screens',
details: 'Translate designs to an HTML/CSS/JavaScript prototype',
details: 'Translate designs to a web (HTML/CSS/JavaScript) or mobile prototype.',
icon: 'product-front-end-prototype',
id: 'visual_prototype'
},
Expand Down
2 changes: 1 addition & 1 deletion src/projects/create/components/SelectProduct.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
.footer {
margin-bottom: 15px;
margin-top: 100px;
margin-top: 50px;
}

.ProductCard {
Expand Down