pricingB.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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. <!-- Google Tag Manager -->
  25. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  26. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  27. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  28. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  29. })(window,document,'script','dataLayer','GTM-5M8S4GH');</script>
  30. <!-- End Google Tag Manager -->
  31. </head>
  32. <body>
  33. <!-- Google Tag Manager (noscript) -->
  34. <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5M8S4GH"
  35. height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  36. <!-- End Google Tag Manager (noscript) -->
  37. <!-- ================================================================= -->
  38. <!-- navbar -->
  39. <nav class="navbar navbar-expand-lg navbar-light">
  40. <div class="container-fluid">
  41. <a class="navbar-brand" href="index.html"><img class="img-fluid" style="width: 150px;" src="./static/img/contactus/choozmo-nav.png" alt=""></a>
  42. <button class="navbar-toggler" type="button" data-bs-toggle="collapse"
  43. data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
  44. aria-label="Toggle navigation">
  45. <span class="navbar-toggler-icon"></span>
  46. </button>
  47. <div class="collapse navbar-collapse" id="navbarSupportedContent">
  48. <ul class="navbar-nav mb-2 ms-auto mb-lg-0">
  49. <li class="nav-item">
  50. <a class="nav-link active" aria-current="page" href="pricing.html" set-lan="html:pricing">早鳥方案</a>
  51. </li>
  52. <li class="nav-item dropdown">
  53. <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
  54. 中/En
  55. </a>
  56. <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
  57. <li><button class="nav-link lan-swtich" aria-current="page" set-lan="html:en" onclick="changeLan(this)" value="en">English</button></li>
  58. <li><button class="nav-link lan-switch" aria-current="page" set-lan="html:zh" onclick="changeLan(this)" value="zh">中文</button></li>
  59. </ul>
  60. </li>
  61. <li class="nav-item">
  62. <a class="nav-link active btn-login" aria-current="page" href="login.html" set-lan="html:login">登入</a>
  63. </li>
  64. <li class="nav-item">
  65. <a class="nav-link btn-userProfile" aria-current="page" href="user_profile2.html" set-lan="html:user_profile">會員資料</a>
  66. </li>
  67. <li class="nav-item">
  68. <a class="nav-link btn-logout" aria-current="page" set-lan="html:logout">登出</a>
  69. </li>
  70. </ul>
  71. </div>
  72. </div>
  73. </nav>
  74. <!-- ================================================================= -->
  75. <!-- ================================================================= -->
  76. <!-- content -->
  77. <!-- 手機版 -->
  78. <div class="d-block d-md-none">
  79. <div class="container text-center">
  80. <div class="row">
  81. <div class="col-md-4 col-sm-6">
  82. <div class="pricingTable">
  83. <div class="pricingTable-header">
  84. <h3 class="title" set-lan="html:launch_special">早鳥方案</h3>
  85. </div>
  86. <ul class="pricing-content">
  87. <li set-lan="html:pricing_lan">語言選擇: 中文 | 英文</li>
  88. <li set-lan="html:pricing_avatars">多款預設AI代言主播任你選</li>
  89. <li set-lan="html:pricing_content">畫面素材支援: 圖檔 | 影檔 | 簡報</li>
  90. <!-- <li class="disable">Maintenance</li>
  91. <li class="disable">15 Subdomains</li> -->
  92. </ul>
  93. <div class="price-value">
  94. <span class="price-title" set-lan="html:pricing_discount">限時優惠</span>
  95. <span class="price-amount">$1200 <span class="duration">7<lan set-lan="html:mins">分鐘</lan></span></span>
  96. </div>
  97. <div class="pricingTable-signup">
  98. <a href="https://p.ecpay.com.tw/2600546" target="_blank" set-lan="html:pricing_checkout">立即註冊</a>
  99. </div>
  100. </div>
  101. </div>
  102. </div>
  103. </div>
  104. </div>
  105. <!-- 電腦版 -->
  106. <div class="d-none d-md-block">
  107. <div class="container-fluid text-center">
  108. <div class="row">
  109. <div class="col-4">
  110. <div class="pricingTable">
  111. <div class="pricingTable-header">
  112. <div class="title" set-lan="html:launch_special" style="font-size:2rem;">早鳥方案</div>
  113. </div>
  114. <ul class="pricing-content">
  115. <li set-lan="html:pricing_lan">語言選擇: 中文 | 英文</li>
  116. <li set-lan="html:pricing_avatars">多款預設AI代言主播任你選</li>
  117. <li set-lan="html:pricing_content">畫面素材支援: 圖檔 | 影檔 | 簡報</li>
  118. <!-- <li class="disable">Maintenance</li>
  119. <li class="disable">15 Subdomains</li> -->
  120. </ul>
  121. <div class="price-value">
  122. <span class="price-title" set-lan="html:pricing_discount">限時優惠</span>
  123. <span class="price-amount">$1200 <span class="duration">7<lan set-lan="html:mins">分鐘</lan></span></span>
  124. </div>
  125. <div class="pricingTable-signup">
  126. <a href="https://p.ecpay.com.tw/2600546" target="_blank" set-lan="html:pricing_checkout">立即查看</a>
  127. </div>
  128. </div>
  129. </div>
  130. <div class="col-8">
  131. <a href="https://p.ecpay.com.tw/2600546" target="_blank">
  132. <img class="img-fluid" src="static/img/intro2.jpg" set-lan="img:intro_img"></img>
  133. </a>
  134. </div>
  135. </div>
  136. </div>
  137. </div>
  138. <!-- ================================================================= -->
  139. <!-- ================================================================= -->
  140. <!-- footer -->
  141. <footer class="fixed-bottom text-center py-2">
  142. </footer>
  143. <!-- ================================================================= -->
  144. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
  145. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script>
  146. <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
  147. integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
  148. crossorigin="anonymous"></script>
  149. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js"
  150. integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
  151. <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.18/dist/sweetalert2.all.min.js"></script>
  152. <script src="https://cdnjs.cloudflare.com/ajax/libs/validatorjs/2.0.0/validator.min.js"
  153. integrity="sha512-Y/Pox7RqKmT84klgmJCva3drWoXQWO42oHiWWhb9zd1pkIH60NF2SamgBrFHOTzrzHJhwgPGNGjNJ5ZmxLpUAQ=="
  154. crossorigin="anonymous" referrerpolicy="no-referrer"></script>
  155. <script src="static/owl.carousel.min.js"></script>
  156. <script type="text/javascript" src="static/lan.js"></script>
  157. <script src="static/common.js"></script>
  158. <script>
  159. const btnLoginPage = document.querySelector('.btn-login');
  160. const btnUserProfile = document.querySelector('.btn-userProfile');
  161. const btnLogout = document.querySelector('.btn-logout');
  162. btnLoginPage.style.display = 'none';
  163. btnLogout.style.display = 'none';
  164. btnUserProfile.style.display = 'none';
  165. function get_jwt_token(){
  166. if(!document.cookie) {
  167. return
  168. }
  169. jwt_raw = document.cookie.split(';').filter(s=>s.includes('jwt_token'))[0]
  170. return jwt_raw.split('=')[1]
  171. }
  172. function checkRoute() {
  173. let jwt_token = get_jwt_token();
  174. if(jwt_token == undefined) {
  175. btnLoginPage.style.display = 'block';
  176. btnLogout.style.display = 'none';
  177. btnUserProfile.style.display = 'none';
  178. return;
  179. }
  180. axios({
  181. method: 'post',
  182. url: 'https://www.choozmo.com:8887/user_profile',
  183. headers: {
  184. 'accept': 'text/html',
  185. 'Authorization': `Bearer ${jwt_token}`
  186. }
  187. }).then(res => {
  188. console.log(res.data);
  189. if(res.status !== 200) {
  190. btnLoginPage.style.display = 'block';
  191. btnLogout.style.display = 'none';
  192. btnUserProfile.style.display = 'none';
  193. }
  194. btnLoginPage.style.display = 'none';
  195. btnLogout.style.display = 'block';
  196. btnUserProfile.style.display = 'block';
  197. }).catch(err => {
  198. console.log(err);
  199. });
  200. }
  201. checkRoute();
  202. </script>
  203. </body>
  204. </html>