|
@@ -6,6 +6,11 @@
|
|
|
<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">
|
|
@@ -13,82 +18,130 @@
|
|
|
|
|
|
<body>
|
|
|
<section class="home-page">
|
|
|
- <div class="text-white">
|
|
|
+ <div>
|
|
|
<div class="bgslider">
|
|
|
- <!-- <div id="bg-itembox" data-slider-duration="5000">
|
|
|
- <div class="bg-item bg-active">
|
|
|
- <img src="./img/bgsec01.png" class="itemimg01 card-img img-fluid" alt="...">
|
|
|
- </div>
|
|
|
- <div class="bg-item">
|
|
|
- <img src="./img/bgsec02.png" class="itemimg01 card-img img-fluid" alt="...">
|
|
|
- </div>
|
|
|
- <div class="bg-item">
|
|
|
- <img src="./img/bgsec03.png" class="itemimg01 imgn3 card-img img-fluid" alt="...">
|
|
|
- </div>
|
|
|
- </div> -->
|
|
|
- <ul class="px-0">
|
|
|
- <!-- <li><img src="./img/bgsec03.png" class="itemimg01 card-img img-fluid" alt="..."></li>
|
|
|
- <li><img src="./img/bgsec02.png" class="itemimg01 card-img img-fluid" alt="..."></li>
|
|
|
- <li><img src="./img/bgsec01.png" class="itemimg01 card-img img-fluid" alt="..."></li> -->
|
|
|
- </ul>
|
|
|
+ <!-- <img class="img-fluid" src="./img/BG_3png.png" alt=""> -->
|
|
|
</div>
|
|
|
- <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" 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="card-img-overlay d-flex align-items-center">
|
|
|
- <div>
|
|
|
- <div class="row px-0 mx-0">
|
|
|
- <div class="home-box col-4 mb-4">
|
|
|
- <a style="text-decoration: none;" href="./about.html">
|
|
|
- <!-- <img class="img-fluid" src="./img/Button01.png" alt=""> -->
|
|
|
- <button type="button" class="home-btn" set-lan="html:index-about">簡介</button>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <div class="home-box col-4 mb-4">
|
|
|
- <a style="text-decoration: none;" href="./features.html">
|
|
|
- <!-- <img class="img-fluid" src="./img/Button_玻璃特性.png" alt=""> -->
|
|
|
- <button type="button" class="home-btn" set-lan="html:index-features">特色</button>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <div class="home-box col-4 mb-4">
|
|
|
- <a style="text-decoration: none;" href="./video.html">
|
|
|
- <button type="button" class="home-btn" set-lan="html:index-videos">影片導覽</button>
|
|
|
- <!-- <img class="img-fluid" src="./img/Button_影片導覽.png" alt=""> -->
|
|
|
+
|
|
|
+ <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 class="home-box col-4 mb-4">
|
|
|
- <a style="text-decoration: none;" href="./steps.html">
|
|
|
- <button type="button" class="home-btn" set-lan="html:index-steps">使用流程</button>
|
|
|
- </a>
|
|
|
- <!-- <img class="img-fluid" src="./img/Button_玻璃流程.png" alt=""> -->
|
|
|
+ </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="home-box col-4 mb-4">
|
|
|
- <a style="text-decoration: none;" href="./usecases.html">
|
|
|
- <button type="button" class="home-btn" set-lan="html:index-usecases">應用情境</button>
|
|
|
- </a>
|
|
|
- <!-- <img class="img-fluid" src="./img/Button_玻璃用途.png" alt=""> -->
|
|
|
+ <div class="text-center">
|
|
|
+ <img style="filter: none; margin-top: 80px;" src="./img/AISpokesgirl.png" alt="">
|
|
|
</div>
|
|
|
- <div class="home-box col-4 mb-4">
|
|
|
- <a style="text-decoration: none;" href="./demo.html">
|
|
|
- <button type="button" class="home-btn" set-lan="html:index-demo">即時展示</button>
|
|
|
- </a>
|
|
|
- <!-- <img class="img-fluid" src="./img/Button_玻璃藝術.png" alt=""> -->
|
|
|
+ </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/Line.png" alt="">
|
|
|
+
|
|
|
+
|
|
|
</section>
|
|
|
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
|
|
|
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
|
|
@@ -104,6 +157,29 @@
|
|
|
});
|
|
|
</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>
|