@@ -45,46 +45,48 @@ <h1 class="h1">Home Dasboard</h1>
4545 < p class ="h2 "> Here you will find links to the timeline and self assessment section.
4646 Usefull tips and links are also available to check out.</ p >
4747 </ ion-list >
48- < img id =' dashImg ' src ='../../assets/imgs/dashboard.png '>
48+ < img class = " demo-img " src ='../../assets/imgs/dashboard.png '>
4949 </ div >
5050 </ ion-slide >
5151
5252 < ion-slide class ="demo-slide ">
5353 < div class ='top-demo '>
54- < ion-list class ="demo-header list list-ios " >
54+ < ion-list class ="demo-header list list-ios ">
5555 < ion-list-header class ='item item-ios list-header list-header-ios '>
56- < h1 class ="h1 "> Self Assessment </ h1 >
56+ < h1 class ="h1 "> Life Balance Wheel </ h1 >
5757 </ ion-list-header >
58- < p class ='h2 '> Here you will be promted to take your self assessment to assess your finances, relationships, family, and
59- more!
60- </ p >
58+ < p class ='h2 '> Here you will be promted to take your self assessment for your finances, health, family, and
59+ more. This chart will display the results of your self assesment.</ p >
6160 </ ion-list >
62- < img id =" self " src ='../../assets/imgs/asssesment .png '>
61+ < img class =' demo-img ' src ='../../assets/imgs/assessment .png '>
6362 </ div >
6463 </ ion-slide >
6564
6665 < ion-slide class ="demo-slide ">
6766 < div class ='top-demo '>
68- < ion-list class ="demo-header list list-ios ">
69- < ion-list-header class ='item item-ios list-header list-header-ios '>
70- < h1 class ="h1 "> Life Balance Wheel </ h1 >
67+ < ion-list class ="demo-header list list-ios " >
68+ < ion-list-header class ='item item-ios list-header list-header-ios '>
69+ < h1 class ="h1 "> Timeline </ h1 >
7170 </ ion-list-header >
72- < p class ='h2 '> This chart will display the results of your self assesment by category.</ p >
71+ < p class ='h2 '> This is a timeline that will make your transition to the civilian life smoother. Each section has a to-do
72+ item that you need to accomplish.
73+ </ p >
7374 </ ion-list >
74- < img src ='../../assets/imgs/whell .png '>
75+ < img class =' demo-img ' src ='../../assets/imgs/timeline .png '>
7576 </ div >
7677 </ ion-slide >
7778
7879 < ion-slide class ="demo-slide ">
7980 < div class ='top-demo '>
80- < ion-list class ="demo-header list list-iosr " >
81- < ion-list-header class ='item item-ios list-header list-header-ios '>
82- < h1 class ="h1 "> Timeline </ h1 >
81+ < ion-list class ="demo-header list list-ios " >
82+ < ion-list-header class ='item item-ios list-header list-header-ios '>
83+ < h1 class ="h1 "> Profile </ h1 >
8384 </ ion-list-header >
84- < p class ='h2 '> This is a timeline that will make your transition to the civilian life smoother. Each section has a to-do
85- item that you need to accomplish.</ p >
86- </ ion-list >
87- < img id ="time " src ='../../assets/imgs/timeline.png '>
85+ < p class ='h2 '>
86+ In your profile page you can see your information or update it at any time .
87+ </ p >
88+ </ ion-list >
89+ < img class = 'demo-img 'src ='../../assets/imgs/profile.png '>
8890 </ div >
8991 </ ion-slide >
9092
@@ -145,7 +147,6 @@ <h1 class="h1">Questionnaire <ion-badge>1/3</ion-badge></h1>
145147 Are you an active member or a veteran?
146148 </ ion-item-divider >
147149 < ion-item class ="q-wrapper ">
148- < a class ="select " > Select</ a >
149150 < ion-select
150151 placeholder ="Select ▼ "
151152 formControlName ="vetOrActive "
@@ -197,7 +198,7 @@ <h1 class="h1">Questionnaire <ion-badge>1/3</ion-badge></h1>
197198 </ ion-select >
198199 </ ion-item >
199200 < ion-item no-lines *ngIf ="!firstForm.controls.disability.valid && (firstForm.controls.disability.touched || submitIntent) " >
200- < p class ="invalid-text "> Enter an option</ p >
201+ < p class ="invalid-text "> Enter an option</ p >
201202 </ ion-item >
202203 </ ion-item-group >
203204 </ ion-card >
@@ -249,7 +250,7 @@ <h1 class="h1">Questionnaire <ion-badge>2/3</ion-badge></h1>
249250 < ion-select
250251 placeholder ="Select▼ "
251252 formControlName ="employment "
252- [selectOptions] = 'UnemployedOptions '>
253+ [selectOptions] = 'unemployedOptions '>
253254 < ion-option value ="Employed "> Employed</ ion-option >
254255 < ion-option value ="Unemployed "> Unemployed</ ion-option >
255256 </ ion-select >
@@ -281,27 +282,6 @@ <h1 class="h1">Questionnaire <ion-badge>2/3</ion-badge></h1>
281282 </ ion-item-group >
282283 </ ion-card >
283284
284- < ion-card [class.invalid] ="!secondForm.controls.marital.valid && (secondForm.controls.marital.touched) " class ="card-wrapper ">
285- < ion-item-group >
286- < ion-item-divider class ='q-group ' color ="light ">
287- Are you married?
288- </ ion-item-divider >
289- < ion-item class ="q-wrapper ">
290- < ion-select
291- placeholder ="Select▼ "
292- formControlName ="marital "
293- [selectOptions] = 'marriageOptions '>
294- < ion-option value ="married "> Yes</ ion-option >
295- < ion-option value ="notMarried "> No</ ion-option >
296- </ ion-select >
297- </ ion-item >
298- < ion-item *ngIf ="!secondForm.controls.marital.valid && (secondForm.controls.marital.touched) " >
299- < p class ="invalid-text "> Enter an option</ p >
300- </ ion-item >
301- </ ion-item-group >
302- </ ion-card >
303-
304-
305285 < ion-card [class.invalid] ="!secondForm.controls.marital.valid && (secondForm.controls.marital.touched) " class ="card-wrapper ">
306286 < ion-item-group >
307287 < ion-item-divider class ='q-group ' color ="light ">
@@ -324,7 +304,7 @@ <h1 class="h1">Questionnaire <ion-badge>2/3</ion-badge></h1>
324304 </ ion-item >
325305 </ ion-item-group >
326306 </ ion-card >
327- <!-- <button ion-button type="submit" [disabled]="" (click)="onSubmit()" >submit</button> -->
307+
328308 </ form >
329309 </ div >
330310 </ ion-slide >
@@ -406,7 +386,7 @@ <h1 class="h1">Questionnaire <ion-badge>3/3</ion-badge> </h1>
406386 </ ion-select >
407387 </ ion-item >
408388 < ion-item *ngIf ="!thirdForm.controls.enlistedPay.valid && (thirdForm.controls.enlistedPay.touched) " >
409- < p class ="invalid-text "> Enter an option</ p >
389+ < p class ="invalid-text "> Enter an option</ p >
410390 </ ion-item >
411391 </ ion-item-group >
412392 </ ion-card >
0 commit comments