123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- <!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="./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;" href="./about.html">
- <img width="100" 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;" href="./features.html">
- <img width="100" 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;" href="./video.html">
- <img width="100" 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;" href="./steps.html">
- <img width="100" 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;" href="./usecases.html">
- <img width="100" 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;" href="./demo.html">
- <img width="100" 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 onclick="openFullscreen();" style="cursor: pointer;" class="border-0"><i class="fas fa-expand text-white me-3"></i></a>
- <a 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>強大的AI虛擬代言人</h1>
- <h1>快速生成影片工具</h1>
- </div>
- </div>
- <div class="col-lg-5">
- </div>
- </div>
- </div>
- </div>
- <img 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=""> -->
- </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>
- // Using JavaScript to open the page in fullscreen mode
- var elem = document.documentElement;
- function openFullscreen() {
- if (elem.requestFullscreen) {
- elem.requestFullscreen();
- } else if (elem.webkitRequestFullscreen) { /* Safari */
- elem.webkitRequestFullscreen();
- } else if (elem.msRequestFullscreen) { /* IE11 */
- elem.msRequestFullscreen();
- }
- }
- function closeFullscreen() {
- if (document.exitFullscreen) {
- document.exitFullscreen();
- } else if (document.webkitExitFullscreen) { /* Safari */
- document.webkitExitFullscreen();
- } else if (document.msExitFullscreen) { /* IE11 */
- document.msExitFullscreen();
- }
- }
- </script>
- </body>
- </html>
|