user_profile2.html 27 KB

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