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

31 lines
825 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="subscription">
<div class="gusto-pro-title">Were so sure youll love Gusto, your firms subscription is free.<sup>1</sup></div>
<div class="gusto-pro-subtitle">Streamline payroll and benefits, and start advising your clients in valuable new ways.</div>
<button type="button" class="btn btn-danger">Become a partner</button>
</div>
<div class="sub-sup">
<div class="gusto-pro-subtitle sub"><sup>1</sup>Your firm will get a free Complete Plan as long as you onboard one client to Gusto each year.</div>
</div>
<style>
.subscription {
margin: auto;
width: 50%;
text-align: center;
margin-top: 50px;
}
.sub-sup {
background-color: #f8f5f2;
margin-top: 100px;
text-align: center;
color: grey;
}
.gusto-pro-subtitle.sub {
font-size: 0.8em;
}
</style>