2018-08-10 15:18:57 +02:00
|
|
|
|
- content_for :footer do
|
|
|
|
|
= render partial: "root/footer"
|
|
|
|
|
|
|
|
|
|
.landing
|
|
|
|
|
.landing-panel.hero-panel
|
|
|
|
|
.container
|
|
|
|
|
.hero-wrapper
|
|
|
|
|
.hero-text
|
|
|
|
|
%p.hero-tagline
|
2019-03-15 15:08:47 +01:00
|
|
|
|
%em.hero-tagline-em Dématérialisez et simplifiez
|
|
|
|
|
vos démarches administratives
|
2018-08-10 15:18:57 +02:00
|
|
|
|
|
|
|
|
|
.hero-illustration
|
|
|
|
|
%img{ :src => image_url("landing/hero/dematerialiser.svg"), alt: "" }
|
|
|
|
|
|
2018-11-08 14:49:53 +01:00
|
|
|
|
.landing-panel.more-info
|
|
|
|
|
.container
|
|
|
|
|
.role-panel-wrapper.role-administrations-panel
|
|
|
|
|
.role-panel-70
|
2019-03-08 11:26:08 +01:00
|
|
|
|
%h1.role-panel-title Est-ce fait pour mon administration ?
|
2019-03-15 15:08:47 +01:00
|
|
|
|
%p.role-panel-explanation Découvrez notre outil et posez nous vos questions lors de notre démonstration en ligne ou lisez notre documentation
|
2018-11-08 14:49:53 +01:00
|
|
|
|
|
2019-03-15 15:08:47 +01:00
|
|
|
|
= link_to "Participer à notre démonstration en ligne",
|
2019-03-08 11:26:08 +01:00
|
|
|
|
"https://app.livestorm.co/demarches-simplifiees/presentation-general-de-demarches-simplifieesfr",
|
2018-11-08 14:49:53 +01:00
|
|
|
|
rel: "noopener noreferrer",
|
2019-03-08 11:26:08 +01:00
|
|
|
|
target: "_blank",
|
2018-11-08 14:49:53 +01:00
|
|
|
|
class: "role-panel-button-primary"
|
|
|
|
|
|
2019-03-08 11:26:08 +01:00
|
|
|
|
= link_to "Documentation",
|
2018-08-10 15:18:57 +02:00
|
|
|
|
DOC_URL,
|
|
|
|
|
rel: "noopener noreferrer",
|
2019-03-08 11:26:08 +01:00
|
|
|
|
target: "_blank",
|
2018-08-10 15:18:57 +02:00
|
|
|
|
class: "role-panel-button-secondary"
|
|
|
|
|
|
2018-11-08 14:49:53 +01:00
|
|
|
|
.role-panel-30.role-more-info-image
|
|
|
|
|
%img.role-image{ :src => image_url("landing/roles/usagers.svg"), alt: "" }
|
|
|
|
|
|
2019-03-08 11:26:08 +01:00
|
|
|
|
.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
|
|
|
|
|
%h1.role-panel-title Votre administration est prête pour dématérialiser
|
2019-03-15 15:08:47 +01:00
|
|
|
|
%p.role-panel-explanation Créez un premier formulaire de test en quelques minutes
|
2019-03-08 11:26:08 +01:00
|
|
|
|
|
2019-03-15 15:08:47 +01:00
|
|
|
|
|
|
|
|
|
|
2020-09-21 17:02:37 +02:00
|
|
|
|
= link_to "Créer votre compte administrateur",
|
|
|
|
|
DEMANDE_INSCRIPTION_ADMIN_PAGE_URL,
|
2019-03-08 11:26:08 +01:00
|
|
|
|
class: "role-panel-button-primary",
|
|
|
|
|
rel: "noopener noreferrer"
|
|
|
|
|
%br
|
|
|
|
|
%br
|
|
|
|
|
%br
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2018-08-10 15:18:57 +02:00
|
|
|
|
.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
|
|
|
|
|
|
2022-01-26 16:45:33 +01:00
|
|
|
|
= render partial: "root/testimonials" if LANDING_TESTIMONIALS_ENABLED
|
2018-08-10 15:18:57 +02:00
|
|
|
|
|
|
|
|
|
- cache "numbers-panel", :expires_in => 3.hours do
|
|
|
|
|
.landing-panel.numbers-panel
|
|
|
|
|
.container
|
2020-07-22 10:32:20 +02:00
|
|
|
|
%h2.landing-panel-title #{APPLICATION_NAME} en chiffres
|
2018-08-10 15:18:57 +02:00
|
|
|
|
%ul.numbers
|
|
|
|
|
%li.number
|
|
|
|
|
.number-value
|
2019-11-14 09:43:45 +01:00
|
|
|
|
= number_with_delimiter(Administrateur.with_publiees_ou_closes.uniq.count, :locale => :fr)
|
2018-08-10 15:18:57 +02:00
|
|
|
|
.number-label<
|
|
|
|
|
administrations
|
|
|
|
|
%br<>
|
|
|
|
|
partenaires
|
|
|
|
|
%li.number
|
|
|
|
|
.number-value
|
2018-08-28 14:50:44 +02:00
|
|
|
|
= number_with_delimiter(Dossier.state_not_brouillon.count, :locale => :fr)
|
2018-08-10 15:18:57 +02:00
|
|
|
|
.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
|
|
|
|
|
|
2022-01-26 16:45:33 +01:00
|
|
|
|
= render partial: "root/users" if LANDING_USERS_ENABLED
|
2018-08-10 15:18:57 +02:00
|
|
|
|
|
2018-11-08 14:49:53 +01:00
|
|
|
|
.landing-panel.cta-panel-2
|
|
|
|
|
.container
|
|
|
|
|
.half.first-half
|
|
|
|
|
%h1.cta-panel-title Vous êtes prêt pour dématérialiser ?
|
2021-05-26 15:16:30 +02:00
|
|
|
|
%p.cta-panel-explanation Réduisez vos temps d’instruction de 50 %
|
2020-09-21 17:02:37 +02:00
|
|
|
|
= link_to "Créer votre compte administrateur",
|
|
|
|
|
DEMANDE_INSCRIPTION_ADMIN_PAGE_URL,
|
2018-11-08 14:49:53 +01:00
|
|
|
|
class: "cta-panel-button-blue"
|
|
|
|
|
|
|
|
|
|
.half
|
|
|
|
|
%h1.cta-panel-title Vous voulez en savoir plus ?
|
2019-03-08 11:26:08 +01:00
|
|
|
|
%p.cta-panel-explanation Participez à notre prochain Webinaire
|
2020-07-22 10:32:20 +02:00
|
|
|
|
-# haml-lint:disable ApplicationNameLinter
|
2019-03-08 11:26:08 +01:00
|
|
|
|
= link_to "Inscription à notre webinaire",
|
|
|
|
|
"https://app.livestorm.co/demarches-simplifiees/presentation-general-de-demarches-simplifieesfr",
|
|
|
|
|
target: "_blank",
|
2018-11-08 14:49:53 +01:00
|
|
|
|
class: "cta-panel-button-blue"
|
2020-07-22 10:32:20 +02:00
|
|
|
|
-# haml-lint:enable ApplicationNameLinter
|
2018-11-08 14:49:53 +01:00
|
|
|
|
|
|
|
|
|
.clearfix
|
|
|
|
|
|
2018-08-10 15:18:57 +02:00
|
|
|
|
.landing-panel.cta-panel
|
|
|
|
|
.container
|
|
|
|
|
.cta-panel-wrapper
|
|
|
|
|
%div
|
|
|
|
|
%h1.cta-panel-title Une question, un problème ?
|
2020-09-11 10:30:13 +02:00
|
|
|
|
%p.cta-panel-explanation Consultez notre FAQ
|
2018-08-10 15:18:57 +02:00
|
|
|
|
%div
|
2020-09-11 10:30:13 +02:00
|
|
|
|
%a.cta-panel-button-white{ rel: 'noopener noreferrer', href:"#{ FAQ_URL }" }
|
|
|
|
|
Voir la FAQ
|