-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
337 lines (337 loc) · 13 KB
/
index.html
File metadata and controls
337 lines (337 loc) · 13 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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting to https://developer.adobe.com</title>
<meta http-equiv="refresh" content="0; URL=https://developer.adobe.com">
<link rel="canonical" href="https://developer.adobe.com">
<meta name="viewport" content="width=device-width, maximum-scale=1">
<title>Adobe Target Developers</title>
<link rel="icon" href="favicon.png" type="image/png">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/linecons.css" rel="stylesheet" type="text/css">
<link href="css/font-awesome.css" rel="stylesheet" type="text/css">
<link href="css/responsive.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lato:400,900,700,700italic,400italic,300italic,300,100italic,100,900italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Dosis:400,500,700,800,600,300,200' rel='stylesheet' type='text/css'>
<!--[if IE]><style type="text/css">.pie {behavior:url(PIE.htc);}</style><![endif]-->
<script type="text/javascript" src="js/jquery.1.8.3.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/jquery-scrolltofixed.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/jquery.isotope.js"></script>
<script type="text/javascript" src="js/wow.js"></script>
<script type="text/javascript" src="js/classie.js"></script>
<!--[if lt IE 9]>
<script src="js/respond-1.1.0.min.js"></script>
<script src="js/html5shiv.js"></script>
<script src="js/html5element.js"></script>
<![endif]-->
<script type="text/javascript">
$(document).ready(function(e) {
$('.res-nav_click').click(function(){
$('ul.toggle').slideToggle(600)
});
$(document).ready(function() {
$(window).bind('scroll', function() {
if ($(window).scrollTop() > 0) {
$('#header_outer').addClass('fixed');
}
else {
$('#header_outer').removeClass('fixed');
}
});
});
});
function resizeText() {
var preferredWidth = 767;
var displayWidth = window.innerWidth;
var percentage = displayWidth / preferredWidth;
var fontsizetitle = 25;
var newFontSizeTitle = Math.floor(fontsizetitle * percentage);
$(".divclass").css("font-size", newFontSizeTitle)
}
</script>
</head>
<body>
<!--Header_section-->
<header id="header_outer">
<div class="container">
<div class="header_section">
<div class="logo"><a href="javascript:void(0)"><img src="img/logob.png" alt=""></a></div>
<nav class="nav" id="nav">
<ul class="toggle">
<li><a href="#top_content">Home</a></li>
<li><a href="#implementation">Implementation</a></li>
<li><a href="#api_section">API</a></li>
</ul>
<ul class="">
<li><a href="#top_content">Home</a></li>
<li><a href="#implementation">Implementation</a></li>
</ul>
</nav>
<a class="res-nav_click animated wobble wow" href="javascript:void(0)"><i class="fa-bars"></i></a> </div>
</div>
</header>
<!--Header_section-->
<!--Top_content-->
<section id="top_content" class="top_cont_outer">
<div class="top_cont_inner">
<div class="container">
<div class="top_content">
<div class="row">
<div class="col-lg-5 col-sm-7">
<div class="top_left_cont flipInY wow animated">
<h3>Adobe Target</h3>
<h2>Develop and Deliver personalized experiences</h2>
<p> Implement Target on Client-Side Applications, Server-Side Applications, Mobile Apps, IoT and more. Export your Target data to third-party solutions. </p>
<a href="#implementation" class="learn_more2">Learn How</a> </div>
</div>
<div class="col-lg-7 col-sm-5"> </div>
</div>
</div>
</div>
</div>
</section>
<!--Top_content-->
<!--Service-->
<section id="implementation">
<div class="container">
<h2>Implement Adobe Target</h2>
<div class="service_area">
<div class="row">
<div class="col-lg-4">
<div class="service_block">
<div class="service_icon"> <span><i class="fa-flash"></i></span> </div>
<h3 class="animated fadeInUp wow">Single Page Apps</h3>
<p class="animated fadeInDown wow">Use our new JavaScript library for single page applications</p>
<div class = "service_block_learn">
<div class="btnleft">
<a href="https://docs.adobe.com/content/help/en/target/using/implement-target/client-side/deploy-at-js/target-atjs-single-page-application.html" class="learn_more3">Docs</a>
</div>
<div class="btnright">
<a href="https://target.enablementadobe.com/react/demo/#/" class="learn_more3 ">Live Demos</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="service_block">
<div class="service_icon icon2"> <span><i class="fa-terminal"></i></span> </div>
<h3>Server-Side Apps</h3>
<p>Use the Delivery API to scale personalization across channels</p>
<div class = "service_block_learn">
<div class="btnleft">
<a href="/api/delivery-api" class="learn_more3">Docs</a>
</div>
<div class="btnright">
<a href="/api/delivery-api/#section/Getting-Started/Postman-Collection" class="learn_more3">Run in Postman</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="service_block">
<div class="service_icon icon3"> <span><i class="fa-mobile-phone"></i></span> </div>
<h3>Mobile Apps</h3>
<p>Use the Adobe Target native SDKs for iOS and Android</p>
<div class = "service_block_learn">
<div class="btnleft">
<a href="https://aep-sdks.gitbook.io/docs/using-mobile-extensions/adobe-target/target-api-reference" class="learn_more3">Docs</a>
</div>
<div class="btnright">
<a href="https://docs.adobe.com/content/help/en/experience-cloud/implementing-in-mobile-ios-swift-apps-with-launch/index.html" class="learn_more3 ">Get Demo Apps</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="api_section" class="container">
<h2>APIs and Services</h2>
<div class="service_area">
<div class="row">
<div class="col-lg-4">
<div class="service_block">
<div class="service_icon"> <span><i class="fa-file-code-o"></i></span> </div>
<h3>Admin API</h3>
<p>Programatically create, read, update and delete activities, audiences and offers</p>
<div class = "service_block_learn">
<div class="btnleft">
<a href="/api/#admin-apis" class="learn_more3">Docs</a>
</div>
<div class="btnright">
<a href="/api/#admin-postman-collection" class="learn_more3">Run in Postman</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="service_block">
<div class="service_icon icon2"> <span><i class="fa-database"></i></span> </div>
<h3>Reporting API</h3>
<p>Use the reporting API to monitor activity performance</p>
<div class = "service_block_learn">
<div class="btnleft">
<a href="/api/#reports" class="learn_more3">Docs</a>
</div>
<div class="btnright">
<a href="/api/#admin-postman-collection" class="learn_more3">Run in Postman</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="service_block">
<div class="service_icon icon4"> <span><i class="fa-gears"></i></span> </div>
<h3>Recommendations API</h3>
<p>Programmatically manage your recommendations</p>
<div class = "service_block_learn">
<div class="btnleft">
<a href="/api/recommendations" class="learn_more3">Docs</a>
</div>
<div class="btnright">
<a href="https://github.com/adobe-target/adobe-target.github.io/blob/master/api/recommendations/Recommendations.postman_collection.json" class="learn_more3">Run in Postman</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="work_outer">
<div class="top_cont_latest">
<div class="container">
<h2>Available Now - Node.js SDK</h2>
<div class="work_section">
<div class="row">
<div class="col-lg-6 col-sm-6 wow fadeInLeft delay-05s">
<div class="service-list">
<div class="service-list-col1"> <i class="icon-cog"></i> </div>
<div class="service-list-col2">
<h3>Easy Server-Side Testing</h3>
<p>Use the Node.js SDK to easily implement and run server-side tests on your node.js applications</p>
</div>
</div>
<div class="service-list">
<div class="service-list-col1"> <i class="icon-lightbulb"></i> </div>
<div class="service-list-col2">
<h3>Open Sourced</h3>
<p>Make contributions to the Node.js SDK
</p>
</div>
</div>
<div class="service-list">
<div class="service-list-col1"> <i class="icon-search"></i> </div>
<div class="service-list-col2">
<h3>Install from npm</h3>
<p>Easily install the Node.js SDK from npm - npm install @adobe/target-nodejs-sdk
</p>
</div>
</div>
<div class="service-list">
<div class="service-list-col1"> <i class="icon-user"></i> </div>
<div class="service-list-col2">
<h3>Visitor ID Service</h3>
<p>The VisitorID service is enabled in the Node.js SDK to connect all your Adobe data</p>
</div>
</div>
<div class="service-list">
<div class="service-list-col1"> <i class="icon-database"></i> </div>
<div class="service-list-col2">
<h3>Analytics 4 Target</h3>
<p>Use Adobe Analytics as your reporting source</p>
</div>
</div>
<div class="work_bottom"> <span>Integrate your Node applications with Target</span> <a href="https://www.npmjs.com/package/@adobe/target-nodejs-sdk" class="contact_btn">Get SDK on NPM</a></div>
<div class="work_bottom"> <span>Contribute to the Node.js SDK</span> <a href="https://github.com/adobe/target-nodejs-sdk" class="contact_btn">Go to Github</a></div>
</div>
<figure class="col-lg-6 col-sm-6 text-right wow fadeInUp delay-02s"></figure>
</div>
</div>
</div>
</div>
</section>
<!--main-section-end-->
<footer class="footer_section" id="contact">
<div class="container">
</div>
<div class="container">
<div class="footer_bottom"> <span>Copyright © Adobe </span> </div>
</div>
</footer>
<script type="text/javascript">
$(document).ready(function(e) {
$('#header_outer').scrollToFixed();
$('.res-nav_click').click(function(){
$('.main-nav').slideToggle();
return false
});
});
</script>
<script type="text/javascript">
$(window).load(function(){
$('a').bind('click',function(event){
var $anchor = $(this);
$('html, body').stop().animate({
scrollTop: $($anchor.attr('href')).offset().top - 91
}, 1500,'easeInOutExpo');
/*
if you don't want to use the easing effects:
$('html, body').stop().animate({
scrollTop: $($anchor.attr('href')).offset().top
}, 1000);
*/
event.preventDefault();
});
})
</script>
<script type="text/javascript">
jQuery(document).ready(function($){
// Portfolio Isotope
var container = $('#portfolio-wrap');
function splitColumns() {
var winWidth = $(window).width(),
columnNumb = 1;
if (winWidth > 1024) {
columnNumb = 4;
} else if (winWidth > 900) {
columnNumb = 2;
} else if (winWidth > 479) {
columnNumb = 2;
} else if (winWidth < 479) {
columnNumb = 1;
}
return columnNumb;
}
function setColumns() {
var winWidth = $(window).width(),
columnNumb = splitColumns(),
postWidth = Math.floor(winWidth / columnNumb);
container.find('.portfolio-item').each(function () {
$(this).css( {
width : postWidth + 'px'
});
});
}
function setProjects() {
setColumns();
container.isotope('reLayout');
}
container.imagesLoaded(function () {
setColumns();
});
$(window).bind('resize', function () {
setProjects();
});
});
$( window ).load(function() {
jQuery('#all').click();
return false;
});
</script>
</body>
</html>