@@ -403,12 +403,12 @@ <h3><small>$</small><span ng-bind="CD.challenge.prize[j]"></span></h3>
403
403
404
404
< div ng-if ="!CD.isDesign " id ="contest-overview " class ="tableWrap {{CD.activeTab != 'details' ? 'hide' : ''}} tab ">
405
405
< article ng-if ="!CD.isDesign " id ="contestOverview ">
406
- < h2 > Challenge Overview</ h2 >
406
+ < h1 > Challenge Overview</ h1 >
407
407
408
408
< p ng-bind-html ="CD.challenge.detailedRequirements | trust "> </ p >
409
409
410
410
< article id ="platforms ">
411
- < h2 > Platforms</ h2 >
411
+ < h1 > Platforms</ h1 >
412
412
< ul >
413
413
< li ng-if ="(hasPlatforms = CD.challenge.platforms && CD.challenge.platforms.length > 0) " ng-repeat ="platform in CD.challenge.platforms " >
414
414
< strong ng-bind ="platform "> </ strong >
@@ -420,7 +420,7 @@ <h2>Platforms</h2>
420
420
</ article >
421
421
422
422
< article id ="technologies ">
423
- < h2 > Technologies</ h2 >
423
+ < h1 > Technologies</ h1 >
424
424
< div class ="technologyTags ">
425
425
< ul >
426
426
< li ng-if ="CD.challenge.technology && CD.challenge.technology.length > 0 " ng-repeat ="tech in CD.challenge.technology ">
@@ -435,18 +435,18 @@ <h2>Technologies</h2>
435
435
</ div >
436
436
</ article >
437
437
438
- < h3 > Final Submission Guidelines</ h3 >
439
- < div ng-bind-html ="CD.challenge.finalSubmissionGuidelines | trust "> </ div >
438
+ < h1 > Final Submission Guidelines</ h1 >
439
+ < div class =" final-submission-guidelines " ng-bind-html ="CD.challenge.finalSubmissionGuidelines | trust "> </ div >
440
440
441
441
< article id ="payments ">
442
- < h2 > Payments</ h2 >
442
+ < h1 > Payments</ h1 >
443
443
444
444
< p > Topcoder will compensate members in accordance with the payment structure of this challenge.
445
445
Initial payment for the winning member will be distributed in two installments. The first payment
446
446
will be made at the closure of the approval phase. The second payment will be made at the
447
447
completion of the support period.</ p >
448
448
449
- < h2 > Reliability Rating and Bonus</ h2 >
449
+ < h1 > Reliability Rating and Bonus</ h1 >
450
450
451
451
< p > For challenges that have a reliability bonus, the bonus depends on the reliability rating at
452
452
the moment of registration for that project. A participant with no previous projects is
@@ -463,7 +463,7 @@ <h2>Reliability Rating and Bonus</h2>
463
463
< article ng-if ="CD.isDesign " id ="contestOverview ">
464
464
465
465
< article id ="contestSummary ">
466
- < h2 > CHALLENGE SUMMARY</ h2 >
466
+ < h1 > CHALLENGE SUMMARY</ h1 >
467
467
468
468
< p class ="paragraph " ng-bind-html ="CD.challenge.introduction | trust "> </ p >
469
469
@@ -477,7 +477,7 @@ <h2>CHALLENGE SUMMARY</h2>
477
477
</ article >
478
478
479
479
< article id ="studioTournamentFormat " ng-if ="CD.challenge.numberOfCheckpointsPrizes > 0 ">
480
- < h2 > CHALLENGE FORMAT</ h2 >
480
+ < h1 > CHALLENGE FORMAT</ h1 >
481
481
< p class ="paragraph "> This competition will be run as a two-round challenge.</ p >
482
482
< div >
483
483
< span class ="subTitle "> Round One (1)</ span >
@@ -522,13 +522,13 @@ <h6 class="smallTitle red">Regarding the Rounds:</h6>
522
522
</ article >
523
523
524
524
< article id ="fullDescription ">
525
- < h2 > FULL DESCRIPTION & PROJECT GUIDE</ h2 >
525
+ < h1 > FULL DESCRIPTION & PROJECT GUIDE</ h1 >
526
526
527
527
< p ng-bind-html ="CD.challenge.detailedRequirements | trust "> </ p >
528
528
</ article >
529
529
530
530
< article id ="stockPhotography ">
531
- < h2 > STOCK PHOTOGRAPHY</ h2 >
531
+ < h1 > STOCK PHOTOGRAPHY</ h1 >
532
532
533
533
< p ng-if ="CD.challenge.allowStockArt "> Stock photography is allowed in this challenge.< br >
534
534
< a href ="http://help.topcoder.com/hc/en-us/articles/217481408-Policy-for-Stock-Artwork-in-Design-Submissions "> See this page for more details.</ a > </ p >
@@ -540,7 +540,7 @@ <h2>STOCK PHOTOGRAPHY</h2>
540
540
</ article >
541
541
542
542
< article id ="howtosubmit ">
543
- < h2 > HOW TO SUBMIT</ h2 >
543
+ < h1 > HOW TO SUBMIT</ h1 >
544
544
545
545
< p >
546
546
< ul class ="howToSubmit ">
@@ -569,7 +569,7 @@ <h2>HOW TO SUBMIT</h2>
569
569
</ article >
570
570
571
571
< article id ="winnerselection ">
572
- < h2 > WINNER SELECTION</ h2 >
572
+ < h1 > WINNER SELECTION</ h1 >
573
573
574
574
< p >
575
575
Submissions are viewable to the client as they are entered into the challenge. Winners are selected by the
@@ -578,14 +578,14 @@ <h2>WINNER SELECTION</h2>
578
578
</ article >
579
579
580
580
< article id ="payments ">
581
- < h2 > PAYMENTS</ h2 >
581
+ < h1 > PAYMENTS</ h1 >
582
582
583
583
< p > Topcoder will compensate members in accordance with the payment structure of this challenge.
584
584
Initial payment for the winning member will be distributed in two installments. The first payment
585
585
will be made at the closure of the approval phase. The second payment will be made at the
586
586
completion of the support period.</ p >
587
587
588
- < h2 > Reliability Rating and Bonus</ h2 >
588
+ < h1 > Reliability Rating and Bonus</ h1 >
589
589
590
590
< p > For challenges that have a reliability bonus, the bonus depends on the reliability rating at
591
591
the moment of registration for that project. A participant with no previous projects is
@@ -891,7 +891,7 @@ <h3>Share:</h3>
891
891
class ="tip reviewStyleTip tipFinalReview " style ="display: none; ">
892
892
< div class ="inner ">
893
893
< div class ="tipHeader ">
894
- < h2 > Final Review</ h2 >
894
+ < h1 > Final Review</ h1 >
895
895
</ div >
896
896
< div class ="tipBody ">
897
897
<!--Bugfix refactored-challenge-details-117: Removed unused hyperlink-->
@@ -909,7 +909,7 @@ <h2>Final Review</h2>
909
909
style ="display: none; ">
910
910
< div class ="inner ">
911
911
< div class ="tipHeader ">
912
- < h2 > Approval</ h2 >
912
+ < h1 > Approval</ h1 >
913
913
</ div >
914
914
< div class ="tipBody ">
915
915
Customer has final opportunity to sign-off on the delivered assets.
0 commit comments