66 lines
1.7 KiB
Plaintext
66 lines
1.7 KiB
Plaintext
<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 Chubb’s agents and brokers and Chubb’s 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 class="footer-links lato">
|
||
© 2024 Chubb. All rights reserved.
|
||
</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> |