demo.html 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  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"
  11. integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
  12. <link rel="stylesheet" href="./style.css">
  13. </head>
  14. <body>
  15. <div class="row px-0 mx-0">
  16. <div class="col-lg-2 px-0">
  17. <div class="card border-0">
  18. <img style="width:14vw;" src="./img/about/home_六角.png" alt="...">
  19. <div class="card-img-overlay d-flex justify-content-center align-items-center">
  20. <div>
  21. <a href="./index.html">
  22. <img class="home-btn" style="width: 70px; position: relative; right:1.5vw; bottom:20px;"
  23. src="./img/about/home_黑.png" alt="">
  24. </a>
  25. </div>
  26. </div>
  27. </div>
  28. </div>
  29. <div class="col-lg-9 px-0">
  30. <div class="card border-0">
  31. <img style="position: relative; right:20px;" class="img-fluid" src="./img/about/Bar.png" alt="">
  32. <div class="card-img-overlay">
  33. <div class="mt-3 me-2">
  34. <h1 style="font-size:3rem;" class="fw-bold mb-0 text-white">即時展示</h1>
  35. </div>
  36. </div>
  37. </div>
  38. </div>
  39. <div class="col-lg-1 px-0">
  40. <!-- <nav style="margin-top: 40px;" class="navbar"> -->
  41. <div style="margin-top: 40px;">
  42. <ul style="float: left;" class="navbar-nav mb-2 mb-lg-0 me-3">
  43. <li class="nav-item dropdown">
  44. <a class="nav-link dropdown-toggle" style="font-size: 18px;" href="#" id="navbarDropdown" role="button"
  45. data-bs-toggle="dropdown" aria-expanded="false">
  46. 中/En
  47. </a>
  48. <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
  49. <li><button class="nav-link lan-switch" aria-current="page" set-lan="html:en"
  50. onclick="changeLan(this);window.location.reload();" value="en">English</button>
  51. </li>
  52. <li><button class="nav-link lan-switch" aria-current="page" set-lan="html:zh"
  53. onclick="changeLan(this);window.location.reload();" value="zh">中文</button></li>
  54. </ul>
  55. </li>
  56. </ul>
  57. <div style="float: left;" class="me-auto mt-2">
  58. <a id="expand" onclick="openFullscreen();" style="cursor: pointer;" class="border-0"><i
  59. style="font-size: 18px;" class="fas fa-expand text-dark"></i></a>
  60. <a id="compression" onclick="closeFullscreen();" style="cursor: pointer;" class="border-0"><i
  61. class="fas fa-compress text-dark"></i></a>
  62. </div>
  63. </div>
  64. <!-- </nav> -->
  65. </div>
  66. </div>
  67. <section class="sec-usecase">
  68. <div class="container-fluid">
  69. <div style="width: 85vw; margin:0 auto;">
  70. <div class="row my-5">
  71. <div class="col m-2">
  72. <a onclick="direct()" style="background:#193179;" class="demo-btn">
  73. <h3 class="usecase-sub">
  74. <!-- <i class="fas fa-circle"></i> -->
  75. <lan set-lan="html:make_video_hand">手動製作影片</lan>
  76. </h3>
  77. </a>
  78. <div class="demo-box">
  79. <div class="demo-card">
  80. <ul>
  81. <li>只需要等待數分鐘即可生產完成</li>
  82. <li>可上傳圖片或是影片作為背景</li>
  83. <li>生成MP4檔</li>
  84. </ul>
  85. </div>
  86. <div class="text-center">
  87. <button style="background:#193179;" class="demo-CTA border-0 mb-5">開始制作</button>
  88. </div>
  89. </div>
  90. </div>
  91. <div class="col m-2">
  92. <a href="" class="demo-btn" style="background:#294290;">
  93. <h3 class="usecase-sub">
  94. <!-- <i class="fas fa-circle"></i> -->
  95. <lan set-lan="html:make_video_auto">自動影片製作</lan>
  96. </h3>
  97. <div>
  98. </div>
  99. </a>
  100. <div class="demo-box">
  101. <div class="demo-card">
  102. <ul>
  103. <li>只需要等待數分鐘即可生產完成</li>
  104. <li>可上傳圖片或是影片作為背景</li>
  105. <li>生成MP4檔</li>
  106. </ul>
  107. </div>
  108. <div class="text-center">
  109. <button style="background:#193179;" class="demo-CTA border-0 mb-5">開始制作</button>
  110. </div>
  111. </div>
  112. </div>
  113. <div class="col m-2">
  114. <a class="demo-btn" style="background: #3C57A7;" data-bs-toggle="modal" data-bs-target="#exampleModal">
  115. <h3 class="usecase-sub">
  116. <!-- <i class="fas fa-circle"></i> -->
  117. <lan set-lan="html:make_video_trial">免費註冊使用</lan>
  118. </h3>
  119. </a>
  120. <div class="demo-box">
  121. <div class="demo-card text-center">
  122. <img src="./img/Video_choozmo_qrcode.png" alt="">
  123. </div>
  124. </div>
  125. </div>
  126. </div>
  127. </div>
  128. </div>
  129. <div class="closeplay modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel2"
  130. aria-hidden="true">
  131. <div class="modal-dialog modal-lg">
  132. <div class="modal-content border-0">
  133. <div class="modal-header border-0">
  134. <h5 class="modal-title" id="exampleModalLabel"></h5>
  135. <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"><img
  136. src="./img/close.svg" alt=""></button>
  137. </div>
  138. <div class="modal-body text-center">
  139. <h2><i class="far fa-caret-square-right me-2"></i>
  140. <lan set-lan="html:make_video_trial">免費註冊使用</lan>
  141. </h2>
  142. <img src="./img/Video_choozmo_qrcode.png" alt="" width="450">
  143. <a href="https://video.choozmo.com" style="text-decoration: none;color: black;">
  144. <h2>https://video.choozmo.com</h2>
  145. </a>
  146. </div>
  147. </div>
  148. </div>
  149. </div>
  150. </section>
  151. <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
  152. integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
  153. crossorigin="anonymous"></script>
  154. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js"
  155. integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT"
  156. crossorigin="anonymous"></script>
  157. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  158. <script src="js/lan.js"></script>
  159. <script>
  160. var expandbtn = document.getElementById("expand");
  161. var compressionbtn = document.getElementById("compression");
  162. // Using JavaScript to open the page in fullscreen mode
  163. var elem = document.documentElement;
  164. function openFullscreen() {
  165. if (elem.requestFullscreen) {
  166. elem.requestFullscreen();
  167. compressionbtn.style.display = 'inline';
  168. } else if (elem.webkitRequestFullscreen) { /* Safari */
  169. elem.webkitRequestFullscreen();
  170. } else if (elem.msRequestFullscreen) { /* IE11 */
  171. elem.msRequestFullscreen();
  172. }
  173. }
  174. function closeFullscreen() {
  175. if (document.exitFullscreen) {
  176. document.exitFullscreen();
  177. compressionbtn.style.display = 'none';
  178. } else if (document.webkitExitFullscreen) { /* Safari */
  179. document.webkitExitFullscreen();
  180. } else if (document.msExitFullscreen) { /* IE11 */
  181. document.msExitFullscreen();
  182. }
  183. }
  184. </script>
  185. </body>
  186. </html>