demo.html 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>glass-property</title>
  8. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet"
  9. integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
  10. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
  11. crossorigin="anonymous">
  12. <link rel="stylesheet" href="./style.css">
  13. </head>
  14. <body>
  15. <div class="ai-spokesgril">
  16. <a style="text-decoration: none;color:#000; font-size: 32px;font-weight: 900;"
  17. href="./index.html"><img class="me-3" style="width: 50px;" src="./img/圖片1.png" alt="">AI
  18. Spokesgirl</a>
  19. <ul class="navbar-nav ms-auto mb-2 mb-lg-0 me-2">
  20. <li class="nav-item dropdown">
  21. <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
  22. 中/En
  23. </a>
  24. <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
  25. <li><button class="nav-link lan-switch" aria-current="page" set-lan="html:en" onclick="changeLan(this);window.location.reload();" value="en">English</button></li>
  26. <li><button class="nav-link lan-switch" aria-current="page" set-lan="html:zh" onclick="changeLan(this);window.location.reload();" value="zh">中文</button></li>
  27. </ul>
  28. </li>
  29. </ul>
  30. </div>
  31. <section class="sec-usecase">
  32. <div class="container">
  33. <div class="row my-5">
  34. <div class="col m-2">
  35. <a onclick="direct()" class="demo-btn">
  36. <h3 class="usecase-sub"><i class="fas fa-circle"></i> <lan set-lan="html:make_video_hand">手動製作影片</lan></h3>
  37. </a>
  38. </div>
  39. <div class="col m-2">
  40. <a href="#" class="demo-btn">
  41. <h3 class="usecase-sub"><i class="fas fa-circle"></i> 自動影片製作</h3>
  42. </a>
  43. </div>
  44. </div>
  45. </div>
  46. </section>
  47. <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
  48. integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
  49. crossorigin="anonymous"></script>
  50. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js"
  51. integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT"
  52. crossorigin="anonymous"></script>
  53. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  54. <script src="js/lan.js"></script>
  55. </body>
  56. </html>