Skip to content

Commit

Permalink
Add Localret logo in footer (#352)
Browse files Browse the repository at this point in the history
* Add supported by logo

* Update footer.html.erb
  • Loading branch information
carolromero authored Oct 5, 2023
1 parent e07ee87 commit 30657ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added source/images/logo_footer_localret.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions source/partials/footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@
<% link_to "http://www.barcelona.cat", class: "w-36 h-12 flex items-center", target: "_blank", rel: "noopener noreferrer" do %>
<%= image_tag "/images/logo_footer_barcelona.png", resize: "150x50", alt: "Ajuntament de Barcelona" %>
<% end %>
<% link_to "http://www.localret.cat", class: "w-36 h-12 flex items-center", target: "_blank", rel: "noopener noreferrer" do %>
<%= image_tag "/images/logo_footer_localret.png", resize: "150x50", alt: "Localret" %>
<% end %>
<% link_to "http://www.gencat.cat", class: "w-36 h-12 flex items-center", target: "_blank", rel: "noopener noreferrer" do %>
<%= image_tag "/images/logo_footer_gencat.png", resize: "150x50", alt: "Generalitat de Catalunya" %>
<% end %>
Expand Down

0 comments on commit 30657ca

Please sign in to comment.