@@ -197,10 +197,24 @@ const BasicInfoForm = ({
197
197
< PageRow styleName = "form-row" >
198
198
< div >
199
199
< PageP styleName = "title" > PROJECT TITLE</ PageP >
200
- < PageP styleName = "description" >
201
- Give your project a descriptive title. This is what the data
202
- scientists will see when looking for your work.
203
- </ PageP >
200
+ { isWebsiteDesign && (
201
+ < PageP styleName = "description" >
202
+ Give your project a descriptive title. This is the name
203
+ designers will see when looking for your work.
204
+ </ PageP >
205
+ ) }
206
+ { isDataExploration && (
207
+ < PageP styleName = "description" >
208
+ Give your project a descriptive title. This is what the data
209
+ scientists will see when looking for your work.
210
+ </ PageP >
211
+ ) }
212
+ { isFindMeData && (
213
+ < PageP styleName = "description" >
214
+ Give your project a descriptive title. This is what the data
215
+ scientists will see when looking for your work.
216
+ </ PageP >
217
+ ) }
204
218
</ div >
205
219
206
220
< div styleName = "formFieldWrapper" >
@@ -315,15 +329,16 @@ const BasicInfoForm = ({
315
329
</ PageRow >
316
330
) }
317
331
332
+ < PageDivider />
333
+
318
334
{ isWebsiteDesign && (
319
335
< PageRow styleName = "form-row" >
320
336
< div >
337
+ < PageP styleName = "title" > { "Description" } </ PageP >
321
338
< PageP styleName = "description" >
322
- What is the purpose of your website? What do you want visitors to
323
- be able to do, e.g., see your work? contact you? You should
324
- include a general description as well as goals of the website. You
325
- You may also describe your audience and what you would like them
326
- to do at your website.{ " " }
339
+ What is the purpose of your website? What do you want visitors to be able to do, e.g.,
340
+ see your work? contact you? You should include a general description as well as goals of the website.
341
+ You may also describe your audience and what you would like them to do at your website.{ " " }
327
342
</ PageP >
328
343
< HelpBanner title = "Example" styles = { [ "gray" ] } >
329
344
< br />
@@ -493,10 +508,8 @@ const BasicInfoForm = ({
493
508
< div >
494
509
< PageP styleName = "title" > Your industry</ PageP >
495
510
< PageP styleName = "description" >
496
- Knowing your industry will help our designers understand you and
497
- For example, some common industries are: Business & Consulting ,
498
- Construction , Entertainment & Arts , Healthcare , Retail , and
499
- Technology .
511
+ Knowing your industry will help our designers understand you and your audience.
512
+ For example, some common industries are: Business & Consulting , Construction , Entertainment & Arts , Healthcare , Retail , and Technology .
500
513
< / P a g e P >
501
514
</div >
502
515
0 commit comments