A footer is a section at the bottom of a webpage that usually contains links, contact information, social media icons, and copyright details.
<footer class="footer">
<div class="footer--cntr">
<div class="footer--cntr-row">
<div class="footer-logo">
<img alt="company logo" title="school name"
src="./assets/component-images/240*80px.svg" />
</div>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</p>
<p class="socials">
<a href="https://www.linkedin.com/school/emeritused/">
<img src="./assets/images/linkedin.svg" alt="linkedin" />
</a>
<a href="https://www.facebook.com/EMERITUS.INST/">
<img src="./assets/images/facebook.svg" alt="facebook" />
</a>
<a href="https://www.instagram.com/emeritus_ed/">
<img src="./assets/images/instagram.svg" alt="instagram" />
</a>
<a href="https://twitter.com/EMERITUS_INST">
<img src="./assets/images/twitter.svg" alt="twitter" />
</a>
<a href="https://www.youtube.com/c/EMERITUS/">
<img src="./assets/images/youtube.svg" alt="youtube" />
</a>
</p>
</div>
</div>
</footer>