mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Website: update "Managed cloud for growing deployments" step of start questionnaire (#23163)
Closes: https://github.com/fleetdm/confidential/issues/7956 Changes: - Updated the link presented to users on the "Managed cloud for growing deployments" step of the get started questionnaire
This commit is contained in:
parent
10508e9be9
commit
6e84647dea
2 changed files with 5 additions and 6 deletions
4
website/assets/styles/pages/start.less
vendored
4
website/assets/styles/pages/start.less
vendored
|
|
@ -230,7 +230,7 @@
|
|||
margin-bottom: 40px;
|
||||
}
|
||||
[purpose='card'] {
|
||||
width: 252px;
|
||||
width: 256px;
|
||||
height: 200px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
@ -238,7 +238,7 @@
|
|||
align-items: center;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
padding: 24px;
|
||||
padding: 32px;
|
||||
background: #FFF;
|
||||
color: @core-fleet-black-75;
|
||||
border-radius: 12px;
|
||||
|
|
|
|||
7
website/views/pages/start.ejs
vendored
7
website/views/pages/start.ejs
vendored
|
|
@ -703,10 +703,9 @@
|
|||
<p>Unfortunately, managed cloud hosting is not yet available for growing deployments of less than 700 hosts.</p>
|
||||
</div>
|
||||
<div purpose="start-cards" class="justify-content-start">
|
||||
<a purpose="card" href="/docs/deploy">
|
||||
<img alt="Premium support" src="/images/icon-deploy-fleet-64x64@2x.png">
|
||||
<h2>Deploy Fleet</h2>
|
||||
<p>Learn how to deploy Fleet</p>
|
||||
<a purpose="card" class="h-auto" :href="`https://calendly.com/fleetdm/talk-to-us?email=${encodeURIComponent(me.emailAddress)}&name=${encodeURIComponent(me.firstName+' '+me.lastName)}`">
|
||||
<img alt="Premium support" src="/images/icon-premium-support-64x64@2x.png">
|
||||
<h2>Get in touch</h2>
|
||||
</a>
|
||||
</div>
|
||||
<div purpose="form-buttons">
|
||||
|
|
|
|||
Loading…
Reference in a new issue