about.html 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Ai_anchor_Demo</title>
  8. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet"
  9. integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
  10. <link rel="stylesheet" href="./style.css">
  11. </head>
  12. <body>
  13. <section class="sec01">
  14. <div class="card border-0">
  15. <!-- <img src="./img/T1.png" class="card-img img-fluid" alt="..."> -->
  16. <div class="card-img-overlay pb-0">
  17. <div>
  18. <a style="text-decoration: none;color:#000; font-size: 32px;font-weight: 900;"
  19. href="./index.html"><img class="me-3" style="width: 60px;" src="./img/home-button.png" alt="">AI
  20. Spokesgirl</a>
  21. </div>
  22. <section class="sec-hero" style="margin-top: 10px;">
  23. <div class="container">
  24. <div class="row">
  25. <div class="col-md-6">
  26. <h2 class="hero-title mb-5">製作影片 一鍵合成</h2>
  27. <p class="hero-txt">輸入文字素材,即速產生影片<br>
  28. 創作影片,不再需要錄影機、演員、麥克風繁雜器材。<br>
  29. 大幅省下時間、人力、器材成本。</p>
  30. <button class="hero-btn" onclick="window.location.href=`https://video.choozmo.com/register.html`">立即開始</button>
  31. </div>
  32. <div class="col-md-6 col-left" style="position: relative;">
  33. <img src="img/背景紫.png" alt="" class="hero-purple">
  34. <!-- <img src="img/背景-橘.png" alt="" width="150px" class="hero-orange"> -->
  35. <img src="img/背景橘.png" alt="" class="hero-orange-s">
  36. <img src="img/textgrp3.png" alt="" class="hero-textgrp">
  37. <img src="img/video.png" alt="" class="hero-video">
  38. <img src="img/放大鏡.png" alt="" class="hero-amplify">
  39. <div class="hero-imgfr"><img src="img/2222.png" alt=""></div>
  40. </div>
  41. </div>
  42. </div>
  43. </section>
  44. </div>
  45. </div>
  46. </section>
  47. <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.3/dist/umd/popper.min.js"
  48. integrity="sha384-W8fXfP3gkOKtndU4JGtKDvXbO53Wy8SZCQHczT5FMiiqmQfUpWbYdTil/SxwZgAN"
  49. crossorigin="anonymous"></script>
  50. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.min.js"
  51. integrity="sha384-skAcpIdS7UcVUC05LJ9Dxay8AXcDYfBJqt1CJ85S/CFujBsIzCIv+l9liuYLaMQ/"
  52. crossorigin="anonymous"></script>
  53. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  54. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  55. </body>
  56. </html>