footer.ejs
3.24 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
54
55
56
57
58
59
60
61
62
63
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6 footer-info">
<h3>凝新科技</h3>
<p>
凝新科技是 Adobe Experience Cloud 解决方案大中华区最专业的合作伙伴,致力于为每个企业提供全球领先的数字营销解决方案。 我们是 Adobe Experience Cloud 所有产品的代理商,拥有众多 Adobe 认证架构师和开发人员,在项目实施,运维支持和产品培训方面都拥有丰富的经验。
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h3>产品与服务</h3>
<ul>
<li><a href="aem.html">Adobe Experience Manager</a></li>
<li><a href="adobe-analytics.html">Adobe Analytics</a></li>
<li><a href="adobe-campaign.html">Adobe Campaign</a></li>
<li><a href="adobe-target.html">Adobe Target </a></li>
<li><a href="adobe-audience-manager.html">Adobe Audience Manager</a></li>
<!-- <li><a href="adobe-experience-cloud.html">Adobe Experience Cloud</a></li>
-->
<li><a href="adobe-advertising-cloud.html">Adobe Advertising Cloud</a></li>
<li><a href="adobe-marketo-engage.html">Adobe Marketo Engage</a></li>
<li><a href="adobe-commerce-cloud.html">Adobe Commerce Cloud</a></li>
<li><a href="aem-weixin.html">AEM 集成的微信公众号平台</a></li>
<li><a href="ac-weixin.html">Adobe Campaign与微信的连接器</a></li>
</ul>
</div>
<div id="contact-info" class="col-lg-4 col-md-6 footer-contact">
<h3>联系我们</h3>
<p>
<i class="ion-ios-telephone-outline"></i>
<strong>电话:</strong> 020 8100 0647(中国)<br> +852 3483 6928 (中国香港)<br>
<i class="ion-ios-email-outline"></i>
<strong>邮箱:</strong> <a href="mailto:sales@leadstec.com">sales#leadstec.com</a><br>
<i class="ion-ios-location-outline"></i>
<strong>广州:</strong> 荔湾区中山八路富力商贸大厦 903A<br>
<i class="ion-ios-location-outline"></i>
<strong>北京:</strong> 朝阳区望京街10号望京SOHO塔1 A座 1112室<br>
<i class="ion-ios-location-outline"></i>
<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>