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,29 @@
<div class="gusto-tools">
<div class="tools">
<div class="gusto-pro-title">The tools you need to build a resilient accounting firm.</div>
<div class="gusto-pro-subtitle">When you become a Gusto partner, you get exclusive access to tools and resources to support your clients into the future.</div>
<div class="gusto-pro-image"> <img src="https://i.ibb.co/YBBGp5Y/Screenshot-2022-03-07-at-15-25-54.png" alt="" class="image-tools"></div>
</div>
</div>
<style>
.gusto-tools {
background-color: #f8f5f2;
text-align: center;
margin-top: 80px;
padding-top: 40px;
}
.image-tools {
max-width: 800px;
}
.gusto-pro-title, .gusto-pro-subtitle {
max-width: 700px;
margin: auto;
}
</style>