Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

contact.antlers.html 1.7KB

1234567891011121314151617181920212223242526272829303132
  1. <section class="contact-section">
  2. <div class="row m-0">
  3. <div class="col-12 col-md-6 d-block d-md-none bg-contact">
  4. <!-- Image -->
  5. </div>
  6. <div class="col-12 col-md-6 py-5 px-5 bg-white">
  7. <form class="contact-form bg-secondary-subtle rounded-5 py-5 px-3 px-md-5 my-1">
  8. <h3 class="text-center text-md-start" style="margin-bottom: 70px;">Fill in your information</h3>
  9. <div class="d-flex flex-column" style="margin-bottom: 10px;">
  10. <input type="text" placeholder="Your name">
  11. <input type="email" placeholder="Your email">
  12. <input type="text" placeholder="Phone no">
  13. <input type="text" placeholder="Company name">
  14. </div>
  15. <div class="container-fluid p-0 d-flex flex-column flex-md-row justify-content-center justify-content-md-between px-5" style="margin-bottom: 40px;">
  16. <p class="p-small fw-bold text-center text-md-start"> Follow us now:</p>
  17. <div class="d-flex flex-row justify-content-center justify-content-md-start" style="gap: 20px;">
  18. <i class="bi bi-telephone-fill text-dark" style="font-size: 20px;"></i>
  19. <i class="bi bi-whatsapp text-dark" style="font-size: 20px;"></i>
  20. <i class="bi bi-envelope text-dark" style="font-size: 22px;"></i>
  21. </div>
  22. </div>
  23. <button class="btn-submit">SUBMIT</button>
  24. </form>
  25. </div>
  26. <div class="col-12 col-md-6 d-none d-md-block bg-contact">
  27. <!-- Image -->
  28. </div>
  29. </div>
  30. </section>