templates/themes/theme/common/certified.html.twig line 1

Open in your IDE?
  1. <div class="flex flex-wrap justify-between items-center mt-12 text-center">
  2.     <img class="max-w-[30%] sm:max-w-full h-auto mx-auto" src="{{ imageCache(asset('build/images/nasc-logo.png'), 'scaleResize', 340, 80)  }}" width="170" height="40" alt="NASC accredited logo" loading="lazy" />
  3.     <img class="max-w-[30%] sm:max-w-full h-auto mx-auto" src="{{ imageCache(asset('build/images/twf-logo.png'), 'scaleResize', 156, 160)  }}" width="78" height="80" alt="TWF accredited logo" loading="lazy" />
  4.     <img class="max-w-[30%] sm:max-w-full h-auto mx-auto" src="{{ imageCache(asset('build/images/cisrs-logo.png'), 'scaleResize', 264, 100)  }}" width="132" height="50" alt="CISRS accredited logo" loading="lazy" />
  5. </div>