Deprecated: Constant E_STRICT is deprecated in /var/www/mether/preprod/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /var/www/mether/preprod/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

templates/partials/footer.html.twig line 1

Open in your IDE?
  1. <!-- footer area start -->
    <footer>
        <div class="bd-footer__section bg-gradient pbb_logo_horizontal_blanc pt-40">
            <div class="container">
                <div class="bd-footer__main pb-10">
                    <div class=" d-flex align-items-center justify-content-center">
                        <a href="{{path('app_home')}}">
                            <img src="{{ asset('assets/images/logo.png') }}" alt="Logo Mether" width="200" height="33"
                            srcset="{{ asset('assets/images/logo.png') }} 480w,
                            {{ asset('assets/images/logo.png') }} 768w,
                            {{ asset('assets/images/logo.png') }} 1200w">
                        </a>
                    </div>
                    <div class="row text-center text-white my-3 d-flex justify-content-center">
                        {# <div class="col-12 col-md-6 text-md-end"><a href="{{path('app_terms_and_conditions')}}">{% trans %}Conditions Générales de Vente{% endtrans %}</a></div> #}
                        <div class="col-12 col-md-12"><a href="{{path('app_legale_notice')}}">{% trans %}Mentions légales{% endtrans %}</a></div>
                    </div>
                    <div class="d-flex text-white align-items-center justify-content-center my-3">
                        <a href="https://www.facebook.com/metherexperiencefrancophone"><i class="fa-brands fa-facebook fa-3x me-4"></i></a>
                        <a href="https://instagram.com/mether_experience"><i class="fa-brands fa-instagram fa-3x me-4"></i></a>
                        <a href="https://t.me/+OPX0a0gwVVo2OTIx"><i class="fa-brands fa-telegram fa-3x"></i></a>
                    </div>
                    <div class="row ">
                        <div class="col-12 text-center text-white bd-footer__copyright">
                                &#169; {{ 'now' | date('Y') }} ALL RIGHTS RESERVED
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </footer>
    <!-- footer area end -->