demarches-normaliennes/app/views/root/_footer.html.haml

51 lines
2.8 KiB
Text
Raw Normal View History

2019-11-25 17:16:48 +01:00
%footer.landing-footer{ role: 'contentinfo' }
.container
2017-04-04 14:37:37 +02:00
%ul.footer-columns
2017-04-04 14:37:37 +02:00
%li.footer-column
%ul.footer-logos
2018-02-28 15:31:01 +01:00
%li.footer-text
Un service fourni par la
= link_to "DINUM", "https://numerique.gouv.fr/", title: "Direction Interministérielle au Numérique"
2018-02-28 15:31:01 +01:00
%br
et incubé par
2019-11-05 17:20:01 +01:00
= link_to "beta.gouv.fr", "https://beta.gouv.fr", title: "le site de Beta.gouv.fr"
2018-02-26 17:36:08 +01:00
%li
2020-06-11 16:06:35 +02:00
= link_to "https://numerique.gouv.fr/", title: "DINUM", 'aria-label': 'DINUM' do
2020-06-29 15:31:14 +02:00
%span.footer-logo.footer-logo-dinum{ role: 'img', 'aria-label': 'Logo DINUM' }
2020-06-11 16:06:35 +02:00
= link_to "https://beta.gouv.fr", title: "le site de Beta.gouv.fr", 'aria-label': 'beta.gouv.fr' do
2020-06-29 15:31:14 +02:00
%span.footer-logo.footer-logo-beta-gouv-fr{ role: 'img', 'aria-label': 'Logo beta.gouv.fr' }
2020-05-14 11:14:35 +02:00
%span.footer-logo.footer-logo-france{ role: 'img', 'aria-label': 'République Française' }
2017-04-04 14:37:37 +02:00
%li.footer-column
%ul.footer-links
%li.footer-link
2019-11-05 17:20:01 +01:00
= link_to "Newsletter", "https://my.sendinblue.com/users/subscribe/js_id/3s2q1/id/1", :title => "Notre newsletter", :class => "footer-link", :target => "_blank", rel: "noopener"
2017-04-04 14:37:37 +02:00
%li.footer-link
-# haml-lint:disable ApplicationNameLinter
2019-11-05 17:20:01 +01:00
= link_to "Nouveautés", "https://github.com/betagouv/demarches-simplifiees.fr/releases", :class => "footer-link", :title => "Nos nouveautés"
-# haml-lint:enable ApplicationNameLinter
2017-04-04 14:37:37 +02:00
%li.footer-link
2020-05-07 16:31:36 +02:00
= link_to "Statistiques", stats_path, :class => "footer-link"
%li.footer-link
= 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-12-19 12:33:35 +01:00
= link_to "Mentions légales", MENTIONS_LEGALES_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
2018-11-07 16:54:18 +01:00
%li.footer-link
2018-12-19 12:33:35 +01:00
= link_to "Suivi d'audience et vie privée", suivi_path, :class => "footer-link"
2017-04-04 14:37:37 +02:00
%li.footer-column
%ul.footer-links
%li.footer-link
= contact_link "Contact", class: "footer-link"
%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
= link_to "Documentation de l'API", API_DOC_URL, :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
= link_to "Accessibilité", accessibilite_path, :class => "footer-link"
2019-02-25 15:57:07 +01:00
%li.footer-link
= link_to "Disponibilité", STATUS_PAGE_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"