make_video_slide_eng.html 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  1. <!DOCTYPE html>
  2. <html lang="zh-TW">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge, Chrome=1">
  7. <meta http-equiv="Cache-Control" content="no-cache">
  8. <title>AI Spokesgirl</title>
  9. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
  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"
  13. href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt"
  14. crossorigin="anonymous">
  15. <link rel="preconnect" href="https://fonts.googleapis.com">
  16. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  17. <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet">
  18. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
  19. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.18/dist/sweetalert2.min.css">
  20. <link rel="stylesheet" href="static/owl.carousel.min.css">
  21. <link rel="stylesheet" href="static/owl.theme.default.min.css">
  22. <link rel="stylesheet" href="static/scss/style.css">
  23. <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
  24. <title>AI Spokesgirl</title>
  25. </head>
  26. <body>
  27. <!-- ================================================================= -->
  28. <!-- navbar -->
  29. <div class="card2">
  30. <img class="profile-bgimg img-fluid" src="./static/img/nav-bg.png" class="card-img" alt="...">
  31. <img class="profile-bgimg-m img-fluid" src="./static/img/userprofile/banner-m.png" class="card-img" alt="...">
  32. <div class="card-img-overlay pt-2 py-lg-3">
  33. <nav class="navbar navbar-expand-lg navbar-light pt-0">
  34. <div class="navbar-collapse d-flex" id="navbarSupportedContent">
  35. <a href="./index.html">
  36. <img width="150" src="./static/img/contactus/CMM_LOGO.png" alt="">
  37. </a>
  38. <ul style="flex-direction: row" class="navbar-des navbar-nav ms-auto mb-2 mb-lg-0 mt-2">
  39. <li class="nav-item me-3">
  40. <a class="nav-link active text-white" aria-current="page" href="pricing.html"
  41. set-lan="html:pricing">早鳥方案</a>
  42. </li>
  43. <li class="nav-item dropdown me-3 me-lg-1">
  44. <a class="nav-link dropdown-toggle text-white" 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-swtich" 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. <li class="nav-item me-2 me-lg-1">
  57. <a class="nav-link btn-userProfile text-white" aria-current="page" href="user_profile2.html"
  58. set-lan="html:user_profile">會員資料</a>
  59. </li>
  60. <li class="nav-item me-2 me-lg-1">
  61. <a class="nav-link active btn-login text-white" aria-current="page" href="login.html"
  62. set-lan="html:login">登入</a>
  63. </li>
  64. <li class="nav-item text-white me-2 me-lg-1">
  65. <a class="nav-link btn-logout text-white" aria-current="page" set-lan="html:logout">登出</a>
  66. </li>
  67. </ul>
  68. <span class="menu-bar ms-auto" style="font-size: 32px;"><i
  69. class="fas fa-bars text-white"></i></span>
  70. </div>
  71. </nav>
  72. </div>
  73. </div>
  74. <!-- ================================================================= -->
  75. <!-- ================================================================= -->
  76. <!-- content -->
  77. <div class="container-fluid px-0 mx-0">
  78. <div class="row px-0 mx-0">
  79. <div class="col-lg-2">
  80. <div id="mySidenav" class="sidenav">
  81. <!-- <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a> -->
  82. <div class="sidenav-content">
  83. <div style="font-size: 20px;" class="close-btn text-end">
  84. <i class="fas fa-times text-white me-3 mt-3"></i>
  85. </div>
  86. <div class="text-start">
  87. <h2 class="fw-bold ps-0" href="index.html"><a class="nav-link active ps-3 pt-0"
  88. aria-current="page" href="index.html">AI Spokesgirl</a></h2>
  89. </div>
  90. <div class="userName"></div>
  91. <img class="user img-fluid rounded-circle" src="./static/img/userprofile/userimg.png" alt="">
  92. <p class="text-white my-3 text-center">Create something today!</p>
  93. <div class="navbar-nav mb-2 mb-lg-0 px-3 pe-4">
  94. <a class="nav-link btn-gocreate text-white col-6" aria-current="page" href="./index_eng.html">Make
  95. English<br>Videos</a>
  96. <a class="nav-link btn-gocreate text-white col-6" aria-current="page"
  97. href="./make_video_slide_eng.html">Make Videos <br>By Slides</a>
  98. </div>
  99. <hr>
  100. <ul class="nav-list ps-0">
  101. <li class="nav-list-item pb-1 mb-3 text-start ps-3" data-bs-toggle="modal" data-bs-target="#howto"><i
  102. class="fas fa-book-open me-2"></i>
  103. <lan>Usage Introduction</lan>
  104. </li>
  105. <a style="text-decoration: none;color:white;" href="./user_profile2.html">
  106. <li class="nav-list-item pb-1 mb-3 text-start ps-3" data-bs-toggle="modal">
  107. <i class="fas fa-user me-2"></i>
  108. <lan>User Profile</lan>
  109. </li>
  110. </a>
  111. <li class="nav-list-item pb-1 text-start ps-3" data-bs-toggle="modal" data-bs-target="#history"
  112. onclick="openNav()">
  113. <i class="fas fa-history me-2"></i>
  114. <lan>History</lan>
  115. </li>
  116. <div class="Mobile-nav">
  117. <hr>
  118. <li class="nav-item text-start">
  119. <a style="font-size: 18px;" class="nav-link active text-white" aria-current="page" href="pricing.html"><i class='fas fa-tags me-2'></i>Pricing</a>
  120. </li>
  121. <!-- <li class="nav-item text-start">
  122. <a style="font-size: 18px;" class="nav-link active btn-login text-white" aria-current="page" href="login.html"><i class="fas fa-sign-in-alt text-white me-3"></i>Login</a>
  123. </li> -->
  124. <!-- <li class="nav-item text-start">
  125. <a style="font-size: 18px;" class="nav-link btn-userProfile text-white" aria-current="page" href="user_profile2.html">User
  126. Profile</a>
  127. </li> -->
  128. <li class="nav-item text-start">
  129. <a style="font-size: 18px;" class="nav-link btn-logout text-white" aria-current="page"><i class='fas fa-sign-out-alt text-white me-3'></i>Log Out</a>
  130. </li>
  131. </div>
  132. </ul>
  133. </div>
  134. <div class="right-text">
  135. <a target="_blank" href="http://www.choozmo.com/">| 官網 |</a>
  136. <a target="_blank" href="https://www.linkedin.com/company/choozmo/mycompany/"><img
  137. style="width: 20px;" src="./static/img/contactus/linkedin-logo-copy.png" alt=""></a>
  138. <a target="_blank" href="https://www.facebook.com/choozmo/"><img style="width: 20px;"
  139. src="./static/img/contactus/facebook_logos_PNG19753.png" alt=""></a>
  140. <a target="_blank" href="https://www.instagram.com/choozmo_cmm/"><img style="width: 20px;"
  141. src="./static/img/contactus/IG.png" alt=""></a>
  142. <a target="_blank" href="https://line.me/R/ti/p/@choozmo?from=page"><img style="width: 20px;"
  143. src="./static/img/contactus/LINE_logo.svg.png" alt=""></a>
  144. <a target="_blank" href="https://www.youtube.com/channel/UC2Qda9PhJWuiMTCZ-j7K_hg"><img
  145. style="width: 20px;" src="./static/img/contactus/youtube.png" alt=""></a>
  146. <a target="_blank" href="https://twitter.com/ai_cmm"><img style="width: 20px;"
  147. src="./static/img/contactus/twitter.png" alt=""></a>
  148. <p class="Reserved text-white text-start mt-3 ps-3 ps-lg-3">Choozmo All Rights Reserved</p>
  149. </div>
  150. </div>
  151. </div>
  152. <div class="col-lg-10 px-0">
  153. <div>
  154. <form id="msform">
  155. <div class="linker__box">
  156. <p>Preview Video</p>
  157. <i class="fas fa-link"></i>
  158. <a id='linker' style="display: none;" class="ms-2">Video link</a>
  159. </div>
  160. <!-- fieldsets -->
  161. <fieldset>
  162. <h3 class="fs-subtitle"><lan">SLIDE Link</lan><img class="ms-1" src="static/img/question.png" alt="" data-bs-toggle="tooltip" data-bs-placement="right" title="請輸入Google Slides連結 Google Slides Link"></h3>
  163. <input id=slide_raw_url type="text" name='t1' class='title_new' value="" set-lan="placeholder:slide_link"/><label for="myCheck">Allow English Lines::</label>
  164. <input type="checkbox" id="multiLang" > <br/>
  165. </fieldset>
  166. <fieldset>
  167. <h3 class="fs-subtitle">Choose Character<img class="ms-1" src="static/img/question.png" alt=""
  168. data-bs-toggle="tooltip" data-bs-placement="right" title="The spokesgirl of your video"></h3>
  169. <select id="avatar" class='avatar'>
  170. <option value="Choose Character" selected="selected" disabled>Choose Character</option>
  171. <option value="7">Peggy</option>
  172. <option value="8">Stacy</option>
  173. <option value="11">Summer</option>
  174. <option value="12">Jocelyn</option>
  175. <option value="13">Angela</option>
  176. </select>
  177. <div class="d-flex row row-cols-2 row-cols-lg-6">
  178. <div class="card col" data-avatar="Peggy" data-img="peggy">
  179. <div class="imgfr"><img src="static/img/peggy.webp" class="card-img-top" alt="..."></div>
  180. <div class="card-body">
  181. <h5 class="card-title">Peggy</h5>
  182. </div>
  183. </div>
  184. <div class="card col" data-avatar="Stacy" data-img="stacy">
  185. <div class="imgfr"><img src="static/img/stacy.webp" class="card-img-top" alt="..."></div>
  186. <div class="card-body">
  187. <h5 class="card-title">Stacy</h5>
  188. </div>
  189. </div>
  190. <div class="card col" data-avatar="Summer" data-img="summer">
  191. <div class="imgfr"><img src="static/img/summer.webp" class="card-img-top" alt="..."></div>
  192. <div class="card-body">
  193. <h5 class="card-title">Summer</h5>
  194. </div>
  195. </div>
  196. <div class="card col" data-avatar="Jocelyn" data-img="Jocelyn">
  197. <div class="imgfr"><img src="static/img/Jocelyn.webp" class="card-img-top" alt="..."></div>
  198. <div class="card-body">
  199. <h5 class="card-title">Jocelyn</h5>
  200. </div>
  201. </div>
  202. <div class="card col" data-avatar="Angela" data-img="Angela">
  203. <div class="imgfr"><img src="static/img/Angela.webp" class="card-img-top" alt="..."></div>
  204. <div class="card-body">
  205. <h5 class="card-title">Angela</h5>
  206. </div>
  207. </div>
  208. </div>
  209. </fieldset>
  210. <input id="send_slide" type="button" name="next" class="action-button" value="Submit" />
  211. </form>
  212. <!-- <div style="width: 80%;margin: 0 auto;"><iframe src="http://www.choozmo.com:8168/ai_anchor_video/16250306886652043.mp4" frameborder="0" style="width: 100%;height: 400px;"></iframe></div> -->
  213. </div>
  214. </div>
  215. <!-- <div id="mySidenav" class="sidenav">
  216. <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
  217. <h2 class="go_title" href="index.html"><a class="nav-link active" aria-current="page" href="index.html">AI Spokes Girl</a></h2>
  218. <ul class="nav-list">
  219. <li class="nav-list-item pb-1 mb-3" data-bs-toggle="modal" data-bs-target="#howto"><i class="fas fa-book-open me-2"></i>使用說明</li>
  220. <li class="nav-list-item pb-1" data-bs-toggle="modal" data-bs-target="#history" onclick="openNav()"><i class="fas fa-history me-2"></i>歷史紀錄</li>
  221. </ul>
  222. <p class="right-text text-white d-inline-block">Choozmo All Rights Reserved</p>
  223. </div> -->
  224. <!-- <span style="font-size:30px;cursor:pointer" onclick="openNav()">&#9776; 過去紀錄</span> -->
  225. <div class="modal fade" tabindex="-1" id="howto" aria-labelledby="howto" aria-hidden="true">
  226. <div class="modal-dialog">
  227. <div class="modal-content">
  228. <div class="modal-header">
  229. <h5 class="modal-title" id="staticBackdropLabel">Usage Introduction</h5>
  230. <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
  231. </div>
  232. <div class="modal-body">
  233. <div class="modal-terms">
  234. <ol class="ps-0">
  235. <li>1. Please Provide an Image Link Corresponding to a Line as a Collocation</li>
  236. <li>2. Supported File Format:<stong class="strong">.png, jpg, .mp4</stong></li>
  237. <li>3. After Clicking Submit, You Will Need To Wait For A Period Of Time For The Production Of The Video. Please Wait Patiently. You Can Check It At The Notification URL When The Production Is Completed.</li>
  238. </ol>
  239. </div>
  240. </div>
  241. </div>
  242. </div>
  243. </div>
  244. <div class="modal" tabindex="-1" id="history" aria-labelledby="history" aria-hidden="true">
  245. <div class="modal-dialog modal-dialog-scrollable">
  246. <div class="modal-content">
  247. <div class="modal-header">
  248. <h5 class="modal-title" id="staticBackdropLabel">History</h5>
  249. <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
  250. </div>
  251. <div class="modal-body">
  252. <div class="modal-terms">
  253. <div class="loader"><img src="static/img/bx_loader.gif" alt=""></div>
  254. <ol class="ps-0 historyList">
  255. </ol>
  256. </div>
  257. </div>
  258. </div>
  259. </div>
  260. </div>
  261. <div class="modal" tabindex="-1" id="avatarmega" aria-labelledby="history" aria-hidden="true">
  262. <div class="modal-dialog modal-dialog-centered">
  263. <div class="modal-content text-center">
  264. <div class="modal-body">
  265. <img class="modal-img" src="" alt="">
  266. <h5 class="modal-title mt-2"></h5>
  267. <button type="button" class="btn btn-secondary btn-dismiss" data-bs-dismiss="modal">Close</button>
  268. </div>
  269. </div>
  270. </div>
  271. </div>
  272. </div>
  273. </div>
  274. <!-- ================================================================= -->
  275. <!-- ================================================================= -->
  276. <!-- footer -->
  277. <footer class="fixed-bottom text-center py-2">
  278. </footer>
  279. <!-- ================================================================= -->
  280. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
  281. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script>
  282. <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
  283. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
  284. <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.18/dist/sweetalert2.all.min.js"></script>
  285. <script src="static/owl.carousel.min.js"></script>
  286. <script src="static/script_slides_eng.js"></script>
  287. <script type="text/javascript" src="static/lan.js"></script>
  288. <script src="static/common.js"></script>
  289. <script>
  290. $('.owl-carousel').owlCarousel({
  291. loop: true,
  292. margin: 10,
  293. nav: false,
  294. mouseDrag: true,
  295. touchDrag: true,
  296. smartSpeed: 1000,
  297. autoplay: true,
  298. autoplayTimeout: 8000,
  299. autoplayHoverPause: false,
  300. responsive: {
  301. 0: {
  302. items: 1
  303. },
  304. 600: {
  305. items: 2
  306. },
  307. 1000: {
  308. items: 4
  309. }
  310. }
  311. });
  312. $(".menu-bar").click(function () {
  313. $(".sidenav").show();
  314. });
  315. $(".close-btn").click(function () {
  316. $(".sidenav").hide();
  317. });
  318. $("#lang-manu").hide();
  319. $("#changeLanguage").click(function () {
  320. $("#lang-manu").slideToggle();
  321. $("#lang-arrow").toggleClass("arrowdoup");
  322. });
  323. </script>
  324. </body>
  325. </html>