|
18 | 18 | <div class="review-section__content"> |
19 | 19 | <div class="review-field"> |
20 | 20 | <span class="review-field__label">Full Name:</span> |
21 | | - <span class="review-field__value {{unless this.stepOneData.fullName 'review-field__value--missing'}}"> |
22 | | - {{if this.stepOneData.fullName this.stepOneData.fullName 'Not provided'}} |
| 21 | + <span class="review-field__value {{unless this.stepData.one.fullName 'review-field__value--missing'}}"> |
| 22 | + {{if this.stepData.one.fullName this.stepData.one.fullName 'Not provided'}} |
23 | 23 | </span> |
24 | 24 | </div> |
25 | 25 | <div class="review-field"> |
26 | 26 | <span class="review-field__label">Location:</span> |
27 | | - <span class="review-field__value {{unless this.hasLocation 'review-field__value--missing'}}"> |
| 27 | + <span class="review-field__value {{unless this.locationDisplay 'review-field__value--missing'}}"> |
28 | 28 | {{this.locationDisplay}} |
29 | 29 | </span> |
30 | 30 | </div> |
31 | 31 | <div class="review-field"> |
32 | 32 | <span class="review-field__label">Applying as:</span> |
33 | | - <span class="review-field__value {{unless this.stepOneData.role 'review-field__value--missing'}}"> |
34 | | - {{if this.stepOneData.role this.stepOneData.role 'Not provided'}} |
| 33 | + <span class="review-field__value {{unless this.stepData.one.role 'review-field__value--missing'}}"> |
| 34 | + {{if this.stepData.one.role this.stepData.one.role 'Not provided'}} |
35 | 35 | </span> |
36 | 36 | </div> |
37 | 37 | <div class="review-field"> |
|
57 | 57 | <div class="review-section__content"> |
58 | 58 | <div class="review-field"> |
59 | 59 | <span class="review-field__label">Skills:</span> |
60 | | - <span class="review-field__value {{unless this.stepTwoData.skills 'review-field__value--missing'}}"> |
61 | | - {{if this.stepTwoData.skills this.stepTwoData.skills 'Not provided'}} |
| 60 | + <span class="review-field__value {{unless this.stepData.two.skills 'review-field__value--missing'}}"> |
| 61 | + {{if this.stepData.two.skills this.stepData.two.skills 'Not provided'}} |
62 | 62 | </span> |
63 | 63 | </div> |
64 | 64 | <div class="review-field"> |
65 | 65 | <span class="review-field__label">Institution/Company:</span> |
66 | | - <span class="review-field__value {{unless this.stepTwoData.company 'review-field__value--missing'}}"> |
67 | | - {{if this.stepTwoData.company this.stepTwoData.company 'Not provided'}} |
| 66 | + <span class="review-field__value {{unless this.stepData.two.company 'review-field__value--missing'}}"> |
| 67 | + {{if this.stepData.two.company this.stepData.two.company 'Not provided'}} |
68 | 68 | </span> |
69 | 69 | </div> |
70 | 70 | <div class="review-field"> |
71 | 71 | <span class="review-field__label">Introduction:</span> |
72 | | - <span class="review-field__value {{unless this.stepTwoData.introduction 'review-field__value--missing'}}"> |
73 | | - {{if this.stepTwoData.introduction this.stepTwoData.introduction 'Not provided'}} |
| 72 | + <span class="review-field__value {{unless this.stepData.two.introduction 'review-field__value--missing'}}"> |
| 73 | + {{if this.stepData.two.introduction this.stepData.two.introduction 'Not provided'}} |
74 | 74 | </span> |
75 | 75 | </div> |
76 | 76 | </div> |
|
90 | 90 | <div class="review-section__content"> |
91 | 91 | <div class="review-field"> |
92 | 92 | <span class="review-field__label">Hobbies:</span> |
93 | | - <span class="review-field__value {{unless this.stepThreeData.hobbies 'review-field__value--missing'}}"> |
94 | | - {{if this.stepThreeData.hobbies this.stepThreeData.hobbies 'Not provided'}} |
| 93 | + <span class="review-field__value {{unless this.stepData.three.hobbies 'review-field__value--missing'}}"> |
| 94 | + {{if this.stepData.three.hobbies this.stepData.three.hobbies 'Not provided'}} |
95 | 95 | </span> |
96 | 96 | </div> |
97 | 97 | <div class="review-field"> |
98 | 98 | <span class="review-field__label">Fun Fact:</span> |
99 | | - <span class="review-field__value {{unless this.stepThreeData.funFact 'review-field__value--missing'}}"> |
100 | | - {{if this.stepThreeData.funFact this.stepThreeData.funFact 'Not provided'}} |
| 99 | + <span class="review-field__value {{unless this.stepData.three.funFact 'review-field__value--missing'}}"> |
| 100 | + {{if this.stepData.three.funFact this.stepData.three.funFact 'Not provided'}} |
101 | 101 | </span> |
102 | 102 | </div> |
103 | 103 | </div> |
|
117 | 117 | <div class="review-section__content"> |
118 | 118 | <div class="review-field"> |
119 | 119 | <span class="review-field__label">Phone Number:</span> |
120 | | - <span class="review-field__value {{unless this.stepFourData.phoneNumber 'review-field__value--missing'}}"> |
121 | | - {{if this.stepFourData.phoneNumber this.stepFourData.phoneNumber 'Not provided'}} |
| 120 | + <span class="review-field__value {{unless this.stepData.four.phoneNumber 'review-field__value--missing'}}"> |
| 121 | + {{if this.stepData.four.phoneNumber this.stepData.four.phoneNumber 'Not provided'}} |
122 | 122 | </span> |
123 | 123 | </div> |
124 | 124 | <div class="review-field"> |
125 | 125 | <span class="review-field__label">Twitter:</span> |
126 | | - <span class="review-field__value {{unless this.stepFourData.twitter 'review-field__value--missing'}}"> |
127 | | - {{if this.stepFourData.twitter this.stepFourData.twitter 'Not provided'}} |
| 126 | + <span class="review-field__value {{unless this.stepData.four.twitter 'review-field__value--missing'}}"> |
| 127 | + {{if this.stepData.four.twitter this.stepData.four.twitter 'Not provided'}} |
128 | 128 | </span> |
129 | 129 | </div> |
130 | 130 | {{#if this.showGitHub}} |
131 | 131 | <div class="review-field"> |
132 | 132 | <span class="review-field__label">GitHub:</span> |
133 | | - <span class="review-field__value {{unless this.stepFourData.github 'review-field__value--missing'}}"> |
134 | | - {{if this.stepFourData.github this.stepFourData.github 'Not provided'}} |
| 133 | + <span class="review-field__value {{unless this.stepData.four.github 'review-field__value--missing'}}"> |
| 134 | + {{if this.stepData.four.github this.stepData.four.github 'Not provided'}} |
135 | 135 | </span> |
136 | 136 | </div> |
137 | 137 | {{/if}} |
138 | 138 | <div class="review-field"> |
139 | 139 | <span class="review-field__label">LinkedIn:</span> |
140 | | - <span class="review-field__value {{unless this.stepFourData.linkedin 'review-field__value--missing'}}"> |
141 | | - {{if this.stepFourData.linkedin this.stepFourData.linkedin 'Not provided'}} |
| 140 | + <span class="review-field__value {{unless this.stepData.four.linkedin 'review-field__value--missing'}}"> |
| 141 | + {{if this.stepData.four.linkedin this.stepData.four.linkedin 'Not provided'}} |
142 | 142 | </span> |
143 | 143 | </div> |
144 | 144 | <div class="review-field"> |
145 | 145 | <span class="review-field__label">Instagram:</span> |
146 | | - <span class="review-field__value {{if this.stepFourData.instagram '' 'review-field__value--empty'}}"> |
147 | | - {{if this.stepFourData.instagram this.stepFourData.instagram 'Not uploaded'}} |
| 146 | + <span class="review-field__value {{if this.stepData.four.instagram '' 'review-field__value--empty'}}"> |
| 147 | + {{if this.stepData.four.instagram this.stepData.four.instagram 'Not uploaded'}} |
148 | 148 | </span> |
149 | 149 | </div> |
150 | 150 | <div class="review-field"> |
151 | 151 | <span class="review-field__label">Peerlist:</span> |
152 | | - <span class="review-field__value {{unless this.stepFourData.peerlist 'review-field__value--missing'}}"> |
153 | | - {{if this.stepFourData.peerlist this.stepFourData.peerlist 'Not provided'}} |
| 152 | + <span class="review-field__value {{unless this.stepData.four.peerlist 'review-field__value--missing'}}"> |
| 153 | + {{if this.stepData.four.peerlist this.stepData.four.peerlist 'Not provided'}} |
154 | 154 | </span> |
155 | 155 | </div> |
156 | 156 | {{#if this.showBehance}} |
157 | 157 | <div class="review-field"> |
158 | 158 | <span class="review-field__label">Behance:</span> |
159 | | - <span class="review-field__value {{unless this.stepFourData.behance 'review-field__value--missing'}}"> |
160 | | - {{if this.stepFourData.behance this.stepFourData.behance 'Not provided'}} |
| 159 | + <span class="review-field__value {{unless this.stepData.four.behance 'review-field__value--missing'}}"> |
| 160 | + {{if this.stepData.four.behance this.stepData.four.behance 'Not provided'}} |
161 | 161 | </span> |
162 | 162 | </div> |
163 | 163 | {{/if}} |
164 | 164 | {{#if this.showDribble}} |
165 | 165 | <div class="review-field"> |
166 | 166 | <span class="review-field__label">Dribble:</span> |
167 | | - <span class="review-field__value {{unless this.stepFourData.dribble 'review-field__value--missing'}}"> |
168 | | - {{if this.stepFourData.dribble this.stepFourData.dribble 'Not provided'}} |
| 167 | + <span class="review-field__value {{unless this.stepData.four.dribble 'review-field__value--missing'}}"> |
| 168 | + {{if this.stepData.four.dribble this.stepData.four.dribble 'Not provided'}} |
169 | 169 | </span> |
170 | 170 | </div> |
171 | 171 | {{/if}} |
|
186 | 186 | <div class="review-section__content"> |
187 | 187 | <div class="review-field"> |
188 | 188 | <span class="review-field__label">Why you want to join Real Dev Squad?:</span> |
189 | | - <span class="review-field__value {{unless this.stepFiveData.whyRds 'review-field__value--missing'}}"> |
190 | | - {{if this.stepFiveData.whyRds this.stepFiveData.whyRds 'Not provided'}} |
| 189 | + <span class="review-field__value {{unless this.stepData.five.whyRds 'review-field__value--missing'}}"> |
| 190 | + {{if this.stepData.five.whyRds this.stepData.five.whyRds 'Not provided'}} |
191 | 191 | </span> |
192 | 192 | </div> |
193 | 193 | <div class="review-field"> |
194 | 194 | <span class="review-field__label">Hours per week:</span> |
195 | | - <span class="review-field__value {{unless this.stepFiveData.numberOfHours 'review-field__value--missing'}}"> |
196 | | - {{if this.stepFiveData.numberOfHours this.stepFiveData.numberOfHours 'Not provided'}} |
| 195 | + <span class="review-field__value {{unless this.stepData.five.numberOfHours 'review-field__value--missing'}}"> |
| 196 | + {{if this.stepData.five.numberOfHours this.stepData.five.numberOfHours 'Not provided'}} |
197 | 197 | </span> |
198 | 198 | </div> |
199 | 199 | <div class="review-field"> |
200 | 200 | <span class="review-field__label">How did you hear about us?:</span> |
201 | | - <span class="review-field__value {{unless this.stepFiveData.foundFrom 'review-field__value--missing'}}"> |
202 | | - {{if this.stepFiveData.foundFrom this.stepFiveData.foundFrom 'Not provided'}} |
| 201 | + <span class="review-field__value {{unless this.stepData.five.foundFrom 'review-field__value--missing'}}"> |
| 202 | + {{if this.stepData.five.foundFrom this.stepData.five.foundFrom 'Not provided'}} |
203 | 203 | </span> |
204 | 204 | </div> |
205 | 205 | </div> |
|
0 commit comments