templates/juki/HitsoCommonBundle/Front/HomePage/technology_showcase.html.twig line 1

Open in your IDE?
  1. <!-- showcase -->
  2. <section class="showcase">
  3.     <div class="showcase__row">
  4.         <div class="showcase__row-col">
  5.             <div class="showcase__content">
  6.                 <img class="showcase__content-ico" src="{{ asset('juki/img/content/ico-1.svg') }}"
  7.                      alt="icon alt"/>
  8.                 <h2 class="showcase__content-title section-title section-title--h2">
  9.                     New technologies in one place
  10.                 </h2>
  11.                 <p class="showcase__content-lead section-lead section-lead--small">
  12.                     We based the system on Symfony 3 and React, the newest web application production technologies, which
  13.                     significantly increase their efficiency.
  14.                 </p>
  15.             </div>
  16.         </div>
  17.         <div class="showcase__row-col">
  18.             <picture class="showcase__photo">
  19.                 <img class="showcase__photo-img lazyload" data-src="{{ asset('juki/img/content/showcase-1.png') }}" style="margin: -39px 0 -69px -49px"/>
  20.             </picture>
  21.         </div>
  22.     </div>
  23. </section>