demarches-normaliennes/app/views/root/administration.html.haml
2022-02-15 08:49:23 +01:00

145 lines
4.9 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- content_for :footer do
= render partial: "root/footer"
.landing
.landing-panel.hero-panel
.container
.hero-wrapper
.hero-text
%p.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
%h1.role-panel-title Est-ce fait pour mon administration ?
%p.role-panel-explanation Découvrez notre outil et posez nous vos questions lors de notre démonstration en ligne ou lisez notre documentation
= link_to "Participer à notre démonstration en ligne",
"https://app.livestorm.co/demarches-simplifiees/presentation-general-de-demarches-simplifieesfr",
rel: "noopener noreferrer",
target: "_blank",
class: "role-panel-button-primary"
= link_to "Documentation",
DOC_URL,
rel: "noopener noreferrer",
target: "_blank",
class: "role-panel-button-secondary"
.role-panel-30.role-more-info-image
%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
%h1.role-panel-title Votre administration est prête pour dématérialiser
%p.role-panel-explanation Créez un premier formulaire de test en quelques minutes
= link_to "Créer votre compte administrateur",
DEMANDE_INSCRIPTION_ADMIN_PAGE_URL,
class: "role-panel-button-primary",
rel: "noopener noreferrer"
%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.landing-panel-title #{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
.landing-panel.cta-panel-2
.container
.half.first-half
%h1.cta-panel-title Vous êtes prêt pour dématérialiser ?
%p.cta-panel-explanation Réduisez vos temps dinstruction de 50 %
= link_to "Créer votre compte administrateur",
DEMANDE_INSCRIPTION_ADMIN_PAGE_URL,
class: "cta-panel-button-blue"
.half
%h1.cta-panel-title Vous voulez en savoir plus ?
%p.cta-panel-explanation Participez à notre prochain Webinaire
-# haml-lint:disable ApplicationNameLinter
= link_to "Inscription à notre webinaire",
"https://app.livestorm.co/demarches-simplifiees/presentation-general-de-demarches-simplifieesfr",
target: "_blank",
class: "cta-panel-button-blue"
-# haml-lint:enable ApplicationNameLinter
.clearfix
.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
%a.cta-panel-button-white{ rel: 'noopener noreferrer', href:"#{ FAQ_URL }" }
Voir la FAQ