Skip to content

Commit

Permalink
update footer from base, add Library logo manually
Browse files Browse the repository at this point in the history
  • Loading branch information
evanwill committed Mar 22, 2024
1 parent e5d54ef commit 9ce2969
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<div class="row border-bottom border-white pb-4 mb-2">

<div class="col-md-7 px-4 mt-2">
<div class="col-md-7 px-4 mt-3">

<h2 class="h4"><a href="{{ '/' | relative_url }}" class="text-white font-weight-normal">{{ site.title }}</a></h2>
<h2 class="h4"><a href="{{ '/' | relative_url }}" class="text-white">{{ site.title }}</a></h2>
<p class="text-white"><small>{{ site.description }}</small></p>
<nav>
<ul id="footer-nav" class="nav nav-pills ">
Expand All @@ -24,28 +24,33 @@ <h2 class="h4"><a href="{{ '/' | relative_url }}" class="text-white font-weight-

</div>

<div class="col-md-5 mt-2 text-end">
<div class="col-md-5 mt-3 text-center">

{% if site.organization-logo-nav %} <p class="text-end">
{% if site.organization-logo-nav %}<p class="text-md-end">
<a href="{{ site.organization-link }}" target="_blank" rel="noopener" title="{{ site.organization-name }} home">
<img id="footer-logo" class="img-fluid" src="{{ site.organization-logo-nav | relative_url }}" alt="{{ site.organization-name }}">
<img id="footer-logo" class="img-fluid" src="https://www.lib.uidaho.edu/media/digital/liblogo_white.png" alt="{{ site.organization-name }}">
</a>
</p>
{% endif %}
<p class="text-white" id="footer-credits">
<small><em>built with</em>
<a href="https://collectionbuilder.github.io/" target="_blank" rel="noopener" title="CollectionBuilder">
<img src="{{ '/assets/img/collectionbuilder-logo.png' | relative_url }}" class="img-fluid" alt="CollectionBuilder logo" >
</a>
</small>
<p class="text-white text-md-end" id="footer-credits">
<small><em>built with</em> <a href="https://collectionbuilder.github.io/" target="_blank" rel="noopener" class="text-white text-decoration-underline" >CollectionBuilder</a></small>
</p>
<p class="text-md-end">
<a href="https://uidaho.co1.qualtrics.com/jfe/form/SV_eqZdsQyel8sKBAG?source_link={{ page.url | absolute_url }}" target="_blank" rel="noopener" class="btn btn-sm btn-outline-clearwater text-white">Website Feedback</a>
</p>

</div>

</div>

<div class="col-md-12 text-center pt-3 pb-1">
<a href="https://www.lib.uidaho.edu/digital/" title="{{ site.organization-name }} home"><img class="img-fluid mb-2 footer-diginit" src="https://www.lib.uidaho.edu/media/digital/bannerlogo_allwhite.png" alt="{{ site.organization-name }}"></a>
<div class="text-center pt-4 pb-3">
<p class="h2 mb-3">
<a href="https://www.lib.uidaho.edu/digital/" title="{{ site.organization-name }} home" class="text-white">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi icon-sprite" viewBox="0 0 16 16" aria-hidden="true">
<path d="M10.478 1.647a.5.5 0 1 0-.956-.294l-4 13a.5.5 0 0 0 .956.294l4-13zM4.854 4.146a.5.5 0 0 1 0 .708L1.707 8l3.147 3.146a.5.5 0 0 1-.708.708l-3.5-3.5a.5.5 0 0 1 0-.708l3.5-3.5a.5.5 0 0 1 .708 0zm6.292 0a.5.5 0 0 0 0 .708L14.293 8l-3.147 3.146a.5.5 0 0 0 .708.708l3.5-3.5a.5.5 0 0 0 0-.708l-3.5-3.5a.5.5 0 0 0-.708 0z"/>
</svg>
Digital Initiatives
</a>
</p>
<p class="text-white h6">Last updated {{ site.time | date: '%Y' }}</p>
</div>

Expand Down

0 comments on commit 9ce2969

Please sign in to comment.