mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-07 21:48:13 -08:00
Add contact info to footer
This commit is contained in:
parent
d51ec2ee1c
commit
419db2ec0f
1 changed files with 15 additions and 2 deletions
|
|
@ -19,8 +19,21 @@
|
|||
<%= yield %>
|
||||
|
||||
<!-- Footer-->
|
||||
<footer class="py-5 bg-dark-blue">
|
||||
<div class="container px-5 col"><p class="m-0 text-center text-white">Copyright © ECP 2023</p></div>
|
||||
<footer class="py-5 bg-dark-blue row">
|
||||
<div class="ms-5 col text-start text-white">
|
||||
<p class="fw-bold fs-5">University of Massachusetts Lowell</p>
|
||||
<p>School of Education</p>
|
||||
<p>Coburn Hall</p>
|
||||
<p>850 Broadway St, Lowell, MA 01854</p>
|
||||
</div>
|
||||
|
||||
<div class="col text-center color-gray-2">
|
||||
<p><span class="color-gray-2 fw-bold"> General Inquiries</span>: julie@edcommonwealth.org</p>
|
||||
<p><span class="color-gray-2 fw-bold"> School Quality Measures</span>: peter@edcommonwealth.org</p>
|
||||
<p><span class="color-gray-2 fw-bold"> Quality Performance Assessment</span>: dan@edcommonwealth.org</p>
|
||||
</div>
|
||||
|
||||
<div class="col me-5"><p class="text-end text-white">Copyright © <span class="fw-bold">ECP 2023</span></p></div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue