Skip to content

Commit

Permalink
Add tate to shared splash and irus pre go-live (#585)
Browse files Browse the repository at this point in the history
* Add tate to shared splash and irus pre go-live

* better logo correct link
  • Loading branch information
cziaarm authored Dec 3, 2024
1 parent cd7d3c2 commit 7d090d1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
Binary file modified app/assets/images/splash-logos/Tate_Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions app/views/splash/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<li>National Trust</li>
<li>Royal Botanic Gardens, Kew</li>
<li>Science Museum Group</li>
<li>Tate</li>
<li>The British Museum</li>
</ul>
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.
Expand Down Expand Up @@ -60,16 +61,21 @@
<%= image_tag("splash-logos/NT_logo.png", class: "tenant-logo", alt: "The National Trust") %>
<% end %>
</div>
<div class="col-xs-6 col-xs-push-1 col-sm-4 col-sm-push-2 text-center">
<div class="col-xs-6 col-sm-4 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">
<div class="col-xs-6 col-sm-4 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 class="col-xs-6 col-sm-4 text-center">
<%= link_to "//#{host_for('tate')}" do %>
<%= image_tag("splash-logos/Tate_Logo.png", class: "tenant-logo", alt: "Tate") %>
<% end %>
</div>
</div>
</div>
</div>
Expand Down
10 changes: 8 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 @@ -19,6 +19,7 @@
<li>National Trust</li>
<li>Royal Botanic Gardens, Kew</li>
<li>Science Museum Group</li>
<li>Tate</li>
<li>The British Museum</li>
</ul>
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.
Expand Down Expand Up @@ -59,16 +60,21 @@
<%= image_tag("splash-logos/NT_logo.png", class: "tenant-logo", alt: "The National Trust") %>
<% end %>
</div>
<div class="col-xs-6 col-xs-push-1 col-sm-4 col-sm-push-2 text-center">
<div class="col-xs-6 col-sm-4 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">
<div class="col-xs-6 col-sm-4 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 class="col-xs-6 col-sm-4 text-center">
<%= link_to "//#{host_for('tate')}" do %>
<%= image_tag("splash-logos/Tate_Logo.png", class: "tenant-logo", alt: "Tate") %>
<% end %>
</div>
</div>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions config/irus_analytics_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,5 @@ production:
source_repository: sciencemuseumgroup.iro.bl.uk
nls.iro.bl.uk:
source_repository: nls.iro.bl.uk
tate.iro.bl.uk:
source_repository: tate.iro.bl.uk

0 comments on commit 7d090d1

Please sign in to comment.