Your Name 3 years ago
parent
commit
497d107962
3 changed files with 36 additions and 1 deletions
  1. 3 1
      layouts/index.html
  2. 11 0
      layouts/partials/manywords.html
  3. 22 0
      layouts/partials/newsanchor.html

+ 3 - 1
layouts/index.html

@@ -25,7 +25,9 @@
 
         {{ partial "see_more.html" . }}
 
-        {{ partial "steps.html" . }} -->
+        {{ partial "steps.html" . }}
+
+        {{ partial "manywords.html" . }}
 
         <!--{{ partial "content-aianchor.html" . }}-->
 

+ 11 - 0
layouts/partials/manywords.html

@@ -0,0 +1,11 @@
+<section class="bar background-pentagon">
+    <div class="container">
+        <div class="heading text-center">
+            <h2>什麼是人工智慧虛擬主播?</h2>
+        </div>
+        <div class="col-md-12">
+            <p>test</p>
+        </div>
+    </div>
+</section>
+

+ 22 - 0
layouts/partials/newsanchor.html

@@ -28,3 +28,25 @@
     </div>
 </section>
 
+<section class="bar background-white mb-0">
+    <div class="container">
+        <div class="heading text-center">
+            <h2>什麼是AI 合成主播?</h2>
+        </div>
+        <div class="col-md-12">
+            <div class="row">
+                <div class="col-md-12 mb-mobile">
+                    <div class="box-simple">
+                        <h3 class="video__title"></h3>
+                        <p class="video__desc">集仕多AI合成主播
+                            <br>
+                            </p>
+                            <a href="https://docs.google.com/forms/d/e/1FAIpQLSeygs4xXy-Xxeh2w9rI4zuQNFutLP_71Bwxo5hqqs2Ca-u5VA/viewform" class="btn btn-lg">洽詢專案製作</a>
+                    </div>
+                </div>
+            </div>
+        </div>
+    </div>
+
+</section>
+