Add more quotes
This commit is contained in:
parent
950e105ca6
commit
d09a63bd62
2 changed files with 29 additions and 2 deletions
|
@ -113,6 +113,7 @@ $landing-breakpoint: 1040px;
|
||||||
@extend %horizontal-list;
|
@extend %horizontal-list;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
|
||||||
@media (max-width: $landing-breakpoint) {
|
@media (max-width: $landing-breakpoint) {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -122,6 +123,7 @@ $landing-breakpoint: 1040px;
|
||||||
.quote {
|
.quote {
|
||||||
@extend %horizontal-list-item;
|
@extend %horizontal-list-item;
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
|
width: 100%;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
box-shadow: 0 4px 16px 0 rgba(153, 153, 153, 0.2);
|
box-shadow: 0 4px 16px 0 rgba(153, 153, 153, 0.2);
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
%img.quote-quotation-mark{ :src => image_url("landing/testimonials/quotation-mark.svg") }
|
%img.quote-quotation-mark{ :src => image_url("landing/testimonials/quotation-mark.svg") }
|
||||||
.quote-content-wrapper
|
.quote-content-wrapper
|
||||||
%p.quote-content
|
%p.quote-content
|
||||||
demarches-simplifiees.fr est un outil de dématérialisation adapté au dépôt de dossiers de demande d’inscription au registre des transporteurs routiers en Ile-de-France. Les échanges avec les usagers sont facilités, ce qui permet de réduire les délais d’instructions et de gagner en efficacité.
|
Les échanges avec les usagers sont facilités, ce qui permet de réduire les délais d’instructions et de gagner en efficacité.
|
||||||
|
|
||||||
%p.quote-author
|
%p.quote-author
|
||||||
%span.quote-author-name Elodie Le Rhun
|
%span.quote-author-name Elodie Le Rhun
|
||||||
|
@ -56,13 +56,38 @@
|
||||||
%img.quote-quotation-mark{ :src => image_url("landing/testimonials/quotation-mark.svg") }
|
%img.quote-quotation-mark{ :src => image_url("landing/testimonials/quotation-mark.svg") }
|
||||||
.quote-content-wrapper
|
.quote-content-wrapper
|
||||||
%p.quote-content
|
%p.quote-content
|
||||||
demarches-simplifiees.fr c’est surtout l’assurance d’un dialogue en toute fluidité et en toute transparence entre les porteurs de projet et l’administration. Un service qui garantit une économie de temps et beaucoup moins de manipulations des dossiers.
|
Un service qui garantit une économie de temps et beaucoup moins de manipulations des dossiers.
|
||||||
|
|
||||||
%p.quote-author
|
%p.quote-author
|
||||||
%span.quote-author-name Nadja Briki
|
%span.quote-author-name Nadja Briki
|
||||||
%br
|
%br
|
||||||
Déléguée de la Préfète du Pas-de-Calais
|
Déléguée de la Préfète du Pas-de-Calais
|
||||||
|
|
||||||
|
%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
|
||||||
|
|
||||||
- cache "numbers-panel", :expires_in => 3.hours do
|
- cache "numbers-panel", :expires_in => 3.hours do
|
||||||
.landing-panel.numbers-panel
|
.landing-panel.numbers-panel
|
||||||
.container
|
.container
|
||||||
|
|
Loading…
Reference in a new issue