mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
updated psystage images (#22649)
Updated psy-stage images --------- Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
parent
d7caf304c2
commit
55f5c6aad9
6 changed files with 3 additions and 3 deletions
BIN
website/assets/images/cta-thumbnail-psystage-5-feeling-confident-128x128@2x.png
vendored
Normal file
BIN
website/assets/images/cta-thumbnail-psystage-5-feeling-confident-128x128@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
BIN
website/assets/images/psystage-5-feeling-confident-504x784@2x.png
vendored
Normal file
BIN
website/assets/images/psystage-5-feeling-confident-504x784@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 280 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 272 KiB |
2
website/assets/styles/layout.less
vendored
2
website/assets/styles/layout.less
vendored
|
|
@ -160,7 +160,7 @@ html, body {
|
|||
background-image: url('/images/cta-thumbnail-psystage-4-has-use-case-128x128@2x.png');
|
||||
}
|
||||
&.stage-five {
|
||||
background-image: url('/images/cta-thumbnail-psystage-5-100x100@2x.png');
|
||||
background-image: url('/images/cta-thumbnail-psystage-5-feeling-confident-128x128@2x.png');
|
||||
}
|
||||
&.stage-six {
|
||||
background-image: url('/images/psystage-6-has-team-buy-in-504x784@2x.png');
|
||||
|
|
|
|||
2
website/assets/styles/pages/start.less
vendored
2
website/assets/styles/pages/start.less
vendored
|
|
@ -82,7 +82,7 @@
|
|||
background-image: url('/images/psystage-4-has-use-case-508x784@2x.png');
|
||||
}
|
||||
&.stage-five {
|
||||
background-image: url('/images/cropped-fleet-cloud-city-504x784@2x.png');
|
||||
background-image: url('/images/psystage-5-feeling-confident-504x784@2x.png');
|
||||
}
|
||||
&.stage-six {
|
||||
background-image: url('/images/psystage-6-has-team-buy-in-504x784@2x.png');
|
||||
|
|
|
|||
2
website/views/pages/start.ejs
vendored
2
website/views/pages/start.ejs
vendored
|
|
@ -753,7 +753,7 @@
|
|||
</ajax-form>
|
||||
</div>
|
||||
</div>
|
||||
<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 purpose="form-image" :class="currentStep === 'start' ? 'stage-one' : ['thanks-for-checking-out-fleet'].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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue