mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: Add note to 'is-it-any-good' step of /start questionnaire (#28036)
Closes: #27904 Changes: - Updated the 'is-it-any-good' step of the /start questionnaire to include a link to the embedded video on YouTube (If the embedded video does not load).
This commit is contained in:
parent
6eb9b5b2aa
commit
5ef16be93c
2 changed files with 18 additions and 0 deletions
15
website/assets/styles/pages/start.less
vendored
15
website/assets/styles/pages/start.less
vendored
|
|
@ -61,6 +61,21 @@
|
|||
border: none;
|
||||
border-radius: 12px;
|
||||
}
|
||||
[purpose='video-note'] {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
max-width: 480px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 16px;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #E6E3D0;
|
||||
background: #FFFEF9;
|
||||
p {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
[purpose='form-tip'] {
|
||||
margin-top: 32px;
|
||||
|
|
|
|||
3
website/views/pages/start.ejs
vendored
3
website/views/pages/start.ejs
vendored
|
|
@ -441,6 +441,9 @@
|
|||
</div>
|
||||
<h2>Fleet in 19 minutes</h2>
|
||||
<div purpose="embedded-video">
|
||||
<div purpose="video-note">
|
||||
<p>Video not loading? <a href="https://www.youtube.com/watch?v=07ErAAahRsg" target="_blank">Click here</a> to watch on Youtube.</p>
|
||||
</div>
|
||||
<iframe src="https://www.youtube.com/embed/07ErAAahRsg?rel=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
<!-- <a purpose="card" class="w-100" href="https://youtu.be/QpdRADHWP_o?feature=shared&t=1333" target="_blank">
|
||||
<img alt="Watch a demo" src="/images/play-button-64x64@2x.png">
|
||||
|
|
|
|||
Loading…
Reference in a new issue