SyuanYu пре 1 година
родитељ
комит
4f2524782d
27 измењених фајлова са 55 додато и 12 уклоњено
  1. 2 2
      layouts/ai-presenter/single.html
  2. 26 0
      layouts/index.html
  3. 1 1
      layouts/partials/LP_components/Footer.html
  4. 1 1
      layouts/partials/components/en/footer.html
  5. 1 1
      layouts/partials/footer.html
  6. 1 1
      layouts/shortcodes/vtuber.html
  7. 1 1
      webSite/config.toml
  8. 1 0
      webSite/content/blog/ai-anchor-accupass-event.md
  9. 1 0
      webSite/content/blog/ai-spokesgirl-system.md
  10. 1 0
      webSite/content/blog/growwithvideo.md
  11. 1 0
      webSite/content/blog/test.md
  12. 1 0
      webSite/content/blog/trainingvideotips.md
  13. 1 0
      webSite/content/blog/videomaking-101.md
  14. 1 0
      webSite/content/blog/vmarketing_tool.md
  15. 1 0
      webSite/content/blog/what-is-vaas.md
  16. 1 0
      webSite/content/main-news/Inewsspokes/index.md
  17. 1 0
      webSite/content/main-news/InnoVEX2023/index.md
  18. 1 0
      webSite/content/main-news/Virtual Production Studio Turnkey Solution/index.md
  19. 1 0
      webSite/content/main-news/ai主播/index.md
  20. 1 0
      webSite/content/main-news/focus/_index.md
  21. 1 0
      webSite/content/main-news/serve/_index.md
  22. 1 0
      webSite/content/main-news/virtual-host-solution/index.md
  23. 1 0
      webSite/content/main-news/華視/index.md
  24. 1 0
      webSite/content/main-news/警察廣播電台初次AI主播真人建模! 與ChoozMo合作AI影片/index.md
  25. 2 2
      webSite/var/www/html/collaboration/index.html
  26. 2 2
      webSite/var/www/html/collaboration/index.xml
  27. 1 1
      webSite/var/www/html/collaboration/info/index.html

+ 2 - 2
layouts/ai-presenter/single.html

@@ -140,7 +140,7 @@
 
           <ul class="mt-5">
             <li>
-              <h4>1. 註冊 AI Spokesgirl 專屬帳號</h4>
+              <h4>1. 註冊 ChoozMo AIGV 專屬帳號</h4>
               <p class="excerpt">一旦註冊即送 60 秒影片製作服務,使用滿意可後續加值</p>
               <div class="d-flex justify-content-center">
                 <a href="https://cloud.choozmo.com/signup" class="link-btn" target="_blank">點我免費註冊</a>
@@ -167,7 +167,7 @@
               <img src="/imgs/ai-presenter/step-05.png" alt="" class="my-5">
             </li>
             <li>
-              <h4>3. 上傳 ZIP 資料夾至 AI Spokesgirl 平台</h4>
+              <h4>3. 上傳 ZIP 資料夾至 ChoozMo AIGV 平台</h4>
               <p class="excerpt">影片檔名請寫上影片名稱</p>
               <img src="/imgs/ai-presenter/step-06.png" alt="">
               <h4 class="my-5 caption">

+ 26 - 0
layouts/index.html

@@ -33,6 +33,29 @@
       </div>
     </div>
 
+    <!-- Modal -->
+    <div class="modal fade" id="aiModal" tabindex="-1" aria-labelledby="aiModalLabel" aria-hidden="true">
+      <div class="modal-dialog">
+        <div class="modal-content">
+          <div class="modal-header">
+            <h5 class="modal-title" id="aiModalLabel">Modal title</h5>
+            <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
+          </div>
+          <div class="modal-body">
+            <div class="row row-cols-2 row-cols-lg-5 g-2 g-lg-3">
+              <div class="col-6">
+                <div class="p-3 border bg-light">Row column</div>
+              </div>
+              <div class="col-6">
+                <div class="p-3 border bg-light">Row column</div>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
+    </div>
+
+
     <!-- <div id="home">
       {{ partial "components/carousel.html" . }}
       {{ partial "components/main.html" . }}
@@ -153,6 +176,9 @@
       slidesPerView: 1,
       slidesPerGroup: 1,
     });
+
+    let aiModal = new bootstrap.Modal(document.getElementById('aiModal')); // relatedTarget
+    aiModal.show();
   </script>
   <!-- 進度條 -->
   <script src="../js/progress.js"></script>

+ 1 - 1
layouts/partials/LP_components/Footer.html

