index_withoutAmp.html 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639
  1. <!doctype html>
  2. <html ⚡ lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width">
  6. <link rel="canonical" href="/article.html">
  7. <link rel="shortcut icon" href="amp_favicon.png">
  8. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css"
  9. integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
  10. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css"
  11. rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x"
  12. crossorigin="anonymous">
  13. <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css" />
  14. <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css" />
  15. <link rel="stylesheet" href="css/style.css">
  16. <!-- Start of HubSpot Embed Code -->
  17. <script type="text/javascript" id="hs-script-loader" async defer src="//js-na1.hs-scripts.com/20485755.js"></script>
  18. <!-- End of HubSpot Embed Code -->
  19. <!-- Google Tag Manager -->
  20. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  21. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  22. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  23. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  24. })(window,document,'script','dataLayer','GTM-T2TPLJ6');
  25. </script>
  26. <!-- End Google Tag Manager -->
  27. <title>Choozmo AI無人電視台-公益頻道</title>
  28. </head>
  29. <body>
  30. <!-- Google Tag Manager (noscript) -->
  31. <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T2TPLJ6"
  32. height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  33. <!-- End Google Tag Manager (noscript) -->
  34. <!-- <amp-mega-menu height="65" layout="fixed-height">
  35. <nav class="d-flex align-items-center">
  36. <span>
  37. <a href="/" >
  38. <img src="./imgs/Choozmo cloud logo.png" alt="" width="160">
  39. </a>
  40. </span>
  41. <ul class="ms-auto">
  42. <li>
  43. <a href="https://amp.dev/">Link</a>
  44. </li>
  45. <li>
  46. <a href="https://amp.dev/">Link</a>
  47. </li>
  48. </ul>
  49. </nav>
  50. </amp-mega-menu> -->
  51. <main>
  52. <section class="hero container-fluid">
  53. <div class="container">
  54. <nav class="navbar navbar-expand-lg navbar-light">
  55. <div class="container-fluid mt-2">
  56. <a class="navbar-brand" href="#">
  57. <img src="./imgs/white.png" alt="" width="140" class="d-inline-block align-text-top">
  58. </a>
  59. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
  60. <span class="navbar-toggler-icon"></span>
  61. </button>
  62. <div class="collapse navbar-collapse" id="navbarSupportedContent">
  63. <ul class="navbar-nav ms-auto mb-2 mb-lg-0">
  64. <li class="nav-item">
  65. <a class="nav-link text-light linktoSection" data-section="#section1">專訪/愛心捐款</a>
  66. </li>
  67. <li class="nav-item">
  68. <a class="nav-link text-light linktoSection" data-section="#section2">合作夥伴</a>
  69. </li>
  70. <li class="nav-item dropdown">
  71. <a class="nav-link text-light dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-bs-toggle="dropdown" aria-expanded="false">
  72. AI無人電視台
  73. </a>
  74. <ul class="dropdown-menu border-0 dropdown-menu__bg" aria-labelledby="navbarDropdownMenuLink">
  75. <li><a class="dropdown-item" target="_blank" href="https://www.youtube.com/channel/UC4ZtyNohnIt3F296Mf202Jg">科技頻道</a></li>
  76. <li><a class="dropdown-item" target="_blank" href="https://www.youtube.com/channel/UC2Qda9PhJWuiMTCZ-j7K_hg">趨勢日報</a></li>
  77. </ul>
  78. </li>
  79. <li class="nav-item">
  80. <a class="nav-link text-light" href="https://ai.choozmo.com/aboutus/info/" target="_blank">關於集仕多</a>
  81. </li>
  82. </ul>
  83. </div>
  84. </div>
  85. </nav>
  86. <div class="row row-md-2" style="margin-top: 4rem;">
  87. <div class="col">
  88. <h2 class="text-light hero__h2">AI無人電視台<br>公益頻道</h2>
  89. <p class="text-light mt-4 mb-5">集仕多使用AI Spokesgirl技術 訪問默默幫助社會的NGO,<br>也許你第一次認識它、或是遺忘了,<br>
  90. 但AI 幫你記著,讓AI主播帶您重新認識NGO...</p>
  91. <div class="d-flex text-light">
  92. <button class="btn-yellow me-3 " onclick="window.open('https://ai.choozmo.com/')">了解AI主播</button>
  93. <button class="btn-yellow btn-yellow__fill" onclick="window.open('https://www.youtube.com/channel/UCsKs916yiaSfC9RJnBwOcfw')">公益頻道</button>
  94. </div>
  95. </div>
  96. <div class="col"></div>
  97. </div>
  98. </div>
  99. </section>
  100. <section class="logos" style="background-color: white;padding: 3.5rem 0;">
  101. <div class="container text-center">
  102. <h3 style="color: black;margin-bottom: 1.5rem;" class="text-center d-none d-md-block" class="">用AI的世界看見愛、跟NGO一起做公益。</h3>
  103. <h3 style="color: black;margin-bottom: 1.5rem;" class="text-center d-block d-md-none">用AI的世界看見愛,<br>跟NGO一起做公益。</h3>
  104. <p style="color: #4C4C4C;">在疫情的衝擊下,我們身後還有這群人默默幫助社會上的弱勢族群,集仕多使用AI<br>主播問答專訪的方式,帶您更了解這些人,而這些基金會需要您的幫助....</p>
  105. <button class="btn-yellow btn-yellow__fill mt-3 linktoSection" data-section="#section1">愛心捐款</button>
  106. </div>
  107. </section>
  108. <section style="background-color: #2980B8;padding: 3.5rem 0;" class="condition">
  109. <div class="container-fluid">
  110. <div class="container px-3">
  111. <div class="row">
  112. <div class="col-12 col-md-7">
  113. <div class="mb-5">
  114. <h3>在疫情下,對基金會造成了什麼影響?</h3>
  115. <p>雖然遭受衝擊,但我們的愛心並未停歇。</p>
  116. </div>
  117. <div class="d-flex flex-column flex-md-row">
  118. <div class="mx-3 mb-2">
  119. <h3><span id="days">737</span>天</h3>
  120. <p>疫情已經經過了</p>
  121. </div>
  122. <div class="mx-3 mb-2">
  123. <h3><span id="percent1">30</span>%-<span id="percent2">50</span>%</h3>
  124. <p>愛心捐款下降</p>
  125. </div>
  126. <div class="mx-3 mb-2">
  127. <h3><span id="percent3">30</span>%</h3>
  128. <p>團體取消的活動</p>
  129. </div>
  130. </div>
  131. </div>
  132. <div class="d-none d-md-block col-5" style="position: relative;">
  133. <div class="imgfr">
  134. </div>
  135. </div>
  136. </div>
  137. </div>
  138. </div>
  139. </section>
  140. <section class="carousels">
  141. <div class="container py-5">
  142. <div class="row">
  143. <div class="col-md-7">
  144. <div class="items">
  145. <div class="item mx-1" style="background-image: url(./imgs/zhishan_carousel.jpg);width: 100%;height: 16rem;background-size: cover;"></div>
  146. <div class="item mx-1" style="background-image: url(./imgs/18083cec23.png);height: 16rem;background-size: cover;"></div>
  147. <div class="item mx-1" style="background-image: url(./imgs/270670090_10159492256741273_8735688059836287786_n.jpg);height: 16rem;background-size: cover;"></div>
  148. <div class="item mx-1" style="background-image: url(https://kids-career.com.tw/wp-content/uploads/2018/06/55C21743-F117-403E-A33A-E08D52935178.jpeg);height: 16rem;background-size: cover;"></div>
  149. </div>
  150. </div>
  151. <div class="col-md-5 ps-4" style="position: relative;">
  152. <div style="width: 70%;margin: 0 auto;">
  153. <img src="./imgs/quotation.png" alt="" class="left_quotation" width="30">
  154. <img src="./imgs/quotation.png" alt="" class="right_quotation" width="30">
  155. <p class="pt-4"><strong class="strong">我們</strong>幫助了 ...</p>
  156. <p>社會的各個角落、婦女受暴及性別暴力問題</p>
  157. <p class="ps-3">各個國家弱勢族群資源補助、</p>
  158. <p class="ps-5">流浪動物、導盲犬訓練....</p>
  159. </div>
  160. </div>
  161. </div>
  162. </div>
  163. </section>
  164. <section class="cards" style="padding: 4rem 0;background-color: #F1F5F9;" id="section1">
  165. <div class="container text-center">
  166. <h2 style="color: black;text-align: center;" class="mb-5">AI主播與幕後英雄的專訪</h2>
  167. <div class="row">
  168. <div class="col-12 col-md-6 col-xl-4">
  169. <div class="card text-dark mb-4" style="border: none;">
  170. <div class="card__imgfr" onclick="window.open('https://youtu.be/hjabkqhh4kk')">
  171. <img src="./imgs/4.png"
  172. width="266"
  173. layout="responsive"
  174. alt="mountains"
  175. class="card-img-top">
  176. </img>
  177. <img src="./imgs/Icon-play.png"
  178. width="50"
  179. height="50"
  180. alt="mountains"
  181. class="card__play"
  182. >
  183. </img>
  184. </div>
  185. <div class="card-body p-4 position-relative">
  186. <h5 class="card-title text-start">慈濟基金會</h5>
  187. <p class="card-text text-start">慈濟慈善工作從弱勢家庭濟助到心靈關懷,包含長期扶困、急難救助、居家關懷及海外慈善;近年來也著
  188. 重於結合社區力量,增益社區善的機能。慈濟重視的不只是救濟、援助的成效,更在乎啟發人性善的良能。</p>
  189. <p class="card-text">
  190. <a href="https://www.tzuchi.org.tw" target="_blank" class="d-flex align-items-center card-learn">
  191. <i class="fas fa-angle-double-right"></i><small class="me-1">深入瞭解慈濟基金會</small>
  192. </a>
  193. </p>
  194. <div class="d-flex justify-content-between position-absolute" style="left: 1.5rem; bottom: 2rem; width: calc(100% - 3rem);">
  195. <div class="d-flex">
  196. <a href="https://www.youtube.com/channel/UCi-spPgs-C5HJMsAHyG60aw" class="me-1 card-learn"><i class="fab fa-youtube" style="font-size: 2rem;"></i></a>
  197. <a href="https://www.facebook.com/tzuchi.org" class="ms-1 card-learn"><i class="fab fa-facebook-square" style="font-size: 2rem;"></i></a>
  198. </div>
  199. <a href="https://www.tzuchi.org.tw/%E6%8D%90%E6%AC%BE" class="btn btn-yellow__fill" target="_blank">愛心捐款</a>
  200. </div>
  201. </div>
  202. </div>
  203. </div>
  204. <div class="col-12 col-md-6 col-xl-4">
  205. <div class="card text-dark mb-4" style="border: none;">
  206. <div class="card__imgfr" onclick="window.open('https://youtu.be/M56olPvPipU')">
  207. <img src="./imgs/2.png"
  208. width="266"
  209. height="150"
  210. layout="responsive"
  211. alt="mountains"
  212. class="card-img-top">
  213. </img>
  214. <img src="./imgs/Icon-play.png"
  215. width="50"
  216. height="50"
  217. alt="mountains"
  218. class="card__play"
  219. >
  220. </img>
  221. </div>
  222. <div class="card-body p-4 position-relative">
  223. <h5 class="card-title text-start mb-3">勵馨基金會</h5>
  224. <p class="card-text text-start mb-4">勵馨本著基督精神,以追求公義與愛的決心和勇氣,預防及消弭性侵害、性剥削及家庭暴力對婦女與兒少的傷害
  225. ,並致力於社會改造,創造對婦女及兒少的友善環境。</p>
  226. <p class="card-text">
  227. <a href="https://www.goh.org.tw" target="_blank" class="d-flex align-items-center card-learn">
  228. <i class="fas fa-angle-double-right"></i><small class="me-1">深入瞭解勵馨基金會</small>
  229. </a>
  230. </p>
  231. <div class="d-flex justify-content-between position-absolute" style="left: 1.5rem; bottom: 2rem; width: calc(100% - 3rem);">
  232. <div class="d-flex">
  233. <a href="https://www.youtube.com/channel/UCh5TK6vbha614CbyWijVXHg" class="me-1 card-learn"><i class="fab fa-youtube" style="font-size: 2rem;"></i></a>
  234. <a href="https://www.facebook.com/gohtaiwan" class="ms-1 card-learn"><i class="fab fa-facebook-square" style="font-size: 2rem;"></i></a>
  235. </div>
  236. <a href="https://www.goh.org.tw/mobile/donation.asp" class="btn btn-yellow__fill" target="_blank">愛心捐款</a>
  237. </div>
  238. </div>
  239. </div>
  240. </div>
  241. <div class="col-12 col-md-6 col-xl-4">
  242. <div class="card text-dark mb-4" style="border: none;">
  243. <div class="card__imgfr" onclick="window.open('https://youtu.be/Cya0Kr3kGWg')">
  244. <img src="./imgs/3.png"
  245. width="266"
  246. height="150"
  247. layout="responsive"
  248. alt="mountains"
  249. class="card-img-top">
  250. </img>
  251. <img src="./imgs/Icon-play.png"
  252. width="50"
  253. height="50"
  254. alt="mountains"
  255. class="card__play"
  256. >
  257. </img>
  258. </div>
  259. <div class="card-body p-4 position-relative">
  260. <h5 class="card-title text-start">至善社會福利基金會</h5>
  261. <p class="card-text text-start">至善是立足台灣的亞洲兒少發展最佳夥伴,服務地區包括台灣、越南、雲南,以及緬甸等亞洲四地,每一年約幫助
  262. 90,000 名孩子吃飽、上學,獲得照顧,讓他們成長之路不孤單。</p>
  263. <p class="card-text">
  264. <a href="https://www.zhi-shan.org" target="_blank" class="d-flex align-items-center card-learn">
  265. <i class="fas fa-angle-double-right"></i><small class="me-1">深入瞭解至善基金會</small>
  266. </a>
  267. </p>
  268. <div class="d-flex justify-content-between position-absolute" style="left: 1.5rem; bottom: 2rem; width: calc(100% - 3rem);">
  269. <div class="d-flex">
  270. <a href="https://www.youtube.com/channel/UCgy9NTU79bX2nUIJqVJwvmw" class="me-1 card-learn"><i class="fab fa-youtube" style="font-size: 2rem;"></i></a>
  271. <a href="https://www.facebook.com/zhishantaiwan" class="ms-1 card-learn"><i class="fab fa-facebook-square" style="font-size: 2rem;"></i></a>
  272. </div>
  273. <a href="https://www.zhi-shan.org/donate?gclid=Cj0KCQiA2sqOBhCGARIsAPuPK0gGNFU0NutrGGL0hI8WDWeo60Te3T-jZAQ7Tc1pz_CEY8L7UXaSockaAsdmEALw_wcB" class="btn btn-yellow__fill" target="_blank">愛心捐款</a>
  274. </div>
  275. </div>
  276. </div>
  277. </div>
  278. <div class="col-12 col-md-6 col-xl-4">
  279. <div class="card text-dark mb-4" style="border: none;">
  280. <div class="card__imgfr" onclick="window.open('https://youtu.be/xytS6_zB858')">
  281. <img src="./imgs/01.png"
  282. width="266"
  283. height="150"
  284. layout="responsive"
  285. alt="mountains"
  286. class="card-img-top">
  287. </img>
  288. <img src="./imgs/Icon-play.png"
  289. width="50"
  290. height="50"
  291. alt="mountains"
  292. class="card__play"
  293. >
  294. </img>
  295. </div>
  296. <div class="card-body p-4 position-relative">
  297. <h5 class="card-title text-start">婦女救援協會</h5>
  298. <p class="card-text text-start">婦女救援基金會基於尊重生命價值及追求社會正義,致力於關心受到性別暴力壓迫及被忽略的弱勢婦幼,
  299. 以倡議推動社會改革,以服務充權弱勢婦幼,讓其得以自立及自主,提升婦幼人權。</p>
  300. <p class="card-text">
  301. <a href="https://www.twrf.org.tw" target="_blank" class="d-flex align-items-center card-learn">
  302. <i class="fas fa-angle-double-right"></i><small class="me-1">深入瞭解婦女救援協會</small>
  303. </a>
  304. </p>
  305. <div class="d-flex justify-content-between position-absolute" style="left: 1.5rem; bottom: 2rem; width: calc(100% - 3rem);">
  306. <div class="d-flex">
  307. <a href="https://www.youtube.com/user/helpwomen" class="me-1 card-learn"><i class="fab fa-youtube" style="font-size: 2rem;"></i></a>
  308. <a href="https://www.facebook.com/twrf.org" class="ms-1 card-learn"><i class="fab fa-facebook-square" style="font-size: 2rem;"></i></a>
  309. </div>
  310. <a href="https://www.twrf.org.tw/info/category/25" class="btn btn-yellow__fill" target="_blank">愛心捐款</a>
  311. </div>
  312. </div>
  313. </div>
  314. </div>
  315. <div class="col-12 col-md-6 col-xl-4">
  316. <div class="card text-dark mb-4" style="border: none;">
  317. <div class="card__imgfr" onclick="window.open('https://youtu.be/vp7UPopkojM')">
  318. <img src="./imgs/dog.png"
  319. width="266"
  320. height="150"
  321. layout="responsive"
  322. alt="mountains"
  323. class="card-img-top"
  324. style="height:234px;">
  325. </img>
  326. <img src="./imgs/Icon-play.png"
  327. width="50"
  328. height="50"
  329. alt="mountains"
  330. class="card__play"
  331. >
  332. </img>
  333. <!-- <span class="card__comingSoon">敬請期待</span> -->
  334. </div>
  335. <div class="card-body p-4 position-relative">
  336. <h5 class="card-title text-start">台灣導盲犬協會</h5>
  337. <p class="card-text text-start">協會主要目標是建立並推動導盲犬制度,讓台灣的視障者除了使用白手杖外,也有使用導盲犬的權利。
  338. 主要工作內容包括導盲犬觀念的推廣、本土導盲犬的培育繁殖、導盲犬的訓練、相關法令推動與宣導,並且將訓練成功的導盲犬,免費提供給視障者。
  339. </p>
  340. <p class="card-text">
  341. <a href="http://www.guidedog.org.tw" target="_blank" class="d-flex align-items-center card-learn">
  342. <i class="fas fa-angle-double-right"></i><small class="me-1">深入瞭解台灣導盲犬協會</small>
  343. </a>
  344. </p>
  345. <div class="d-flex justify-content-between position-absolute" style="left: 1.5rem; bottom: 2rem; width: calc(100% - 3rem);">
  346. <div class="d-flex">
  347. <a href="https://www.youtube.com/channel/UCzsepV8mqo9vS3f4PWB0T2A" class="me-1 card-learn"><i class="fab fa-youtube" style="font-size: 2rem;"></i></a>
  348. <a href="https://www.facebook.com/TWGDA" class="ms-1 card-learn"><i class="fab fa-facebook-square" style="font-size: 2rem;"></i></a>
  349. </div>
  350. <a href="http://www.guidedog.org.tw/donation/donation-1.html" class="btn btn-yellow__fill" target="_blank">愛心捐款</a>
  351. </div>
  352. </div>
  353. </div>
  354. </div>
  355. <div class="col-12 col-md-6 col-xl-4">
  356. <div class="card text-dark mb-4" style="border: none;">
  357. <div class="card__imgfr" onclick="window.open('https://youtu.be/XYauD-LMGsY')">
  358. <img src="./imgs/dodoker.jpg"
  359. width="266"
  360. height="150"
  361. layout="responsive"
  362. alt="mountains"
  363. class="card-img-top"
  364. style="height:234px;">
  365. </img>
  366. <img src="./imgs/Icon-play.png"
  367. width="50"
  368. height="50"
  369. alt="mountains"
  370. class="card__play"
  371. >
  372. </img>
  373. <!-- <span class="card__comingSoon">敬請期待</span> -->
  374. </div>
  375. <div class="card-body p-4 position-relative">
  376. <h5 class="card-title text-start">度度客群眾募資平台</h5>
  377. <p class="card-text text-start">度度客dodoker是一個群眾募資平台,擔任陪跑教練的角色,陪伴提案人發想,並推行社會公益群募專案,提供上架諮詢、前置研究、文案撰寫、短片拍攝、行銷宣傳等服務。
  378. 我們希望透過網路科技及社群經營,集結眾人之力,改變或解決社會問題。
  379. </p>
  380. <p class="card-text">
  381. <a href="https://www.dodoker.com/" target="_blank" class="d-flex align-items-center card-learn">
  382. <i class="fas fa-angle-double-right"></i><small class="me-1">深入瞭解度度客群眾募資平台</small>
  383. </a>
  384. </p>
  385. <div class="d-flex justify-content-between position-absolute" style="left: 1.5rem; bottom: 2rem; width: calc(100% - 3rem);">
  386. <div class="d-flex">
  387. <a href="https://www.youtube.com/channel/UCHvdB02DX58W2vRQPTLcAPw" class="me-1 card-learn"><i class="fab fa-youtube" style="font-size: 2rem;"></i></a>
  388. <a href="https://www.facebook.com/dodoker/" class="ms-1 card-learn"><i class="fab fa-facebook-square" style="font-size: 2rem;"></i></a>
  389. </div>
  390. <a href="https://www.dodoker.com/index.php?r=project%2Findex" class="btn btn-yellow__fill" target="_blank">愛心捐款</a>
  391. </div>
  392. </div>
  393. </div>
  394. </div>
  395. <div class="col-12 col-md-6 col-xl-4">
  396. <div class="card text-dark mb-4" style="border: none;">
  397. <div class="card__imgfr">
  398. <img src="./imgs/hero-img.jpg"
  399. width="266"
  400. height="150"
  401. layout="responsive"
  402. alt="mountains"
  403. class="card-img-top"
  404. style="height:234px;">
  405. </img>
  406. <img src="./imgs/Icon-play.png"
  407. width="50"
  408. height="50"
  409. alt="mountains"
  410. class="card__play"
  411. >
  412. </img>
  413. <span class="card__comingSoon">敬請期待</span>
  414. </div>
  415. <div class="card-body p-4 position-relative">
  416. <h5 class="card-title text-start">天下顧問<small>(B型企業)</small></h5>
  417. <p class="card-text text-start">天下顧問是一個組織健檢平台,組織可在網上填答問卷內容,再經由具豐富經驗的顧問針對企業狀況能夠幫助企業將資源做最有效的整合,對診斷報告進行討論,進而規劃出合適的方案與策略,並確實執行與追蹤。
  418. </p>
  419. <p class="card-text">
  420. <a href="https://www.welohas.org/" target="_blank" class="d-flex align-items-center card-learn">
  421. <i class="fas fa-angle-double-right"></i><small class="me-1">深入瞭解天下顧問</small>
  422. </a>
  423. </p>
  424. <div class="d-flex justify-content-between position-absolute" style="left: 1.5rem; bottom: 2rem; width: calc(100% - 3rem);">
  425. <div class="d-flex">
  426. <a href="https://www.youtube.com/channel/UCHt-2v9UToNOB8-YDbbAGFg" class="me-1 card-learn"><i class="fab fa-youtube" style="font-size: 2rem;"></i></a>
  427. <a href="https://www.facebook.com/%E5%A4%A9%E4%B8%8B%E9%A1%A7%E5%95%8F%E8%82%A1%E4%BB%BD%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8-661010837376000/" class="ms-1 card-learn"><i class="fab fa-facebook-square" style="font-size: 2rem;"></i></a>
  428. </div>
  429. <a href="https://www.welohas.org/" class="btn btn-yellow__fill" target="_blank">愛心捐款</a>
  430. </div>
  431. </div>
  432. </div>
  433. </div>
  434. <div class="col-12 col-md-6 col-xl-4">
  435. <div class="card text-dark mb-4" style="border: none;">
  436. <div class="card__imgfr">
  437. <img src="./imgs/hero-img.jpg"
  438. width="266"
  439. height="150"
  440. layout="responsive"
  441. alt="mountains"
  442. class="card-img-top"
  443. style="height:234px;">
  444. </img>
  445. <img src="./imgs/Icon-play.png"
  446. width="50"
  447. height="50"
  448. alt="mountains"
  449. class="card__play"
  450. >
  451. </img>
  452. <span class="card__comingSoon">敬請期待</span>
  453. </div>
  454. <div class="card-body p-4 position-relative">
  455. <h5 class="card-title text-start">台灣數位有聲書展學會</h5>
  456. <p class="card-text text-start">緣起於引進國際方便於視障者聽讀的DAISY(Digital Accessible Information System)技術,製作DAISY有聲書;其後以數位科技擴大服務範圍,關懷、輔助、教育視障者,增進他在就醫、就養、就學、就業上的福利。
  457. </p>
  458. <p class="card-text">
  459. <a href="http://www.tdtb.org/" target="_blank" class="d-flex align-items-center card-learn">
  460. <i class="fas fa-angle-double-right"></i><small class="me-1">深入瞭解數位有聲書展學會</small>
  461. </a>
  462. </p>
  463. <div class="d-flex justify-content-between position-absolute" style="left: 1.5rem; bottom: 2rem; width: calc(100% - 3rem);">
  464. <div class="d-flex">
  465. <a href="https://www.youtube.com/channel/UCBbDFO3Sjrl5YJDyg1b7o5A" class="me-1 card-learn"><i class="fab fa-youtube" style="font-size: 2rem;"></i></a>
  466. <a href="https://www.facebook.com/tdtborg/" class="ms-1 card-learn"><i class="fab fa-facebook-square" style="font-size: 2rem;"></i></a>
  467. </div>
  468. <a href="http://www.tdtb.org/stand_by_me_1.aspx" class="btn btn-yellow__fill" target="_blank">愛心捐款</a>
  469. </div>
  470. </div>
  471. </div>
  472. </div>
  473. <div class="col-12 col-md-6 col-xl-4">
  474. <div class="card text-dark mb-4" style="border: none;">
  475. <div class="card__imgfr">
  476. <img src="./imgs/hero-img.jpg"
  477. width="266"
  478. height="150"
  479. layout="responsive"
  480. alt="mountains"
  481. class="card-img-top"
  482. style="height:234px;">
  483. </img>
  484. <img src="./imgs/Icon-play.png"
  485. width="50"
  486. height="50"
  487. alt="mountains"
  488. class="card__play"
  489. >
  490. </img>
  491. <span class="card__comingSoon">敬請期待</span>
  492. </div>
  493. <div class="card-body p-4 position-relative">
  494. <h5 class="card-title text-start">友緣基金會</h5>
  495. <p class="card-text text-start">我們確信「愛、責任、關懷」,是使人間幸福源源不絕的要素。
  496. 友緣基金會 協助個人、家庭一起追求幸福:共同淬煉有智慧的愛;培養孩子、父母、夫妻學習當家人和承擔責任的生命能量;搭建傳遞人際關懷的管線,創造快樂的個人,溫馨的家庭與溫暖的社會。
  497. </p>
  498. <p class="card-text">
  499. <a href="http://www.yoyuen.com.tw/RWD01/default.aspx" target="_blank" class="d-flex align-items-center card-learn">
  500. <i class="fas fa-angle-double-right"></i><small class="me-1">深入瞭解友緣基金會</small>
  501. </a>
  502. </p>
  503. <div class="d-flex justify-content-between position-absolute" style="left: 1.5rem; bottom: 2rem; width: calc(100% - 3rem);">
  504. <div class="d-flex">
  505. <a href="https://www.facebook.com/%E8%B2%A1%E5%9C%98%E6%B3%95%E4%BA%BA%E5%8F%B0%E5%8C%97%E5%B8%82%E5%8F%8B%E7%B7%A3%E7%A4%BE%E6%9C%83%E7%A6%8F%E5%88%A9%E4%BA%8B%E6%A5%AD%E5%9F%BA%E9%87%91%E6%9C%83-158466930842490/" class="ms-1 card-learn"><i class="fab fa-facebook-square" style="font-size: 2rem;"></i></a>
  506. </div>
  507. <a href="http://www.yoyuen.com.tw/RWD01/OnePage.aspx?tid=146" class="btn btn-yellow__fill" target="_blank">愛心捐款</a>
  508. </div>
  509. </div>
  510. </div>
  511. </div>
  512. </div>
  513. <button class="btn-blue" onclick="window.open('https://ai.choozmo.com/')">了解更多AI主播</button>
  514. </div>
  515. </section>
  516. <section class="logos" style="background-color: white;padding: 3rem 0;" id="section2">
  517. <div class="container">
  518. <h2 style="margin-top: 0rem;color: black;" class="text-center">基金會夥伴</h2>
  519. <div class="row justify-content-center d-none d-md-block" style="margin: auto auto;">
  520. <div class="col-11" style="margin: 0 auto;">
  521. <div class="row justify-content-center">
  522. <div class="col-6 col-md-4 logos__img mx-2" style="background-image: url(./imgs/tzuchi.png);"></div>
  523. <div class="col-6 col-md-4 logos__img mx-2" style="background-image: url(./imgs/guide_dog.png);"></div>
  524. <div class="col-6 col-md-4 logos__img mx-2" style="background-image: url(./imgs/women_rescue.png);"></div>
  525. <div class="col-6 col-md-4 logos__img mx-2" style="background-image: url(./imgs/zhishan.png);"></div>
  526. <div class="col-6 col-md-4 logos__img mx-2" style="background-image: url(./imgs/garden_hope.png);"></div>
  527. <div class="col-6 col-md-4 logos__img mx-2" style="background-image: url(./imgs/books.jpg);"></div>
  528. <div class="col-6 col-md-4 logos__img mx-2" style="background-image: url(./imgs/dodoker.svg);"></div>
  529. <div class="col-6 col-md-4 logos__img mx-2 text-center text-dark">
  530. <div class="logos__img mx-auto" style="background-image: url(./imgs/天下顧問.jpg);width: 10rem;"></div>
  531. <small class="d-inline-block" style="transform: translateY(-1rem);">B型企業</small>
  532. </div>
  533. <div class="col-6 col-md-4 logos__img mx-2" style="background-image: url(./imgs/yoyuen.png);"></div>
  534. </div>
  535. <!-- <div class="col-1 d-none d-md-block"></div> -->
  536. <!-- <div class="row">
  537. <div class="col-2 d-none d-md-block"></div>
  538. <div class="col-6 col-md-4 logos__img mx-2" style="background-image: url(./imgs/dodoker.svg);"></div>
  539. <div class="col-6 col-md-4 logos__img mx-2" style="background-image: url(./imgs/yoyuen.png);"></div>
  540. <div class="col-2 d-none d-md-block"></div>
  541. </div> -->
  542. <!-- <div class="col-1 d-none d-md-block"></div> -->
  543. </div>
  544. </div>
  545. <div class="row justify-content-center d-block d-md-none" style="margin: auto auto;">
  546. <div class="col-11" style="margin: 0 auto;">
  547. <div class="row justify-content-center">
  548. <div class="col-6 logos__img mx-auto" style="background-image: url(./imgs/tzuchi.png);"></div>
  549. <div class="col-6 logos__img mx-auto" style="background-image: url(./imgs/guide_dog.png);"></div>
  550. <div class="col-6 logos__img mx-auto" style="background-image: url(./imgs/women_rescue.png);"></div>
  551. <div class="col-6 logos__img mx-auto" style="background-image: url(./imgs/zhishan.png);"></div>
  552. <div class="col-6 logos__img mx-auto" style="background-image: url(./imgs/garden_hope.png);"></div>
  553. <div class="col-6 logos__img mx-auto" style="background-image: url(./imgs/books.jpg);"></div>
  554. <div class="col-6 logos__img mx-auto" style="background-image: url(./imgs/dodoker.svg);"></div>
  555. <div class="col-6 logos__img mx-auto" style="background-image: url(./imgs/yoyuen.png);"></div>
  556. <div class="col-6 logos__img mx-auto text-center text-dark">
  557. <div class="logos__img mx-auto" style="background-image: url(./imgs/天下顧問.jpg);width: 10rem;"></div>
  558. <small class="d-inline-block " style="transform: translateY(-.8rem);">B型企業</small>
  559. </div>
  560. </div>
  561. </div>
  562. </div>
  563. <button class="btn-blue mt-5 mx-auto d-block" onclick="window.open('./form.html')">成為夥伴</button>
  564. </div>
  565. </div>
  566. </section>
  567. <footer class="footer">
  568. <div class="container">
  569. <div class="row">
  570. <div class="col-xs-12 col-sm-6">
  571. <div class="mx-auto">
  572. <img src="./imgs/choo(colored).png" alt="" width="200" class="mx-auto">
  573. <div class="footer-follow">關注我們</div>
  574. <div class="footer-socials">
  575. <a href="https://www.linkedin.com/company/choozmo/"><img src="https://i.imgur.com/qnd9QrT.png" alt="" width="32px" height="32px"></a>
  576. <a href="https://www.facebook.com/choozmo/"><img src="https://i.imgur.com/WdCAhSo.png" alt="" width="48px" height="48px"></a>
  577. <a href="https://line.me/R/ti/p/@choozmo?from=page"><img src="https://i.imgur.com/dNZ2aGW.png" alt="" width="32px" height="32px"></a>
  578. <a href="https://www.youtube.com/channel/UC2Qda9PhJWuiMTCZ-j7K_hg"><img src="https://i.imgur.com/zn6DUY8.png" alt="" width="32px" height="32px"></a>
  579. <a href="https://www.instagram.com/choozmo_cmm/"><img src="https://i.imgur.com/pdJPY7m.png" alt="" width="48px" height="48px"></a>
  580. <a href="https://twitter.com/ai_cmm"><img src="https://i.imgur.com/qGBzq4J.png" alt="" width="32px" height="32px"></a>
  581. </div>
  582. </div>
  583. </div>
  584. <div class="col-xs-12 col-sm-6 right-column">
  585. <div class="footer-contacts mx-auto">
  586. <h5>CONTACT</h5>
  587. <div>
  588. 集仕多股份有限公司<br>新竹縣竹北市復興二路229號9樓之9<br>聯絡電話:036670804<br>聯絡信箱:SERVICE@CHOOZMO.COM
  589. </div>
  590. </div>
  591. </div>
  592. </div>
  593. </div>
  594. </footer>
  595. </main>
  596. <!-- Global site tag (gtag.js) - Google Ads: 474336061 -->
  597. <script async src="https://www.googletagmanager.com/gtag/js?id=AW-474336061"></script>
  598. <script>
  599. window.dataLayer = window.dataLayer || [];
  600. function gtag(){dataLayer.push(arguments);}
  601. gtag('js', new Date());
  602. gtag('config', 'AW-474336061');
  603. </script>
  604. <script type="application/javascript">
  605. var doNotTrack = false;
  606. if (!doNotTrack) {
  607. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  608. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  609. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  610. })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  611. ga('create', 'UA-153100602-5', 'auto');
  612. ga('send', 'pageview');
  613. }
  614. </script>
  615. <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
  616. integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
  617. crossorigin="anonymous"></script>
  618. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js"
  619. integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT"
  620. crossorigin="anonymous"></script>
  621. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  622. <script type="text/javascript" src="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
  623. <script src="./js/index.js"></script>
  624. </body>
  625. </html>