Lots of custom template changes. Downloaded the default ones and made changes to Chubb and Cin7. Cleaned up some files.

This commit is contained in:
Norm Rasmussen
2024-02-16 14:41:07 -05:00
parent 839f32424c
commit 06aba90bca
385 changed files with 659 additions and 359 deletions

View File

@ -1,63 +0,0 @@
<footer class="footer">
<div class="footer-wrapper">
<div class="footer-logo">
<img
alt="{{ current_school.name }}"
class="footer-logo-image"
src="https://chubbeducation.com/wp-content/uploads/2017/02/Chubb-Agency-Education-Logo-color-no-tagline.png"
/>
</div>
<div class="footer-content">
<div class="footer-description lato">
We are committed to providing innovative, high quality educational opportunities and professional development
programs that support the profitable growth of Chubbs agents and brokers and Chubbs strategic goals.
</div>
<div class="footer-visit-us lato">
Visit us on <a href="https://chubbeducation.com/">chubbeducation.com</a>
</div>
<div class="footer-links lato">
<a href="https://www.chubb.com/us-en/terms-of-use.html">Terms of Use</a>
<hr class="horizontal-line"/>
<a href="https://www.chubb.com/us-en/online-privacy-policy.html">Privacy Policy</a>
<hr class="horizontal-line"/>
<a href="https://www.chubb.com/us-en/online-privacy-policy.html#CCPA-section">California Resident Privacy Policy</a>
</div>
</div>
</div>
</footer>
<style>
.footer {
background: #e7e6e6;
padding: 6%;
}
.footer-logo-image {
max-width: 300px;
}
.footer-content {
color: #000;
}
.footer-wrapper {
display: flex;
gap: 5%;
}
.footer-description {
margin-bottom: 20px;
}
a {
color: #000;
}
.footer-links {
margin-top: 20px;
display: flex;
align-items: center;
}
.horizontal-line {
height: 15px;
overflow: visible;
width: 1px;
margin: 5px;
box-sizing: border-box;
}
</style>