templates/Theme/VoetbalRetour/partials/hero_usps.html.twig line 1

Open in your IDE?
  1. <div class="component component_hero_usps">
  2.     <div data-modal-width="50%" data-url="{{ path('usp_bar') }}"
  3.          class="component component_usps_bar_row" data-settings='{"usps": "getUspsEndpoint"}'
  4.          data-settings-data='{"usps": ["1","2","3"]}'>
  5.         <p class="text-center w-100"><img src="{{ asset('assets/contentbox/spinner.svg') }}" /></p>
  6.     </div>
  7.     <div class="component component_quality-labels">
  8.         <a href="https://www.thuiswinkel.org/leden/voetbal-retour/certificaat" title="" target="_blank">
  9.             <img src="https://www.voetbalretour.nl/uploads/Thuiswinkel_checkout_liggend2.jpg" alt=""></a>
  10.         <a href="https://stichting-ggto.nl/html/Aangesloten.asp" title="" target="_blank">
  11.             <img src="https://www.voetbalretour.nl/uploads/GGTO_logo_blue.png" alt=""></a>
  12.         <a href="https://www.vvkr.nl" title="" target="_blank">
  13.             <img src="https://www.voetbalretour.nl/uploads/logo-vvkr.png" alt=""></a>
  14.         <div class="hero-rating">
  15.             <div class="star-rating">
  16.                 {% spaceless %}
  17.                 <a href="https://www.voetbalretour.nl/reisverhalen">
  18.                 <i class="fas fa-star" style="color: rgb(255, 198, 0);" aria-hidden="true"></i>
  19.                 <i class="fas fa-star" style="color: rgb(255, 198, 0);" aria-hidden="true"></i>
  20.                 <i class="fas fa-star" style="color: rgb(255, 198, 0);" aria-hidden="true"></i>
  21.                 <i class="fas fa-star" style="color: rgb(255, 198, 0);" aria-hidden="true"></i>
  22.                 <i class="fas fa-star" style="color: rgb(255, 198, 0);" aria-hidden="true"></i>
  23.                 </a>
  24.                 {% endspaceless %}
  25.                 <span style="color: rgb(255, 198, 0);"></span>
  26.                 <a href="https://www.voetbalretour.nl/reisverhalen" class="is-margin-left-5 rating-amount" title="">547 beoordelingen</a>
  27.             </div>
  28.         </div>
  29.     </div>
  30. </div>