-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
574 lines (574 loc) · 29.3 KB
/
index.html
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
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cashmanic</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700" rel="stylesheet">
<link href="css/libs.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<header class="default">
<div class="header__nav">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12">
<div class="pull-left">
<a href="/" class="header__logo"></a>
</div>
<div class="pull-left">
<ul class="list-inline nav__links">
<li>
<a href="#anchor_publisher" class="mouse_scroll">Publisher</a>
</li>
<li>
<a href="#anchor_advertiser" class="mouse_scroll">Advertiser</a>
</li>
<li>
<a href="#anchor_why" class="mouse_scroll">Why Cashmanic?</a>
</li>
<li>
<a href="#anchor_contacts" class="mouse_scroll">Contacts</a>
</li>
</ul>
</div>
<div class="pull-right">
<div class="login__btn pull-right">
<button class="btn btn-color btn-signup popup_open ripple">
Sign-up as Publisher
</button>
<button class="btn btn-transparent btn-login ripple">Log in</button>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="main-content">
<div class="bg__city"></div>
<section class="section__topinfo">
<div id="anchor_topinfo" class="container">
<div class="row">
<div class="col-xs-12 col-sm-12">
<div class="topinfo">
<h1 class="topinfo__title wow fadeInUp">
The Smarter Way to Manage
Your Digital Marketing
</h1>
<p class="topinfo__text wow fadeIn" data-wow-delay="0.3s">
High-performance publishers around the world choose the Cashmanic to promote top brand
advertisers and maximize advertising revenue.
</p>
<button class="btn btn-color btn-signup wow fadeInUp popup_open ripple" data-wow-delay="0.6s">
<span class="btn__text text-first">Sign-up as publisher for free</span>
<span class="btn__text text-second">No credit card required</span>
</button>
</div>
</div>
</div>
</div>
</section>
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-12">
<div class="cashm-screen wow fadeInUp" data-wow-delay="0.8s"></div>
</div>
</div>
</div>
<section class="section__publisher">
<div id="anchor_publisher" class="container">
<div class="row">
<div class="col-xs-12 col-sm-12">
<div class="section__info">
<h2 class="section__title wow fadeInDown">Publisher</h2>
<p class="section__text">
We have developed new performance-based marketing opportunities to help publishers and
advertisers reach new potential customers and drive higher conversion rates for more
commission revenue in your pocket.
</p>
</div>
</div>
</div>
<div class="section__blocks">
<div class="row eq-height">
<div class="col-xs-6 col-sm-6">
<div class="blocks__item wow fadeInLeft">
<div class="item__circle circle-bg1">
<img src="images/icons/icon1.svg" alt="icon1">
</div>
<h3 class="item__title">
Direct Relationships Yield Higher Returns
</h3>
<p class="item__text">
The ultimate command center. Manage, track and report on all campaigns from a single,
cost-effective dashboard. Includes white-labeled client portal. Connect directly with
advertisers and develop a much stronger partnership. You'll be sure to benefit from our
multi-layered tracking which yields 17% higher revenue on the same traffic.
</p>
</div>
</div>
<div class="col-xs-6 col-sm-6">
<div class="blocks__item wow fadeInRight">
<div class="item__circle circle-bg1">
<img src="images/icons/icon2.svg" alt="icon2">
</div>
<h3 class="item__title">
Global Marketplace
</h3>
<p class="item__text">
Fully transparent marketplace for performance marketing partnerships. Forget the black
box model of networks - get all partner details and own your relationships. Impact
Radius has exclusive brands you can't work with anywhere else.
</p>
</div>
</div>
<div class="col-xs-6 col-sm-6">
<div class="blocks__item wow fadeInLeft" data-wow-delay="0.3s">
<div class="item__circle circle-bg1">
<img src="images/icons/icon4.svg" alt="icon3">
</div>
<h3 class="item__title">
Robust, Real-Time Reporting
</h3>
<p class="item__text">
The ultimate command center. Manage, track and report on all campaigns from a single,
cost-effective dashboard. Includes white-labeled client portal. Connect directly with
advertisers and develop a much stronger partnership. You'll be sure to benefit from our
multi-layered tracking which yields 17% higher revenue on the same traffic.
</p>
</div>
</div>
<div class="col-xs-6 col-sm-6">
<div class="blocks__item wow fadeInRight" data-wow-delay="0.3s">
<div class="item__circle circle-bg1">
<img src="images/icons/icon3.png" alt="icon4">
</div>
<h3 class="item__title">
Track More, Earn More
</h3>
<p class="item__text">
Impact Radius uses advanced tracking methods that utilize multiple resources to credit a
sale to the appropriate Media Partner. As a result, we deliver superior tracking
accuracy that results in an average uplift in earnings of 17% over basic cookie tracking
when Media Partners utilize all of our tracking methods.
</p>
</div>
</div>
</div>
<div class="text-center wow fadeIn" data-wow-delay="0.8s">
<button class="btn btn-color btn-signup popup_open ripple">
<span class="btn__text text-first">Sign-up as publisher for free</span>
<span class="btn__text text-second">No credit card required</span>
</button>
</div>
</div>
</div>
</section>
<section class="section__keynumbers keynumbers-publisher">
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="keynumbers__item pull-left">
<h3 class="item__title">
$<span data-percent="406" class="js-chart">
<span class="js-percent"></span>
</span>m
</h3>
<p class="item__text">
earned by our affiliates last year
</p>
</div>
</div>
<div class="col-sm-4">
<div class="keynumbers__item">
<h3 class="item__title">
<span data-percent="230" class="js-chart">
<span class="js-percent"></span>
</span>
</h3>
<p class="item__text">
affiliates join our network every day
</p>
</div>
</div>
<div class="col-sm-4">
<div class="keynumbers__item pull-right">
<h3 class="item__title">
<span data-percent="6000" class="js-chart">
<span class="js-percent"></span>
</span>
</h3>
<p class="item__text">
brands on our network across all sectors
</p>
</div>
</div>
</div>
</div>
</section>
<section class="section__advertiser">
<div id="anchor_advertiser" class="container">
<div class="row">
<div class="col-xs-12 col-sm-12">
<div class="section__info">
<h2 class="section__title wow fadeInDown">Advertiser</h2>
<p class="section__text">
We have developed new pay for performance-based marketing opportunities to help advertisers
increase audience reach, acquire new customers, sell more to existing buyers, and improve
the return on their ad spend.
</p>
</div>
</div>
</div>
<div class="section__blocks">
<div class="row eq-height">
<div class="col-xs-6 col-sm-6">
<div class="blocks__item wow fadeInLeft">
<div class="item__circle circle-bg2">
<img src="images/icons/icon5.svg" alt="icon5">
</div>
<h3 class="item__title">
Direct Relationships Yield Higher Returns
</h3>
<p class="item__text">
The ultimate command center. Manage, track and report on all campaigns from a single,
cost-effective dashboard. Includes white-labeled client portal. Connect directly with
advertisers and develop a much stronger partnership. You'll be sure to benefit from our
multi-layered tracking which yields 17% higher revenue on the same traffic.
</p>
</div>
</div>
<div class="col-xs-6 col-sm-6">
<div class="blocks__item wow fadeInRight">
<div class="item__circle circle-bg2">
<img src="images/icons/icon6.svg" alt="icon5">
</div>
<h3 class="item__title">
Global Marketplace
</h3>
<p class="item__text">
Fully transparent marketplace for performance marketing partnerships. Forget the black
box model of networks - get all partner details and own your relationships. Impact
Radius has exclusive brands you can't work with anywhere else.
</p>
</div>
</div>
<div class="col-xs-6 col-sm-6">
<div class="blocks__item wow fadeInLeft" data-wow-delay="0.3s">
<div class="item__circle circle-bg2">
<img src="images/icons/icon7.svg" alt="icon5">
</div>
<h3 class="item__title">
Robust, Real-Time Reporting
</h3>
<p class="item__text">
The ultimate command center. Manage, track and report on all campaigns from a single,
cost-effective dashboard. Includes white-labeled client portal. Connect directly with
advertisers and develop a much stronger partnership. You'll be sure to benefit from our
multi-layered tracking which yields 17% higher revenue on the same traffic.
</p>
</div>
</div>
<div class="col-xs-6 col-sm-6">
<div class="blocks__item wow fadeInRight" data-wow-delay="0.3s">
<div class="item__circle circle-bg2">
<img src="images/icons/icon8.svg" alt="icon5">
</div>
<h3 class="item__title">
Track More, Earn More
</h3>
<p class="item__text">
Impact Radius uses advanced tracking methods that utilize multiple resources to credit a
sale to the appropriate Media Partner. As a result, we deliver superior tracking
accuracy that results in an average uplift in earnings of 17% over basic cookie tracking
when Media Partners utilize all of our tracking methods.
</p>
</div>
</div>
</div>
<div class="text-center wow fadeIn" data-wow-delay="0.8s">
<button class="btn btn-color2 btn-signup-mod ripple">
<span class="btn__text text-first">Send request as advertiser</span>
</button>
</div>
</div>
</div>
</section>
<section class="section__keynumbers keynumbers-advertiser">
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="keynumbers__item pull-left">
<h3 class="item__title">
<span data-percent="100000" class="js-chart">
<span class="js-percent"></span>
</span>
</h3>
<p class="item__text">
active publishers
</p>
</div>
</div>
<div class="col-sm-4">
<div class="keynumbers__item">
<h3 class="item__title">
<span data-percent="180" class="js-chart">
<span class="js-percent"></span>
</span>
</h3>
<p class="item__text">
countries in which we drove sales in 2016
</p>
</div>
</div>
<div class="col-sm-4">
<div class="keynumbers__item pull-right">
<h3 class="item__title">
$<span data-percent="7" class="js-chart">
<span class="js-percent"></span>
</span>b
</h3>
<p class="item__text">
in revenue generated for our clients in 2016
</p>
</div>
</div>
</div>
</div>
</section>
<section class="section__why section-white">
<div id="anchor_why" class="container">
<div class="row">
<div class="col-xs-12 col-sm-12">
<div class="section__info-mod">
<h2 class="section__title wow fadeInDown">Why Cashmanic?</h2>
<p class="section__text">
Watch 3 minutes video to learn more about Casmanic
</p>
</div>
</div>
</div>
<div class="block__video wow fadeInUp" data-wow-delay="0.6s">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/qEJ4spdiTxw" frameborder="0"
allowfullscreen></iframe>
</div>
<div class="section__blocks">
<div class="row eq-height">
<div class="col-xs-6 col-sm-3">
<div class="blocks__item-mod">
<div class="item__circle circle-bg3">
<img src="images/icons/icon9.svg" alt="icon9">
</div>
<h3 class="item__title">
Management Interface
</h3>
<p class="item__text">
Our intuitive interface makes it easy to monitor payments and efficiently manage
partnerships, leaving you time to focus on optimising your revenue.
</p>
</div>
</div>
<div class="col-xs-6 col-sm-3">
<div class="blocks__item-mod">
<div class="item__circle circle-bg3">
<img src="images/icons/icon10.svg" alt="icon10">
</div>
<h3 class="item__title">
Tracking
</h3>
<p class="item__text">
Tracking: Our reliable, easy-to-integrate tracking has been developed to support a range
of payment models, channels and devices.
</p>
</div>
</div>
<div class="col-xs-6 col-sm-3">
<div class="blocks__item-mod">
<div class="item__circle circle-bg3">
<img src="images/icons/icon11.svg" alt="icon11">
</div>
<h3 class="item__title">
Make Money Online
</h3>
<p class="item__text">
Find out how to make money online with affilinet. With more than 3,500 advertisers,
we're the leaders in Europe for performance marketing.
</p>
</div>
</div>
<div class="col-xs-6 col-sm-3">
<div class="blocks__item-mod">
<div class="item__circle circle-bg3">
<img src="images/icons/icon12.svg" alt="icon12">
</div>
<h3 class="item__title">
Reporting
</h3>
<p class="item__text">
Our interface and range of statistic evaluation tools makes it simple to monitor and
evaluate the development of your programs and campaigns.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section__contacts">
<div id="anchor_contacts" class="container">
<div class="row">
<div class="col-xs-12 col-sm-12">
<div class="section__info">
<h2 class="section__title wow fadeInDown">Contacts</h2>
<p class="section__text">
Use the contact form to ask us any questions or get in touch using <br> the following
contact information
</p>
</div>
<div class="contacts__form wow zoomIn" data-wow-delay="0.6s">
<form autocomplete="on" class="form" action="" method="post">
<div class="form__header">
<div class="form__header-item">
<div class="item-icon">
<img src="images/icons/icon13.svg" alt="icon13">
</div>
</div>
<div class="form__header-item">
<div class="item-icon">
<img src="images/icons/icon14.svg" alt="icon14">
</div>
<a href="tel:+38 (063) 123-45-67">+38 (063) 123-45-67</a>
</div>
</div>
<div class="form__body">
<div class="row">
<div class="col-xs-6 col-sm-6">
<div class="form__body-item">
<label class="field-name">Name:</label>
<div class="input-valid-wrapper">
<input class="field" name="first_name" type="text" required
pattern="^[A-Za-z0-9 -]+$">
</div>
</div>
</div>
<div class="col-xs-6 col-sm-6">
<div class="form__body-item">
<label class="field-name">Email:</label>
<div class="input-valid-wrapper">
<input class="field" type="email" name="email" required
pattern="^\w+([.-]?\w+)*@\w+([.-]?\w+)*(.\w{2,3})+$">
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12">
<div class="form__body-item">
<label class="field-name">Message:</label>
<div class="textarea-wrapper">
<textarea name="contacts__textarea" class="field"
id="contacts__textarea"></textarea>
</div>
</div>
<div class="text-center">
<button type="submit" class="btn btn-submit ripple">Send message</button>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<section class="section__keynumbers signup-publisher">
<div id="anchor_signup-publisher" class="container">
<div class="row">
<div class="col-xs-12 col-sm-12">
<div class="text-center">
<h2 class="section__title-mod">Drive Results for Your Business</h2>
<button class="btn btn-color btn-signup popup_open ripple">
<span class="btn__text text-first">Sign-up as publisher for free</span>
<span class="btn__text text-second">No credit card required</span>
</button>
</div>
</div>
</div>
</div>
</section>
<div id="popup">
<div class="popup__form">
<div class="alert alert-success" style="display: none;">
<strong>Success!</strong> Check your email.
</div>
<div class="alert alert-danger" style="display: none;">
<div style="margin-bottom: 10px;"> Please fix next errors:</div>
<div class="result"></div>
</div>
<h2 class="popup__form__title">
Sign up as Publisher
<span class="subtext">All fields are required</span>
</h2>
<form autocomplete="on" class="form-popup" action="http://general.api.dev.cashmanic.net/user/sign-up" method="post">
<div class="fields">
<div class="field-wrapper">
<label class="field-name">First name:</label>
<div class="input-valid-wrapper">
<input class="field" name="first_name" type="text" required
pattern="^[A-Za-z0-9 -]+$">
<input type="text" value="0" name="role" class="hidden">
</div>
</div>
<div class="field-wrapper">
<label class="field-name">Last name:</label>
<div class="input-valid-wrapper">
<input class="field" type="text" name="last_name" required
pattern="^[A-Za-z0-9 -]+$">
</div>
</div>
<div class="field-wrapper">
<label class="field-name">Email:</label>
<div class="input-valid-wrapper">
<input class="field" type="email" name="email" required
pattern="^\w+([.-]?\w+)*@\w+([.-]?\w+)*(.\w{2,3})+$">
</div>
</div>
<div class="field-wrapper">
<label class="field-name">Password:</label>
<div class="input-valid-wrapper">
<input class="field" type="password" name="password" required>
</div>
</div>
<div class="field-wrapper">
<label class="field-name">Confirm Password:</label>
<div class="input-valid-wrapper">
<input class="field" type="password" name="password_confirm" required>
</div>
</div>
</div>
<button type="submit" class="btn btn-color btn-signup-mod btn-block ripple">Sign up</button>
<div class="member">
Already a member? <a href="/">Sign in</a>
</div>
</form>
<div class="popup_close"></div>
</div>
</div>
</div>
<footer>
<div class="to-top__holder">
<a href="/" class="back-to-top"></a>
</div>
<section class="section__footer">
<div class="b-copyright text-center">
<span class="copy-sign">©</span> 2017 Cashmanic.
</div>
</section>
</footer>
<script src="js/libs.js"></script>
<script src="js/main.js"></script>
</body>
</html>