Website: update start flow images (#21503)
Changes: - Reduced the file size of the images in the /start flow - Updated the "What did you think?" step of the form to display a cloud city image.
|
Before Width: | Height: | Size: 582 KiB After Width: | Height: | Size: 156 KiB |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 867 KiB After Width: | Height: | Size: 269 KiB |
|
Before Width: | Height: | Size: 808 KiB After Width: | Height: | Size: 210 KiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 333 KiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 397 KiB |
|
Before Width: | Height: | Size: 625 KiB After Width: | Height: | Size: 182 KiB |
2
website/views/pages/start.ejs
vendored
|
|
@ -753,7 +753,7 @@
|
|||
</ajax-form>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="form-image" :class="currentStep === 'start' ? 'stage-one' : currentStep === 'thanks-for-checking-out-fleet' ? 'cloud-city' : ['2 - Aware'].includes(psychologicalStage) ? 'stage-two' : ['3 - Intrigued'].includes(psychologicalStage) ? 'stage-three' : ['4 - Has use case'].includes(psychologicalStage) ? 'stage-four' : ['5 - Personally confident'].includes(psychologicalStage) ? 'stage-five' : ['6 - Has team buy-in'].includes(psychologicalStage) ? 'stage-six' : 'd-none w-0'">
|
||||
<div purpose="form-image" :class="currentStep === 'start' ? 'stage-one' : ['thanks-for-checking-out-fleet', 'what-did-you-think'].includes(currentStep) ? 'cloud-city' : ['2 - Aware'].includes(psychologicalStage) ? 'stage-two' : ['3 - Intrigued'].includes(psychologicalStage) ? 'stage-three' : ['4 - Has use case'].includes(psychologicalStage) ? 'stage-four' : ['5 - Personally confident'].includes(psychologicalStage) ? 'stage-five' : ['6 - Has team buy-in'].includes(psychologicalStage) ? 'stage-six' : 'd-none w-0'">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||