New landing page
BIN
app/assets/images/etapes/complet_2.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
app/assets/images/etapes/create_1.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
app/assets/images/etapes/message_3.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
app/assets/images/etapes/shared_4.png
Normal file
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 313 KiB After Width: | Height: | Size: 96 KiB |
BIN
app/assets/images/landing_background_old.png
Normal file
After Width: | Height: | Size: 313 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 22 KiB |
BIN
app/assets/images/logos/logo-tps_old.png
Normal file
After Width: | Height: | Size: 17 KiB |
|
@ -1,16 +1,26 @@
|
|||
#landing {
|
||||
|
||||
background-image: image-url('landing_background.png');
|
||||
background-attachment: fixed;
|
||||
background-size: 130% auto;
|
||||
background-position: top center;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
background-color: rgba(11,107,168,0.2);
|
||||
h5{
|
||||
color: grey;
|
||||
}
|
||||
|
||||
.logos {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#logo-tps {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#title {
|
||||
h1 {
|
||||
font-size: 65px;
|
||||
}
|
||||
padding-bottom: 2%;
|
||||
padding-top: 1%;
|
||||
|
||||
h2 {
|
||||
font-size: 35px;
|
||||
}
|
||||
|
@ -18,104 +28,31 @@
|
|||
.btn {
|
||||
text-shadow: none;
|
||||
}
|
||||
color: white;
|
||||
padding-top: 3%;
|
||||
padding-bottom: 4%;
|
||||
text-shadow: 0px 0px 10px rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
.logo img {
|
||||
width: 70px;
|
||||
color: white;
|
||||
text-shadow: 0px 0px 10px rgb(0, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
#suite {
|
||||
.row{
|
||||
width: 100%;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
.word {
|
||||
border-bottom: solid darkgrey 1px;
|
||||
.background-tps{
|
||||
background-color: #668AEA;
|
||||
color: white;
|
||||
}
|
||||
|
||||
img {
|
||||
padding-top: 50px;
|
||||
padding-bottom: 50px;
|
||||
width: 200px;
|
||||
margin-left: 25%;
|
||||
}
|
||||
#landing_body{
|
||||
.split-hr-left {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
margin-top: 40px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
border-color: grey;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.simplifier {
|
||||
ul {
|
||||
margin-top: 13%;
|
||||
}
|
||||
#etapes, #request_access{
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.securiser {
|
||||
img {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-top: 11%;
|
||||
}
|
||||
}
|
||||
|
||||
.echanger {
|
||||
ul {
|
||||
margin-top: 4%;
|
||||
}
|
||||
}
|
||||
.profiter {
|
||||
//border-bottom: none;
|
||||
|
||||
ul {
|
||||
margin-top: 10%;
|
||||
}
|
||||
}
|
||||
.news {
|
||||
padding-top: 25px;
|
||||
padding-bottom: 25px;
|
||||
|
||||
.latest_release {
|
||||
.body {
|
||||
margin-left: 3%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.demo_account {
|
||||
img {
|
||||
margin-left: 0;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
padding-top: 25px;
|
||||
padding-bottom: 25px;
|
||||
|
||||
.btn {
|
||||
margin-top: 10%;
|
||||
}
|
||||
}
|
||||
|
||||
.documentation {
|
||||
border-bottom: none;
|
||||
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
|
||||
a {
|
||||
margin-top: 16%;
|
||||
}
|
||||
|
||||
ul{
|
||||
margin-top: 14%;
|
||||
}
|
||||
|
||||
img {
|
||||
margin-left: 0;
|
||||
width: 22%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,9 +13,7 @@
|
|||
%body
|
||||
= render partial: 'layouts/support_navigator_banner'
|
||||
#beta{class:(Rails.env == 'production' ? '' : 'beta_staging')}
|
||||
- if Rails.env == 'production'
|
||||
Beta
|
||||
- else
|
||||
- if Rails.env != 'production'
|
||||
Env Test
|
||||
|
||||
- if Rails.env == 'test'
|
||||
|
|
|
@ -1,87 +1,102 @@
|
|||
- total = 100 - 2
|
||||
- interface = 5
|
||||
- notification = 10
|
||||
- bugs = 10
|
||||
- realise = total - interface - notification - bugs
|
||||
#landing.max-size
|
||||
#title{style:'padding-bottom: 2%; padding-top: 2%'}
|
||||
#title
|
||||
%h1.center
|
||||
TPS V2
|
||||
%img#logo-tps{src: image_url('logos/logo-tps.png')}
|
||||
%h2.center
|
||||
Pour une meilleure plateforme
|
||||
TéléProcédure Simplifiée
|
||||
|
||||
%h3.center
|
||||
Plateforme publique pour réaliser des démarches administratives 100% en ligne.
|
||||
|
||||
%br
|
||||
%h3.center
|
||||
La plateforme évolue pour une meilleure interface, de meilleures interactions et une meilleure expérience.
|
||||
%br
|
||||
.center
|
||||
%button.background-tps.js-scrollTo.btn.btn-lg{cible: '.demo_account'}
|
||||
Envie d'essayer ?
|
||||
|
||||
#progression{style:'margin-left: 2em; margin-right: 2em; margin-top: 50px'}
|
||||
%h2.center Où en est la migration vers TPS V2 ? ...
|
||||
#landing_body.max-size
|
||||
.row#etapes.center
|
||||
#create_1.col-lg-3.col-md-3.col-sm-3.col-xs-3
|
||||
%img{src:image_url('etapes/create_1.png')}
|
||||
%br
|
||||
%h4 Administration
|
||||
%h3.text-info Je construis ma démarche 100% en ligne
|
||||
#complet_2.col-lg-3.col-md-3.col-sm-3.col-xs-3
|
||||
%img{src:image_url('etapes/complet_2.png')}
|
||||
%br
|
||||
%h4 Usager
|
||||
%h3.text-success Je remplis un dossier de manière simplifiée
|
||||
#message_3.col-lg-3.col-md-3.col-sm-3.col-xs-3
|
||||
%img{src:image_url('etapes/message_3.png')}
|
||||
%br
|
||||
%h4 Usager
|
||||
%h3.text-warning Je dialogue avec mon administration en ligne
|
||||
#shared_4.col-lg-3.col-md-3.col-sm-3.col-xs-3
|
||||
%img{src:image_url('etapes/shared_4.png')}
|
||||
%br
|
||||
%h4 Usager et Administrations
|
||||
%h3.text-danger
|
||||
J'invite des partenaires à co-construire le dossier
|
||||
|
||||
%h2.text-success.center{style:'margin-left: 135px'}
|
||||
= realise
|
||||
\%
|
||||
%i.text-default{style:'font-size: 18px'}
|
||||
du site migré
|
||||
%div{style: "width: 60%; margin-left:auto; margin-right:auto"}
|
||||
.progress{style:'height: 30px; background-color: #ddd'}
|
||||
.progress-bar.progress-bar-success.progress-bar-striped{:style => "width: #{realise}%;"}
|
||||
.progress-bar.progress-bar-warning{:style => "width: #{interface}%;"}
|
||||
%div{style:'margin-top: 0.4em'}
|
||||
Interface
|
||||
.progress-bar.progress-bar-purple{:style => "width: #{notification}%;"}
|
||||
%div{style:'margin-top: 0.4em'}
|
||||
Notifications
|
||||
.progress-bar.progress-bar-danger{:style => "width: #{bugs}%;"}
|
||||
%div{style:'margin-top: 0.4em'}
|
||||
Fiabilisations et bugs
|
||||
.split-hr-left
|
||||
|
||||
.row.demo_account.center
|
||||
.col-md-4.col-lg-4
|
||||
%h3.text-primary Acteurs publics
|
||||
%h4 Créez des démarches en ligne simplifiées et sécurisées.
|
||||
=link_to 'Démonstration', 'https://tps-dev.apientreprise.fr/administrateurs/sign_in/demo', {class: 'btn btn-lg btn-primary'}
|
||||
|
||||
#road_map.center{style:'margin-top: 30px; margin-bottom: 50px'}
|
||||
%h2.text-success
|
||||
Réalisé
|
||||
.col-md-4.col-lg-4
|
||||
%h3.text-warning Agents et services
|
||||
%h4 Accompagnez et co-traitez les projets avec les usagers.
|
||||
=link_to 'Démonstration', 'https://tps-dev.apientreprise.fr/gestionnaires/sign_in/demo', {class: 'btn btn-lg btn-warning'}
|
||||
|
||||
#realise{style: 'width: 650px; margin-left: auto; margin-right: auto; text-align:left'}
|
||||
%ul
|
||||
%li
|
||||
Un design général qui permet de mieux s'y retrouver
|
||||
%li
|
||||
Utilisateur, Accompagnateur et Administrateur ont maintenant la même page de connexion
|
||||
%li
|
||||
Un tout nouveau tableau de bord pour les Accompagnateurs
|
||||
%li
|
||||
Une page récapitulative pour un dossier entièrement revue
|
||||
%li
|
||||
La possibilité de changer en un clic de compte entre Utilisateur, Accompagnateur et Administrateur
|
||||
%li
|
||||
Une recherche globale : tapez et vous trouverez !!
|
||||
.col-md-4.col-lg-4
|
||||
%h3.text-success Usagers
|
||||
%h4 Profitez de démarches simplifiées et d’échanges continus avec les services traitants.
|
||||
=link_to 'Démonstration', 'https://tps-dev.apientreprise.fr/users/sign_in/demo', {class: 'btn btn-lg btn-success'}
|
||||
|
||||
%br
|
||||
%h2.text-warning
|
||||
Reste à faire
|
||||
.split-hr-left
|
||||
|
||||
#reste_a_faire{style: 'width: 650px; margin-left: auto; margin-right: auto; text-align:left'}
|
||||
%ul
|
||||
%li
|
||||
Terminer d'optimiser nos pages avec la nouvelle interface
|
||||
%b.text-warning
|
||||
="(#{interface}%)"
|
||||
%li
|
||||
Centre de notification : un seul endroit pour suivre l'activité de l'ensemble de vos dossiers (Accompagnateur)
|
||||
%b.text-purple
|
||||
="(#{notification}%)"
|
||||
%li
|
||||
Fiabilisation accrue de la plateforme : un certain nombre de bugs est encore présents ...
|
||||
%b.text-danger
|
||||
="(#{bugs}%)"
|
||||
%li
|
||||
%b
|
||||
Prendre vos retours en compte :
|
||||
= link_to 'feedback@tps.apientreprise.fr', "mailto:feedback@tps.apientreprise.fr"
|
||||
#request_access.row.center
|
||||
.col-xs-12.col-sm-12.col-md-12.col-lg-12
|
||||
%h3 Envi de commencer à créer votre démarche ?
|
||||
|
||||
= link_to 'Demander un accès administrateur', 'https://tps.apientreprise.fr/users/dossiers/new?procedure_id=31', {class: 'btn btn-lg background-tps', target: '_blank'}
|
||||
|
||||
%h3.center
|
||||
Disponible sur
|
||||
= link_to "tps.apientreprise.fr", 'https://tps.apientreprise.fr', target: '_blank'
|
||||
le
|
||||
%span.text-success
|
||||
3 Janvier 2017
|
||||
.split-hr-left
|
||||
|
||||
.center
|
||||
.row
|
||||
#utilisateurs.col-xs-12.col-sm-12.col-md-12.col-lg-12
|
||||
%h4 Ils nous font confiances
|
||||
|
||||
Consel regional Ile de France,
|
||||
Politique de la ville du Pas de calais,
|
||||
DRIEA Ile de France
|
||||
|
||||
%br
|
||||
|
||||
Préfecture de la martinique,
|
||||
DRIEE Ile de France,
|
||||
Ministère de l'écologie et du développement durable,
|
||||
MEME,
|
||||
CCI Normandie
|
||||
|
||||
%br
|
||||
.row
|
||||
#partenaires.col-xs-12.col-sm-12.col-md-12.col-lg-12
|
||||
%h4 Ils travaillent avec nous
|
||||
|
||||
Insee
|
||||
Infogreff,
|
||||
Ministere de la jeunesse et du sport,
|
||||
IGN,
|
||||
DGFIP
|
||||
France Connect,
|
||||
BAN,
|
||||
api.gouv.fr
|
||||
Euroquity,
|
||||
BPI,
|
||||
FNTP,
|
||||
Qualibat
|