footer.ejs
2.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
<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数字营销解决方案如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>
</ul>
</div>
<div id="contact-info" class="col-lg-4 col-md-6 footer-contact">
<h3>联系我们</h3>
<p>
<strong>电话:</strong>(+86) 136-4142-1573<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>