Skip to content

Commit

Permalink
Update footer.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
carolromero authored Oct 5, 2023
1 parent 6eb2f45 commit e0c5d32
Showing 1 changed file with 3 additions and 0 deletions.
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 e0c5d32

Please sign in to comment.