2017-07-17 12:26:48 +02:00
|
|
|
%footer
|
2017-07-06 12:17:20 +02:00
|
|
|
.container
|
2017-04-04 14:37:37 +02:00
|
|
|
%ul.footer-columns
|
|
|
|
%li.footer-column
|
|
|
|
%ul.footer-logos
|
2018-02-28 15:31:01 +01:00
|
|
|
%li.footer-text
|
|
|
|
Un service fourni par la <a href="http://www.modernisation.gouv.fr/">DINSIC</a>
|
|
|
|
%br
|
|
|
|
et incubé par <a href="https://beta.gouv.fr">beta.gouv.fr</a>
|
2018-02-26 17:36:08 +01:00
|
|
|
%li
|
|
|
|
= link_to "http://www.modernisation.gouv.fr/" do
|
2018-03-08 15:24:22 +01:00
|
|
|
%span.footer-logo.footer-logo-dinsic{ role: 'img', 'aria-label': 'DINSIC' }
|
2018-02-28 15:31:01 +01:00
|
|
|
= link_to "https://beta.gouv.fr" do
|
2018-03-08 15:24:22 +01:00
|
|
|
%span.footer-logo.footer-logo-beta-gouv-fr{ role: 'img', 'aria-label': 'beta.gouv.fr' }
|
2017-04-04 14:37:37 +02:00
|
|
|
|
|
|
|
%li.footer-column
|
|
|
|
%ul.footer-links
|
|
|
|
%li.footer-link
|
2017-12-04 16:46:39 +01:00
|
|
|
%a{ href: '#', 'data-token' => '11c89e7ddb46fbcdcb7f8fe5fdfca818', onclick: 'mjOpenPopin(event, this)' } Newsletter
|
2017-04-04 14:37:37 +02:00
|
|
|
%li.footer-link
|
2018-01-10 17:26:12 +01:00
|
|
|
= link_to "Nouveautés", "https://github.com/betagouv/tps/releases", :class => "footer-link"
|
2017-04-04 14:37:37 +02:00
|
|
|
%li.footer-link
|
|
|
|
= link_to "Statistiques", stats_path, :class => "footer-link"
|
2017-12-11 18:04:24 +01:00
|
|
|
%li.footer-link
|
2018-03-13 11:24:12 +01:00
|
|
|
= link_to "CGU", CGU_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
|
2018-02-26 14:29:51 +01:00
|
|
|
%li.footer-link
|
2018-05-22 17:13:30 +02:00
|
|
|
= link_to "Mentions légales", MENTIONS_LEGALES_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
|
2017-04-04 14:37:37 +02:00
|
|
|
|
|
|
|
%li.footer-column
|
|
|
|
%ul.footer-links
|
|
|
|
%li.footer-link
|
|
|
|
= link_to "Contact",
|
|
|
|
"mailto:#{t('dynamics.contact_email')}",
|
|
|
|
:class => "footer-link"
|
2017-12-07 14:39:53 +01:00
|
|
|
%li.footer-link
|
2018-05-22 17:12:17 +02:00
|
|
|
= link_to "Documentation", DOC_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
|
2017-04-04 14:37:37 +02:00
|
|
|
%li.footer-link
|
2018-03-13 11:24:12 +01:00
|
|
|
= link_to "Documentation de l'API", "/docs", :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
|
2017-04-04 14:37:37 +02:00
|
|
|
%li.footer-link
|
2018-05-22 17:18:06 +02:00
|
|
|
= link_to "FAQ", FAQ_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
|
2018-02-26 14:42:56 +01:00
|
|
|
%li.footer-link
|
2018-02-26 16:52:02 +01:00
|
|
|
= link_to "Accessibilité", accessibilite_index_path, :class => "footer-link"
|