2017-12-06 16:10:01 +01:00
|
|
|
|
- content_for(:display_footer, true)
|
|
|
|
|
|
2017-04-17 15:03:23 +02:00
|
|
|
|
.landing
|
|
|
|
|
.landing-panel.hero-panel
|
2017-07-06 11:14:34 +02:00
|
|
|
|
.container
|
2017-05-17 18:06:25 +02:00
|
|
|
|
.hero-wrapper
|
|
|
|
|
.hero-text
|
|
|
|
|
%p.hero-tagline
|
2018-02-28 19:23:53 +01:00
|
|
|
|
%em.hero-tagline-em Dématérialiser et simplifier
|
|
|
|
|
les démarches administratives
|
2017-04-20 17:20:32 +02:00
|
|
|
|
|
2017-05-17 18:06:25 +02:00
|
|
|
|
.hero-illustration
|
|
|
|
|
%img{ :src => image_url("landing/hero/dematerialiser.svg") }
|
2017-04-04 14:41:49 +02:00
|
|
|
|
|
|
|
|
|
.landing-panel.features-panel
|
2017-07-06 11:14:34 +02:00
|
|
|
|
.container
|
2017-04-04 14:41:49 +02:00
|
|
|
|
%ul.features
|
|
|
|
|
%li.feature
|
2018-02-01 08:56:06 +01:00
|
|
|
|
%img.feature-image{ :src => image_url("landing/features/messagerie.svg") }
|
2017-04-04 14:41:49 +02:00
|
|
|
|
%p.feature-text
|
2018-02-01 08:56:06 +01:00
|
|
|
|
%em.feature-text-em Dialogue
|
2017-04-04 14:41:49 +02:00
|
|
|
|
%br
|
2018-03-02 10:21:36 +01:00
|
|
|
|
simplifié entre usagers et services
|
2018-02-01 08:56:06 +01:00
|
|
|
|
|
2017-04-04 14:41:49 +02:00
|
|
|
|
%li.feature
|
2018-02-01 08:56:06 +01:00
|
|
|
|
%img.feature-image{ :src => image_url("landing/features/collaborer.svg") }
|
2017-04-04 14:41:49 +02:00
|
|
|
|
%p.feature-text
|
2018-02-01 08:56:06 +01:00
|
|
|
|
%em.feature-text-em Collaboration
|
2017-04-04 14:41:49 +02:00
|
|
|
|
%br
|
2018-02-01 08:56:06 +01:00
|
|
|
|
pour un traitement des dossiers plus fluide
|
|
|
|
|
|
2017-04-04 14:41:49 +02:00
|
|
|
|
%li.feature
|
2018-02-01 08:56:06 +01:00
|
|
|
|
%img.feature-image{ :src => image_url("landing/features/gerer.svg") }
|
2017-04-04 14:41:49 +02:00
|
|
|
|
%p.feature-text
|
2018-02-01 08:56:06 +01:00
|
|
|
|
%em.feature-text-em Intégration
|
2017-04-04 14:41:49 +02:00
|
|
|
|
%br
|
2018-03-01 16:09:38 +01:00
|
|
|
|
à l'ensemble des services de l'État plateforme
|
2017-04-04 14:41:37 +02:00
|
|
|
|
|
2018-02-28 19:08:34 +01:00
|
|
|
|
.landing-panel
|
|
|
|
|
.container
|
|
|
|
|
.role-panel-wrapper.role-administrations-panel
|
|
|
|
|
.role-panel-30.role-administrations-image
|
|
|
|
|
%img.role-image{ :src => image_url("landing/roles/administrations.svg") }
|
|
|
|
|
|
|
|
|
|
.role-panel-70
|
|
|
|
|
%h1.role-panel-title Administrations
|
|
|
|
|
%p.role-panel-explanation Créez des formulaires en ligne en quelques minutes et instruisez les demandes des usagers sur une plateforme dédiée
|
|
|
|
|
|
|
|
|
|
= link_to "Demander un compte",
|
2018-03-02 10:22:13 +01:00
|
|
|
|
"mailto:#{t("dynamics.contact_email")}?subject=Demande de compte administrateur demarches-simplifiees.fr",
|
2018-02-28 19:08:34 +01:00
|
|
|
|
class: "role-panel-button-primary",
|
|
|
|
|
target: "_blank",
|
|
|
|
|
onclick: "javascript: ga('send', 'pageview', '/demander-une-demo')"
|
|
|
|
|
|
|
|
|
|
= link_to "Voir la documentation",
|
|
|
|
|
"https://tps.gitbooks.io/tps-documentation/content/",
|
|
|
|
|
target: "_blank",
|
|
|
|
|
class: "role-panel-button-secondary"
|
|
|
|
|
|
|
|
|
|
.landing-panel.admins-panel
|
|
|
|
|
.container
|
|
|
|
|
.role-panel-wrapper
|
|
|
|
|
.role-panel-30.role-usagers-image
|
|
|
|
|
%img.role-image{ :src => image_url("landing/roles/usagers.svg") }
|
|
|
|
|
|
|
|
|
|
.role-panel-70
|
|
|
|
|
%h1.role-panel-title Usagers
|
|
|
|
|
%p.role-panel-explanation Déposez des demandes en toute simplicité et retrouvez vos dossiers en ligne
|
|
|
|
|
|
|
|
|
|
= link_to "Se connecter",
|
|
|
|
|
new_user_session_path,
|
|
|
|
|
class: "role-panel-button-primary"
|
|
|
|
|
|
2017-04-04 14:41:37 +02:00
|
|
|
|
.landing-panel
|
2017-07-06 11:14:34 +02:00
|
|
|
|
.container
|
2017-04-04 14:41:37 +02:00
|
|
|
|
%h2.landing-panel-title Ce que les utilisateurs pensent du service
|
|
|
|
|
|
|
|
|
|
%ul.quotes
|
|
|
|
|
%li.quote
|
2017-05-17 18:06:25 +02:00
|
|
|
|
%img.quote-quotation-mark{ :src => image_url("landing/testimonials/quotation-mark.svg") }
|
|
|
|
|
.quote-content-wrapper
|
|
|
|
|
%p.quote-content
|
2018-02-01 15:07:45 +01:00
|
|
|
|
Les échanges avec les usagers sont facilités, ce qui permet de réduire les délais d’instructions et de gagner en efficacité.
|
2017-04-04 14:41:37 +02:00
|
|
|
|
|
2017-05-17 18:06:25 +02:00
|
|
|
|
%p.quote-author
|
|
|
|
|
%span.quote-author-name Elodie Le Rhun
|
|
|
|
|
%br
|
|
|
|
|
Chef de bureau, DRIEA Ile-de-France
|
2017-04-04 14:41:37 +02:00
|
|
|
|
|
|
|
|
|
%li.quote
|
2017-05-17 18:06:25 +02:00
|
|
|
|
%img.quote-quotation-mark{ :src => image_url("landing/testimonials/quotation-mark.svg") }
|
|
|
|
|
.quote-content-wrapper
|
|
|
|
|
%p.quote-content
|
2018-02-01 15:07:45 +01:00
|
|
|
|
Un service qui garantit une économie de temps et beaucoup moins de manipulations des dossiers.
|
2017-04-04 14:41:37 +02:00
|
|
|
|
|
2017-05-17 18:06:25 +02:00
|
|
|
|
%p.quote-author
|
|
|
|
|
%span.quote-author-name Nadja Briki
|
|
|
|
|
%br
|
|
|
|
|
Déléguée de la Préfète du Pas-de-Calais
|
2017-04-04 14:44:41 +02:00
|
|
|
|
|
2018-02-01 15:07:45 +01:00
|
|
|
|
%ul.quotes
|
|
|
|
|
%li.quote
|
|
|
|
|
%img.quote-quotation-mark{ :src => image_url("landing/testimonials/quotation-mark.svg") }
|
|
|
|
|
.quote-content-wrapper
|
|
|
|
|
%p.quote-content
|
|
|
|
|
Parfait, cela fonctionne très bien ! Merci encore pour votre réactivité.
|
|
|
|
|
|
|
|
|
|
%p.quote-author
|
|
|
|
|
%span.quote-author-name Max A.
|
|
|
|
|
%br
|
|
|
|
|
à notre service support
|
|
|
|
|
|
|
|
|
|
%li.quote
|
|
|
|
|
%img.quote-quotation-mark{ :src => image_url("landing/testimonials/quotation-mark.svg") }
|
|
|
|
|
.quote-content-wrapper
|
|
|
|
|
%p.quote-content
|
|
|
|
|
★★★★★
|
|
|
|
|
%br
|
|
|
|
|
Eh les cocos, il y a la télé-procédure
|
|
|
|
|
|
|
|
|
|
%p.quote-author
|
|
|
|
|
%span.quote-author-name Hisham M.
|
|
|
|
|
%br
|
|
|
|
|
sur le site de la DRIEA
|
|
|
|
|
|
2017-04-04 14:44:41 +02:00
|
|
|
|
- cache "numbers-panel", :expires_in => 3.hours do
|
|
|
|
|
.landing-panel.numbers-panel
|
2017-07-06 11:14:34 +02:00
|
|
|
|
.container
|
2018-02-28 16:01:20 +01:00
|
|
|
|
%h2.landing-panel-title demarches-simplifiees.fr en chiffres
|
2017-04-04 14:44:41 +02:00
|
|
|
|
%ul.numbers
|
|
|
|
|
%li.number
|
|
|
|
|
.number-value
|
2018-02-01 15:09:32 +01:00
|
|
|
|
= number_with_delimiter(Procedure.includes(:administrateur).publiees_ou_archivees.map(&:administrateur).uniq.count, :locale => :fr)
|
2017-04-04 14:44:41 +02:00
|
|
|
|
.number-label<
|
2018-02-01 15:09:32 +01:00
|
|
|
|
administrations
|
2017-04-04 14:44:41 +02:00
|
|
|
|
%br<>
|
2018-02-01 15:09:32 +01:00
|
|
|
|
partenaires
|
2017-04-04 14:44:41 +02:00
|
|
|
|
%li.number
|
|
|
|
|
.number-value
|
2017-12-04 16:17:15 +01:00
|
|
|
|
= number_with_delimiter(Dossier.where.not(:state => :brouillon).count, :locale => :fr)
|
2017-04-04 14:44:41 +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
|
2017-04-04 14:41:28 +02:00
|
|
|
|
|
|
|
|
|
.landing-panel.users-panel
|
2017-07-06 11:14:34 +02:00
|
|
|
|
.container
|
2018-02-01 09:18:17 +01:00
|
|
|
|
%h2.landing-panel-title Ils utilisent déjà demarches-simplifiees.fr
|
2017-04-04 14:41:28 +02:00
|
|
|
|
|
|
|
|
|
%ul.users
|
|
|
|
|
%li.user
|
2018-02-26 16:58:40 +01:00
|
|
|
|
%a{ :href => "https://www.ecologique-solidaire.gouv.fr/", :target => "_blank " }
|
|
|
|
|
%img.user-image{ :src => image_url("landing/users/mtes.jpg") }
|
2017-04-04 14:41:28 +02:00
|
|
|
|
%li.user
|
|
|
|
|
%a{ :href => "https://www.iledefrance.fr/", :target => "_blank " }
|
|
|
|
|
%img.user-image{ :src => image_url("landing/users/region-idf.jpg") }
|
|
|
|
|
%li.user
|
|
|
|
|
%a{ :href => "http://www.artisanat.fr/", :target => "_blank " }
|
|
|
|
|
%img.user-image{ :src => image_url("landing/users/chambres-de-metiers.jpg") }
|
|
|
|
|
%li.user
|
|
|
|
|
%a{ :href => "http://www.cci.fr/", :target => "_blank " }
|
|
|
|
|
%img.user-image{ :src => image_url("landing/users/cci.jpg") }
|
|
|
|
|
%li.user
|
|
|
|
|
%a{ :href => "http://www.driea.ile-de-france.developpement-durable.gouv.fr/", :target => "_blank " }
|
|
|
|
|
%img.user-image{ :src => image_url("landing/users/driea-idf.jpg") }
|
2017-04-04 14:45:13 +02:00
|
|
|
|
|
2018-02-01 09:18:17 +01:00
|
|
|
|
%ul.users
|
|
|
|
|
%li.user
|
|
|
|
|
%a{ :href => "https://www.debatpublic.fr/", :target => "_blank " }
|
|
|
|
|
%img.user-image{ :src => image_url("landing/users/cndp.jpg") }
|
|
|
|
|
%li.user
|
|
|
|
|
%a{ :href => "https://www.iledefrance.ars.sante.fr/", :target => "_blank " }
|
|
|
|
|
%img.user-image{ :src => image_url("landing/users/ars-idf.jpg") }
|
|
|
|
|
%li.user
|
|
|
|
|
%a{ :href => "http://www.franceagrimer.fr/", :target => "_blank " }
|
|
|
|
|
%img.user-image{ :src => image_url("landing/users/france-agrimer.jpg") }
|
|
|
|
|
%li.user
|
|
|
|
|
%a{ :href => "http://www.rhone.gouv.fr/", :target => "_blank " }
|
|
|
|
|
%img.user-image{ :src => image_url("landing/users/prefecture-rhone.jpg") }
|
|
|
|
|
%li.user
|
|
|
|
|
%a{ :href => "http://www.lillemetropole.fr/", :target => "_blank " }
|
|
|
|
|
%img.user-image{ :src => image_url("landing/users/mel.jpg") }
|
|
|
|
|
|
2017-04-04 14:45:13 +02:00
|
|
|
|
.landing-panel.cta-panel
|
2017-07-06 11:14:34 +02:00
|
|
|
|
.container
|
2017-05-17 18:06:25 +02:00
|
|
|
|
.cta-panel-wrapper
|
|
|
|
|
%div
|
2018-02-28 19:18:53 +01:00
|
|
|
|
%h1.cta-panel-title Une question, un problème ?
|
2018-03-01 13:08:46 +01:00
|
|
|
|
%p.cta-panel-explanation Notre équipe est disponible pour vous renseigner et vous aider
|
2017-05-17 18:06:25 +02:00
|
|
|
|
%div
|
2018-02-28 19:18:53 +01:00
|
|
|
|
= link_to "Contactez-nous",
|
|
|
|
|
"mailto:#{t("dynamics.contact_email")}?subject=Question à propos de demarches-simplifiees.fr",
|
2018-02-28 19:08:34 +01:00
|
|
|
|
class: "cta-panel-button-white",
|
2018-02-28 19:18:53 +01:00
|
|
|
|
target: "_blank"
|