mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Website: Update docs CTA classes and styles (#20386)
Changes: - Added a unique class to the CTA at the bottom of docs pages.
This commit is contained in:
parent
dcb39dcbf1
commit
601189d38c
2 changed files with 5 additions and 4 deletions
|
|
@ -501,6 +501,7 @@
|
|||
}
|
||||
|
||||
[purpose='content'] {
|
||||
width: 100%;
|
||||
hr {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
|
|
|
|||
|
|
@ -209,19 +209,19 @@
|
|||
<% if(!me){ %>
|
||||
<h2>Try it out</h2>
|
||||
<p>See what Fleet can do</p>
|
||||
<a purpose="continue-button" class="btn btn-primary" href="/register">Start now</a>
|
||||
<a purpose="continue-button" class="btn btn-primary docs-cta-continue-button" href="/register">Start now</a>
|
||||
<% } else if (['2 - Aware', '3 - Intrigued', '4 - Has use case'].includes(me.psychologicalStage)) {%>
|
||||
<h2>Tried Fleet yet?</h2>
|
||||
<p>Continue getting started with Fleet</p>
|
||||
<a purpose="continue-button" class="btn btn-primary" href="/start">Continue</a>
|
||||
<a purpose="continue-button" class="btn btn-primary docs-cta-continue-button" href="/start">Continue</a>
|
||||
<% } else if (me.psychologicalStage === '5 - Personally confident') {%>
|
||||
<h2>Feeling confident?</h2>
|
||||
<p>Get set up with Fleet</p>
|
||||
<a purpose="continue-button" class="btn btn-primary" href="/start">Continue</a>
|
||||
<a purpose="continue-button" class="btn btn-primary docs-cta-continue-button" href="/start">Continue</a>
|
||||
<% } else if (me.psychologicalStage === '6 - Has team buy-in') {%>
|
||||
<h2>Talk to the team</h2>
|
||||
<p>Let’s get you set up!</p>
|
||||
<a purpose="continue-button" class="btn btn-primary" href="/start">Continue</a>
|
||||
<a purpose="continue-button" class="btn btn-primary docs-cta-continue-button" href="/start">Continue</a>
|
||||
<%}%>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue