Skip to content
Snippets Groups Projects
Commit 155a23d8 authored by Alice Poggioli's avatar Alice Poggioli
Browse files

add footer

parent 64709551
No related branches found
No related tags found
1 merge request!106add footer
src/images/ica_logo.png

5.41 KiB

src/images/logo_CE.png

10.3 KiB

src/images/logo_UE.jpg

17.8 KiB

src/images/logo_coops4dev.jpg

69.7 KiB

......@@ -43,3 +43,4 @@ section#home
#entrepreneur-account-edit-confirmation(hidden).no-sidebar.container
include profile/confirmation.pug
.container
.flex.flex_espace.flex_item_center
a.logo_footer(href='https://coopseurope.coop/')
figure.margin_bord_ecran
img(src="../images/logo_CE.png" alt="Coopstarter")
a.logo_footer(href='mentor-resource-list')
figure.margin_bord_ecran
img(src="../images/logo_coops4dev.jpg" alt="Coopstarter")
a.logo_footer(href='mentor-resource-list')
figure.flex.flex_item_center
img.textMore(src="../images/ica_logo.png" alt="Coopstarter")
div
p International
p Co-operative
p Alliance
a.logo_footer(href='mentor-resource-list')
figure.flex.flex_item_center
img.textMore(src="../images/logo_UE.jpg" alt="Coopstarter")
div
p Co-funded
p by the
p European Union
p.footer_warning.flex_item_center This software has been co-funded by the European Union. The contents of this softwrae are the sole responsibility of Cooperatives Europe and can in no way be taken to reflect the views of the European Union.
\ No newline at end of file
......@@ -51,3 +51,6 @@ section#home
#mentor-account-edit-confirmation(hidden).no-sidebar.container
include profile/confirmation.pug
footer#footer
include ./../footer.pug
\ No newline at end of file
......@@ -760,6 +760,48 @@ header span.ico_search{
header#header sib-form-dropdown>label>div {
display: none;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXX footer XXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
footer#footer{
background:var(--bg-block);
height: auto;
box-shadow: 0 2px 10px 0 rgba(0,0,0,0.14);
position: relative;
padding-top: 2rem;
}
.logo_footer{
width: 22rem;
text-decoration: none;
}
.textMore{
width: 40%;
}
.logo_footer p{
margin: 1px;
font-weight: bolder;
color:black;
font-size: small;
}
.logo_footer div{
margin-left: 13px;
}
.footer_warning{
padding: 20px;
text-align: center;
margin: 0 auto;
line-height: 3rem;
width: 70%;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment