about.html
11 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About us</title>
<!--bootstrap3 css-->
<link rel="Shortcut Icon" href="favicon.ico">
<link href="../css/bootstrap.css" rel="stylesheet">
<!--custom css-->
<link href="../css/ionicons.css" rel="stylesheet">
<link href="../css/style.css" rel="stylesheet" type="text/css">
<!--slick css -->
<link rel="stylesheet" type="text/css" href="../css/slick.css"/>
<link rel="stylesheet" type="text/css" href="../css/slick-theme.css"/>
<link rel="stylesheet" type="text/css" href="../css/font-awesome.min.css"/>
<script src="../js/jquery-3.1.1.js"></script>
<script type="text/javascript" src="../js/bootstrap.js"></script>
<script type="text/javascript" src="../js/bootstrap-hover-dropdown.min.js"></script>
<script type="text/javascript" src="../js/jquery-migrate-1.2.1.min.js"></script>
<script src="//assets.adobedtm.com/60bdfe74d5485bbce19717b8973705c35a64363e/satelliteLib-b39f015b0c83978d23a6de9aacb727eccf7afbe2.js"></script>
<script type="text/javascript" src="../js/cookies-plugin.js"></script>
<link href="../css/chooselan.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header>
<div id="main-nav">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle " data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a id="logo" class="navbar-brand" href="index.html">
<!--<embed src="../images/logo.svg" type="image/svg+xml" width="160px"/>-->
<img src="../images/logo.svg" class="img-responsive" alt="">
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="list-inline lanchoose1 ">
<li class="lanchoose2 dropdown">
Language(语言):
<a href="#" class="dropdown-toggle js-activated" data-toggle="dropdown" data-hover="dropdown" data-delay="100" aria-expanded="false">
English
<i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a class="lanchoose2" href="../index.html">简体中文</a></li>
<li><a class="lanchoose2" href="../zh-hant/index.html">繁體中文</a></li>
<li><a class="lanchoose2" href="#">English</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="lanchoose2 dropdown mobile-dropdown">
<a class="lanchoose2" href="../index.html">简体</a> |
<a class="lanchoose2" href="../zh-hant/index.html">繁體</a> |
<a class="lanchoose2 active" href="#">ENG</a>
</li>
<li><a href="index.html">Home</a></li>
<li class="dropdown active">
<a href="#" class="dropdown-toggle js-activated line-bottom-nav" data-toggle="dropdown" data-hover="dropdown" data-delay="100" aria-expanded="false">Solutions<i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu expend-left">
<li><a tabindex="-1" href="solution-analytics.html">Adobe Analytics</a></li>
<li><a tabindex="-1" href="solution-AEM.html">Adobe Experience Manager</a></li>
</ul>
</li>
<li><a href="case.html">Cases</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</header>
<section class="title-bg about-us-bg-img">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2>About Us</h2>
</div>
</div>
</div>
</section>
<div class="space-50"></div>
<div class="container">
<div class="row">
<div class="col-md-7">
<div class="text-center">
<h4 class="line-bottom-title font-bold">About Us</h4>
</div>
<p class="text-indent">
Leads Technologies Ltd. (Guangzhou, Beijing, Hong Kong), a company that specializes in web application software development and consultancy services, is a subsidiary of Leads Technologies Ltd. There are offices in Beijing, Guangzhou and Hong Kong. The company is founded by the engineers with years of experience in the development of Web application software. The goal of company is to provide customers the best cross-platform Web solutions with best user experience, based on the latest Web development technology and Agile development methodology. At the same time, as a partner of Adobe, the company provides project implementation and consulting services for customers who have applied Adobe Digital Marketing's products.
</p>
<p class="text-indent">
Leads Technologies Ltd. (Guangzhou, Beijing, Hong Kong) is developing rapidly since the establishment. The core members have a lot of project experiences, and the number of team member is growing really fast. The main customers are Huawei, AIA, etc. Most of the projects are big projects for large companies. In the wave of Internet technology, the company will also leverage cloud computing technology for opening up a new world for the future.
</p>
</div>
<div class="col-md-5 text-center">
<img id="about-desciption-image" src="../images/about-us-sm-pic.jpg"/>
</div>
</div>
<div class="space-50"></div>
<div id="advantage" class="row text-center">
<div class="col-xs-12">
<div>
<h4 class="line-bottom-title font-bold">Marketing solutions for every marketing need.</h4>
</div>
</div>
<div class="space-40"></div>
<div class="col-md-3 col-sm-6 col-xs-8 col-xs-offset-2 col-sm-offset-0 margin-bottom-10">
<img src="../images/analytics.jpg"/>
<h5>Analytics</h5>
<p>Gather, analyze, and act upon your customer data in real time and across all marketing channels
</p>
</div>
<div class="col-md-3 col-sm-6 col-xs-8 col-xs-offset-2 col-sm-offset-0 margin-bottom-10">
<img src="../images/audience-manager.jpg"/>
<h5>Adience Manager</h5>
<p>Build unique audience profiles so you can identify your most valuable segments and use them across any digital channel.
</p>
</div>
<div class="col-md-3 col-sm-6 col-xs-8 col-xs-offset-2 col-sm-offset-0 margin-bottom-10">
<img src="../images/campaign.jpg"/>
<h5>Campaign</h5>
<p>Deliver automated, one-to-one messages across all of your marketing channels, based on customers’ actions and preferences
</p>
</div>
<div class="col-md-3 col-sm-6 col-xs-8 col-xs-offset-2 col-sm-offset-0 margin-bottom-10">
<img src="../images/aem.jpg"/>
<h5>Experience Manager</h5>
<p>Simplify the management and delivery of your content and assets so you can focus on customer experience.
</p>
</div>
<div class="col-md-3 col-sm-6 col-xs-8 col-xs-offset-2 col-sm-offset-0 margin-bottom-10">
<img src="../images/media-optimizer.jpg"/>
<h5>Media Optimizer</h5>
<p>Predict the impact of changes to your search, display, and social ads, and then easily manage and automate the campaigns.
</p>
</div>
<div class="col-md-3 col-sm-6 col-xs-8 col-xs-offset-2 col-sm-offset-0 margin-bottom-10">
<img src="../images/primetime.jpg"/>
<h5>Primetime</h5>
<p>Create and monetize engaging and personalized TV and video experiences with a multiscreen platform.
</p>
</div>
<div class="col-md-3 col-sm-6 col-xs-8 col-xs-offset-2 col-sm-offset-0 margin-bottom-10">
<img src="../images/social.jpg"/>
<h5>Social</h5>
<p>Use a single solution to create relevant content, publish to your most engaged audiences, and improve your social marketing results.
</p>
</div>
<div class="col-md-3 col-sm-6 col-xs-8 col-xs-offset-2 col-sm-offset-0 margin-bottom-10">
<img src="../images/target.jpg"/>
<h5>Target</h5>
<p>Quickly create A/B and multivariate tests, understand the most successful content, and deliver personalized experiences.
</p>
</div>
</div>
<div class="space-50"></div>
<div id="customer-list" class="row text-center">
<div class="col-xs-12">
<div>
<h4 class="line-bottom-title font-bold">Our Clients</h4>
</div>
</div>
<div class="space-20"></div>
<div class="col-sm-3 col-xs-6 col-sm-offset-0 margin-bottom-10">
<img src="../images/samsung_logo.jpg"/>
</div>
<div class="col-sm-3 col-xs-6 col-sm-offset-0 margin-bottom-10">
<img src="../images/aia_logo.jpg"/>
</div>
<div class="col-sm-3 col-xs-6 col-sm-offset-0 margin-bottom-10">
<img src="../images/amway_logo.jpg"/>
</div>
<div class="col-sm-3 col-xs-6 col-sm-offset-0 margin-bottom-10">
<img src="../images/huawei_logo.jpg"/>
</div>
</div>
</div>
<div class="space-50"></div>
<footer>
<div id="copyright">
<div class="container">
<div class="row">
<div class="col-sm-12">
<span>凝新科技 © 2017 Leads Technologies Limited all right reserved</span>
</div>
</div>
</div>
</div>
</footer>
<script type="text/javascript">_satellite.pageBottom();</script>
</body>
</html>