templates/vitrine/en/components/footer.html.twig line 1

Open in your IDE?
  1. <footer class="text-light section-dark">
  2. <div class="container">
  3. <div class="row g-4 align-items-center">
  4. <div class="col-md-12">
  5. <div class="d-lg-flex align-items-center justify-content-between text-center">
  6. <div style="color:#212121;">
  7. <h3 class="fs-20">Location</h3>
  8. 20 Rue du Vieux Marché aux Grains<br />
  9. Strasbourg, 67000, France
  10. </div>
  11. <div>
  12. <img src="/uploads/logo-ch.png" style="width:150px;" alt=""><br>
  13. <div class="social-icons mb-sm-30 mt-4">
  14. <a href="https://www.facebook.com/profile.php?id=61584632938177"><i class="fa-brands fa-facebook-f" style="color:black; border:1px solid black;"></i></a>
  15. <a href="https://www.instagram.com/cathedrale_heritage/"><i class="fa-brands fa-instagram" style="color:black; border:1px solid black;"></i></a>
  16. </div>
  17. </div>
  18. <div style="color:#212121;">
  19. <h3 class="fs-20">How to contact us?</h3>
  20. +33 761 058 243<br>
  21. <a href="mailto:contact@cathedraleheritage.com" style="color:#212121;">contact@cathedraleheritage.com</a>
  22. </div>
  23. </div>
  24. </div>
  25. </div>
  26. </div>
  27. <div class="subfooter" style="border-top:1px solid #B07F50; background-color: #B07F50;">
  28. <div class="container">
  29. <div class="row">
  30. <div class="col-md-12 text-center">
  31. Copyright {{ "now"|date('Y') }} - Cathédrale Héritage SCI &nbsp; &nbsp; <a href="/terms">Terms and conditions of sale</a> &nbsp; &nbsp; <a href="/mentions">Legal notice</a> {% if is_granted('ROLE_SUPER_ADMIN') %}&nbsp; &nbsp; <a href="{{ path('backoffice_dashboard') }}" style="color:white;">Administration</a> &nbsp; &nbsp; <a href="{{ path('app_logout') }}">Logout</a>{% endif %}
  32. </div>
  33. </div>
  34. </div>
  35. </div>
  36. </footer>