Footer.html 1.6 KB

123456789101112131415161718192021222324252627
  1. <footer class="footer">
  2. <div class="container">
  3. <div class="row">
  4. <div class="col-xs-12 col-md-6">
  5. <img src="img/CMM_LOGO.png" alt="" width="250">
  6. <div class="footer-aigirl">Choozmo AI Spokesgirl</div>
  7. <div class="footer-follow">關注我們</div>
  8. <div class="footer-socials">
  9. <a href="https://www.linkedin.com/company/choozmo/"><img src="img/linkedin-logo.png" alt=""></a>
  10. <a href="https://www.facebook.com/choozmo/"><img src="img/facebook.png" alt=""></a>
  11. <a href="https://line.me/R/ti/p/@choozmo?from=page"><img src="img/line.png" alt=""></a>
  12. <a href="https://www.youtube.com/channel/UCi3jHOCCmx0Zyl2ZvoHzHQg"><img src="img/youtube-new-flat-logo-1.png" alt="" width="32px" height="32px"></a>
  13. <a href="https://www.instagram.com/choozmo_cmm/"><img src="img/instagram.png" alt="" width="32px" height="32px"></a>
  14. <a href="https://twitter.com/ai_cmm"><img src="img/twitter.png" alt="" width="32px" height="32px"></a>
  15. </div>
  16. </div>
  17. <div class="col-xs-12 col-md-6">
  18. <div class="footer-contacts">
  19. <h5>CONTACT</h5>
  20. <div>
  21. 集仕多股份有限公司<br>新竹縣竹北市復興二路229號9樓之9<br>聯絡電話:036670804<br>聯絡信箱:SERVICE@CHOOZMO.COM
  22. </div>
  23. </div>
  24. </div>
  25. </div>
  26. </div>
  27. </footer>