Skip to content

Commit

Permalink
Adding NLS logo to splash page (#558)
Browse files Browse the repository at this point in the history
* Adding NLS logo to splash page

* don't forget the logo
  • Loading branch information
cziaarm authored Sep 2, 2024
1 parent 63decfc commit 6f610ec
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
Binary file added app/assets/images/splash-logos/NLSLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions 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, National Trust, Science Museum Group, 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, National Trust, Science Museum Group, National Library of 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>
</div>
Expand Down Expand Up @@ -50,11 +50,16 @@
<%= image_tag("splash-logos/NT_logo.png", class: "tenant-logo", alt: "The National Trust") %>
<% end %>
</div>
<div class="col-xs-6 col-xs-push-3 col-sm-4 col-sm-push-4 text-center">
<div class="col-xs-6 col-xs-push-1 col-sm-4 col-sm-push-2 text-center">
<%= link_to "//#{host_for('sciencemuseumgroup')}" do %>
<%= image_tag("splash-logos/SMGLogo.png", class: "tenant-logo", alt: "Science Museum Group") %>
<% end %>
</div>
<div class="col-xs-6 col-xs-push-1 col-sm-4 col-sm-push-2 text-center">
<%= 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 %>
</div>
</div>
</div>
</div>
Expand Down
9 changes: 7 additions & 2 deletions app/views/themes/bl_shared_home/splash/_index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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, National Trust, Science Museum Group, 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, National Trust, Science Museum Group, National Library of 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>
</div>
Expand Down Expand Up @@ -49,11 +49,16 @@
<%= image_tag("splash-logos/NT_logo.png", class: "tenant-logo", alt: "The National Trust") %>
<% end %>
</div>
<div class="col-xs-6 col-xs-push-3 col-sm-4 col-sm-push-4 text-center">
<div class="col-xs-6 col-xs-push-1 col-sm-4 col-sm-push-2 text-center">
<%= link_to "//#{host_for('sciencemuseumgroup')}" do %>
<%= image_tag("splash-logos/SMGLogo.png", class: "tenant-logo", alt: "Science Museum Group") %>
<% end %>
</div>
<div class="col-xs-6 col-xs-push-1 col-sm-4 col-sm-push-2 text-center">
<%= 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 %>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 6f610ec

Please sign in to comment.