Skip to content
Snippets Groups Projects
footer.pug 1.14 KiB
.container
    .flex.flex_espace.flex_item_center
        a.logo_footer(href='https://coopseurope.coop/' target="_blank")
            figure.margin_bord_ecran
                img(src=`${client_domain}/images/logo_CE.png` alt="Cooperatives Europe")
        a.logo_footer(href='#')
            figure.margin_bord_ecran
                img(src=`${client_domain}/images/logo_coops4dev.jpg` alt="Coops 4 Dev logo")
        a.logo_footer(href='#')
            figure.flex.flex_item_center
                img.textMore(src=`${client_domain}/images/ica_logo.png` alt="International Cooperative Alliance logo")
                div
                    p International
                    p Co-operative
                    p Alliance
        a.logo_footer(href='#')
            figure.flex.flex_item_center
                img.textMore(src=`${client_domain}/images/logo_UE.jpg` alt="European Union Logo")
                div
                    p Co-funded 
                    p by the
                    p European Union
    p.footer_warning.flex_item_center=`${data.FooterFundingNotice}`
    p.contact
      a(href=`mailto:coopedia@coopseurope.coop`)=`${data.ContactFooter}`