|
@@ -45,24 +45,24 @@
|
|
|
<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="">
|
|
|
+ <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;" href="./features.html">
|
|
|
- <img width="100" src="./img/ICON_特色.png" alt="">
|
|
|
+ <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;" href="./video.html">
|
|
|
- <img width="100" src="./img/ICON_影片導覽.png" alt="">
|
|
|
+ <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>
|
|
@@ -70,8 +70,8 @@
|
|
|
</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="">
|
|
|
+ <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>
|
|
@@ -79,8 +79,8 @@
|
|
|
</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="">
|
|
|
+ <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>
|
|
@@ -88,8 +88,8 @@
|
|
|
</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="">
|
|
|
+ <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>
|
|
@@ -159,6 +159,8 @@
|
|
|
</script> -->
|
|
|
<script src="js/lan.js"></script>
|
|
|
<script>
|
|
|
+ var width = window.screen.width
|
|
|
+ console.log(width)
|
|
|
// Using JavaScript to open the page in fullscreen mode
|
|
|
var elem = document.documentElement;
|
|
|
function openFullscreen() {
|