Add footer to all pages. Finishes #179844107
parent
4278021c2d
commit
9e9663a1dd
@ -0,0 +1,10 @@
|
||||
@import "colors";
|
||||
|
||||
.footer-item {
|
||||
margin: 40px 12px;
|
||||
color: $gray-1;
|
||||
}
|
||||
.footer-link {
|
||||
@extend .font-cabin;
|
||||
color: #01788E;
|
||||
}
|
||||
@ -0,0 +1,5 @@
|
||||
<footer class="d-flex justify-content-center">
|
||||
<p class="footer-item">Copyright © 2021</p>
|
||||
<%= link_to "MCIEA.org" , "https://www.mciea.org/" , class: "footer-item footer-link", target: "_blank" %>
|
||||
<%= link_to "Contact Us" , "https://www.mciea.org/contact.html", class: "footer-item footer-link", target: "_blank"%>
|
||||
</footer>
|
||||
Loading…
Reference in new issue