@@ -3,7 +3,7 @@
         <div class="row">
             <div class="col-xs-12 col-sm-6">
                 <img src="https://i.imgur.com/P1gNopa.png" alt="" width="250">
-                <div class="footer-aigirl">Choozmo AI Spokesgirl</div>
+                <div class="footer-aigirl">ChoozMo AIGV</div>
                 <div class="footer-follow">關注我們</div>
                 <div class="footer-socials">
                     <a href="https://www.linkedin.com/company/choozmo/"><img src="https://i.imgur.com/qnd9QrT.png" alt="" width="32px" height="32px"></a>

+ 1 - 1
layouts/partials/components/en/footer.html

@@ -3,7 +3,7 @@
     <div class="row">
       <div class="col-xs-12 col-sm-6 px-0">
         <img src="https://i.imgur.com/P1gNopa.png" alt="" style="width: 100%; max-width: 250px;">
-        <div class="footer-aigirl">Choozmo AI Spokesgirl</div>
+        <div class="footer-aigirl">ChoozMo AIGV</div>
         <div class="footer-follow">Follow us</div>
         <div class="footer-socials">
           <a href="https://www.linkedin.com/company/choozmo/">

+ 1 - 1
layouts/partials/footer.html

@@ -3,7 +3,7 @@
     <div class="row">
       <div class="col-xs-12 col-sm-6 px-0">
         <img src="https://i.imgur.com/P1gNopa.png" alt="" style="width: 100%; max-width: 250px;">
-        <div class="footer-aigirl">Choozmo AI Spokesgirl</div>
+        <div class="footer-aigirl">ChoozMo AIGV</div>
         <div class="footer-follow">關注我們</div>
         <div class="footer-socials">
           <a href="https://www.linkedin.com/company/choozmo/">

+ 1 - 1
layouts/shortcodes/vtuber.html

@@ -182,7 +182,7 @@
         <div class="container">
             <h2 class="grow_title">How to Promote Your VTuber Channel</h2>
             <p class="grow_txt">ChoozMo support Virtual YouTuber/Influencer digital marketing and fan growth strategy.<br>
-                We have a powerful video marketing SEO solution for you.<br>Our AI Spokesgirl, the new software
+                We have a powerful video marketing SEO solution for you.<br>Our ChoozMo AIGV, the new software
                 service. It is driven by deep learning and other unique technology and<br>we can even custom virtual 
                 presenter to say anything! Any language!</p>
             <span class="grow_call">Optimize your VTuber Channel</span>

+ 1 - 1
webSite/config.toml

@@ -1,5 +1,5 @@
 baseurl = "https://ai.choozmo.com/"
-title = "AIGV | 台灣第一個AI合成主播 | 集仕多"
+title = "ChoozMo AIGV | 台灣第一個AI合成主播 | 集仕多"
 theme = "AI_Video_LP"
 themesDir = "../.."
 languageCode = "zh-tw"

+ 1 - 0
webSite/content/blog/ai-anchor-accupass-event.md

@@ -5,6 +5,7 @@ tags = ["ai主播"]
 categories = ["ai"]
 url="/blog/ai-anchor-accupass-event"
 banner = "https://static.accupass.com/eventintro/2301170605571571005731.jpg"
+keyword = "ChoozMo AIGV"
 +++
 
 活動資訊

+ 1 - 0
webSite/content/blog/ai-spokesgirl-system.md

@@ -5,6 +5,7 @@ tags = ["ai","video-making","video-marketing","vaas","text-to-video"]
 categories = ["ai"]
 draft = false
 banner = "https://ai.choozmo.com/img/2222.png"
+keyword = "ChoozMo AIGV"
 +++
 
 ChoozMo specializes in Video-making as a Service (VaaS) and uses its in-house AI Spokesgirl system to generate videos.

+ 1 - 0
webSite/content/blog/growwithvideo.md

@@ -4,6 +4,7 @@ date = "2022-02-23T13:39:46+02:00"
 tags = ["video"]
 categories = ["trends"]
 banner = "https://blog.zoom.us/wp-content/uploads/2021/03/Video-SDK-Image.png"
+keyword = "ChoozMo AIGV"
 +++
 
 你是否曾經將你的網站、社交媒體或整體行銷策略視為一個整體或是一整個計畫,但是看起來總是缺少什麼,一切細節都經過精心編寫、計劃和執行,但你覺得似乎這些所做的一切都沒有達到應有的效果。

+ 1 - 0
webSite/content/blog/test.md

