123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Ai_Anchor_Demo</title>
- <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 href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet"
- integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
- <link rel="stylesheet" href="./style.css">
- </head>
- <body>
- <section class="home-page">
- <div>
- <div class="bgslider">
- <!-- <img class="img-fluid" src="./img/BG_3png.png" alt=""> -->
- </div>
- <div class="p-0">
- <!-- <div class="ai-spokesgril">
- <ul class="navbar-nav ms-auto mb-2 mb-lg-0 me-3" style="z-index: 500;">
- <li class="nav-item dropdown">
- <a class="nav-link dropdown-toggle text-white" 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-switch" 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>
- </ul>
- </div> -->
- <div class="homebutton-box row px-0 mx-0">
- <div class="col-lg-7 ps-0">
- <div class="row px-0 mx-0">
- <div style="background:rgba(2,15,51,0.8)"
- class="home-box col-4 py-5 d-flex align-items-center justify-content-center">
- <div class="p-3 text-center">
- <a style="text-decoration: none;" class="homebtn-icon" href="./about.html">
- <img src="./img/ICON_簡介.png" alt="">
- <h1 class="text-white" set-lan="html:index-about">簡介</h1>
- </a>
- </div>
- </div>
- <div style="background: rgba(4,25,89,0.8);"
- class="home-box col-4 py-5 d-flex align-items-center justify-content-center">
- <div class="p-3 text-center">
- <a style="text-decoration: none;" class="homebtn-icon" href="./features.html">
- <img src="./img/ICON_特色.png" alt="">
- <h1 class="text-white" class="home-btn" set-lan="html:index-features">特色</h1>
- </a>
- </div>
- </div>
- <div style="background:rgba(2,15,51,0.8)"
- class="home-box col-4 py-5 d-flex align-items-center justify-content-center">
- <div class="p-3 text-center">
- <a style="text-decoration: none;" class="homebtn-icon" href="./video.html">
- <img src="./img/ICON_影片導覽.png" alt="">
- <h1 class="text-white" class="home-btn" set-lan="html:index-videos">影片導覽</h1>
- </a>
- </div>
- </div>
- <div style="background: rgba(4,25,89,0.8);"
- class="home-box col-4 py-5 d-flex align-items-center justify-content-center">
- <div class="p-3 text-center">
- <a style="text-decoration: none;" class="homebtn-icon" href="./steps.html">
- <img src="./img/ICON_使用流程.png" alt="">
- <h1 class="text-white" class="home-btn" set-lan="html:index-steps">使用流程</h1>
- </a>
- </div>
- </div>
- <div style="background:rgba(2,15,51,0.8)"
- class="home-box col-4 py-5 d-flex align-items-center justify-content-center">
- <div class="p-3 text-center">
- <a style="text-decoration: none;" class="homebtn-icon" href="./usecases.html">
- <img src="./img/ICON_應用情境.png" alt="">
- <h1 class="text-white" class="home-btn" set-lan="html:index-usecases">應用情境</h1>
- </a>
- </div>
- </div>
- <div style="background: rgba(4,25,89,0.8);"
- class="home-box col-4 py-5 d-flex align-items-center justify-content-center">
- <div class="p-3 text-center">
- <a style="text-decoration: none;" class="homebtn-icon" href="./demo.html">
- <img src="./img/ICON_即時展示.png" alt="">
- <h1 class="text-white" class="home-btn" set-lan="html:index-demo">即時展示</h1>
- </a>
- </div>
- </div>
- </div>
- </div>
- <div class="col-lg-5">
- <div class="ai-spokesgril">
- <ul class="navbar-nav ms-auto mb-2 mb-lg-0 me-3" style="z-index: 500;">
- <li class="nav-item dropdown">
- <a class="nav-link dropdown-toggle text-white" 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-switch" 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>
- </ul>
- <a id="expand" onclick="openFullscreen();" style="cursor: pointer;" class="border-0"><i
- class="fas fa-expand text-white"></i></a>
- <a id="compression" onclick="closeFullscreen();" style="cursor: pointer;"
- class="border-0"><i class="fas fa-compress text-white"></i></a>
- </div>
- <div class="text-center">
- <img style="filter: none; margin-top: 80px;" src="./img/AISpokesgirl.png" alt="">
- </div>
- </div>
- </div>
- <div class="row px-0 mx-0">
- <div class="col-lg-7 mt-5 ps-5">
- <div class="homepage-title">
- <h1 set-lan="html:index_title1">強大的AI虛擬代言人</h1>
- <h1 set-lan="html:index_title2">快速生成影片工具</h1>
- </div>
- </div>
- <div class="col-lg-5">
- </div>
- </div>
- </div>
- </div>
- <img id="wheel" style="position: absolute; bottom:0px; right:150px; width:40vw ;" src="./img/0.png" alt="">
- <img style="position: absolute; bottom:0px; right:50px; width:35vw ;" width="500" src="./img/Peggy_.png" alt="">
- <img class="homepage-line" src="/img/titleline.png" alt="">
- <!-- <img class="homepage-line" src="/img/" alt=""> -->
- <!-- <div class="my-element" id="ad_dialog">
- <div class="wrap container-fluid px-0 mx-0">
- <div class="adv-banner">
- <video id="MovieShow" loop>
- <source src="./img/應用案例 -- 氣象報導.mp4" type="video/mp4">
- 您的瀏覽器不支援此 HTML5 影片標籤
- </video>
- <br><br>
- </div>
- </div>
- </div> -->
- </section>
- <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://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
- <!-- <script>
- document.querySelector('.dropdown-toggle').addEventListener('click', function(){
- console.log('lan');
- document.querySelector('.dropdown-menu').style.display="block";
- });
- </script> -->
- <script src="js/lan.js"></script>
- <script>
- var expandbtn = document.getElementById("expand");
- var compressionbtn = document.getElementById("compression");
- // Using JavaScript to open the page in fullscreen mode
- var elem = document.documentElement;
- function openFullscreen() {
- if (elem.requestFullscreen) {
- elem.requestFullscreen();
- compressionbtn.style.display = 'inline';
- } else if (elem.webkitRequestFullscreen) { /* Safari */
- elem.webkitRequestFullscreen();
- } else if (elem.msRequestFullscreen) { /* IE11 */
- elem.msRequestFullscreen();
- }
- }
- function closeFullscreen() {
- if (document.exitFullscreen) {
- document.exitFullscreen();
- compressionbtn.style.display = 'none';
- } else if (document.webkitExitFullscreen) { /* Safari */
- document.webkitExitFullscreen();
- } else if (document.msExitFullscreen) { /* IE11 */
- document.msExitFullscreen();
- }
- }
- </script>
- <script>
- // $("#ad_dialog").hide();
- // var showSecondsNum = document.getElementById('seconds-number');
- // var showDialogTimeNum = document.getElementById('dialog-time');
- // var defaultNum = 10;
- // var maxTime = defaultNum;
- // var intervalId;
- // showSecondsNum.innerHTML = maxTime;
- // var time = maxTime;
- // $('body').on('keydown mousemove mousedown', function (e) {
- // time = maxTime; // Reset
- // });
- // runSetInterval();
- // function runSetInterval() {
- // intervalId = setInterval(function () {
- // time--;
- // // showSecondsNum.innerHTML = time;
- // if (time <= 0) {
- // ShowInvalidLoginMessage();
- // clearInterval(intervalId);
- // }
- // }, 1000)
- // }
- // function ShowInvalidLoginMessage() {
- // $('#ad_dialog').show();
- // playvideo();
- // }
- // function playvideo() {
- // document.getElementById("MovieShow").play();
- // }
- // $("#MovieShow").click(function () {
- // // alert( "Handler for .click() called." );
- // document.getElementById("MovieShow").pause();
- // $('#ad_dialog').hide();
- // location.reload()
- // });
- </script>
- </body>
- </html>
|