Update footer copyright statement

This commit is contained in:
Ezra 2021-05-14 13:30:43 -05:00
parent 16dc0809b6
commit 62cc53d5d1
3 changed files with 6 additions and 8 deletions

View File

@ -9,8 +9,4 @@
@import "components/help"; @import "components/help";
#page_header { @import "components/footer";
margin-bottom: 0;
/* background-image: url("/assets/images/banner_bkg.png"); */
}

View File

@ -0,0 +1,3 @@
footer .col-sm-4 a {
color:#f8f9fa;
}

View File

@ -42,8 +42,8 @@
<div class="row mt-4"> <div class="row mt-4">
<div class="col-sm-4 mb-4"> <div class="col-sm-4 mb-4">
<h4 class="text-light text-center mb-3">About This Site</h4> <h4 class="text-light text-center mb-3">About This Site</h4>
<p class="text-light">Developed by Wycliffe Associates and our partners to provide access to tools and resources needed to complete the work of Bible translation. <p class="text-light">Developed by Wycliffe Associates and our partners to provide access to tools and resources needed to complete the work of Bible translation.</p>
</p> <p class="text-light"><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
</div> </div>
<div class="col-sm-4 mb-3 text-center"> <div class="col-sm-4 mb-3 text-center">
<h4 class="text-light mb-3">Find Us</h4> <h4 class="text-light mb-3">Find Us</h4>
@ -67,7 +67,6 @@
</div> </div>
</div> </div>
<div class="card-footer text-muted text-center"> <div class="card-footer text-muted text-center">
© 2021 Bible Translation Resources. All Rights Reserved
<div class="mt-3 mb-2"><a href="http://www.wycliffeassociates.org"><img width="266" height="50" src="/assets/images/wycliffe-associates-logo-l.svg"></a></div> <div class="mt-3 mb-2"><a href="http://www.wycliffeassociates.org"><img width="266" height="50" src="/assets/images/wycliffe-associates-logo-l.svg"></a></div>
</div> </div>
</footer> </footer>