diff --git a/app/assets/images/splash-logos/NT_logo.png b/app/assets/images/splash-logos/NT_logo.png new file mode 100644 index 000000000..ebca463c8 Binary files /dev/null and b/app/assets/images/splash-logos/NT_logo.png differ diff --git a/app/views/splash/index.html.erb b/app/views/splash/index.html.erb index 5c0e336d2..50ca73fd0 100644 --- a/app/views/splash/index.html.erb +++ b/app/views/splash/index.html.erb @@ -11,7 +11,7 @@

- 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.

+ 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.

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.

@@ -45,6 +45,11 @@ <%= image_tag("splash-logos/BMlogo.png", class: "tenant-logo", alt: "The British Museum") %> <% end %> +
+ <%= link_to "//#{host_for('nt')}" do %> + <%= image_tag("splash-logos/NT_logo.png", class: "tenant-logo", alt: "The National Trust") %> + <% end %> +
diff --git a/app/views/themes/bl_shared_home/splash/_index.html.erb b/app/views/themes/bl_shared_home/splash/_index.html.erb index 7cca7deef..a9e2a02e2 100644 --- a/app/views/themes/bl_shared_home/splash/_index.html.erb +++ b/app/views/themes/bl_shared_home/splash/_index.html.erb @@ -9,11 +9,12 @@

for cultural and heritage organisations

-

- 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.

- 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. +

+ 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.

+ 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. +

-
+
<%# SEARCH BAR FOR HOME PAGE %> <%= render partial: 'catalog/search_form', locals: { search_form_action: full_search_url } %>

Browse our partner repositories:

@@ -30,7 +31,7 @@
<%= 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 %>
@@ -43,6 +44,11 @@ <%= image_tag("splash-logos/BMlogo.png", class: "tenant-logo", alt: "The British Museum") %> <% end %>
+
+ <%= link_to "//#{host_for('nt')}" do %> + <%= image_tag("splash-logos/NT_logo.png", class: "tenant-logo", alt: "The National Trust") %> + <% end %> +