Update the users panel

- Change its title
- Add more users
This commit is contained in:
gregoirenovel 2018-02-01 09:18:17 +01:00
parent c6318c666f
commit 3f39c894c6
7 changed files with 26 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -194,8 +194,16 @@ $users-breakpoint: 950px;
justify-content: space-between;
width: 100%;
&:first-of-type {
margin-bottom: 45px;
}
@media (max-width: $users-breakpoint) {
justify-content: space-around;
&:first-of-type {
margin-bottom: 0;
}
}
}

View file

@ -92,7 +92,7 @@
.landing-panel.users-panel
.container
%h2.landing-panel-title Ils nous font confiance
%h2.landing-panel-title Ils utilisent déjà demarches-simplifiees.fr
%ul.users
%li.user
@ -111,6 +111,23 @@
%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") }
%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") }
.landing-panel.cta-panel
.container
.cta-panel-wrapper