user_profile2.html 27 KB

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