demo.html 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
  11. crossorigin="anonymous">
  12. <link rel="stylesheet" href="./style.css">
  13. </head>
  14. <body>
  15. <div class="ai-spokesgril">
  16. <a style="text-decoration: none;color:#000; font-size: 32px;font-weight: 900;"
  17. href="./index.html"><img class="me-3" style="width: 50px;" src="./img/圖片1.png" alt="">AI
  18. Spokesgirl</a>
  19. <ul class="navbar-nav ms-auto mb-2 mb-lg-0 me-2">
  20. <li class="nav-item dropdown">
  21. <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
  22. 中/En
  23. </a>
  24. <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
  25. <li><button class="nav-link lan-switch" aria-current="page" set-lan="html:en" onclick="changeLan(this);window.location.reload();" value="en">English</button></li>
  26. <li><button class="nav-link lan-switch" aria-current="page" set-lan="html:zh" onclick="changeLan(this);window.location.reload();" value="zh">中文</button></li>
  27. </ul>
  28. </li>
  29. </ul>
  30. </div>
  31. <section class="sec-usecase">
  32. <div class="container">
  33. <div class="row my-5">
  34. <div class="col m-2">
  35. <a onclick="direct()" class="demo-btn">
  36. <h3 class="usecase-sub"><i class="fas fa-circle"></i> <lan set-lan="html:make_video_hand">手動製作影片</lan></h3>
  37. </a>
  38. </div>
  39. <div class="col m-2">
  40. <a href="" class="demo-btn">
  41. <h3 class="usecase-sub"><i class="fas fa-circle"></i> <lan set-lan="html:make_video_auto">自動影片製作</lan></h3>
  42. </a>
  43. </div>
  44. <div class="col m-2">
  45. <a class="demo-btn" data-bs-toggle="modal" data-bs-target="#exampleModal">
  46. <h3 class="usecase-sub"><i class="fas fa-circle"></i> <lan set-lan="html:make_video_trial">免費註冊使用</lan></h3>
  47. </a>
  48. </div>
  49. </div>
  50. </div>
  51. <div class="closeplay modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel2"
  52. aria-hidden="true">
  53. <div class="modal-dialog modal-lg">
  54. <div class="modal-content border-0">
  55. <div class="modal-header border-0">
  56. <h5 class="modal-title" id="exampleModalLabel"></h5>
  57. <button type="button" class="btn-close" data-bs-dismiss="modal"
  58. aria-label="Close"><img src="./img/close.svg" alt=""></button>
  59. </div>
  60. <div class="modal-body text-center">
  61. <h2><i class="far fa-caret-square-right me-2"></i><lan set-lan="html:make_video_trial">免費註冊使用</lan></h2>
  62. <img src="./img/Video_choozmo_qrcode.png" alt="" width="450">
  63. <a href="https://video.choozmo.com" style="text-decoration: none;color: black;"><h2>https://video.choozmo.com</h2></a>
  64. </div>
  65. </div>
  66. </div>
  67. </div>
  68. </section>
  69. <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
  70. integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
  71. crossorigin="anonymous"></script>
  72. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js"
  73. integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT"
  74. crossorigin="anonymous"></script>
  75. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  76. <script src="js/lan.js"></script>
  77. </body>
  78. </html>