footer.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <footer class="footer">
  2. <div class="container">
  3. <div class="row">
  4. <div class="col-xs-12 col-sm-6 px-0">
  5. <img src="https://i.imgur.com/P1gNopa.png" alt="" style="width: 100%; max-width: 250px;">
  6. <div class="footer-aigirl">ChoozMo AIGV</div>
  7. <div class="footer-follow">Follow us</div>
  8. <div class="footer-socials">
  9. <a href="https://www.linkedin.com/company/choozmo/">
  10. <img src="https://i.imgur.com/qnd9QrT.png" alt="" width="32px" height="32px">
  11. </a>
  12. <a href="https://www.facebook.com/choozmo/">
  13. <img src="https://i.imgur.com/WdCAhSo.png" alt="" width="48px" height="48px">
  14. </a>
  15. <a href="https://line.me/R/ti/p/@choozmo?from=page">
  16. <img src="https://i.imgur.com/dNZ2aGW.png" alt="" width="32px" height="32px">
  17. </a>
  18. <a href="https://www.instagram.com/choozmo_cmm/">
  19. <img src="https://i.imgur.com/pdJPY7m.png" alt="" width="60px" height="60px" style="margin-left: -6px; margin-right: -8px;">
  20. </a>
  21. <a href="https://twitter.com/ai_cmm">
  22. <img src="https://i.imgur.com/qGBzq4J.png" alt="" width="32px" height="28px" style="margin-right: 3px;">
  23. </a>
  24. <a href="https://www.youtube.com/channel/UC2Qda9PhJWuiMTCZ-j7K_hg">
  25. <img src="https://i.imgur.com/zn6DUY8.png" alt="" width="38px" height="38px">
  26. </a>
  27. </div>
  28. </div>
  29. <div class="col-xs-12 col-sm-6">
  30. <div class="footer-contacts">
  31. <h5>CONTACT</h5>
  32. <div>
  33. ChoozMo Inc.<br>9F-9, No. 229, Fuxing 2nd Rd., Zhubei City, Hsinchu County, Taiwan<br>TEL: +886-3-667-0804<br>Email: service@choozmo.com
  34. </div>
  35. </div>
  36. </div>
  37. </div>
  38. </div>
  39. </footer>