user_profile2.html 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  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"
  11. integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
  12. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css"
  13. integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
  14. <link rel="preconnect" href="https://fonts.googleapis.com">
  15. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  16. <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet">
  17. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
  18. 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. <script async defer crossorigin="anonymous"
  25. src="https://connect.facebook.net/zh_TW/sdk.js#xfbml=1&version=v12.0&appId=831591714123614&autoLogAppEvents=1"
  26. nonce="lDAd6vGz"></script>
  27. <title>AI Spokesgirl</title>
  28. </head>
  29. <body>
  30. <div class="body-content" style="overflow-x: hidden;">
  31. <div class="card">
  32. <img class="profile-bgimg img-fluid" src="./static/img/nav-bg.png" class="card-img" alt="...">
  33. <img class="profile-bgimg-m img-fluid" src="./static/img/userprofile/banner-m.png" class="card-img"
  34. alt="...">
  35. <div class="card-img-overlay pt-2 py-lg-3">
  36. <nav class="navbar navbar-expand-lg navbar-light pt-0">
  37. <div class="navbar-collapse d-flex" id="navbarSupportedContent">
  38. <a href="./index.html">
  39. <img width="150" src="./static/img/contactus/CMM_LOGO.png" alt="">
  40. </a>
  41. <ul style="flex-direction: row" class="navbar-des navbar-nav ms-auto mb-2 mb-lg-0 mt-2">
  42. <li class="nav-item me-3">
  43. <a class="nav-link active text-white" aria-current="page" href="pricing.html"
  44. set-lan="html:pricing">早鳥方案</a>
  45. </li>
  46. <li class="nav-item dropdown me-3 me-lg-1">
  47. <a class="nav-link dropdown-toggle text-white" href="#" id="navbarDropdown"
  48. role="button" data-bs-toggle="dropdown" aria-expanded="false">
  49. 中/En
  50. </a>
  51. <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
  52. <li><button class="nav-link lan-swtich" aria-current="page" set-lan="html:en"
  53. onclick="changeLan(this);window.location.reload();" value="en">English</button></li>
  54. <li><button class="nav-link lan-switch" aria-current="page" set-lan="html:zh"
  55. onclick="changeLan(this);window.location.reload();" value="zh">中文</button></li>
  56. </ul>
  57. </li>
  58. <li class="nav-item me-2 me-lg-1">
  59. <a class="nav-link btn-userProfile text-white" aria-current="page"
  60. href="user_profile2.html" set-lan="html:user_profile">會員資料</a>
  61. </li>
  62. <li class="nav-item me-2 me-lg-1">
  63. <a class="nav-link active btn-login text-white" aria-current="page" href="login.html"
  64. set-lan="html:login">登入</a>
  65. </li>
  66. <li class="nav-item text-white me-2 me-lg-1">
  67. <a class="nav-link btn-logout text-white" aria-current="page"
  68. set-lan="html:logout">登出</a>
  69. </li>
  70. </ul>
  71. <span class="menu-bar ms-auto" style="font-size: 32px;"><i
  72. class="fas fa-bars text-white"></i></span>
  73. </div>
  74. </nav>
  75. </div>
  76. </div>
  77. <!-- ================================================================= -->
  78. <!-- ================================================================= -->
  79. <!-- content -->
  80. <div id="content-box" class="container-fluid px-0">
  81. <div class="row px-0 mx-0">
  82. <div class="sidenav-box col-lg-2">
  83. <div id="mySidenav" class="sidenav container-fluid px-0">
  84. <div class="sidenav-content">
  85. <div style="font-size: 20px;" class="close-btn text-end">
  86. <i class="fas fa-times text-white me-3 mt-3"></i>
  87. </div>
  88. <div class="text-start">
  89. <h2 class="fw-bold ps-0" href="index.html"><a class="nav-link active ps-3 pt-0"
  90. aria-current="page" href="index.html">AI Spokesgirl</a></h2>
  91. </div>
  92. <div class="choozmologo text-start">
  93. <!-- <a class="navbar-brand pb-0 d-inline" href="index.html"><img class="img-fluid" style="width: 120px;" src="./static/img//contactus/CMM_LOGO.png" alt=""></a> -->
  94. </div>
  95. <div class="userName"></div>
  96. <img class="user img-fluid rounded-circle" src="./static/img/userprofile/userimg.png"
  97. alt="">
  98. <p class="text-white my-3 text-center" set-lan="html:Createsthtoday">今天要做甚麼影片呢?</p>
  99. <div class="navbar-nav mb-2 mb-lg-0 px-3 pe-4">
  100. <a class="nav-link btn-gocreate text-white col-6 btn-makev" aria-current="page"
  101. href="./make_video.html" set-lan="html:make_video">影片製作</a>
  102. <a class="nav-link btn-gocreate text-white col-6 btn-makelong" aria-current="page"
  103. href="./make_video_long.html" set-lan="html:make_video_long">長影片製作</a>
  104. </div>
  105. <div class="navbar-nav mb-2 mb-lg-0 px-3 pe-4">
  106. <a class="nav-link btn-gocreate text-white col-6 btn-makeppt" aria-current="page"
  107. href="./make_video_slide.html" set-lan="html:make_slides">投影片影片製作</a>
  108. <a class="nav-link btn-gocreate text-white col-6 btn-makeen" aria-current="page"
  109. href="./index_eng.html" set-lan="html:make_video_eng">純英文影片製作</a>
  110. </div>
  111. <hr>
  112. <ul class="nav-list ps-0">
  113. <li class="nav-list-item pb-1 mb-3" data-bs-toggle="modal" data-bs-target="#howto"><i
  114. class="fas fa-book-open me-2"></i>
  115. <lan set-lan="html:usage_intro">使用說明</lan>
  116. </li>
  117. <a style="text-decoration: none;color:white;" href="./user_profile2.html">
  118. <li class="nav-list-item pb-1 mb-3" data-bs-toggle="modal">
  119. <i class="fas fa-user me-2"></i>
  120. <lan set-lan="html:user_profile">會員資料</lan>
  121. </li>
  122. </a>
  123. <li class="nav-list-item pb-1" data-bs-toggle="modal" data-bs-target="#history"
  124. onclick="openNav()">
  125. <i class="fas fa-history me-2"></i>
  126. <lan set-lan="html:history">歷史紀錄</lan>
  127. </li>
  128. <div class="Mobile-nav">
  129. <hr>
  130. <a style="font-size: 18px;" class="text-white"
  131. aria-current="page" href="pricing.html" set-lan="html:pricing-m">早鳥方案</a>
  132. <li id="changeLanguage" class="nav-list-item me-lg-1">
  133. <a style="font-size: 18px;" class="nav-link text-white" href="#"
  134. id="navbarDropdownM" role="button" data-bs-toggle="dropdown"
  135. aria-expanded="false">
  136. <i class="fas fa-globe text-white me-3"></i>中/En<i id="lang-arrow" class="fas fa-angle-down text-white ms-2"></i>
  137. </a>
  138. </li>
  139. <div id="lang-manu">
  140. <li><button class="nav-link lan-swtich bg-transparent text-white border-0 mx-auto" aria-current="page"
  141. set-lan="html:en" onclick="changeLan(this)"
  142. value="en">English</button></li>
  143. <li><button class="nav-link lan-switch bg-transparent text-white border-0 mx-auto" aria-current="page"
  144. set-lan="html:zh" onclick="changeLan(this)" value="zh">中文</button>
  145. </li>
  146. </div>
  147. <li class="nav-item text-white me-lg-1">
  148. <a style="font-size: 18px;" class="nav-link btn-logout text-white"
  149. aria-current="page" set-lan="html:logout-m">登出</a>
  150. </li>
  151. </div>
  152. </ul>
  153. </div>
  154. <div class="right-text">
  155. <a target="_blank" href="http://www.choozmo.com/">| 官網 |</a>
  156. <a target="_blank" href="https://www.linkedin.com/company/choozmo/mycompany/"><img
  157. style="width: 20px;" src="./static/img/contactus/linkedin-logo-copy.png" alt=""></a>
  158. <a target="_blank" href="https://www.facebook.com/choozmo/"><img style="width: 20px;"
  159. src="./static/img/contactus/facebook_logos_PNG19753.png" alt=""></a>
  160. <a target="_blank" href="https://www.instagram.com/choozmo_cmm/"><img style="width: 20px;"
  161. src="./static/img/contactus/IG.png" alt=""></a>
  162. <a target="_blank" href="https://line.me/R/ti/p/@choozmo?from=page"><img
  163. style="width: 20px;" src="./static/img/contactus/LINE_logo.svg.png" alt=""></a>
  164. <a target="_blank" href="https://www.youtube.com/channel/UC2Qda9PhJWuiMTCZ-j7K_hg"><img
  165. style="width: 20px;" src="./static/img/contactus/youtube.png" alt=""></a>
  166. <a target="_blank" href="https://twitter.com/ai_cmm"><img style="width: 20px;"
  167. src="./static/img/contactus/twitter.png" alt=""></a>
  168. <p class="Reserved text-white text-start mt-3 ps-3 ps-lg-3">Choozmo All Rights Reserved</p>
  169. </div>
  170. </div>
  171. </div>
  172. <div class="col-12 col-lg-10 px-2">
  173. <div class="userprofile">
  174. <div class="userprofile-content">
  175. <div class="user-information">
  176. <div class="user-img text-center">
  177. <img style="width: 160px;" src="./static/img/userprofile/userimg.png" alt="">
  178. </div>
  179. <div class="information">
  180. <div class="row px-0 mx-0 mt-4">
  181. <div style="letter-spacing: 3px;" class="px-0 col-5 col-lg-4 px-lg-3">
  182. <p class="text-end"><span set-lan="html:username">帳號/用戶名稱</span> : </p>
  183. <P class="text-end"><span set-lan="html:password">密碼</span> : </P>
  184. <p class="text-end">Email:</p>
  185. </div>
  186. <div class="userinf col-7 col-lg-8">
  187. <!-- <div class="inf-content">
  188. <p>Hana</p>
  189. <p>abc***************0&nbsp;<a href="">更改密碼</a></p>
  190. <p>Hana@choozmo.com</p>
  191. </div> -->
  192. </div>
  193. <div class="row px-0 mx-0 g-4">
  194. <div class="Used col-12 order-2 col-lg-6 order-lg-1">
  195. <div class="card py-4 ps-4">
  196. <p class="fw-bold" set-lan="html:used">已使用</p>
  197. <div class="used-time">
  198. <!-- <h1 class="text-center">324&ensp;<span style="font-size:15px;">秒</span></h1> -->
  199. </div>
  200. <p style="color:#183790;" class="check-history mb-0 text-center">
  201. <img width="20" class="arrowdown me-2 mb-1"
  202. src="./static/img/userprofile/Icon ionic-md-arrow-dropdown-circle.png"
  203. alt="">
  204. <lan set-lan="html:details"></lan>
  205. </p>
  206. </div>
  207. </div>
  208. <div class="not-used col-12 order-1 col-lg-6 order-lg-2">
  209. <div class="card py-4 ps-4">
  210. <p class="fw-bold" set-lan="html:left">未使用</p>
  211. <div class="not-used-time">
  212. <!-- <h1 class="text-center">144&ensp;<span style="font-size:15px;">秒</span></h1> -->
  213. </div>
  214. <a style="text-decoration: none;" href="./pricing.html">
  215. <p style="color:#183790;" class="mb-0 text-center"><img
  216. width="20" class="me-2 mb-1"
  217. src="./static/img/userprofile/Icon ionic-md-add-circle.png"
  218. alt="">
  219. <lan set-lan="html:refill"></lan>
  220. </p>
  221. </a>
  222. </div>
  223. </div>
  224. <div class="historical-record col-12 order-3 col-lg-12 order-lg-3">
  225. <div class="card p-3 text-center">
  226. <table class="table text-center">
  227. <thead>
  228. <tr>
  229. <th scope="col" set-lan="html:date">日期</th>
  230. <th scope="col" set-lan="html:video_title">標題</th>
  231. <th class="px-0" scope="col"
  232. set-lan="html:video_duration">影片時間</th>
  233. </tr>
  234. </thead>
  235. <tbody class="historical-content">
  236. <!-- <tr>
  237. <td>21/09/01</td>
  238. <td>歐盟提「碳邊境稅」 台灣也將受碳稅影響</td>
  239. <td>0:36</td>
  240. </tr>
  241. <tr>
  242. <td>21/09/01</td>
  243. <td>歐盟提「碳邊境稅」 台灣也將受碳稅影響</td>
  244. <td>0:36</td>
  245. </tr>
  246. <tr>
  247. <td>21/09/01</td>
  248. <td>歐盟提「碳邊境稅」 台灣也將受碳稅影響</td>
  249. <td>0:36</td>
  250. </tr>
  251. <tr>
  252. <td>21/09/01</td>
  253. <td>歐盟提「碳邊境稅」 台灣也將受碳稅影響</td>
  254. <td>0:36</td>
  255. </tr>
  256. <tr>
  257. <td>21/09/01</td>
  258. <td>歐盟提「碳邊境稅」 台灣也將受碳稅影響</td>
  259. <td>0:36</td>
  260. </tr> -->
  261. </tbody>
  262. </table>
  263. </div>
  264. </div>
  265. <div class="draft col-12 order-4 col-lg-12 order-lg-4">
  266. <div class="card p-4">
  267. <div class="d-flex justify-content-between">
  268. <span set-lan="html:drafts">草稿夾</span>
  269. <span><img width="20" class="arrowdown me-2 mb-1"
  270. src="./static/img/userprofile/Icon ionic-md-arrow-dropdown-circle.png"
  271. alt=""></span>
  272. </div>
  273. </div>
  274. </div>
  275. <div class="draft-table col-12 order-5 col-lg-12 order-lg-5"
  276. id="draft-table">
  277. <div class="card p-3 text-center">
  278. <table class="table text-center">
  279. <thead>
  280. <!-- <tr>
  281. <th scope="col" set-lan="html:video_title">標題</th>
  282. <th class="px-0" scope="col" set-lan="html:draft_edit">編輯</th>
  283. </tr> -->
  284. </thead>
  285. <tbody class="draft-content">
  286. </tbody>
  287. </table>
  288. </div>
  289. </div>
  290. <div class="share col-12 order-5 col-lg-12 order-lg-5 mb-5">
  291. <div class="card mt-3 p-3 p-lg-4">
  292. <h3 set-lan="html:trial_title">Want to get more minutes?</h3>
  293. <p class="mb-4" set-lan="html:trial_txt">Invite your friends to AI
  294. Spokesgirl and for each eligible one that signs up from your
  295. referral, we'll give you 3 more minutes free!</p>
  296. <div class="d-flex">
  297. <p style="color:#183790; font-size: 20px;"
  298. class="d-inline fw-bold" set-lan="html:share">Share:</p>
  299. <div style="color:#183790">
  300. <div class="fb-share-button mx-2 ms-3"
  301. data-href="https://video.choozmo.com/"
  302. data-layout="button" data-size="large"><a
  303. target="_blank"
  304. href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Flocalhost%3A8080%2Fhtml%2Findex.html&amp;src=sdkpreparse"
  305. class="fb-xfbml-parse-ignore"></a></div>
  306. <span class="facebook"
  307. style="position: relative; bottom:2px;">Facebook</span>
  308. </div>
  309. <a class="mx-2 mx-lg-4 text-center"
  310. href="https://twitter.com/intent/tweet?text=I%20just%20created%20a%20video%20in%205%20minutes.%20Check%20it%20out%20%F0%9F%91%89%20https%3A%2F%2Fvideo.choozmo.com/&related=ai_cmm"
  311. target="_blank">
  312. <img width="28" class="me-2"
  313. src="./static/img/userprofile/Icon awesome-twitter-square.png"
  314. alt="">
  315. Twitter
  316. </a>
  317. <a class="mx-2 mx-lg-4 share-email text-center">
  318. <img width="28" class="me-2"
  319. src="./static/img/userprofile/Icon material-email.png"
  320. alt="">
  321. Email
  322. </a>
  323. </div>
  324. </div>
  325. </div>
  326. </div>
  327. </div>
  328. </div>
  329. </div>
  330. </div>
  331. </div>
  332. </div>
  333. </div>
  334. <!-- <div class="container-profile">
  335. <div class="card card-profile">
  336. </div>
  337. </div> -->
  338. </div>
  339. <!-- ================================================================= -->
  340. <div class="modal fade" tabindex="-1" id="howto" aria-labelledby="howto" aria-hidden="true">
  341. <div class="modal-dialog">
  342. <div class="modal-content">
  343. <div class="modal-header">
  344. <h5 class="modal-title" id="staticBackdropLabel">使用說明</h5>
  345. <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
  346. </div>
  347. <div class="modal-body">
  348. <div class="modal-terms">
  349. <ol class="ps-0">
  350. <li>1. 一句台詞請對應提供一個影像連結做為搭配</li>
  351. <li>2. 影像連結檔案格式支援:<stong class="strong">.png, jpg, .mp4</stong>
  352. </li>
  353. <li>3. 點選“送出”之後需等待一段影片製作的時間,請您耐心等候,待製作完畢可於通知網址查看</li>
  354. </ol>
  355. </div>
  356. </div>
  357. </div>
  358. </div>
  359. </div>
  360. <div class="modal" tabindex="-1" id="history" aria-labelledby="history" aria-hidden="true">
  361. <div class="modal-dialog modal-dialog-scrollable">
  362. <div class="modal-content">
  363. <div class="modal-header">
  364. <h5 class="modal-title" id="staticBackdropLabel">歷史紀錄</h5>
  365. <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
  366. </div>
  367. <div class="modal-body">
  368. <div class="modal-terms">
  369. <div class="loader"><img src="static/img/bx_loader.gif" alt=""></div>
  370. <ol class="ps-0 historyList">
  371. </ol>
  372. </div>
  373. </div>
  374. </div>
  375. </div>
  376. </div>
  377. <!-- ================================================================= -->
  378. <!-- footer -->
  379. <footer class="fixed-bottom text-center py-2">
  380. </footer>
  381. </div>
  382. <!-- ================================================================= -->
  383. <!-- navbar -->
  384. <!-- ================================================================= -->
  385. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
  386. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script>
  387. <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
  388. integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
  389. crossorigin="anonymous"></script>
  390. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js"
  391. integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT"
  392. crossorigin="anonymous"></script>
  393. <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.18/dist/sweetalert2.all.min.js"></script>
  394. <script src="static/owl.carousel.min.js"></script>
  395. <script src="static/loading-overlay.js"></script>
  396. <script type="text/javascript" src="static/lan.js"></script>
  397. <script src="script_profile.js"></script>
  398. <script src="static/common.js"></script>
  399. </body>
  400. </html>