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,30 @@
<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>