footer.ejs
2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6 footer-info">
<h3>凝新科技</h3>
<p>
凝新科技是 Adobe 數字營銷解決方案的優秀合作夥伴,專註於為企業客戶打造最專業的 Adobe Experience Manager(AEM),Adobe Analytics 等產品解決方案。我們擁有多位經過認證的架構師和開發人員,項目實施經驗豐富,提供產品代理,方案實施,運維支持,產品培訓等服務。
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h3>產品與服務</h3>
<ul>
<li><a href="product_aem.html">Adobe Experience Manager</a></li>
<li><a href="product_aa.html">Adobe Analytics</a></li>
<li><a href="product_ac.html">Adobe Campaign</a></li>
<li><a href="product_at.html">Adobe Target </a></li>
<li><a href="product_aam.html">Adobe Audience Manager</a></li>
<li><a href="product_aec.html">Adobe Experience Cloud</a></li>
<li><a href="product_weixin.html">微信公眾號</a></li>
</ul>
</div>
<div id="contact-info" class="col-lg-4 col-md-6 footer-contact">
<h3>聯系我們</h3>
<p>
<strong>電話:</strong> 020-81000647(中國大陸)<br> +852 3483 6928(香港)<br>
<strong>郵箱:</strong> <a href="mailto:sales@leadstec.com">sales#leadstec.com</a><br>
<strong>廣州:</strong> 荔灣區中山八路富力商貿大廈 903A<br>
<strong>北京:</strong> 朝陽區望京街10號望京SOHO塔1 A座 1112室<br>
<strong>香港:</strong> 灣仔告士打道88號11樓1102室<br>
</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>Leadstec</strong>. All Rights Reserved
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=NewBiz
-->
<!-- Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> -->
</div>
</div>