templates/juki/HitsoTicketsBundle/Front/Common/info.html.twig line 1

Open in your IDE?
  1. <div class="contact__row">
  2.     <div class="contact__row-col">
  3.         <section class="text_box text_box--center">
  4.             <img class="section-ico" src="{{ asset('juki/img/content/ico-8.svg') }}" />
  5.             <h2 class="section-title section-title--h2">
  6.                 Autenika Software House
  7.             </h2>
  8.             <address class="section-lead section-lead--small text-dark">
  9.                 272 Goyette Corners Apt. 284<br />
  10.                 Washington, NY<br />
  11.                 <a href="mailto:office@hitso.com">office@hitso.com</a> / <a href="tel:+12025550190">+1-202-555-0190</a>
  12.             </address>
  13.             <a href="#contact_form" class="btn btn--secondary">Contact form</a>
  14.         </section>
  15.     </div>
  16.     <div class="contact__row-col">
  17.         <section class="text_box text_box--center">
  18.             <img class="section-ico" src="{{ asset('juki/img/content/ico-8.svg') }}" />
  19.             <h2 class="section-title section-title--h2">
  20.                 Michael Samojlik
  21.             </h2>
  22.             <address class="section-lead section-lead--small text-dark">
  23.                 <a href="tel:+48784650353">+48 784 650 353</a><br />
  24.                 <a href="mailto:michal.samojlik@hitso.com">michal.samojlik@hitso.com</a><br />
  25.                 <a href="skype:papuas1">skype: papuas1</a>
  26.             </address>
  27.             <a href="skype:papuas1" class="btn btn--primary">Skype me</a>
  28.         </section>
  29.     </div>
  30. </div>