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,41 @@
{% comment %}<footer class="footer np-subpage-container">{% endcomment %}
{% comment %}<div class="footer-left">{% endcomment %}
{% comment %}© {{ "now" | date: "%Y" }} Quantuvos Inc. All Right Reserved.{% endcomment %}
{% comment %}</div>{% endcomment %}
{% comment %}<div class="footer-right">{% endcomment %}
{% comment %}<a class="footer-element" href="https://www.quantuvos.com/privacy-policy">{% endcomment %}
{% comment %}Privacy Policy{% endcomment %}
{% comment %}</a>{% endcomment %}
{% comment %}<a class="footer-element" href="https://www.quantuvos.com/privacy-policy">{% endcomment %}
{% comment %}Terms of Use{% endcomment %}
{% comment %}</a>{% endcomment %}
{% comment %}</div>{% endcomment %}
{% comment %}</footer>{% endcomment %}
<style>
.footer {
justify-content: space-between;
background: #f2f4f5;
padding-top: 20px;
padding-bottom: 20px;
text-align:center;
}
.footer-right {
display: flex;
flex-wrap:wrap;
margin-top:16px;
}
.footer-element {
padding: 4px;
margin: auto 8px 8px;
}
@media (min-width:768px) {
.footer {
display: flex;
text-align:left;
}
}
</style>