Files
Gainsight/Custom_Templates/customer_templates/Gusto/_advisory.html.liquid
2022-11-11 21:54:43 -05:00

30 lines
980 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="advisory">
<div class="gusto-pro-header">People Advisory</div>
<div class="gusto-pro-title">The best part about Gusto Pro? It makes time for advisory moments.</div>
<div class="gusto-pro-subtitle">Gusto Pro is a doorway into the future of accounting. Tap into our expert resources and certification program so you can build a resilient firm and support your clients into the future.<br><br>Its time to combine your financial expertise with people-focused guidance.
<br><br> Check out featured courses below.</div>
<a class="btn btn-primary" href="https://gusto.northpass.com/app/courses" role="button">Learn more</a>
</div>
<style>
.advisory {
margin: auto;
width: 50%;
text-align: center;
}
.btn-primary {
font-family: 'Fredoka', sans-serif;
background-color: #f45d48;
padding: 10px;
padding-left: 20px;
padding-right: 20px;
font-weight: 600;
}
.btn-primary:hover {
background-color: #f45d48;
}
</style>