43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
<footer>
|
|
<div class="row-full">
|
|
<div class="row">
|
|
|
|
<div class="small-12 medium-4 column">
|
|
<div class="logo">
|
|
<%= link_to t("layouts.header.open_gov", open: "<strong>#{t('layouts.header.open')}</strong>").html_safe %>
|
|
</div>
|
|
|
|
<p class="footer-description">
|
|
<%= t("layouts.footer.description",
|
|
open_source: link_to(t('layouts.footer.open_source'), t('layouts.footer.open_source_url'), target: 'blank'),
|
|
github_url: link_to(t('layouts.footer.github_url'), t('layouts.footer.github_url'), target: 'blank')).html_safe
|
|
%>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="small-12 medium-8 column">
|
|
<div class="small-12 medium-4 column">
|
|
<h4><%= t("layouts.footer.participation_title") %></h4>
|
|
<p><%= t("layouts.footer.participation_text") %></p>
|
|
</div>
|
|
|
|
<div class="small-12 medium-4 column">
|
|
<h4><%= t("layouts.footer.transparency_title") %></h4>
|
|
<p><%= t("layouts.footer.transparency_text") %></p>
|
|
</div>
|
|
|
|
<div class="small-12 medium-4 column">
|
|
<h4><%= t("layouts.footer.open_data_title") %></h4>
|
|
<p><%= t("layouts.footer.open_data_text") %></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="subfooter row">
|
|
<div class="small-12 column">
|
|
<%= t("layouts.footer.copyright", year: Time.now.year) %>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|