Update the users panel
- Change its title - Add more users
This commit is contained in:
parent
c6318c666f
commit
3f39c894c6
7 changed files with 26 additions and 1 deletions
BIN
app/assets/images/landing/users/ars-idf.jpg
Normal file
BIN
app/assets/images/landing/users/ars-idf.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
BIN
app/assets/images/landing/users/cndp.jpg
Normal file
BIN
app/assets/images/landing/users/cndp.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
app/assets/images/landing/users/france-agrimer.jpg
Normal file
BIN
app/assets/images/landing/users/france-agrimer.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
app/assets/images/landing/users/mel.jpg
Normal file
BIN
app/assets/images/landing/users/mel.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
app/assets/images/landing/users/prefecture-rhone.jpg
Normal file
BIN
app/assets/images/landing/users/prefecture-rhone.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
|
@ -194,8 +194,16 @@ $users-breakpoint: 950px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
&:first-of-type {
|
||||||
|
margin-bottom: 45px;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: $users-breakpoint) {
|
@media (max-width: $users-breakpoint) {
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
|
||||||
|
&:first-of-type {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -92,7 +92,7 @@
|
||||||
|
|
||||||
.landing-panel.users-panel
|
.landing-panel.users-panel
|
||||||
.container
|
.container
|
||||||
%h2.landing-panel-title Ils nous font confiance
|
%h2.landing-panel-title Ils utilisent déjà demarches-simplifiees.fr
|
||||||
|
|
||||||
%ul.users
|
%ul.users
|
||||||
%li.user
|
%li.user
|
||||||
|
@ -111,6 +111,23 @@
|
||||||
%a{ :href => "http://www.driea.ile-de-france.developpement-durable.gouv.fr/", :target => "_blank " }
|
%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") }
|
%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
|
.landing-panel.cta-panel
|
||||||
.container
|
.container
|
||||||
.cta-panel-wrapper
|
.cta-panel-wrapper
|
||||||
|
|
Loading…
Add table
Reference in a new issue