templates/layouts/section/demarrer.html.twig line 1

Open in your IDE?
  1. <!-- Demarrer section -->
  2. <div class="container mt-5 my-md-5 ps-5 pe-md-0 bg-primary bg-success rounded rounded-5 text-light" id="section-demarrer"
  3.      data-aos="fade-up"
  4.      data-aos-offset="300">
  5.     <div class="row">
  6.         <div class="col-12 col-md-6 py-5">
  7.             <p class="text-light fs-tiny fw-light">
  8.                 Prêt à commencer ?
  9.             </p>
  10.             <h1>
  11.                 Démarrer votre projet
  12.             </h1>
  13.             <p class="text-left">
  14.                 Embarquons pour un voyage vers l'excellence numérique. Contactez-moi pour discuter de la façon dont nous pouvons travailler ensemble.
  15.             </p>
  16.             <button class="btn bg-white text-primary fw-semibold fs-tiny my-4 px-4">
  17.                 Commencer ici
  18.             </button>
  19.         </div>
  20.         <div class="d-none d-md-block col-md-6 pe-0">
  21.             <img src="{{ asset('build/img/demarrer.png') }}" width="73%" class=" float-end" alt="Démarrer votre projet" style="border-radius: 0 0 25px 0">
  22.         </div>
  23.     </div>
  24. </div>
  25. <!-- End of Demarrer section -->