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

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Zemper{% endblock %}
  3. {% block stylesheets %}
  4.     {{ parent() }}
  5.     {{ encore_entry_link_tags('group-companies') }}
  6. {% endblock %}
  7. {% block javascripts %}
  8.     {{ parent() }}
  9.     {{ encore_entry_script_tags('vimeo') }}
  10. {% endblock %}
  11. {% block body %}
  12.     <div class="group-company-top-banner position-relative w-100" id="zemper-top-banner">
  13.         <div class="gc-banner-media-wrap w-100 h-100">
  14.             <iframe class="h-100 group-company-top-video position-absolute" src="https://player.vimeo.com/video/714386607?background=1&amp;controls=0&amp;quality=1080p" allow="autoplay; fullscreen" rel="nofollow noopener"></iframe>
  15.         </div>
  16.         <div class="bg-white-90 inner-circle position-absolute start-50 translate-middle">
  17.             <img class="position-absolute start-50 top-50 translate-middle wider-gc-logo" src="{{ asset('build/images/group-logos/zemper-colour.svg') }}" alt="Zemper" title="Zemper">
  18.         </div>
  19.         <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">
  20.         <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>
  21.     </div>
  22.     <div class="bg-white container-fluid d-flex flex-column-reverse flex-xl-row py-5 py-xl-7" id="company-info">
  23.         <div class="col-1"></div>
  24.         <div class="col-xl-3 col-10 px-sm-5 px-xl-0">
  25.             <ul class="list-unstyled pb-xl-5 pt-xl-0 py-5">
  26.                 <li>
  27.                     <h3 class="mid-green">Information</h3>
  28.                 </li>
  29.                 <li class="my-1">
  30.                     <img class="d-inline gc-info-icons me-2" src="{{ asset('build/images/group-companies/location.svg') }}" alt="Location Pin">
  31.                     <p class="d-inline dark-green fs-5">Ciudad Real, Spain</p>
  32.                 </li>
  33.                 <li class="my-1">
  34.                     <img class="d-inline gc-info-icons me-2" src="{{ asset('build/images/group-companies/web-icon.svg') }}" alt="Website Icon"><a href="https://zemper.com/" class="d-inline dark-green fs-5 hover-yellow ms-1 text-decoration-none" rel="noopener">www.zemper.com</a>
  35.                 </li>
  36.             </ul>
  37.             <h4 class="mid-green text-start">Market Sectors</h4>
  38.             <ul class="dark-green list-unstyled pb-5 text-start">
  39.                 <li class="my-1">
  40.                     <img class="d-inline gc-market-icons me-2" src="{{ asset('build/images/group-companies/commercial-icon.svg') }}" alt="Commercial icon">
  41.                     <p class="d-inline fs-5">Commercial</p>
  42.                 </li>
  43.                 <li class="my-1">
  44.                     <img class="d-inline gc-market-icons me-2" src="{{ asset('build/images/group-companies/infrastructure-icon.svg') }}" alt="Infrastructure icon">
  45.                     <p class="d-inline fs-5">Infrastructure</p>
  46.                 </li>
  47.                 <li class="my-1">
  48.                     <img class="d-inline gc-market-icons me-2" src="{{ asset('build/images/group-companies/industrial-icon.svg') }}" alt="Industrial icon">
  49.                     <p class="d-inline fs-5">Industrial</p>
  50.                 </li>
  51.             </ul>
  52.             <h4 class="mid-green text-start">Key Products</h4>
  53.             <ul class="dark-green ps-4 text-start">
  54.                 <li>
  55.                     <p class="fs-5">Emergency general illumination</p>
  56.                 </li>
  57.                 <li>
  58.                     <p class="fs-5">Emergency exit signage</p>
  59.                 </li>
  60.                 <li>
  61.                     <p class="fs-5">Emergency lighting systems</p>
  62.                 </li>
  63.             </ul>
  64.         </div>
  65.         <div class="col-xl-1 d-xl-none"></div>
  66.         <div class="col-xl-6 col-12 mid-green ms-xl-3 px-sm-5 px-xl-0">
  67.             <p class="fs-5">Zemper was established in 1967 and is a leading independent producer of emergency lighting. It uses highly automated manufacturing processes and through high levels of research and development, and extensive in-house and third-party testing, supplies market leading products including wired and wireless self-testing systems.</p>
  68.             <p class="fs-5">Based in Ciudad Real, Spain and with an additional sales and distribution facility in France, revenue is derived from Spain, France and Belgium as well as other overseas territories. Modern facilities encompass all areas of product manufacturing including electronics PCB assembly, injection moulding of parts, robotic assembly, and end of line testing.</p>
  69.             <p class="fs-5">The combination of many years of market knowledge and flexible production gives Zemper a strong market position in emergency lighting in commercial, infrastructure and industrial sectors, supported by fire and safety regulations and industry specific accreditations.</p>
  70.             <div class="py-5 video-wrapper w-100" title="Zemper Overview">
  71.                 <div class="mb-3 position-relative rounded-4 vimeo-box vimeo-overlay-video" data-autoplay="1" data-vimeo-uri="714386607">
  72.                     <img class="w-100" src="{{ vimeoThumbnail('714386607', true) }}" alt="Play">
  73.                 </div>
  74.                 <h4>Zemper Overview</h4>
  75.             </div>
  76.         </div>
  77.         <div class="col-xl-1"></div>
  78.     </div>
  79. {% endblock %}