|
@@ -0,0 +1,299 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="zh-TW">
|
|
|
+
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <title>AI Spokesgirl</title>
|
|
|
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
|
|
|
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
|
|
|
+ crossorigin="anonymous">
|
|
|
+ <link rel="stylesheet"
|
|
|
+ href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt"
|
|
|
+ crossorigin="anonymous">
|
|
|
+ <link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
+ <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
|
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
|
|
|
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.18/dist/sweetalert2.min.css">
|
|
|
+ <link rel="stylesheet" href="static/owl.carousel.min.css">
|
|
|
+ <link rel="stylesheet" href="static/owl.theme.default.min.css">
|
|
|
+ <link rel="stylesheet" href="static/scss/style.css">
|
|
|
+ <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
|
|
|
+ <title>AI Spokesgirl</title>
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+ <!-- ================================================================= -->
|
|
|
+ <!-- navbar -->
|
|
|
+ <nav class="navbar navbar-expand-lg navbar-light">
|
|
|
+ <div class="container-fluid">
|
|
|
+ <a class="navbar-brand" href="index.html">AI Spokesgirl</a>
|
|
|
+ <button class="navbar-toggler" type="button" data-bs-toggle="collapse"
|
|
|
+ data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
|
|
|
+ aria-label="Toggle navigation">
|
|
|
+ <span class="navbar-toggler-icon"></span>
|
|
|
+ </button>
|
|
|
+ <div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
|
+ <ul class="navbar-nav mb-2 ms-auto mb-lg-0">
|
|
|
+ <li class="nav-item">
|
|
|
+ <a class="nav-link active" aria-current="page" href="pricing.html">Pricing</a>
|
|
|
+ </li>
|
|
|
+ <li class="nav-item dropdown">
|
|
|
+ <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
|
|
|
+ 中/En
|
|
|
+ </a>
|
|
|
+ <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
|
|
|
+ <li><button class="nav-link lan-swtich" aria-current="page" set-lan="html:en" onclick="changeLan(this)" value="en">English</button></li>
|
|
|
+ <li><button class="nav-link lan-switch" aria-current="page" set-lan="html:zh" onclick="changeLan(this)" value="zh">中文</button></li>
|
|
|
+ </ul>
|
|
|
+ </li>
|
|
|
+ <li class="nav-item">
|
|
|
+ <a class="nav-link active btn-login" aria-current="page" href="login.html">Log in</a>
|
|
|
+ </li>
|
|
|
+ <li class="nav-item">
|
|
|
+ <a class="nav-link btn-userProfile" aria-current="page" href="user_profile2.html">User Profile</a>
|
|
|
+ </li>
|
|
|
+ <li class="nav-item">
|
|
|
+ <a class="nav-link btn-logout" aria-current="page">Log out</a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </nav>
|
|
|
+ <!-- ================================================================= -->
|
|
|
+
|
|
|
+
|
|
|
+ <!-- ================================================================= -->
|
|
|
+ <!-- content -->
|
|
|
+ <div class="container-fluid px-0">
|
|
|
+ <div class="container-fluid">
|
|
|
+ <!-- <div id="mySidenav" class="sidenav">
|
|
|
+ <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
|
|
|
+ <h2 class="go_title" href="index.html"><a class="nav-link active" aria-current="page" href="index.html">AI Spokes Girl</a></h2>
|
|
|
+ <ul class="nav-list">
|
|
|
+ <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>
|
|
|
+ <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>
|
|
|
+ </ul>
|
|
|
+ <p class="right-text text-white d-inline-block">Choozmo All Rights Reserved</p>
|
|
|
+ </div> -->
|
|
|
+ <div id="mySidenav" class="sidenav">
|
|
|
+ <!-- <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a> -->
|
|
|
+ <div class="sidenav-content">
|
|
|
+
|
|
|
+ <div class="text-start mt-3">
|
|
|
+ <h2 class="fw-bold ps-0" href="index.html"><a class="nav-link active ps-1" aria-current="page" href="index.html">AI Spokesgirl</a></h2>
|
|
|
+ </div>
|
|
|
+ <div class="userName"></div>
|
|
|
+ <img class="user img-fluid rounded-circle" src="./static/img/userprofile/userimg.png" alt="">
|
|
|
+ <p class="text-white my-3 text-center">Create something today!</p>
|
|
|
+ <div class="navbar-nav mb-2 mb-lg-0 px-3 pe-4">
|
|
|
+ <a class="nav-link btn-gocreate text-white col-6 btn-makeen" aria-current="page" href="./index_eng.html">Make English Videos</a>
|
|
|
+ <a class="nav-link btn-gocreate text-white col-6 btn-makeppt" aria-current="page" href="./make_video_slide.html">Make Videos By Slides</a>
|
|
|
+ </div>
|
|
|
+ <hr>
|
|
|
+ <ul class="nav-list ps-0">
|
|
|
+ <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>
|
|
|
+ <lan>Usage Introduction</lan>
|
|
|
+ </li>
|
|
|
+ <a style="text-decoration: none;color:white;" href="./user_profile2.html">
|
|
|
+ <li class="nav-list-item pb-1 mb-3" data-bs-toggle="modal">
|
|
|
+ <i class="fas fa-user me-2"></i>
|
|
|
+ <lan>User Profile</lan>
|
|
|
+ </li>
|
|
|
+ </a>
|
|
|
+ <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>
|
|
|
+ <lan>History</lan>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <div class="right-text">
|
|
|
+ <a target="_blank" href="http://www.choozmo.com/">| 官網 |</a>
|
|
|
+ <a target="_blank" href="https://www.linkedin.com/company/choozmo/mycompany/"><img
|
|
|
+ style="width: 20px;" src="./static/img/contactus/linkedin-logo-copy.png" alt=""></a>
|
|
|
+ <a target="_blank" href="https://www.facebook.com/choozmo/"><img style="width: 20px;"
|
|
|
+ src="./static/img/contactus/facebook_logos_PNG19753.png" alt=""></a>
|
|
|
+ <a target="_blank" href="https://www.instagram.com/choozmo_cmm/"><img style="width: 20px;"
|
|
|
+ src="./static/img/contactus/IG.png" alt=""></a>
|
|
|
+ <a target="_blank" href="https://line.me/R/ti/p/@choozmo?from=page"><img style="width: 20px;"
|
|
|
+ src="./static/img/contactus/LINE_logo.svg.png" alt=""></a>
|
|
|
+ <a target="_blank" href="https://www.youtube.com/channel/UC2Qda9PhJWuiMTCZ-j7K_hg"><img
|
|
|
+ style="width: 20px;" src="./static/img/contactus/youtube.png" alt=""></a>
|
|
|
+ <a target="_blank" href="https://twitter.com/ai_cmm"><img style="width: 20px;"
|
|
|
+ src="./static/img/contactus/twitter.png" alt=""></a>
|
|
|
+ <p class="Reserved text-white text-start mt-3 ps-2">Choozmo All Rights Reserved</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!-- <span style="font-size:30px;cursor:pointer" onclick="openNav()">☰ 過去紀錄</span> -->
|
|
|
+ <div class="content ms-auto">
|
|
|
+ <form id="msform">
|
|
|
+ <div class="linker__box">
|
|
|
+ <p>Preview Video</p>
|
|
|
+ <i class="fas fa-link"></i>
|
|
|
+ <a id='linker' style="display: none;" class="ms-2">Video link</a>
|
|
|
+ </div>
|
|
|
+ <!-- fieldsets -->
|
|
|
+ <fieldset>
|
|
|
+ <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>
|
|
|
+ <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>
|
|
|
+ <input type="checkbox" id="multiLang" > <br/>
|
|
|
+ </fieldset>
|
|
|
+ <fieldset>
|
|
|
+ <h3 class="fs-subtitle"><lan>Choose Character</lan><img class="ms-1" src="static/img/question.png" alt="" data-bs-toggle="tooltip" data-bs-placement="right" title="將作為影片的講者 The spokesgirl of your video"></h3>
|
|
|
+ <select id="avatar" class='avatar'>
|
|
|
+ <option value="7">Peggy</option>
|
|
|
+ <option value="8">Stacy</option>
|
|
|
+ <option value="10">Nina黑</option>
|
|
|
+ <option value="9">Nina灰</option>
|
|
|
+ <option value="11">Summer韓小夏</option>
|
|
|
+ <option value="12">Jocelyn</option>
|
|
|
+ <option value="12">Angela</option>
|
|
|
+ </select>
|
|
|
+ <div class="owl-carousel owl-theme d-flex row">
|
|
|
+ <div class="card item" data-avatar="Peggy" data-img="peggy">
|
|
|
+ <div class="imgfr"><img src="static/img/peggy.webp" class="card-img-top" alt="..."></div>
|
|
|
+ <div class="card-body">
|
|
|
+ <h5 class="card-title">Peggy</h5>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="card item" data-avatar="Stacy" data-img="stacy">
|
|
|
+ <div class="imgfr"><img src="static/img/stacy.webp" class="card-img-top" alt="..."></div>
|
|
|
+ <div class="card-body">
|
|
|
+ <h5 class="card-title">Stacy</h5>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="card item" data-avatar="Nina黑" data-img="ninablack">
|
|
|
+ <div class="imgfr"><img src="static/img/ninablack.webp" class="card-img-top" alt="..."></div>
|
|
|
+ <div class="card-body">
|
|
|
+ <h5 class="card-title">Nina黑</h5>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="card item" data-avatar="Nina灰" data-img="ninawhite">
|
|
|
+ <div class="imgfr"><img src="static/img/ninawhite.webp" class="card-img-top" alt="..."></div>
|
|
|
+ <div class="card-body">
|
|
|
+ <h5 class="card-title">Nina灰</h5>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="card item" data-avatar="Summer韓小夏" data-img="summer">
|
|
|
+ <div class="imgfr"><img src="static/img/summer.webp" class="card-img-top" alt="..."></div>
|
|
|
+ <div class="card-body">
|
|
|
+ <h5 class="card-title">Summer韓小夏</h5>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="card item" data-avatar="Jocelyn" data-img="Jocelyn">
|
|
|
+ <div class="imgfr"><img src="static/img/Jocelyn.webp" class="card-img-top" alt="..."></div>
|
|
|
+ <div class="card-body">
|
|
|
+ <h5 class="card-title">Jocelyn</h5>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="card item" data-avatar="Angela" data-img="Angela">
|
|
|
+ <div class="imgfr"><img src="static/img/Angela.webp" class="card-img-top" alt="..."></div>
|
|
|
+ <div class="card-body">
|
|
|
+ <h5 class="card-title">Angela</h5>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </fieldset>
|
|
|
+ <input id="send_slide" type="button" name="next" class="action-button" value="Submit" />
|
|
|
+ </form>
|
|
|
+ <!-- <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> -->
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="modal fade" tabindex="-1" id="howto" aria-labelledby="howto" aria-hidden="true">
|
|
|
+ <div class="modal-dialog">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h5 class="modal-title" id="staticBackdropLabel">Usage Introduction</h5>
|
|
|
+ <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body">
|
|
|
+ <div class="modal-terms">
|
|
|
+ <ol class="ps-0">
|
|
|
+ <li>1. Please Provide an Image Link Corresponding to a Line as a Collocation</li>
|
|
|
+ <li>2. Support File Format:<stong class="strong">.png, jpg, .mp4</stong></li>
|
|
|
+ <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>
|
|
|
+ </ol>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="modal" tabindex="-1" id="history" aria-labelledby="history" aria-hidden="true">
|
|
|
+ <div class="modal-dialog modal-dialog-scrollable">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h5 class="modal-title" id="staticBackdropLabel">History</h5>
|
|
|
+ <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body">
|
|
|
+ <div class="modal-terms">
|
|
|
+ <div class="loader"><img src="static/img/bx_loader.gif" alt=""></div>
|
|
|
+ <ol class="ps-0 historyList">
|
|
|
+ </ol>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="modal" tabindex="-1" id="avatarmega" aria-labelledby="history" aria-hidden="true">
|
|
|
+ <div class="modal-dialog modal-dialog-centered">
|
|
|
+ <div class="modal-content text-center">
|
|
|
+ <div class="modal-body">
|
|
|
+ <img class="modal-img" src="" alt="">
|
|
|
+ <h5 class="modal-title mt-2"></h5>
|
|
|
+ <button type="button" class="btn btn-secondary btn-dismiss" data-bs-dismiss="modal">Close</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- ================================================================= -->
|
|
|
+
|
|
|
+
|
|
|
+ <!-- ================================================================= -->
|
|
|
+ <!-- footer -->
|
|
|
+ <footer class="fixed-bottom text-center py-2">
|
|
|
+
|
|
|
+ </footer>
|
|
|
+ <!-- ================================================================= -->
|
|
|
+
|
|
|
+ <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
|
|
|
+ <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script>
|
|
|
+ <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
|
|
|
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
|
|
|
+ <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11.0.18/dist/sweetalert2.all.min.js"></script>
|
|
|
+ <script src="static/owl.carousel.min.js"></script>
|
|
|
+ <script src="static/script_slides_eng.js"></script>
|
|
|
+ <script type="text/javascript" src="static/lan.js"></script>
|
|
|
+ <script src="static/common.js"></script>
|
|
|
+<script>
|
|
|
+$('.owl-carousel').owlCarousel({
|
|
|
+ loop: true,
|
|
|
+ margin: 10,
|
|
|
+ nav: false,
|
|
|
+ mouseDrag: true,
|
|
|
+ touchDrag: true,
|
|
|
+ smartSpeed: 1000,
|
|
|
+ autoplay: true,
|
|
|
+ autoplayTimeout: 8000,
|
|
|
+ autoplayHoverPause: false,
|
|
|
+ responsive: {
|
|
|
+ 0: {
|
|
|
+ items: 1
|
|
|
+ },
|
|
|
+ 600: {
|
|
|
+ items: 2
|
|
|
+ },
|
|
|
+ 1000: {
|
|
|
+ items: 4
|
|
|
+ }
|
|
|
+ }
|
|
|
+});
|
|
|
+</script>
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|