Update landing page
This commit is contained in:
parent
414a701b03
commit
7bf58388fa
1 changed files with 17 additions and 19 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
- total = 100 - 2
|
||||||
|
- interface = 10
|
||||||
|
- notification = 10
|
||||||
|
- bugs = 20
|
||||||
|
- realise = total - interface - notification - bugs
|
||||||
#landing.max-size
|
#landing.max-size
|
||||||
#title{style:'padding-bottom: 2%; padding-top: 2%'}
|
#title{style:'padding-bottom: 2%; padding-top: 2%'}
|
||||||
%h1.center
|
%h1.center
|
||||||
|
@ -16,22 +21,20 @@
|
||||||
%h2.center Où en est la migration vers TPS V2 ? ...
|
%h2.center Où en est la migration vers TPS V2 ? ...
|
||||||
|
|
||||||
%h2.text-success.center{style:'margin-left: 135px'}
|
%h2.text-success.center{style:'margin-left: 135px'}
|
||||||
55%
|
= realise
|
||||||
|
\%
|
||||||
%i.text-default{style:'font-size: 18px'}
|
%i.text-default{style:'font-size: 18px'}
|
||||||
du site migré
|
du site migré
|
||||||
%div{style: 'width: 60%; margin-left:auto; margin-right:auto'}
|
%div{style: "width: 60%; margin-left:auto; margin-right:auto"}
|
||||||
.progress{style:'height: 30px; background-color: #ddd'}
|
.progress{style:'height: 30px; background-color: #ddd'}
|
||||||
.progress-bar.progress-bar-success.progress-bar-striped{:style => "width: 55%;"}
|
.progress-bar.progress-bar-success.progress-bar-striped{:style => "width: #{realise}%;"}
|
||||||
.progress-bar.progress-bar-warning{:style => "width: 8%;"}
|
.progress-bar.progress-bar-warning{:style => "width: #{interface}%;"}
|
||||||
%div{style:'margin-top: 0.4em'}
|
%div{style:'margin-top: 0.4em'}
|
||||||
Interface
|
Interface
|
||||||
.progress-bar.progress-bar-info{:style => "width: 5%; font-size: 10px"}
|
.progress-bar.progress-bar-purple{:style => "width: #{notification}%;"}
|
||||||
%div{style:'margin-top: 0.4em'}
|
|
||||||
Connexion
|
|
||||||
.progress-bar.progress-bar-purple{:style => "width: 10%;"}
|
|
||||||
%div{style:'margin-top: 0.4em'}
|
%div{style:'margin-top: 0.4em'}
|
||||||
Notifications
|
Notifications
|
||||||
.progress-bar.progress-bar-danger{:style => "width: 20%;"}
|
.progress-bar.progress-bar-danger{:style => "width: #{bugs}%;"}
|
||||||
%div{style:'margin-top: 0.4em'}
|
%div{style:'margin-top: 0.4em'}
|
||||||
Fiabilisations et bugs
|
Fiabilisations et bugs
|
||||||
|
|
||||||
|
@ -45,14 +48,13 @@
|
||||||
%li
|
%li
|
||||||
Un design général qui permet de mieux s'y retrouver
|
Un design général qui permet de mieux s'y retrouver
|
||||||
%li
|
%li
|
||||||
Utilisateur et Accompagnateur ont maintenant la même page de connexion :
|
Utilisateur, Accompagnateur et Administrateur ont maintenant la même page de connexion
|
||||||
= link_to "Par ici", '/users/sign_in'
|
|
||||||
%li
|
%li
|
||||||
Un tout nouveau tableau de bord pour les Accompagnteurs
|
Un tout nouveau tableau de bord pour les Accompagnteurs
|
||||||
%li
|
%li
|
||||||
Une page récapitulative pour un dossier entièrement revue
|
Une page récapitulative pour un dossier entièrement revue
|
||||||
%li
|
%li
|
||||||
La possibilité de changer en un clic de compte entre Utilisateur et Accompagnateur
|
La possibilité de changer en un clic de compte entre Utilisateur, Accompagnateur et Administrateur
|
||||||
%li
|
%li
|
||||||
Une recherche globale : tapez et vous trouverez !!
|
Une recherche globale : tapez et vous trouverez !!
|
||||||
|
|
||||||
|
@ -65,19 +67,15 @@
|
||||||
%li
|
%li
|
||||||
Terminer d'optimiser nos pages avec la nouvelle interface
|
Terminer d'optimiser nos pages avec la nouvelle interface
|
||||||
%b.text-warning
|
%b.text-warning
|
||||||
(8%)
|
="(#{interface}%)"
|
||||||
%li
|
|
||||||
Intégrer la connexion unifiée pour les administrateurs (et permettre le switch entre compte)
|
|
||||||
%b.text-info
|
|
||||||
(5%)
|
|
||||||
%li
|
%li
|
||||||
Centre de notification : un seul endroit pour suivre l'activité de l'ensemble de vos dossiers (Accompagnateur)
|
Centre de notification : un seul endroit pour suivre l'activité de l'ensemble de vos dossiers (Accompagnateur)
|
||||||
%b.text-purple
|
%b.text-purple
|
||||||
(10%)
|
="(#{notification}%)"
|
||||||
%li
|
%li
|
||||||
Fiabilisation accrue de la plateforme : un certain nombre de bug sont encore présents ...
|
Fiabilisation accrue de la plateforme : un certain nombre de bug sont encore présents ...
|
||||||
%b.text-danger
|
%b.text-danger
|
||||||
(20%)
|
="(#{bugs}%)"
|
||||||
%li
|
%li
|
||||||
%b
|
%b
|
||||||
Prendre vos retours en compte :
|
Prendre vos retours en compte :
|
||||||
|
|
Loading…
Reference in a new issue