templates/group-companies/schahlled.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}SchahlLED{% endblock %}
  3. {% block stylesheets %}
  4.     {{ parent() }}
  5.     {{ encore_entry_link_tags('group-companies') }}
  6. {% endblock %}
  7. {% block body %}
  8.     <div class="group-company-top-banner position-relative w-100" id="schahlled-top-banner">
  9.         <div class="bg-white-90 inner-circle position-absolute start-50 translate-middle">
  10.             <img class="position-absolute start-50 top-50 translate-middle wider-gc-logo" src="{{ asset('build/images/group-logos/schahlled-colour.svg') }}" alt="SchahlLED" title="SchahlLED">
  11.         </div>
  12.         <img class="bottom-0 d-xl-block d-none position-absolute start-0 w-100" id="white-curves" src="{{ asset('build/images/white-curves.svg') }}" alt="white curves">
  13.         <a href="#company-info" rel="nofollow"><img src="{{ asset('build/images/yellow-down-arrow.svg') }}" alt="Yellow arrow" class="bottom-0 position-absolute start-50 translate-middle yellow-down-arrow z-index-1"></a>
  14.     </div>
  15.     <div class="bg-white container-fluid d-flex flex-column-reverse flex-xl-row py-5 py-xl-7" id="company-info">
  16.         <div class="col-xl-1"></div>
  17.         <div class="col-xl-3 col-12 px-sm-5 px-xl-3">
  18.             <ul class="list-unstyled pb-xl-5 pt-xl-0 py-5">
  19.                 <li>
  20.                     <h3 class="mid-green">Information</h3>
  21.                 </li>
  22.                 <li class="mb-1">
  23.                     <img class="d-inline gc-info-icons me-2" src="{{ asset('build/images/group-companies/location.svg') }}" alt="Location Pin">
  24.                     <p class="d-inline dark-green fs-5">Unterschleißheim, Germany</p>
  25.                 </li>
  26.                 <li class="my-1">
  27.                     <img class="d-inline gc-info-icons me-2" src="{{ asset('build/images/group-companies/web-icon.svg') }}" alt="Website Icon"><a href="https://www.schahlled.de/" class="d-inline dark-green fs-5 hover-yellow ms-1 text-decoration-none" rel="noopener">www.schahlled.de</a>
  28.                 </li>
  29.             </ul>
  30.             <h4 class="mid-green text-start">Market Sectors</h4>
  31.             <ul class="dark-green list-unstyled pb-5 text-start">
  32.                 <li class="my-1">
  33.                     <img class="d-inline gc-market-icons me-2" src="{{ asset('build/images/group-companies/manufacturing-icon.svg') }}" alt="Manufacturing icon">
  34.                     <p class="d-inline fs-5">Manufacturing</p>
  35.                 </li>
  36.                 <li class="my-1">
  37.                     <img class="d-inline gc-market-icons me-2" src="{{ asset('build/images/group-companies/industrial-icon.svg') }}" alt="Industrial icon">
  38.                     <p class="d-inline fs-5">Industrial</p>
  39.                 </li>
  40.                 <li class="my-1">
  41.                     <img class="d-inline gc-market-icons me-2" src="{{ asset('build/images/group-companies/infrastructure-icon.svg') }}" alt="Infrastructure icon">
  42.                     <p class="d-inline fs-5">Infrastructure</p>
  43.                 </li>
  44.                 <li class="my-1">
  45.                     <img class="d-inline gc-market-icons me-2" src="{{ asset('build/images/group-companies/commercial-icon.svg') }}" alt="Commercial icon">
  46.                     <p class="d-inline fs-5">Commercial</p>
  47.                 </li>
  48.             </ul>
  49.             <h4 class="mid-green text-start">Key Products</h4>
  50.             <ul class="dark-green ps-4 text-start">
  51.                 <li>
  52.                     <p class="fs-5">Recessed, surface and suspended luminaires</p>
  53.                 </li>
  54.                 <li>
  55.                     <p class="fs-5">Emergency lighting systems</p>
  56.                 </li>
  57.                 <li>
  58.                     <p class="fs-5">High and low bay luminaires</p>
  59.                 </li>
  60.                 <li>
  61.                     <p class="fs-5">Lighting controls</p>
  62.                 </li>
  63.                 <li>
  64.                     <p class="fs-5">Exterior lighting</p>
  65.                 </li>
  66.             </ul>
  67.         </div>
  68.         <div class="col-1 d-xl-none"></div>
  69.         <div class="col-xl-6 col-12 mid-green px-sm-5 px-xl-0">
  70.             <p class="fs-5">SchahlLED Lighting is a turnkey provider of intelligent LED solutions for the industrial and logistics sectors with more than 50 years of lighting and 20 years of LED experience.</p>
  71.             <p class="fs-5">The company is based in Unterschleißheim near Munich and has sales offices in Cologne and Weyhe close to Bremen. As both manufacturer and full-service provider, SchahlLED plans lighting concepts and supplies intelligent LED lighting systems.</p>
  72.         </div>
  73.         <div class="col-xl-1"></div>
  74.     </div>
  75. {% endblock %}