src/Hitso/Bundle/CommonBundle/Resources/views/Front/HomePage/possibilities_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 showcase__row-col--to_right">
  5.             <div class="showcase__content">
  6.                 <img class="showcase__content-ico" src="{{ asset('bundles/hitsocommon/hitsox-default-theme/img/content/ico-2.svg') }}"
  7.                      alt="icon alt"/>
  8.                 <h2 class="showcase__content-title section-title section-title--h2">
  9.                     Unlimited possibilities
  10.                 </h2>
  11.                 <p class="showcase__content-lead section-lead section-lead--small">
  12.                     Thanks to efficient and scalable software: ElasticSearch, Sphinxand RabbitMQ.
  13.                 </p>
  14.             </div>
  15.         </div>
  16.         <div class="showcase__row-col showcase__row-col--to_left">
  17.             <picture class="showcase__photo">
  18.                 <img class="showcase__photo-img lazyload"
  19.                      data-src="{{ asset('bundles/hitsocommon/hitsox-default-theme/img/content/showcase-2.png') }}"
  20.                      style="margin: -64px -78px -34px 0"/>
  21.             </picture>
  22.         </div>
  23.     </div>
  24. </section>