47 lines
2.6 KiB
Text
47 lines
2.6 KiB
Text
%footer.landing-footer{ role: 'contentinfo' }
|
|
.container
|
|
%ul.footer-columns
|
|
|
|
%li.footer-column
|
|
%ul.footer-logos
|
|
%li.footer-text
|
|
Un service fourni par la
|
|
= link_to "DINUM", "http://www.modernisation.gouv.fr/", title: "Direction Interministérielle au Numérique"
|
|
%br
|
|
et incubé par
|
|
= link_to "beta.gouv.fr", "https://beta.gouv.fr", title: "le site de Beta.gouv.fr"
|
|
%li
|
|
= link_to "http://www.modernisation.gouv.fr/", title: "DINUM" do
|
|
%span.footer-logo.footer-logo-dinsic{ role: 'img', 'aria-label': 'DINSIC' }
|
|
= link_to "https://beta.gouv.fr", title: "le site de Beta.gouv.fr" do
|
|
%span.footer-logo.footer-logo-beta-gouv-fr{ role: 'img', 'aria-label': 'beta.gouv.fr' }
|
|
|
|
%li.footer-column
|
|
%ul.footer-links
|
|
%li.footer-link
|
|
= link_to "Newsletter", "https://my.sendinblue.com/users/subscribe/js_id/3s2q1/id/1", :title => "Notre newsletter", :class => "footer-link", :target => "_blank", rel: "noopener"
|
|
%li.footer-link
|
|
= link_to "Nouveautés", "https://github.com/betagouv/demarches-simplifiees.fr/releases", :class => "footer-link", :title => "Nos nouveautés"
|
|
%li.footer-link
|
|
= link_to "Statistiques", stats_path, :class => "footer-link", data: { turbolinks: false } # Turbolinks disabled for Chartkick. See Issue #350
|
|
%li.footer-link
|
|
= link_to "CGU", CGU_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
|
|
%li.footer-link
|
|
= link_to "Mentions légales", MENTIONS_LEGALES_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
|
|
%li.footer-link
|
|
= link_to "Suivi d'audience et vie privée", suivi_path, :class => "footer-link"
|
|
|
|
%li.footer-column
|
|
%ul.footer-links
|
|
%li.footer-link
|
|
= contact_link "Contact", class: "footer-link"
|
|
%li.footer-link
|
|
= link_to "Documentation", DOC_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
|
|
%li.footer-link
|
|
= link_to "Documentation de l'API", API_DOC_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
|
|
%li.footer-link
|
|
= link_to "FAQ", FAQ_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
|
|
%li.footer-link
|
|
= link_to "Accessibilité", accessibilite_path, :class => "footer-link"
|
|
%li.footer-link
|
|
= link_to "Disponibilité", STATUS_PAGE_URL, :class => "footer-link", :target => "_blank", rel: "noopener noreferrer"
|