templates/home_page/carousel.html.twig line 1

Open in your IDE?
  1.     <div class="row mb-3">
  2.         <div class="col-md-6 mt-3 mb-3">
  3.             <div class="card mb-3 h-100">
  4.                 <div class="card-header">
  5.                     <h5 class="card-title text-primary">BV IT Solutions Ltd</h5>
  6.                     <h6 class="card-subtitle text-muted">Connecting Together</h6>
  7.                 </div>
  8.                 <div class="card-body d-flex justify-content-center align-items-center">
  9.                     <p class="text-center"><img src="/img/bvits.png" width="300" class="text-center" /></p>
  10.                 </div>
  11.                 <div class="card-body d-flex justify-content-end align-items-end">
  12.                     <p class="card-text">
  13.                         <a class="btn btn-lg btn-primary" role="button" href="mailto:support@bvits.co.uk">Contact us today</a>
  14.                     </p>
  15.                 </div>
  16. <!--
  17.                 <div class="card-footer text-muted">
  18.                     1 days ago
  19.                 </div>
  20. -->
  21.             </div>
  22.         </div>
  23.         <div class="col-md-6 mt-3 mb-3">
  24.             <div class="card mb-3 h-100">
  25.                 <div class="card-header">
  26.                     <h5 class="card-title text-primary">Why Choose Us?</h5>
  27.                     <h6 class="card-subtitle text-muted">Why not!</h6>
  28.                 </div>
  29.                 <div class="card-body">
  30.                     <p class="card-text">
  31.                         BV IT Solutions provides vast experience of the IT industry over the last 20 years, with both a hardware
  32.                         and software skill base. Problems can be diagnosed with knowledge crossing of those boundaries.
  33.                     </p>
  34.                     <p class="card-text">
  35.                         Seasoned experience in software, integrations, databases, diagnostics and networks, mean we cross
  36.                         boundaries others struggle to understand or desire to cross.    Professional approaches to understanding
  37.                         the issues, problems are resolved fast.
  38.                     </p>
  39.                 </div>
  40.                 <div class="card-body d-flex justify-content-end align-items-end">
  41.                     <p class="card-text">
  42.                         <a class="btn btn-lg btn-primary" href="{{ path('development_page') }}" role="button">Learn more</a>
  43.                     </p>
  44.                 </div>
  45. <!--
  46.                 <div class="card-footer text-muted">
  47.                     2 days ago
  48.                 </div>
  49. -->
  50.             </div>
  51.         </div>
  52.     </div>