You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

contact.antlers.html 1.5KB

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