Skip to content

Commit

Permalink
Add NT logo to splash page (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
cziaarm authored Oct 26, 2023
1 parent c2679b0 commit 46d7909
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
Binary file added app/assets/images/splash-logos/NT_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion app/views/splash/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
</div>
<h4 class="pt-40 splash-page">
Welcome to our shared repository where you’ll find research produced by staff of the British Library and our current partner organisations: the British Museum, MOLA (Museum of London Archaeology), National Museums Scotland and Royal Botanic Gardens, Kew.<br/><br/>
Welcome to our shared repository where you’ll find research produced by staff of the British Library and our current partner organisations: the British Museum, MOLA (Museum of London Archaeology), National Museums Scotland, Royal Botanic Gardens, Kew and National Trust.<br/><br/>
Visit one repository at a time, or use the search box to search and explore publications, reports, datasets and papers from across our combined content.
</h4>
</div>
Expand Down Expand Up @@ -45,6 +45,11 @@
<%= image_tag("splash-logos/BMlogo.png", class: "tenant-logo", alt: "The British Museum") %>
<% end %>
</div>
<div class="col-xs-6 col-sm-4 text-center">
<%= link_to "//#{host_for('nt')}" do %>
<%= image_tag("splash-logos/NT_logo.png", class: "tenant-logo", alt: "The National Trust") %>
<% end %>
</div>
</div>
</div>
</div>
Expand Down
16 changes: 11 additions & 5 deletions app/views/themes/bl_shared_home/splash/_index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
<h3 class="splash-page">for cultural and heritage organisations</h3>
</div>
</div>
<h4 class="pt-40 splash-page">
Welcome to our shared repository where you’ll find research produced by staff of the British Library and our current partner organisations: the British Museum, MOLA (Museum of London Archaeology), National Museums Scotland and Royal Botanic Gardens, Kew.<br/><br/>
Visit one repository at a time, or use the search box to search and explore publications, reports, datasets and papers from across our combined content.
<h4 class="pt-40 splash-page">
Welcome to our shared repository where you’ll find research produced by staff of the British Library and our current partner organisations: the British Museum, MOLA (Museum of London Archaeology), National Museums Scotland, Royal Botanic Gardens, Kew and National Trust.<br/><br/>
Visit one repository at a time, or use the search box to search and explore publications, reports, datasets and papers from across our combined content.
</h4>
</div>
<div class="col-sm-6 pt-20 homepage-right">
<div class="col-sm-6 pt-40 homepage-right">
<%# SEARCH BAR FOR HOME PAGE %>
<%= render partial: 'catalog/search_form', locals: { search_form_action: full_search_url } %>
<h2 class="pt-40">Browse our partner repositories:</h2>
Expand All @@ -30,7 +31,7 @@
</div>
<div class="col-xs-6 col-sm-4 text-center">
<%= link_to "//#{host_for('bl')}" do %>
<%= image_tag("splash-logos/britishlibrarylogo.png", class: "tenant-logo", alt: "British Library") %>
<%= image_tag("splash-logos/britishlibrarylogo.png", class: "tenant-logo", alt: "British Library") %>
<% end %>
</div>
<div class="col-xs-6 col-sm-4 text-center">
Expand All @@ -43,6 +44,11 @@
<%= image_tag("splash-logos/BMlogo.png", class: "tenant-logo", alt: "The British Museum") %>
<% end %>
</div>
<div class="col-xs-6 col-sm-4 text-center">
<%= link_to "//#{host_for('nt')}" do %>
<%= image_tag("splash-logos/NT_logo.png", class: "tenant-logo", alt: "The National Trust") %>
<% end %>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 46d7909

Please sign in to comment.