rails_template/app/views/shared/_footer.html.erb

35 lines
1.2 KiB
Plaintext

<footer class="footer">
<div class="content has-text-centered">
<div class="columns is-centered is-mobile">
<%= fa_layered_icon(size: "3x", class: "fa-anti-list") do %>
<%= fab_icon("facebook") %>
<%= fal_icon("ban") %>
<% end %>
<%= fa_layered_icon(size: "3x", class: "fa-anti-list") do %>
<%= fab_icon("google", data: { fa_transform: "shrink-6" }) %>
<%= fal_icon("ban") %>
<% end %>
</div>
<div class="privacy-policy">
<h3><%= fal_icon("fist-raised") %> Your Data. Your Privacy.</h3>
<p><%= link_to("Privacy Policy", privacy_path) %></p>
</div>
<div class="cookie-policy is-size-7">
<p><%= fa_icon("cookie-bite", type: :duotone, size: "3x") %></p>
<p>
Cookies are necessary for site functionality and analytics, but remain within our site with no cross-site tracking.
</p>
<p>
By using <%= App::TITLE %>, you acknowledge and agree to the terms of cookie use and other first-party analytics;<br/>
which are used for site performance, development debugging, and other non-nefarious technology improvements.
</p>
</div>
</div>
</footer>