@@ -107,7 +107,7 @@ export class AppOpportunities {
107107 url : 'https://openforge.io/opportunities/develop/' ,
108108 image : 'https://openforge.io/assets/graphic-opportunities-dev-header.png' ,
109109 } ,
110- candidateUrl : '/assets/graphic- opportunities-master-develop.jpg ' ,
110+ candidateUrl : '/assets/opportunities/codemaster.png ' ,
111111 requisitesUrl : '/assets/case-study-development.png' ,
112112 } ,
113113 design : {
@@ -158,7 +158,7 @@ export class AppOpportunities {
158158 url : 'https://openforge.io/opportunities/design/' ,
159159 image : 'https://openforge.io/assets/graphic-opportunities-design-header.png' ,
160160 } ,
161- candidateUrl : '/assets/graphic- opportunities-master-design.jpg ' ,
161+ candidateUrl : '/assets/opportunities/designmaster.png ' ,
162162 requisitesUrl : '/assets/case-study-design.png' ,
163163 } ,
164164 } ;
@@ -449,7 +449,7 @@ export class AppOpportunities {
449449 </ p >
450450 </ content-graphic >
451451
452- < content-graphic img-url = { ` /assets/graphic- opportunities-master- ${ this . opporunityTypeCurrent } .jpg` } >
452+ < content-graphic img-url = { this . opporunityTypeCurrent === 'design' ? ' /assets/opportunities/test-designer.png' : '/assets/ opportunities/test-dev.png' } >
453453 < h3 class = "original thin margin-bottom" slot = "header" >
454454 < app-translate keyword = "opportunities.test.title" />
455455 </ h3 >
@@ -497,7 +497,7 @@ export class AppOpportunities {
497497 </ p >
498498 </ content-graphic >
499499
500- < content-graphic img-url = " /assets/graphic- opportunities-sword .png" >
500+ < content-graphic img-url = { this . opporunityTypeCurrent === 'design' ? ' /assets/opportunities/designmaster .png' : '/assets/opportunities/codemaster.png' } >
501501 < h3 class = "thin" slot = "header" >
502502 < app-translate keyword = "opportunities.prepared.title" />
503503 </ h3 >
@@ -661,21 +661,21 @@ export class AppOpportunities {
661661 { this . fileError }
662662 </ p >
663663
664- < app-input placeholder = { translate ( 'contact.form.placeholder.fullName' ) } label = { translate ( 'contact.form.fullName' ) } name = "name" type = "text" required = { true } />
664+ < app-input slimmer = { true } placeholder = { translate ( 'contact.form.placeholder.fullName' ) } label = { translate ( 'contact.form.fullName' ) } name = "name" type = "text" required = { true } />
665665 < p class = "error" >
666666 < span style = { ! this . nameError ? { display : 'none' } : this . errorIconStyles } >
667667 < i class = "fa fa-exclamation-circle" aria-hidden = "true" />
668668 </ span >
669669 { this . nameError }
670670 </ p >
671- < app-input placeholder = { translate ( 'contact.form.placeholder.email' ) } label = { translate ( 'contact.form.email' ) } name = "email" type = "email" required = { true } />
671+ < app-input slimmer = { true } placeholder = { translate ( 'contact.form.placeholder.email' ) } label = { translate ( 'contact.form.email' ) } name = "email" type = "email" required = { true } />
672672 < p class = "error" >
673673 < span style = { ! this . emailError ? { display : 'none' } : this . errorIconStyles } >
674674 < i class = "fa fa-exclamation-circle" aria-hidden = "true" />
675675 </ span >
676676 { this . emailError }
677677 </ p >
678- < app-input placeholder = { translate ( 'contact.form.placeholder.phone' ) } label = { translate ( 'contact.form.phone' ) } name = "phone" type = "number" required = { true } />
678+ < app-input slimmer = { true } placeholder = { translate ( 'contact.form.placeholder.phone' ) } label = { translate ( 'contact.form.phone' ) } name = "phone" type = "number" required = { true } />
679679 < p class = "error" >
680680 < span style = { ! this . phoneError ? { display : 'none' } : this . errorIconStyles } >
681681 < i class = "fa fa-exclamation-circle" aria-hidden = "true" />
@@ -684,7 +684,7 @@ export class AppOpportunities {
684684 </ p >
685685 { this . opporunityTypeCurrent === 'develop'
686686 ? [
687- < app-input placeholder = { translate ( 'contact.form.placeholder.github' ) } label = { translate ( 'contact.form.github' ) } name = "github" type = "text" required = { true } /> ,
687+ < app-input slimmer = { true } placeholder = { translate ( 'contact.form.placeholder.github' ) } label = { translate ( 'contact.form.github' ) } name = "github" type = "text" required = { true } /> ,
688688 < p class = "error" >
689689 < span style = { ! this . githubError ? { display : 'none' } : this . errorIconStyles } >
690690 < i class = "fa fa-exclamation-circle" aria-hidden = "true" />
@@ -693,7 +693,14 @@ export class AppOpportunities {
693693 </ p > ,
694694 ]
695695 : [
696- < app-input placeholder = { translate ( 'contact.form.placeholder.designProfile' ) } label = { translate ( 'contact.form.designProfile' ) } name = "github" type = "text" required = { true } /> ,
696+ < app-input
697+ slimmer = { true }
698+ placeholder = { translate ( 'contact.form.placeholder.designProfile' ) }
699+ label = { translate ( 'contact.form.designProfile' ) }
700+ name = "github"
701+ type = "text"
702+ required = { true }
703+ /> ,
697704 < p class = "error" >
698705 < span style = { ! this . githubError ? { display : 'none' } : this . errorIconStyles } >
699706 < i class = "fa fa-exclamation-circle" aria-hidden = "true" />
0 commit comments