diff --git a/app/assets/images/splash-logos/NLSLogo.png b/app/assets/images/splash-logos/NLSLogo.png new file mode 100755 index 00000000..73272ef3 Binary files /dev/null and b/app/assets/images/splash-logos/NLSLogo.png differ diff --git a/app/views/splash/index.html.erb b/app/views/splash/index.html.erb index 0208a41d..4441f8f4 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, National Trust, Science Museum Group, 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, National Trust, Science Museum Group, National Library of 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.

@@ -50,11 +50,16 @@ <%= image_tag("splash-logos/NT_logo.png", class: "tenant-logo", alt: "The National Trust") %> <% end %> -
+
<%= link_to "//#{host_for('sciencemuseumgroup')}" do %> <%= image_tag("splash-logos/SMGLogo.png", class: "tenant-logo", alt: "Science Museum Group") %> <% end %>
+
+ <%= link_to "//#{host_for('nls')}" do %> + <%= image_tag("splash-logos/NLSLogo.png", class: "tenant-logo", alt: "National Library of Scotland (Leabharlann Nàiseanta na h-Alba)") %> + <% 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 052cabcc..28cefc5d 100644 --- a/app/views/themes/bl_shared_home/splash/_index.html.erb +++ b/app/views/themes/bl_shared_home/splash/_index.html.erb @@ -10,7 +10,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, National Trust, Science Museum Group, 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, National Trust, Science Museum Group, National Library of 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.

@@ -49,11 +49,16 @@ <%= image_tag("splash-logos/NT_logo.png", class: "tenant-logo", alt: "The National Trust") %> <% end %> -
+
<%= link_to "//#{host_for('sciencemuseumgroup')}" do %> <%= image_tag("splash-logos/SMGLogo.png", class: "tenant-logo", alt: "Science Museum Group") %> <% end %>
+
+ <%= link_to "//#{host_for('nls')}" do %> + <%= image_tag("splash-logos/NLSLogo.png", class: "tenant-logo", alt: "National Library of Scotland (Leabharlann Nàiseanta na h-Alba)") %> + <% end %> +