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

Open in your IDE?
  1. <!-- hero -->
  2. <section class="hero">
  3.     <div class="hero__content">
  4.         <h2 class="section-title section-title--h1">
  5.             New way to add content to your website
  6.         </h2>
  7.         <p class="section-lead">
  8.             Hitso is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.
  9.         </p>
  10.     </div>
  11.     <a href="/hitso" class="hero-cta btn btn--primary">Get started with Hitso</a>
  12. </section>