| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 | <!DOCTYPE html><html lang="en"><head>  <meta charset="UTF-8">  <meta name="viewport" content="width=device-width, initial-scale=1.0">  <meta http-equiv="X-UA-Compatible" content="ie=edge, Chrome=1">  <meta http-equiv="Cache-Control" content="no-cache">  <title>Choozmo Marketing Cloud</title>  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"    integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">  <link rel="stylesheet" href="//use.fontawesome.com/releases/v5.11.2/css/all.css">  <link rel="stylesheet" href="/css/style.css">  <style>    .footer {      color: #656565;    }    .footer a {      color: #656565;      text-decoration: none;    }    .footer h5 {      color: black;      font-weight: 600;      padding-bottom: 15px;    }    .footer .link {      padding-bottom: 20px;    }    .footer {      background-color: #F0F0F0;      padding: 3rem;    }    .footer .right-column {      border-left: 1px solid black;    }    .footer .footer-aigirl {      font-weight: 600;      font-size: 2rem;      margin-top: 1rem;      margin-bottom: 1rem;    }    .footer .footer-follow {      font-size: 1.6rem;      margin-bottom: 1rem;      color: black;      font-size: 1rem;      font-weight: 600;      margin-top: 2rem;    }    .footer .footer-socials a {      margin-right: 5px;    }  </style></head><body>  {{ partial "navbar.html" . }}  <main style="overflow-x: hidden;">    <section class="header pb-0" style="height: auto;">      <img src="/imgs/01.webp" alt="" class="header-lefttop">      <div class="row align-items-center g-0">        <div class="col-12 text-center ">          <h2 class="header-title m-0">合作夥伴</h2>        </div>      </div>    </section>    <section class="category container text-center py-5">      <h2 class="category-sub-h2 pt-4"></h2>      <div class="container">        <div class="row">          <div class="col d-flex align-items-center mt-4">            <!-- <img src="/imgs/dm/River_Cam_Consulting_Ltd.webp" alt="" class="aboutus_img"> -->          </div>        </div>      </div>    </section>    <section class="category container text-center img-block">      <div class="row row-cols-1 row-cols-md-2">        <div class="col position-relative">          <img class="img-block-linecir left" style="right: -110%; left: unset;" src="/imgs/裝飾圓.webp" alt="">        </div>      </div>    </section>  </main>  <footer class="footer">    <div class="container">      <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-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 class="col-xs-12 col-sm-6">          <div class="footer-contacts" style="margin-top: 2rem;">            <h5>CONTACT</h5>            <div>              集仕多股份有限公司<br>新竹縣竹北市復興二路229號9樓之9<br>聯絡電話:036670804<br>聯絡信箱:SERVICE@CHOOZMO.COM            </div>          </div>        </div>      </div>    </div>  </footer>  <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.2/dist/js/bootstrap.min.js"    integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"    crossorigin="anonymous"></script></body></html>
 |