|
@@ -16,8 +16,8 @@
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
- <section class="sec01">
|
|
|
- <div class="card text-white">
|
|
|
+ <section class="home-page">
|
|
|
+ <div class="text-white">
|
|
|
<div class="bgslider">
|
|
|
<!-- <div id="bg-itembox" data-slider-duration="5000">
|
|
|
<div class="bg-item bg-active">
|
|
@@ -31,37 +31,50 @@
|
|
|
</div>
|
|
|
</div> -->
|
|
|
<ul class="px-0">
|
|
|
- <li><img src="./img/bgsec03.png" class="itemimg01 card-img img-fluid" alt="..."></li>
|
|
|
+ <!-- <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>
|
|
|
+ <li><img src="./img/bgsec01.png" class="itemimg01 card-img img-fluid" alt="..."></li> -->
|
|
|
</ul>
|
|
|
</div>
|
|
|
- <div id="nextPage" class="card-img-overlay pt-5">
|
|
|
- <div class="row px-0 mx-0">
|
|
|
- <div class="col-4">
|
|
|
- <a style="text-decoration: none;" href="./about.html">
|
|
|
- <img class="img-fluid" src="./img/Button01.png" alt="">
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <div class="col-4">
|
|
|
- <a style="text-decoration: none;" href="./property.html">
|
|
|
- <img class="img-fluid" src="./img/Button_玻璃特性.png" alt="">
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <div class="col-4">
|
|
|
- <a style="text-decoration: none;" href="./video.html">
|
|
|
- <img class="img-fluid" src="./img/Button_影片導覽.png" alt="">
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <div class="col-4">
|
|
|
- <img class="img-fluid" src="./img/Button_玻璃流程.png" alt="">
|
|
|
- </div>
|
|
|
- <div class="col-4">
|
|
|
- <img class="img-fluid" src="./img/Button_玻璃用途.png" alt="">
|
|
|
-
|
|
|
- </div>
|
|
|
- <div class="col-4">
|
|
|
- <img class="img-fluid" src="./img/Button_玻璃藝術.png" alt="">
|
|
|
+ <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">簡介</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">特色</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">影片導覽</button>
|
|
|
+ <!-- <img class="img-fluid" src="./img/Button_影片導覽.png" alt=""> -->
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ <div class="home-box col-4 mb-4">
|
|
|
+ <a style="text-decoration: none;" href="./steps.html">
|
|
|
+ <button type="button" class="home-btn">使用流程</button>
|
|
|
+ </a>
|
|
|
+ <!-- <img class="img-fluid" src="./img/Button_玻璃流程.png" alt=""> -->
|
|
|
+ </div>
|
|
|
+ <div class="home-box col-4 mb-4">
|
|
|
+ <a style="text-decoration: none;" href="./usecases.html">
|
|
|
+ <button type="button" class="home-btn">應用情境</button>
|
|
|
+ </a>
|
|
|
+ <!-- <img class="img-fluid" src="./img/Button_玻璃用途.png" alt=""> -->
|
|
|
+ </div>
|
|
|
+ <div class="home-box col-4 mb-4">
|
|
|
+ <a style="text-decoration: none;" href="./make_video.html">
|
|
|
+ <button type="button" class="home-btn">即時展示</button>
|
|
|
+ </a>
|
|
|
+ <!-- <img class="img-fluid" src="./img/Button_玻璃藝術.png" alt=""> -->
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|