hero.html 1.2 KB

12345678910111213141516171819202122
  1. <section class="sec-hero" style="margin-top: 64px;">
  2. <div class="container">
  3. <div class="row">
  4. <div class="col-md-6">
  5. <h2 class="hero-title">製作影片 一鍵合成</h2>
  6. <p class="hero-txt">輸入文字素材,即速產生影片<br>
  7. 創作影片,不再需要錄影機、演員、麥克風繁雜器材。<br>
  8. 大幅省下時間、人力、器材成本。</p>
  9. <button class="hero-btn" onclick="window.location.href=`https://video.choozmo.com/register.html`">立即開始</button>
  10. </div>
  11. <div class="col-md-6 col-left" style="position: relative;">
  12. <img src="img/背景紫.png" alt="" class="hero-purple">
  13. <!-- <img src="img/背景-橘.png" alt="" width="150px" class="hero-orange"> -->
  14. <img src="img/背景橘.png" alt="" class="hero-orange-s">
  15. <img src="img/textgrp3.png" alt="" class="hero-textgrp">
  16. <img src="img/video.png" alt="" class="hero-video">
  17. <img src="img/放大鏡.png" alt="" class="hero-amplify">
  18. <div class="hero-imgfr"><img src="img/2222.png" alt=""></div>
  19. </div>
  20. </div>
  21. </div>
  22. </section>