|
@@ -0,0 +1,420 @@
|
|
|
|
+<!doctype html>
|
|
|
|
+<html ⚡ lang="en">
|
|
|
|
+ <head>
|
|
|
|
+ <meta charset="utf-8" />
|
|
|
|
+ <meta name="viewport" content="width=device-width">
|
|
|
|
+ <link rel="canonical" href="/article.html">
|
|
|
|
+ <link rel="shortcut icon" href="amp_favicon.png">
|
|
|
|
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css"
|
|
|
|
+ integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
|
|
|
|
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css"
|
|
|
|
+ rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x"
|
|
|
|
+ crossorigin="anonymous">
|
|
|
|
+ <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css" />
|
|
|
|
+ <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css" />
|
|
|
|
+ <link rel="stylesheet" href="css/style.css">
|
|
|
|
+
|
|
|
|
+ <title>News Article</title>
|
|
|
|
+
|
|
|
|
+ <style amp-custom>
|
|
|
|
+ body {
|
|
|
|
+ width: auto;
|
|
|
|
+ margin: 0;
|
|
|
|
+ padding: 0;
|
|
|
|
+ }
|
|
|
|
+ </style>
|
|
|
|
+
|
|
|
|
+ </head>
|
|
|
|
+ <body>
|
|
|
|
+ <!-- <amp-mega-menu height="65" layout="fixed-height">
|
|
|
|
+ <nav class="d-flex align-items-center">
|
|
|
|
+ <span>
|
|
|
|
+ <a href="/" >
|
|
|
|
+ <img src="./imgs/Choozmo cloud logo.png" alt="" width="160">
|
|
|
|
+ </a>
|
|
|
|
+ </span>
|
|
|
|
+ <ul class="ms-auto">
|
|
|
|
+ <li>
|
|
|
|
+ <a href="https://amp.dev/">Link</a>
|
|
|
|
+ </li>
|
|
|
|
+ <li>
|
|
|
|
+ <a href="https://amp.dev/">Link</a>
|
|
|
|
+ </li>
|
|
|
|
+ </ul>
|
|
|
|
+ </nav>
|
|
|
|
+ </amp-mega-menu> -->
|
|
|
|
+ <main>
|
|
|
|
+ <section class="hero container-fluid">
|
|
|
|
+ <div class="container">
|
|
|
|
+ <nav class="navbar navbar-expand-lg navbar-light">
|
|
|
|
+ <div class="container-fluid mt-2">
|
|
|
|
+ <a class="navbar-brand" href="#">
|
|
|
|
+ <img src="./imgs/CMM_LOGO_白.png" alt="" width="140" class="d-inline-block align-text-top">
|
|
|
|
+ </a>
|
|
|
|
+ <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
|
|
|
+ <span class="navbar-toggler-icon"></span>
|
|
|
|
+ </button>
|
|
|
|
+ <div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
|
|
+ <ul class="navbar-nav ms-auto mb-2 mb-lg-0">
|
|
|
|
+ <li class="nav-item">
|
|
|
|
+ <a class="nav-link text-light" href="#">專訪/愛心捐款</a>
|
|
|
|
+ </li>
|
|
|
|
+ <li class="nav-item">
|
|
|
|
+ <a class="nav-link text-light" href="#">合作夥伴</a>
|
|
|
|
+ </li>
|
|
|
|
+ <li class="nav-item">
|
|
|
|
+ <a class="nav-link text-light" href="#">AI無人電視台</a>
|
|
|
|
+ </li>
|
|
|
|
+ <li class="nav-item">
|
|
|
|
+ <a class="nav-link text-light" href="#">關於即集仕多</a>
|
|
|
|
+ </li>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </nav>
|
|
|
|
+ <div class="row row-md-2" style="margin-top: 4rem;">
|
|
|
|
+ <div class="col">
|
|
|
|
+ <h2 class="text-light hero__h2">AI無人電視台<br>公益頻道</h2>
|
|
|
|
+ <p class="text-light mt-4 mb-5">集仕多使用AI Spokesgirl技術 訪問默默幫助社會的NGO,<br>也許你第一次認識它、或是遺忘了,<br>
|
|
|
|
+ 但AI 幫你記著,讓AI主播帶您重新認識NGO...</p>
|
|
|
|
+ <div class="d-flex "text-light">
|
|
|
|
+ <button class="btn-yellow me-3" onclick="window.open()">了解AI主播</button>
|
|
|
|
+ <button class="btn-yellow btn-yellow__fill">公益頻道</button>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col"></div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </section>
|
|
|
|
+ <section class="logos" style="background-color: white;padding: 3.5rem 0; padding-bottom: 10rem;">
|
|
|
|
+ <div class="container text-center">
|
|
|
|
+ <h3 style="color: black;margin-bottom: 1.5rem;" class="text-center">用AI的世界看見愛、跟NGO一起做公益。</h3>
|
|
|
|
+ <p style="color: #4C4C4C;">在疫情的衝擊下,我們身後還有這群人默默幫助社會上的弱勢族群,集仕多使用AI<br>主播問答專訪的方式,帶您更了解這些人,而這些基金會需要您的幫助....</p>
|
|
|
|
+ <button class="btn-yellow btn-yellow__fill mt-3">愛心捐款</button>
|
|
|
|
+ </div>
|
|
|
|
+ </section>
|
|
|
|
+ <section style="background-color: #2980B8;padding: 3.5rem 0;" class="condition">
|
|
|
|
+ <div class="container-fluid">
|
|
|
|
+ <div class="container px-3">
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-12 col-md-7">
|
|
|
|
+ <div class="mb-5">
|
|
|
|
+ <h3>在疫情下,對基金會造成了什麼影響?</h3>
|
|
|
|
+ <p>雖然遭受衝擊,但我們的愛心並未停歇。</p>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="d-flex ">
|
|
|
|
+ <div class="mx-3">
|
|
|
|
+ <h3><span id="days">737</span>天</h3>
|
|
|
|
+ <p>疫情已經經過了</p>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mx-3">
|
|
|
|
+ <h3><span id="percent1">30</span>%-<span id="percent2">50</span>%</h3>
|
|
|
|
+ <p>愛心捐款下降</p>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="mx-3">
|
|
|
|
+ <h3><span id="percent3">30</span>%</h3>
|
|
|
|
+ <p>團體取消的活動</p>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="d-none d-md-block col-5" style="position: relative;">
|
|
|
|
+ <div class="imgfr">
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </section>
|
|
|
|
+ <section class="carousels">
|
|
|
|
+ <div class="container py-5">
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-md-7">
|
|
|
|
+ <div class="items">
|
|
|
|
+ <div class="item mx-1" style="background-image: url(./imgs/01.png);width: 100%;height: 16rem;background-size: cover;"></div>
|
|
|
|
+ <div class="item mx-1" style="background-image: url(./imgs/18083cec23.png);height: 16rem;background-size: cover;"></div>
|
|
|
|
+ <div class="item mx-1" style="background-image: url(./imgs/270670090_10159492256741273_8735688059836287786_n.jpg);height: 16rem;background-size: cover;"></div>
|
|
|
|
+ <div class="item mx-1" style="background-image: url(./imgs/01.png);height: 16rem;background-size: cover;"></div>
|
|
|
|
+ <div class="item mx-1" style="background-image: url(./imgs/01.png);height: 16rem;background-size: cover;"></div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-md-5 ps-4" style="position: relative;">
|
|
|
|
+ <img src="./imgs/quotation.png" alt="" class="left_quotation" width="30">
|
|
|
|
+ <img src="./imgs/quotation.png" alt="" class="right_quotation" width="30">
|
|
|
|
+ <p class="pt-4"><strong class="strong">我們</strong>幫助了 ...</p>
|
|
|
|
+ <p>社會的各個角落、婦女受暴及性別暴力問題</p>
|
|
|
|
+ <p class="ps-3">各個國家弱勢族群資源補助、</p>
|
|
|
|
+ <p class="ps-5">流浪動物、導盲犬訓練....</p>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </section>
|
|
|
|
+ <section class="cards" style="padding: 4rem 0;background-color: #F1F5F9;">
|
|
|
|
+ <div class="container text-center">
|
|
|
|
+ <h2 style="color: black;text-align: center;" class="mb-5">AI主播與幕後英雄的專訪</h2>
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-12 col-md-6 col-xl-4">
|
|
|
|
+ <div class="card text-dark mb-4" style="border: none;">
|
|
|
|
+ <div class="card__imgfr" onclick="window.open('https://www.youtube.com/channel/UC2Qda9PhJWuiMTCZ-j7K_hg')">
|
|
|
|
+ <img src="./imgs/4.png"
|
|
|
|
+ width="266"
|
|
|
|
+ layout="responsive"
|
|
|
|
+ alt="mountains"
|
|
|
|
+ class="card-img-top">
|
|
|
|
+ </img>
|
|
|
|
+ <img src="./imgs/play.png"
|
|
|
|
+ width="50"
|
|
|
|
+ height="50"
|
|
|
|
+ alt="mountains"
|
|
|
|
+ class="card__play"
|
|
|
|
+ >
|
|
|
|
+ </img>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="card-body p-4">
|
|
|
|
+ <h5 class="card-title text-start">慈濟基金會</h5>
|
|
|
|
+ <p class="card-text text-start">慈濟慈善工作從弱勢家庭濟助到心靈關懷,包含長期扶困、急難救助、居家關懷及海外慈善;近年來也著
|
|
|
|
+ 重於結合社區力量,增益社區善的機能。慈濟重視的不只是救濟、援助的成效,更在乎啟發人性善的良能。</p>
|
|
|
|
+ <p class="card-text">
|
|
|
|
+ <a href="https://www.tzuchi.org.tw" target="_blank" class="d-flex align-items-center card-learn">
|
|
|
|
+ <i class="fas fa-angle-double-right"></i><small class="me-1">深入瞭解慈濟基金會</small>
|
|
|
|
+ </a>
|
|
|
|
+ </p>
|
|
|
|
+ <div class="d-flex justify-content-between">
|
|
|
|
+ <div class="d-flex">
|
|
|
|
+ <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>
|
|
|
|
+ <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>
|
|
|
|
+ </div>
|
|
|
|
+ <a href="https://www.tzuchi.org.tw/%E6%8D%90%E6%AC%BE" class="btn btn-yellow__fill" target="_blank">愛心捐款</a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-12 col-md-6 col-xl-4">
|
|
|
|
+ <div class="card text-dark mb-4" style="border: none;">
|
|
|
|
+ <div class="card__imgfr" onclick="window.open('https://www.youtube.com/channel/UC2Qda9PhJWuiMTCZ-j7K_hg')">
|
|
|
|
+ <img src="./imgs/hero-img.jpg"
|
|
|
|
+ width="266"
|
|
|
|
+ height="150"
|
|
|
|
+ layout="responsive"
|
|
|
|
+ alt="mountains"
|
|
|
|
+ class="card-img-top">
|
|
|
|
+ </img>
|
|
|
|
+ <img src="./imgs/play.png"
|
|
|
|
+ width="50"
|
|
|
|
+ height="50"
|
|
|
|
+ alt="mountains"
|
|
|
|
+ class="card__play"
|
|
|
|
+ >
|
|
|
|
+ </img>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="card-body p-4">
|
|
|
|
+ <h5 class="card-title text-start">台灣導盲犬協會</h5>
|
|
|
|
+ <p class="card-text text-start">協會主要目標是建立並推動導盲犬制度,讓台灣的視障者除了使用白手杖外,也有使用導盲犬的權利。
|
|
|
|
+ 主要工作內容包括導盲犬觀念的推廣、本土導盲犬的培育繁殖、導盲犬的訓練、相關法令推動與宣導,並且將訓練成功的導盲犬,免費提供給視障者。
|
|
|
|
+ </p>
|
|
|
|
+ <p class="card-text">
|
|
|
|
+ <a href="http://www.guidedog.org.tw" target="_blank" class="d-flex align-items-center card-learn">
|
|
|
|
+ <i class="fas fa-angle-double-right"></i><small class="me-1">深入瞭解台灣導盲犬協會</small>
|
|
|
|
+ </a>
|
|
|
|
+ </p>
|
|
|
|
+ <div class="d-flex justify-content-between">
|
|
|
|
+ <div class="d-flex">
|
|
|
|
+ <a href="https://www.youtube.com/channel/UCzsepV8mqo9vS3f4PWB0T2A" class="me-1 card-learn"><i class="fab fa-youtube" style="font-size: 2rem;"></i></a>
|
|
|
|
+ <a href="https://www.facebook.com/TWGDA" class="ms-1 card-learn"><i class="fab fa-facebook-square" style="font-size: 2rem;"></i></a>
|
|
|
|
+ </div>
|
|
|
|
+ <a href="http://www.guidedog.org.tw/donation/donation-1.html" class="btn btn-yellow__fill" target="_blank">愛心捐款</a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-12 col-md-6 col-xl-4">
|
|
|
|
+ <div class="card text-dark mb-4" style="border: none;">
|
|
|
|
+ <div class="card__imgfr" onclick="window.open('https://www.youtube.com/channel/UC2Qda9PhJWuiMTCZ-j7K_hg')">
|
|
|
|
+ <img src="./imgs/01.png"
|
|
|
|
+ width="266"
|
|
|
|
+ height="150"
|
|
|
|
+ layout="responsive"
|
|
|
|
+ alt="mountains"
|
|
|
|
+ class="card-img-top">
|
|
|
|
+ </img>
|
|
|
|
+ <img src="./imgs/play.png"
|
|
|
|
+ width="50"
|
|
|
|
+ height="50"
|
|
|
|
+ alt="mountains"
|
|
|
|
+ class="card__play"
|
|
|
|
+ >
|
|
|
|
+ </img>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="card-body p-4">
|
|
|
|
+ <h5 class="card-title text-start">婦女救援協會</h5>
|
|
|
|
+ <p class="card-text text-start">婦女救援基金會基於尊重生命價值及追求社會正義,致力於關心受到性別暴力壓迫及被忽略的弱勢婦幼,
|
|
|
|
+ 以倡議推動社會改革,以服務充權弱勢婦幼,讓其得以自立及自主,提升婦幼人權。</p>
|
|
|
|
+ <p class="card-text">
|
|
|
|
+ <a href="https://www.twrf.org.tw" target="_blank" class="d-flex align-items-center card-learn">
|
|
|
|
+ <i class="fas fa-angle-double-right"></i><small class="me-1">深入瞭解婦女救援協會</small>
|
|
|
|
+ </a>
|
|
|
|
+ </p>
|
|
|
|
+ <div class="d-flex justify-content-between">
|
|
|
|
+ <div class="d-flex">
|
|
|
|
+ <a href="https://www.youtube.com/user/helpwomen" class="me-1 card-learn"><i class="fab fa-youtube" style="font-size: 2rem;"></i></a>
|
|
|
|
+ <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>
|
|
|
|
+ </div>
|
|
|
|
+ <a href="https://www.twrf.org.tw/info/category/25" class="btn btn-yellow__fill" target="_blank">愛心捐款</a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-12 col-md-6 col-xl-4">
|
|
|
|
+ <div class="card text-dark mb-4" style="border: none;">
|
|
|
|
+ <div class="card__imgfr" onclick="window.open('https://www.youtube.com/channel/UC2Qda9PhJWuiMTCZ-j7K_hg')">
|
|
|
|
+ <img src="./imgs/3.png"
|
|
|
|
+ width="266"
|
|
|
|
+ height="150"
|
|
|
|
+ layout="responsive"
|
|
|
|
+ alt="mountains"
|
|
|
|
+ class="card-img-top">
|
|
|
|
+ </img>
|
|
|
|
+ <img src="./imgs/play.png"
|
|
|
|
+ width="50"
|
|
|
|
+ height="50"
|
|
|
|
+ alt="mountains"
|
|
|
|
+ class="card__play"
|
|
|
|
+ >
|
|
|
|
+ </img>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="card-body p-4">
|
|
|
|
+ <h5 class="card-title text-start">至善社會福利基金會</h5>
|
|
|
|
+ <p class="card-text text-start">至善是立足台灣的亞洲兒少發展最佳夥伴,服務地區包括台灣、越南、雲南,以及緬甸等亞洲四地,每一年約幫助
|
|
|
|
+ 90,000 名孩子吃飽、上學,獲得照顧,讓他們成長之路不孤單。</p>
|
|
|
|
+ <p class="card-text">
|
|
|
|
+ <a href="https://www.zhi-shan.org" target="_blank" class="d-flex align-items-center card-learn">
|
|
|
|
+ <i class="fas fa-angle-double-right"></i><small class="me-1">深入瞭解至善基金會</small>
|
|
|
|
+ </a>
|
|
|
|
+ </p>
|
|
|
|
+ <div class="d-flex justify-content-between">
|
|
|
|
+ <div class="d-flex">
|
|
|
|
+ <a href="https://www.youtube.com/channel/UCgy9NTU79bX2nUIJqVJwvmw" class="me-1 card-learn"><i class="fab fa-youtube" style="font-size: 2rem;"></i></a>
|
|
|
|
+ <a href="https://www.facebook.com/zhishantaiwan" class="ms-1 card-learn"><i class="fab fa-facebook-square" style="font-size: 2rem;"></i></a>
|
|
|
|
+ </div>
|
|
|
|
+ <a href="https://www.zhi-shan.org/donate?gclid=Cj0KCQiA2sqOBhCGARIsAPuPK0gGNFU0NutrGGL0hI8WDWeo60Te3T-jZAQ7Tc1pz_CEY8L7UXaSockaAsdmEALw_wcB" class="btn btn-yellow__fill" target="_blank">愛心捐款</a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-12 col-md-6 col-xl-4">
|
|
|
|
+ <div class="card text-dark mb-4" style="border: none;">
|
|
|
|
+ <div class="card__imgfr" onclick="window.open('https://www.youtube.com/channel/UC2Qda9PhJWuiMTCZ-j7K_hg')">
|
|
|
|
+ <img src="./imgs/2.png"
|
|
|
|
+ width="266"
|
|
|
|
+ height="150"
|
|
|
|
+ layout="responsive"
|
|
|
|
+ alt="mountains"
|
|
|
|
+ class="card-img-top">
|
|
|
|
+ </img>
|
|
|
|
+ <img src="./imgs/play.png"
|
|
|
|
+ width="50"
|
|
|
|
+ height="50"
|
|
|
|
+ alt="mountains"
|
|
|
|
+ class="card__play"
|
|
|
|
+ >
|
|
|
|
+ </img>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="card-body p-4">
|
|
|
|
+ <h5 class="card-title text-start mb-3">勵馨基金會</h5>
|
|
|
|
+ <p class="card-text text-start mb-4">勵馨本著基督精神,以追求公義與愛的決心和勇氣,預防及消弭性侵害、性剥削及家庭暴力對婦女與兒少的傷害
|
|
|
|
+ ,並致力於社會改造,創造對婦女及兒少的友善環境。</p>
|
|
|
|
+ <p class="card-text">
|
|
|
|
+ <a href="https://www.goh.org.tw" target="_blank" class="d-flex align-items-center card-learn">
|
|
|
|
+ <i class="fas fa-angle-double-right"></i><small class="me-1">深入瞭解勵馨基金會</small>
|
|
|
|
+ </a>
|
|
|
|
+ </p>
|
|
|
|
+ <div class="d-flex justify-content-between">
|
|
|
|
+ <div class="d-flex">
|
|
|
|
+ <a href="https://www.youtube.com/channel/UCh5TK6vbha614CbyWijVXHg" class="me-1 card-learn"><i class="fab fa-youtube" style="font-size: 2rem;"></i></a>
|
|
|
|
+ <a href="https://www.facebook.com/gohtaiwan" class="ms-1 card-learn"><i class="fab fa-facebook-square" style="font-size: 2rem;"></i></a>
|
|
|
|
+ </div>
|
|
|
|
+ <a href="https://www.goh.org.tw/mobile/donation.asp" class="btn btn-yellow__fill" target="_blank">愛心捐款</a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <button class="btn-blue">了解更多AI主播</button>
|
|
|
|
+ </div>
|
|
|
|
+ </section>
|
|
|
|
+ <section class="logos" style="background-color: white;padding: 3rem 0;">
|
|
|
|
+ <div class="container">
|
|
|
|
+ <h2 style="margin-top: 0rem;color: black;" class="text-center">基金會夥伴</h2>
|
|
|
|
+ <div class="row justify-content-center d-none d-md-block" style="margin: auto auto;">
|
|
|
|
+ <div class="col-11" style="margin: 0 auto;">
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-6 col-md-4 logos__img mx-2" style="background-image: url(./imgs/tzuchi.png);"></div>
|
|
|
|
+ <div class="col-6 col-md-4 logos__img mx-2" style="background-image: url(./imgs/guide_dog.png);"></div>
|
|
|
|
+ <div class="col-6 col-md-4 logos__img mx-2" style="background-image: url(./imgs/women_rescue.png);"></div>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- <div class="col-1 d-none d-md-block"></div> -->
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-2 d-none d-md-block"></div>
|
|
|
|
+ <div class="col-6 col-md-4 logos__img mx-2" style="background-image: url(./imgs/zhishan.png);"></div>
|
|
|
|
+ <div class="col-6 col-md-4 logos__img mx-2" style="background-image: url(./imgs/garden_hope.png);"></div>
|
|
|
|
+ <div class="col-2 d-none d-md-block"></div>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- <div class="col-1 d-none d-md-block"></div> -->
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="row justify-content-center d-block d-md-none" style="margin: auto auto;">
|
|
|
|
+ <div class="col-11" style="margin: 0 auto;">
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-6 logos__img mx-2" style="background-image: url(./imgs/tzuchi.png);"></div>
|
|
|
|
+ <div class="col-6 logos__img mx-2" style="background-image: url(./imgs/guide_dog.png);"></div>
|
|
|
|
+ <div class="col-6 logos__img mx-2" style="background-image: url(./imgs/women_rescue.png);"></div>
|
|
|
|
+ <div class="col-6 logos__img mx-2" style="background-image: url(./imgs/zhishan.png);"></div>
|
|
|
|
+ <div class="col-6 logos__img mx-2" style="background-image: url(./imgs/garden_hope.png);"></div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </section>
|
|
|
|
+ <footer class="footer">
|
|
|
|
+ <div class="container">
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-xs-12 col-sm-6">
|
|
|
|
+ <div class="mx-auto" style="width: 60%;">
|
|
|
|
+ <img src="./imgs/CMM_LOGO.png" alt="" width="250">
|
|
|
|
+ <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>
|
|
|
|
+ <a href="https://www.facebook.com/choozmo/"><img src="https://i.imgur.com/WdCAhSo.png" alt="" width="48px" height="48px"></a>
|
|
|
|
+ <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>
|
|
|
|
+ <a href="https://www.youtube.com/channel/UC2Qda9PhJWuiMTCZ-j7K_hg"><img src="https://i.imgur.com/zn6DUY8.png" alt="" width="32px" height="32px"></a>
|
|
|
|
+ <a href="https://www.instagram.com/choozmo_cmm/"><img src="https://i.imgur.com/pdJPY7m.png" alt="" width="48px" height="48px"></a>
|
|
|
|
+ <a href="https://twitter.com/ai_cmm"><img src="https://i.imgur.com/qGBzq4J.png" alt="" width="32px" height="32px"></a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-xs-12 col-sm-6 right-column">
|
|
|
|
+ <div class="footer-contacts mx-auto" style="width: 60%;">
|
|
|
|
+ <h5>CONTACT</h5>
|
|
|
|
+ <div>
|
|
|
|
+ 集仕多股份有限公司<br>新竹縣竹北市復興二路229號9樓之9<br>聯絡電話:036670804<br>聯絡信箱:SERVICE@CHOOZMO.COM
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </footer>
|
|
|
|
+ </main>
|
|
|
|
+ <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
|
|
|
|
+ integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
|
|
|
|
+ crossorigin="anonymous"></script>
|
|
|
|
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js"
|
|
|
|
+ integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT"
|
|
|
|
+ crossorigin="anonymous"></script>
|
|
|
|
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
|
|
|
+ <script type="text/javascript" src="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
|
|
|
|
+ <script src="./js/index.js"></script>
|
|
|
|
+ </body>
|
|
|
|
+</html>
|