moved a bunch of churned customers templates to a hidden folder. Added to Sandata's script and the new groups. Notes.

This commit is contained in:
Norm Rasmussen
2024-05-06 17:07:40 -04:00
parent e9a721cfd6
commit 86ef310892
1042 changed files with 4425 additions and 339 deletions

View File

@ -0,0 +1,31 @@
<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>