@@ -4,6 +4,7 @@ date = "2021-12-28T13:39:46+02:00"
 tags = ["ai"]
 categories = ["ai"]
 banner = "/imgs/ai-news-anchor.jpg"
+keyword = "ChoozMo AIGV"
 +++
 
 ChoozMo specializes in Video-making as a Service (VaaS) and uses its in-house AI Spokesgirl system to generate videos.

+ 1 - 0
webSite/content/blog/trainingvideotips.md

@@ -5,6 +5,7 @@ date = "2022-03-04T13:39:46+02:00"
 tags = ["video"]
 categories = ["trends"]
 banner = "https://blog.zoom.us/wp-content/uploads/2021/03/Video-SDK-Image.png"
+keyword = "ChoozMo AIGV"
 +++
 
 企業在擴增超出原來的人數範圍時會經歷一些擴增的成本,減輕內部團隊快速增人力成本壓力的主要方法之一是製作一致且可重複使用的培訓影片。

+ 1 - 0
webSite/content/blog/videomaking-101.md

@@ -5,6 +5,7 @@ date = "2022-03-04T13:39:46+02:00"
 tags = ["video"]
 categories = ["trends"]
 banner = "https://blog.zoom.us/wp-content/uploads/2021/03/Video-SDK-Image.png"
+keyword = "ChoozMo AIGV"
 +++
 
 你是否知道觀眾在觀看影片時會記得 95% 的訊息,而在閱讀文字內容時只有 10% 的記憶?

+ 1 - 0
webSite/content/blog/vmarketing_tool.md

@@ -4,6 +4,7 @@ date = "2022-02-24T13:39:46+02:00"
 tags = ["video"]
 categories = ["trends"]
 banner = "https://blog.zoom.us/wp-content/uploads/2021/03/Video-SDK-Image.png"
+keyword = "ChoozMo AIGV"
 +++
 
 ### 什麼是數位行銷工具?

+ 1 - 0
webSite/content/blog/what-is-vaas.md

@@ -4,6 +4,7 @@ date = "2021-12-28T13:39:46+02:00"
 tags = ["ai","vaas","video-marketing"]
 categories = ["ai"]
 banner = "/imgs/ai-news-anchor.jpg"
+keyword = "ChoozMo AIGV"
 +++
 
 ChoozMo specializes in Video-making as a Service (VaaS) and uses its in-house AI Spokesgirl system to generate videos.

+ 1 - 0
webSite/content/main-news/Inewsspokes/index.md

@@ -4,6 +4,7 @@ date = "2023-06-30T00:16:00+08:00"
 tags = ["AI主播席捲全球!ChoozMo集仕多與三立合作,打造AI陳斐娟7/1初登場!"]
 categories = "活動公告"
 banner = ""
+keyword = "ChoozMo AIGV"
 +++
 
 ## 突破傳統新聞面貌AI陳斐娟「克隆娟」還原度超高!

+ 1 - 0
webSite/content/main-news/InnoVEX2023/index.md

@@ -4,6 +4,7 @@ date = "2023-05-29T00:13:00+08:00"
 tags = ["COMPUTEX 2023 InnoVEX Choozmo Virtual Production Studio Turnkey Solution"]
 categories = "活動公告"
 banner = ""
+keyword = "ChoozMo AIGV"
 +++
 
 ## Choozmo 最新推出 Virtual Production Studio Turnkey Solution 

+ 1 - 0
webSite/content/main-news/Virtual Production Studio Turnkey Solution/index.md

@@ -4,6 +4,7 @@ date = "2023-05-16T00:21:34+08:00"
 tags = ["Virtual Production Studio"]
 categories = "最新服務"
 banner = ""
+keyword = "ChoozMo AIGV"
 +++
 
 {{< youtube KFlCPaghoXI >}}

+ 1 - 0
webSite/content/main-news/ai主播/index.md

@@ -4,6 +4,7 @@ date = "2023-10-18T00:16:00+08:00"
 tags = ["企業級AI主播","AI主播","虛擬主播","集仕多","三立AI主播","華視AI主播","警廣AI主播"]
 categories = "最新服務"
 banner = ""
+keyword = "ChoozMo AIGV"
 +++
 
 ## 企業級AI主播 邁向全新智能時代!

+ 1 - 0
webSite/content/main-news/focus/_index.md

@@ -4,4 +4,5 @@ date = "2021-11-29T12:00:05+08:00"
 layout = "main-news"
 url = "/main-news/focus/"
 categories = "url"
+keyword = "ChoozMo AIGV"
 +++

