templates/bandemobile.html.twig line 1

Open in your IDE?
  1. {# 
  2.  Componenet  : Bandemobile  
  3.  30.01.2023
  4.  This component only shows in mobile < 600px screen width 
  5.  Happy Hacking :) 
  6.  #}
  7. <div class="sticky-links-mobile" style="display:none">
  8. <p>My Audio est maintenant disponible sur votre smartphone,<br> Apple ou Android Téléchargez depuis </p>
  9. <div class="buttons-wrapper">
  10. <a class="playstore-button"  href="https://apps.apple.com/fr/app/my-audio/id1613143910" target="_blank">
  11.   <svg class="icon" stroke="#ffffff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" ><g stroke-width="0" ></g><g stroke-linejoin="round" stroke-linecap="round" id="SVGRepo_tracerCarrier"></g><g id="SVGRepo_iconCarrier"> <path d="M18.71 19.5C17.88 20.74 17 21.95 15.66 21.97C14.32 22 13.89 21.18 12.37 21.18C10.84 21.18 10.37 21.95 9.09997 22C7.78997 22.05 6.79997 20.68 5.95997 19.47C4.24997 17 2.93997 12.45 4.69997 9.39C5.56997 7.87 7.12997 6.91 8.81997 6.88C10.1 6.86 11.32 7.75 12.11 7.75C12.89 7.75 14.37 6.68 15.92 6.84C16.57 6.87 18.39 7.1 19.56 8.82C19.47 8.88 17.39 10.1 17.41 12.63C17.44 15.65 20.06 16.66 20.09 16.67C20.06 16.74 19.67 18.11 18.71 19.5ZM13 3.5C13.73 2.67 14.94 2.04 15.94 2C16.07 3.17 15.6 4.35 14.9 5.19C14.21 6.04 13.07 6.7 11.95 6.61C11.8 5.46 12.36 4.26 13 3.5Z"></path> </g></svg>
  12.    <span class="texts">
  13.   <span class="text-2">App Store</span>
  14.    </span>
  15.   </a>
  16.   <span class="sep">Ou </span>
  17.   <a class="playstore-button" href="https://play.google.com/store/apps/details?id=com.myaudio.my_audio_android&amp;hl=fr_FR" target="_blank">
  18.   <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="icon" viewBox="0 0 512 512">
  19.     <path d="M99.617 8.057a50.191 50.191 0 00-38.815-6.713l230.932 230.933 74.846-74.846L99.617 8.057zM32.139 20.116c-6.441 8.563-10.148 19.077-10.148 30.199v411.358c0 11.123 3.708 21.636 10.148 30.199l235.877-235.877L32.139 20.116zM464.261 212.087l-67.266-37.637-81.544 81.544 81.548 81.548 67.273-37.64c16.117-9.03 25.738-25.442 25.738-43.908s-9.621-34.877-25.749-43.907zM291.733 279.711L60.815 510.629c3.786.891 7.639 1.371 11.492 1.371a50.275 50.275 0 0027.31-8.07l266.965-149.372-74.849-74.847z"></path>
  20.   </svg>
  21.   <span class="texts">
  22.     <span class="text-2">Google Play</span>
  23.   </span>
  24. </a>
  25. </div>
  26.   <button class="close-banner">&times;</button>
  27. </div>