templates/front/elements/map.html.twig line 1

Open in your IDE?
  1.     <!-- début carte -->
  2.     <section id="mapAteliers">
  3.         <div class="container">
  4.             <div class="row d-flex justify-content-center">
  5.                 <div class="col-lg-10 py-5 py-lg-0" data-aos="fade-right" style="text-align:center; color:white;">
  6.                     <h3>Ateliers numériques de Webgiciel & Justarigolo</h3>
  7.                     <p>
  8.                         Dol-de-Bretagne (35) <br>
  9.                         Gathemo (50) <br>
  10.                         Villejuif (94)
  11.                     </p>
  12.                     <a href="mailto:contact@webgiciel.com">contact@webgiciel.com</a>
  13.                     <div id="map" style="width: 100%; height: 300px; background-color: purple; margin-top:20px;"></div>
  14.                 </div>
  15.             </div>
  16.         </div>
  17.     </section>
  18.     <!-- fin carte -->