en_btr_frontend/app/templates/application.hbs

40 lines
1.5 KiB
Handlebars
Raw Normal View History

2020-10-09 20:33:37 +00:00
<Jumbo id="page_header">
<h1 class="text-light">Biblical Resources for Translators</h1>
2020-10-09 20:33:37 +00:00
</Jumbo>
<ScriptureNavBar/>
{{outlet}}
2021-03-11 21:19:06 +00:00
2021-03-11 20:53:39 +00:00
<footer class="card-fluid bg-dark mt-5">
<div class="card-body">
<div class="container">
<div class="row mt-4">
<div class="col-sm-4 mb-4">
<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>
</div>
<div class="col-sm-4 mb-3 text-center">
<h4 class="text-light mb-3">Find Us</h4>
<p class="text-light">
2021-03-12 01:18:42 +00:00
11450 Translation Way<br>
Orlando, FL 32832<br><br>
2021-03-11 20:53:39 +00:00
1-800-THE-WORD
</p>
</div>
<div class="col-sm-4">
<h4 class="text-light text-center mb-2">Pages</h4>
<nav class="nav justify-content-center">
<LinkTo @route="home" class="nav-link">Home</LinkTo><br>
<LinkTo @route="contributors" class="nav-link">Contributors</LinkTo><br>
<LinkTo @route="user-guide" class="nav-link">User Guide</LinkTo><br>
<LinkTo @route="site-purpose" class="nav-link">Site Purpose</LinkTo><br>
</nav>
2021-03-11 20:53:39 +00:00
</div>
</div>
</div>
</div>
<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>
</footer>