Skip to content

Commit

Permalink
rebuild footer (#10)
Browse files Browse the repository at this point in the history
* rebuild footer

* gitignore

* update packages

* update packages

* fix specs
  • Loading branch information
microstudi committed Jun 5, 2024
1 parent 4f50131 commit f4b606c
Show file tree
Hide file tree
Showing 18 changed files with 997 additions and 974 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ coverage/*
# Ignore the files and folders generated through Webpack
/public/decidim-packs
/public/packs-test
/public/sw.js
/public/sw.js.map
/public/sw.js*

# Ignore node modules
/node_modules
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
acts_as_list (1.1.0)
activerecord (>= 4.2)
acts_as_list (1.2.0)
activerecord (>= 6.1)
activesupport (>= 6.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
Expand Down Expand Up @@ -419,7 +420,7 @@ GEM
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
ffi (1.16.3)
ffi (1.17.0)
file_validators (3.0.0)
activemodel (>= 3.2)
mime-types (>= 1.0)
Expand Down Expand Up @@ -526,7 +527,7 @@ GEM
mime-types-data (3.2024.0507)
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
mini_portile2 (2.8.7)
minitest (5.23.1)
msgpack (1.7.2)
multi_xml (0.6.0)
Expand Down Expand Up @@ -737,7 +738,7 @@ GEM
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.29.2)
rubocop-rspec (2.30.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!-- replace ".mini-footer__content" -->

<div class="mini-footer__content">
<div>
<div class="footer-logos">
<a rel="decidim noopener" href="https://pokecode.net/" target="_blank" data-external-link="text-only" title="PokeCode - Decidim Makers">
<%= external_icon("media/images/logo_pokecode.svg") %>
<div class="text-xs mt-2">
Made with ❤️
</div>
</a>
<a rel="decidim noopener noreferrer" href="https://decidim.org/" title="<%= t('layouts.decidim.footer.decidim_logo') %>" target="_blank" data-external-link="text-only">
<%= external_icon("media/images/logo_decidim.svg") %>
<div class="text-xs mt-2">
<%= strip_tags(t("layouts.decidim.footer.made_with_open_source")) %>
</div>
</a>
</div>
</div>
<a class="flex gap-1 hover:opacity-50" rel="license noopener noreferrer" href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank" data-external-link="text-only">
<span class="sr-only"><%= t("layouts.decidim.footer.cc_by_license") %></span>
<%= icon "creative-commons-line", class: "w-6 h-6 fill-current" %>
<%= icon "creative-commons-by-line", class: "w-6 h-6 fill-current" %>
<%= icon "creative-commons-sa-line", class: "w-6 h-6 fill-current" %>
</a>
</div>

<%= render "layouts/decidim/footer/sponsors_footer" %>
33 changes: 33 additions & 0 deletions app/packs/images/logo_decidim.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/packs/images/logo_pokecode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/packs/images/logo_pokecode_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f4b606c

Please sign in to comment.