Update basic-article.ejs (#6988)

- fixed styling issue on "next steps" CTA.
This commit is contained in:
Mike Thomas 2022-08-02 10:23:28 +09:00 committed by GitHub
parent 26d763c426
commit 56721d41b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,14 +18,14 @@
<h3 style="font-size: 24px; line-height: 32px;">Explore Fleet</h3>
<p class="my-4">Find out how Fleet can benefit your organization by exploring our docs and community. <br>Want to get up and running quicker? Then try out Fleet locally on your device - youll be up and running in minutes.</p>
<div class="d-md-flex">
<a href="/get-started?tryitnow" class="d-flex flex-fill btn btn-primary btn-md justify-content-center align-items-center mt-3 mt-md-0 mr-sm-3" purpose="next-steps-button">
<a href="/get-started?tryitnow" class="d-flex flex-fill btn btn-primary btn-md justify-content-center align-items-center mt-3 mt-md-0 mr-md-3" purpose="next-steps-button">
Try it out
</a>
<a href="/slack" target="_blank" class="d-flex flex-fill btn btn-md btn-outline-secondary justify-content-center align-items-center mt-3 mt-md-0 mr-sm-3" purpose="next-steps-button">
<a href="/slack" target="_blank" class="d-flex flex-fill btn btn-md btn-outline-secondary justify-content-center align-items-center mt-3 mt-md-0 mr-md-3" purpose="next-steps-button">
<img class="pr-3" alt="Slack logo" src="/images/logo-slack-24x24@2x.png"/>
Join <span purpose="large-button-text">&nbsp;the&nbsp;</span> Fleet <span purpose="large-button-text">&nbsp;community&nbsp;</span>on Slack
</a>
<a href="https://calendly.com/fleetdm/demo?utm_source=article+demo+top" target="_blank" class="d-flex flex-fill btn btn-md btn-outline-secondary justify-content-center align-items-center mt-3 mt-md-0 mr-3 mr-md-0" purpose="next-steps-button">
<a href="https://calendly.com/fleetdm/demo?utm_source=article+demo+top" target="_blank" class="d-flex flex-fill btn btn-md btn-outline-secondary justify-content-center align-items-center mt-3 mt-md-0 mr-0" purpose="next-steps-button">
<img class="pr-3" alt="Schedule demo" src="/images/icon_schedule-demo-26x24@2x.png"/>
Schedule a demo
</a>