Skip to content

Commit

Permalink
Smg logo on shared search (#525)
Browse files Browse the repository at this point in the history
* Add SMGLogo to splash page

* Add the logo

* The other splash page template, why two?
  • Loading branch information
cziaarm authored Mar 3, 2024
1 parent 94ea6e0 commit 54d951d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Binary file added app/assets/images/splash-logos/SMGLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions app/views/splash/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
<%= 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">
<%= link_to "//#{host_for('sciencemuseumgroup')}" do %>
<%= image_tag("splash-logos/SMGLogo.png", class: "tenant-logo", alt: "Science Museum Group") %>
<% end %>
</div>
</div>
</div>
</div>
Expand Down
5 changes: 5 additions & 0 deletions app/views/themes/bl_shared_home/splash/_index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
<%= 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">
<%= link_to "//#{host_for('sciencemuseumgroup')}" do %>
<%= image_tag("splash-logos/SMGLogo.png", class: "tenant-logo", alt: "Science Museum Group") %>
<% end %>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 54d951d

Please sign in to comment.