Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314151617181920212223242526272829303132333435
  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. <a href="https://demo.amics.com.my/admin/login">
  24. <button class="btn-submit">SUBMIT</button>
  25. </a>
  26. </form>
  27. </div>
  28. <div class="col-12 col-md-6 d-none d-md-block bg-contact">
  29. <!-- Image -->
  30. </div>
  31. </div>
  32. </section>