+ 1 - 0
webSite/content/main-news/serve/_index.md

@@ -4,4 +4,5 @@ date = "2021-11-29T12:00:05+08:00"
 layout = "main-news"
 url = "/main-news/serve/"
 categories = "url"
+keyword = "ChoozMo AIGV"
 +++

+ 1 - 0
webSite/content/main-news/virtual-host-solution/index.md

@@ -5,6 +5,7 @@ tags = ["企業級AI主播","AI主播","虛擬主播","集仕多","三立AI主
 categories = "焦點訊息"
 banner = ""
 url = "/virtual-host-solution"
+keyword = "ChoozMo AIGV"
 +++
 
 AI 虛擬人在科技日新月異的今天,已經逐漸走進我們的日常生活,接下來進入年底尾聲,我們推出全台灣唯一的「AI 主持人」,讓企業尾牙、春酒活動不再枯燥乏味,揮別真人讀稿、活動前彩排、預演,由「AI 主持人」、「AI 虛擬長官」來點不一樣的開場、致和有趣互動吧!想知道它會如何替 2023 年尾牙帶來最高衝擊的視覺饗宴呢?

+ 1 - 0
webSite/content/main-news/華視/index.md

@@ -4,6 +4,7 @@ date = "2023-10-18T00:16:00+08:00"
 tags = ["企業級AI主播","AI主播","虛擬主播","集仕多","三立AI主播","華視AI主播","警廣AI主播"]
 categories = "焦點訊息"
 banner = ""
+keyword = "ChoozMo AIGV"
 +++
 
 ## 全台灣第一位「體育AI主播」來了!

+ 1 - 0
webSite/content/main-news/警察廣播電台初次AI主播真人建模! 與ChoozMo合作AI影片/index.md

@@ -5,6 +5,7 @@ layout = "main-news"
 tags = ["AI主播"]
 categories = "焦點訊息"
 banner = ""
+keyword = "ChoozMo AIGV"
 +++
 
 

+ 2 - 2
webSite/var/www/html/collaboration/index.html

@@ -61,7 +61,7 @@
 
 
   <link rel="alternate" href="https://ai.choozmo.com/index.xml" type="application/rss+xml"
-    title="AI Spokesgirl | 台灣第一個AI合成主播 | 集仕多">
+    title="ChoozMo AIGV | 台灣第一個AI合成主播 | 集仕多">
 
 
 
@@ -594,7 +594,7 @@
         <div class="row">
           <div class="col-xs-12 col-sm-6">
             <img src="https://i.imgur.com/P1gNopa.png" alt="" width="250">
-            <div class="footer-aigirl">Choozmo AI Spokesgirl</div>
+            <div class="footer-aigirl">ChoozMo AIGV</div>
             <div class="footer-follow">關注我們</div>
             <div class="footer-socials">
               <a href="https://www.linkedin.com/company/choozmo/"><img src="https://i.imgur.com/qnd9QrT.png" alt=""

+ 2 - 2
webSite/var/www/html/collaboration/index.xml

@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
-    <title>Aboutuses on AI Spokesgirl | 台灣第一個AI合成主播 | 集仕多</title>
+    <title>Aboutuses on ChoozMo AIGV | 台灣第一個AI合成主播 | 集仕多</title>
     <link>https://ai.choozmo.com/aboutus/</link>
-    <description>Recent content in Aboutuses on AI Spokesgirl | 台灣第一個AI合成主播 | 集仕多</description>
+    <description>Recent content in Aboutuses on ChoozMo AIGV | 台灣第一個AI合成主播 | 集仕多</description>
     <generator>Hugo -- gohugo.io</generator>
     <language>zh-tw</language>
     <lastBuildDate>Mon, 29 Nov 2021 12:00:05 +0800</lastBuildDate><atom:link href="https://ai.choozmo.com/collaboration/index.xml" rel="self" type="application/rss+xml" />

+ 1 - 1
webSite/var/www/html/collaboration/info/index.html

@@ -98,7 +98,7 @@
       <div class="row">
         <div class="col-xs-12 col-sm-6">
           <img src="https://i.imgur.com/P1gNopa.png" alt="" width="250">
-          <div class="footer-aigirl">Choozmo AI Spokesgirl</div>
+          <div class="footer-aigirl">ChoozMo AIGV</div>
           <div class="footer-follow">關注我們</div>
           <div class="footer-socials">
             <a href="https://www.linkedin.com/company/choozmo/"><img src="https://i.imgur.com/qnd9QrT.png" alt=""