123 lines
4.5 KiB
Text
123 lines
4.5 KiB
Text
- content_for :footer do
|
||
= render partial: "root/footer"
|
||
|
||
.landing
|
||
.landing-panel.hero-panel
|
||
.container
|
||
.hero-wrapper
|
||
.hero-text
|
||
%h1.hero-tagline
|
||
%em.hero-tagline-em Dématérialisez et simplifiez
|
||
vos démarches administratives
|
||
|
||
.hero-illustration
|
||
%img{ :src => image_url("landing/hero/dematerialiser.svg"), alt: "" }
|
||
|
||
.landing-panel.more-info
|
||
.container
|
||
.role-panel-wrapper.role-administrations-panel
|
||
.role-panel-70
|
||
%h2 Est-ce fait pour mon administration ?
|
||
%p.fr-h5 Découvrez notre outil et posez nous vos questions lors de notre démonstration en ligne ou lisez notre documentation
|
||
|
||
= link_to "Consulter notre vidéo de démonstration", INSCRIPTION_WEBINAIRE_URL, class: "fr-btn fr-btn--lg fr-mr-1w fr-mb-2w", **external_link_attributes
|
||
= link_to "Documentation", DOC_URL, class: "fr-btn fr-btn--secondary fr-btn--lg", **external_link_attributes
|
||
|
||
.role-panel-30.role-more-info-image.fr-mt-2w
|
||
%img.role-image{ :src => image_url("landing/roles/usagers.svg"), alt: "" }
|
||
|
||
.landing-panel.usagers-panel
|
||
.container
|
||
.role-panel-wrapper.role-administrations-panel
|
||
.role-panel-30.role-administrations-image
|
||
%img.role-image{ :src => image_url("landing/roles/administrations.svg"), alt: "" }
|
||
|
||
.role-panel-70
|
||
%h2 Votre administration est prête pour dématérialiser
|
||
%p.fr-h5 Créez un premier formulaire de test en quelques minutes
|
||
|
||
|
||
= link_to "Créer votre compte administrateur", DEMANDE_INSCRIPTION_ADMIN_PAGE_URL, class: "fr-btn fr-btn--lg"
|
||
|
||
%br
|
||
%br
|
||
%br
|
||
|
||
|
||
|
||
|
||
.landing-panel.features-panel
|
||
.container
|
||
%ul.features
|
||
%li.feature
|
||
%img.feature-image{ :src => image_url("landing/features/messagerie.svg"), alt: "" }
|
||
%p.feature-text
|
||
%em.feature-text-em Dialogue
|
||
%br
|
||
simplifié entre usagers et services
|
||
|
||
%li.feature
|
||
%img.feature-image{ :src => image_url("landing/features/collaborer.svg"), alt: "" }
|
||
%p.feature-text
|
||
%em.feature-text-em Collaboration
|
||
%br
|
||
pour un traitement des dossiers plus fluide
|
||
|
||
%li.feature
|
||
%img.feature-image{ :src => image_url("landing/features/gerer.svg"), alt: "" }
|
||
%p.feature-text
|
||
%em.feature-text-em Intégration
|
||
%br
|
||
à l'ensemble des services de l'État plateforme
|
||
|
||
= render partial: "root/testimonials" if LANDING_TESTIMONIALS_ENABLED
|
||
|
||
- cache "numbers-panel", :expires_in => 3.hours do
|
||
.landing-panel.numbers-panel
|
||
.container
|
||
%h2.center.fr-mb-4w #{APPLICATION_NAME} en chiffres
|
||
%ul.numbers
|
||
%li.number
|
||
.number-value
|
||
= number_with_delimiter(Administrateur.with_publiees_ou_closes.uniq.count, :locale => :fr)
|
||
.number-label<
|
||
administrations
|
||
%br<>
|
||
partenaires
|
||
%li.number
|
||
.number-value
|
||
= number_with_delimiter(Dossier.state_not_brouillon.count, :locale => :fr)
|
||
.number-label<
|
||
dossiers
|
||
%br<>
|
||
déposés
|
||
%li.number
|
||
.number-value
|
||
= "#{number_with_delimiter(50, :locale => :fr)} %"
|
||
.number-label<
|
||
de réduction
|
||
%br<>
|
||
des délais de traitement
|
||
|
||
= render partial: "root/users" if LANDING_USERS_ENABLED
|
||
|
||
.container
|
||
.fr-grid-row.fr-grid-row--gutters.fr-py-5w
|
||
.fr-col-md-6.fr-col-12
|
||
= render Dsfr::CardVerticalComponent.new(title: "Vous êtes prêt pour dématérialiser ?", desc: "Réduisez vos temps d’instruction de 50 %") do |c|
|
||
- c.with_footer_button do
|
||
= link_to("Créer votre compte administrateur", DEMANDE_INSCRIPTION_ADMIN_PAGE_URL, class: "fr-btn", **external_link_attributes)
|
||
|
||
.fr-col-md-6.fr-col-12
|
||
= render Dsfr::CardVerticalComponent.new(title: "Vous voulez en savoir plus ?", desc: "Participez à notre prochain Webinaire") do |c|
|
||
- c.with_footer_button do
|
||
= link_to("Inscription à notre prochain webinanire", INSCRIPTION_WEBINAIRE_URL, class: "fr-btn", **external_link_attributes)
|
||
|
||
.landing-panel.cta-panel
|
||
.container
|
||
.cta-panel-wrapper
|
||
%div
|
||
%h1.cta-panel-title Une question, un problème ?
|
||
%p.cta-panel-explanation Consultez notre FAQ
|
||
%div
|
||
= link_to "Voir la FAQ", t("links.common.faq.url"), class: "fr-btn fr-btn--lg", **external_link_attributes
|