Skip to content

Commit

Permalink
Merge pull request #359 from IU-Libraries-Joint-Development/essi-1502…
Browse files Browse the repository at this point in the history
…_add_footer_link

[ESSI 1502] Adds footer link to Harmful Language web page.
  • Loading branch information
dlpierce authored Nov 3, 2021
2 parents b60d186 + 9e405e1 commit 447dc01
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/digital_collections/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,11 @@ main {
box-sizing: border-box;
}

.bg-mahogany.bottom-nav .container-fluid-thin {
min-height: 0em;
padding: 0em;
}

.flex-3 {
display: flex;
width: 100%;
Expand Down
7 changes: 6 additions & 1 deletion app/views/shared/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class=" bg-mahogany bottom-nav">
<div class="grid thirds text-center">
<div class="grid-item">
<%= link_to 'https://www.ulib.iupui.edu' do %>
<%= link_to 'https://ulib.iupui.edu' do %>
<%= image_tag 'iupui-library.png', class: 'lockup' %>
<% end %>
</div>
Expand All @@ -29,6 +29,11 @@
</p>
</div>
<%end %>
<div class="container-fluid container-fluid-thin small text-center">
<p>
<%= link_to 'Harmful Language Statement', 'https://libraries.indiana.edu/harmful-language-statement' %>
</p>
</div>
</div>


Expand Down

0 comments on commit 447dc01

Please sign in to comment.