Update landing page
This commit is contained in:
parent
321bdd38b5
commit
be0ca863ef
2 changed files with 18 additions and 11 deletions
|
@ -88,7 +88,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.open_account {
|
.demo_account {
|
||||||
img {
|
img {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
@ -108,12 +108,17 @@
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
|
|
||||||
|
a {
|
||||||
|
margin-top: 16%;
|
||||||
|
}
|
||||||
|
|
||||||
ul{
|
ul{
|
||||||
margin-top: 10%;
|
margin-top: 8%;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 15%;
|
margin-left: 0;
|
||||||
|
width: 22%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -12,7 +12,7 @@
|
||||||
%br
|
%br
|
||||||
%br
|
%br
|
||||||
.center
|
.center
|
||||||
%button.js-scrollTo.btn.btn-lg.btn-success{cible: '.open_account'}
|
%button.js-scrollTo.btn.btn-lg.btn-success{cible: '.demo_account'}
|
||||||
Envie d'essayer ?
|
Envie d'essayer ?
|
||||||
|
|
||||||
|
|
||||||
|
@ -86,12 +86,11 @@
|
||||||
%li
|
%li
|
||||||
=link_to "TPS: dernière étape, la validation du dossier et notification", "http://dai.ly/x3s2p6k", {target: '_blank'}
|
=link_to "TPS: dernière étape, la validation du dossier et notification", "http://dai.ly/x3s2p6k", {target: '_blank'}
|
||||||
|
|
||||||
|
.row.word.demo_account.center
|
||||||
.row.word.open_account.center
|
|
||||||
.col-md-4.col-lg-4
|
.col-md-4.col-lg-4
|
||||||
%h3.text-primary Acteurs publics
|
%h3.text-primary Acteurs publics
|
||||||
%h4 Créez des démarches en ligne simplifiées et sécurisées.
|
%h4 Créez des démarches en ligne simplifiées et sécurisées.
|
||||||
=link_to 'Demander un accès', 'https://tps.apientreprise.fr/users/dossiers/new?procedure_id=31', {class: 'btn btn-lg btn-primary', target: '_blank'}
|
=link_to 'Démonstration', 'https://tps-dev.apientreprise.fr/administrateurs/sign_in/demo', {class: 'btn btn-lg btn-primary'}
|
||||||
.col-md-4.col-lg-4
|
.col-md-4.col-lg-4
|
||||||
%h3.text-warning Agents et services
|
%h3.text-warning Agents et services
|
||||||
%h4 Accompagnez et co-traitez les projets avec les usagers.
|
%h4 Accompagnez et co-traitez les projets avec les usagers.
|
||||||
|
@ -101,17 +100,20 @@
|
||||||
%h3.text-success Usagers
|
%h3.text-success Usagers
|
||||||
%h4 Profitez de démarches simplifiées et d’échanges continus avec les services traitants.
|
%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'}
|
=link_to 'Démonstration', 'https://tps-dev.apientreprise.fr/users/sign_in/demo', {class: 'btn btn-lg btn-success'}
|
||||||
|
|
||||||
.row.word.documentation
|
.row.word.documentation
|
||||||
.col-md-6.col-lg-6
|
.col-md-4.col-lg-4.center
|
||||||
= image_tag image_url('keywords/documentation.png')
|
= image_tag image_url('keywords/documentation.png')
|
||||||
.col-md-6.col-lg-6
|
.col-md-4.col-lg-4
|
||||||
%ul.dynamic_ul
|
%ul.dynamic_ul
|
||||||
%li
|
%li
|
||||||
=link_to 'Dépliant de présentation', '/data/TPS_Trois_volets.pdf', {target: '_blank'}
|
=link_to 'Dépliant de présentation', '/data/TPS_Trois_volets.pdf', {target: '_blank'}
|
||||||
%li
|
%li
|
||||||
=link_to 'Documentation d’utilisation', '/data/TPS_documentations_v1_1.pdf', {target: '_blank'}
|
=link_to 'Documentation d’utilisation', '/data/TPS_documentations_v1_1.pdf', {target: '_blank'}
|
||||||
-#%li
|
%li
|
||||||
-# Documentation des API TPS :
|
= link_to 'Documentation des APIs (béta)', '/docs', {target: '_blank'}
|
||||||
|
.col-md-4.col-lg-4.center
|
||||||
|
= link_to 'Demander un accès administrateur', 'https://tps.apientreprise.fr/users/dossiers/new?procedure_id=31', {class: 'btn btn-lg btn-primary', target: '_blank'}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue