src/ApplicationBundle/Modules/MarketPlace/Resources/views/footer/market_place_footer.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.   <head>
  4.     <meta charset="UTF-8" />
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6.     <title>RAACH Solar</title>
  7.     
  8.   </head>
  9.   <body>
  10.     <section class="footer">
  11.       <div class="container mx-auto text-center">
  12.         <img src="{{ absolute_url(asset('marketplace_assets/assests/raachLogo.svg')) }}" alt="Logo" class="" />
  13.         <p class="mt-4">
  14.           At interdum pellentesque odio faucibus. Nibh tempor in id ultricies
  15.           orci morbi sit mi id. <br />
  16.           Arcu sed vestibulum liber sed vestibulum liber sed vestibulum .
  17.         </p>
  18.         <p class="fw-bold">Contact Us</p>
  19.         <p>
  20.           <span> <img src="{{ absolute_url(asset('marketplace_assets/assests/footer/envelope.svg')) }}" alt="envelop" />  </span>
  21.           info@ourhoneybee.eu
  22.         </p>
  23.         <div>
  24.           <img src="{{ absolute_url(asset('marketplace_assets/assests/footer/Facebook.svg')) }}" alt="facebook" class="mx-2" />
  25.           <img src="{{ absolute_url(asset('marketplace_assets/assests/footer/instagram.svg')) }}" alt="instagram" class="mx-2" />
  26.           <img src="{{ absolute_url(asset('marketplace_assets/assests/footer/linkedin.svg')) }}" alt="linkedin" class="mx-2" />
  27.           <img src="{{ absolute_url(asset('marketplace_assets/assests/footer/x.svg')) }}" alt="x" class="mx-2" />
  28.           <img src="{{ absolute_url(asset('marketplace_assets/assests/footer/other.svg')) }}" alt="other" class="mx-2" />
  29.           <img src="{{ absolute_url(asset('marketplace_assets/assests/footer/youtube.svg')) }}" alt="youtube" class="mx-2" />
  30.         </div>
  31.         <hr class="custom-hr" />
  32.         <div>
  33.           <p>
  34.             Copyright © 2024
  35.             <span class="footer-text"> RAACH Solar </span>
  36.             <span class="mx-2">Powered by</span>
  37.             <span class="fw-bold">© 2024 RAACH Solar</span>
  38.           </p>
  39.         </div>
  40.       </div>
  41.     </section>
  42.     
  43.     <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
  44.      <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
  45.     <script src="{{ absolute_url(path('dashboard')) }}marketplace_assets/js/bootstrap.bundle.min.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script> 
  46.     <script src="{{ absolute_url(path('dashboard')) }}marketplace_assets/js/calender.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
  47.     <script src="{{ absolute_url(path('dashboard')) }}marketplace_assets/js/order_progress.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
  48.     <script src="{{ absolute_url(path('dashboard')) }}marketplace_assets/js/product_page.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
  49.     <script src="{{ absolute_url(path('dashboard')) }}marketplace_assets/js/range.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
  50.     <script src="{{ absolute_url(path('dashboard')) }}marketplace_assets/js/graph.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
  51.     <script src="{{ absolute_url(path('dashboard')) }}marketplace_assets/js/script.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
  52.   </body>
  53. </html>