forked from jakubmalusevic/network_owner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
856 lines (689 loc) · 58.4 KB
/
privacy.html
File metadata and controls
856 lines (689 loc) · 58.4 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
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
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
<!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" lang="en-US">
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" lang="en-US">
<![endif]-->
<!--[if !(IE 7) | !(IE 8) ]><!-->
<html lang="en-US">
<!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width">
<title>InstallMetrix</title>
<link rel='stylesheet' href='style.css' type='text/css' media='all' />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<link rel='stylesheet' href='css/ie.css?ver=20121010' type='text/css' media='all' />
<![endif]-->
<script type='text/javascript' src='js/jquery-1.10.2.js'></script>
<script type='text/javascript' src='js/parallax.js'></script>
</head>
<body>
<script type="text/javascript">
</script>
<div class="background" id="terms" style="display: block;background-color: white;">
<!--<div class="cross" style="background: url(images/cross.png) no-repeat center, rgba(0,0,0,0.2);" onclick="window.open('','_self').close(); "></div>-->
<div class="cross" style="background: url(images/cross.png) no-repeat center, rgba(0,0,0,0.2);" onclick="window.open('index.html','_self'); "></div>
<div id="animation-form3">
<div class="box-wrap">
<h3>User Privacy</h3>
<p>InstallMetrix is dedicated to protecting our user’s privacy. We’ve built this privacy portal in order to educate our consumers and advertisers on what information we collect and also how it is used and stored.</p>
<p> </p>
<h4>Information We Collect & How We Use It</h4>
<p> </p>
<ul>
<li><strong>IP Address</strong> We use your IP address to tailor the in-path install offers to your geographic location. Some of our advertisers only want USA installs of their software, therefore we only show users in the USA those offers.</li>
<li><strong>Machine ID </strong>Your computer has a <em>machine id</em> which is tracked to make sure we do not show you in-path ads for the same product twice.</li>
<li><strong>Language</strong> If your computer is using an English based keyboard, we’re not going to show French software ads!</li>
</ul>
<p>We may use cookies to track your browsing activity across our web properties and software. This is only used in aggregate format (non personally identifiable) for analytics purposes, or to improve our websites.</p>
<p>We will never ask for your name, email, address, or any other personal information. We don’t need this information, we don’t want this information, and advise you to never enter such information online unless you’re familiar with the company and using a secure connection.</p>
<hr />
<h3>Advertiser & Affiliate Privacy</h3>
<p> </p>
<p>Thank you for visiting InstallMetrix.com (the “Site”). The Site is an Internet property of InstallMetrix and its affiliated companies (“InstallMetrix”, “our”, “we” or “us”). This privacy policy (“Privacy Policy”) outlines the privacy practices and policies associated with the Site and in relation to any information that you may share with us when you access and use the Site.</p>
<p> </p>
<p><strong>1. Personal Information</strong></p>
<p>When you purchase, download trial or evaluation versions, or register for any software products and/or services made available through the Site, we may collect personal information that you submit including without limitation your name, address, electronic mail (email) address, phone number, and credit card information (collectively, your “Personal Information”) for the purposes of recording the transaction when you engage in activities on the Site or within the software products or services. If and when we use a third party payment processing merchant, we ensure that the same privacy criteria as defined herein are in place with such merchant. We do not (knowingly) collect personal information from persons under the age of eighteen. We also give users the option of receiving useful product information (such as software product or service updates, and associated product and service offerings), via email. We fully ensure your privacy and value your trust. We will never sell, rent, lease or trade your personal information to any third party. Likewise, your information will not be shared with a third party in any other way unless we are required to do so in order to complete a transaction initiated by you or as required to be disclosed by law or to an applicable regulatory or governing body. InstallMetrix may engage the services of a third party from time to time and may be required to provide certain information that includes your personal information in order for the third party to perform such services. Any third parties who provide services to InstallMetrix have agreed not to disclose your information or use it for any other purpose, and are required to implement or adopt a Privacy Policy that is no less stringent than this Privacy Policy. If you are receiving email communications from InstallMetrix, you may opt-out of receiving emails from us at any time by clicking the unsubscribe link in the email or by visiting our website at InstallMetrix.com. By choosing to enter and submit the requested information when prompted, you are consenting to our collection, use, and disclosure of such information for the purposes as outlined herein.</p>
<p> </p>
<p><strong>2. Anonymous Information</strong></p>
<p>“Anonymous Information” is information other than Personal Information, and includes the domain names, IP addresses and type of browsers that you may use, referring URLs, and other, non-personally identifiable information.</p>
<p>When you access any site or service covered by this Privacy Policy, we collect Anonymous Information. We use this information for system administration, for market research (which may be shared with third parties), to personalize your experience at our site, to show you more relevant advertising messages, and, generally, to improve our products and/or services. We share this Anonymous Information with selected third parties and business partners in order to deliver to you more relevant advertising messages.</p>
<p>InstallMetrix will not share any Anonymous Information if that information is or will be linked to your Personal Information, unless we have given you notice as described above and you have given us authorization to do so.</p>
<p>InstallMetrix can and will use IP addresses to identify users of our site when we feel it is necessary to enforce compliance with our site’s policies, or to protect our products, services, site, or other users.</p>
<p> </p>
<p><strong>3. Sharing Personal Information</strong></p>
<p>We will not share your Personal Information unless we have first given you notice that we might share your data, and you have authorized us to do so. Our business partners who receive information from us have the right to use the data we provide them (sometimes, in connection with other information they may have gathered about you), but are generally prohibited from sharing this information with other companies or people.</p>
<p>In certain special cases, we may disclose your Personal Information when we have reason to believe that disclosing this information is necessary to identify, contact or bring legal action against someone who may be causing injury to you, or otherwise injuring or interfering with InstallMetrix’ rights, property or operations, other InstallMetrix users, or anyone else who could be harmed by such activities. We may also disclose your Personal Information when we believe the law requires it, or in response to any demand by law enforcement authorities in connection with a criminal investigation, or civil or administrative authorities in connection with a pending civil case or administrative investigation.</p>
<p>Finally, where, in our sole discretion after undertaking such investigation or investigations as we see fit, we determine that you have engaged in conduct which might be considered, unlawful, fraudulent, or which might bring the reputation or standing of InstallMetrix into disrepute either with the general public or with a business partner or potential business partner of InstallMetrix, we reserve the right to release your Personal Information to such persons or third parties as we consider necessary in order to prevent you from causing injury to, or otherwise injuring or interfering, now or in the future, with InstallMetrix’ rights, property or operations or otherwise the rights, property or operations of anyone else who could be harmed by such conduct.</p>
<p> </p>
<p><strong>4. Third Party Relationships</strong></p>
<p>Third Party Links. The Site, software products, and services may contain links to other third-party owned and/or operated websites and, where you request information from third party providers, InstallMetrix may transfer you directly to the websites of such third party providers. InstallMetrix is not responsible for the privacy practices or the content of such websites. In some cases, you may be required to provide certain information to register or complete a transaction at such website. These third-party websites have separate privacy and data collection practices and InstallMetrix has no responsibility or liability relating to them. We do not endorse, nor are we responsible for the accuracy of, the privacy policies and/or terms and conditions of such website. These third party entities are independent third parties and are not affiliated with InstallMetrix.</p>
<p>Third Party Offers. InstallMetrix may provide its users with the opportunity to receive special offers, products and/or services from third parties. Where you indicate the desire to receive certain offers, products or services from a third party during the applicable information collection process, your personally identifiable information that was provided during that InstallMetrix information collection process will be shared with the applicable third party so that such third party may provide their products and/or services to you so that you do not have to complete another information collection form to purchase or receive that product or service.</p>
<p> </p>
<p><strong>5. Opt-out Unsubscribe</strong></p>
<p>When you submit your information through the Site, you have opted-in to receive information and future communications from us. To opt-out of having future email communications from us, please contact <a href="mailto:privacy@getwebbar.com">privacy@installmetrix.com</a> or follow the opt-out request process in the applicable email communication. When you submit personally identifiable information through the Site to receive information and marketing communications from any third party providers, you may be contacted by these third party providers. If you do not wish to receive future communications from the third party providers, you should notify them directly of your choices regarding the use of your information. To opt-out of having future third party marketing communications sent to you, you will be required to unsubscribe with the applicable third party providers.</p>
<p> </p>
<p><strong>6. Security</strong></p>
<p>We follow generally accepted industry standards to protect the personal information submitted to us, both during transmission and once we receive it. No method of transmission over the Internet, or method of electronic storage, is 100% secure. Therefore, while we strive to use commercially acceptable means to protect your personal information, we cannot guarantee its absolute security.</p>
<p> </p>
<p><strong>7. Changes to Privacy Policy</strong></p>
<p>We reserve the right, in our sole discretion, to change, modify, add and/or remove portions of this Privacy Policy at any time and without prior notice to you. Notice regarding any Privacy Policy changes will be placed in a prominent location on the Site and will take effect immediately upon their posting on the Site. Please check the Site periodically for any changes. Your continued use of the Site following the posting of changes to this Privacy Policy will constitute your acceptance of any and all changes.</p>
<p> </p>
<p><strong>8. Contacting Us</strong></p>
<p>If you have any questions regarding this Privacy Policy, or would like more information on our privacy practices, please contact us:</p>
<ul>
<li>InstallMetrix</li>
<li>660 4th Street</li>
<li>San Francisco, CA</li>
<li>Suite #427</li>
<li>United States</li>
<li><a href="mailto:privacy@installmetrix.com">privacy@installmetrix.com</a></li>
</ul>
</div>
</div>
<!-- END #animation-form -->
</div>
<div id="wrapper">
<div id="footer">
<div id="footer-bottom-panel">
<div class="middle-container-footer">
<img src="images/logo.png" alt="">
<div class="footer-links">
<ul>
<li>
<a href="#">
Home
</a>
</li>
<li>
<a class="go-sum" href="#">
How it works
</a>
</li>
<li>
<a class="go-pub" href="#">
Publishers
</a>
</li>
<li>
<a class="go-advert" href="#">
Advertisers
</a>
</li>
<li>
<a class="go-about" href="#">
About
</a>
</li>
<li>
<a class="go-contact" href="#">
Contact
</a>
</li>
</ul>
</div>
<!--END .footer-social-links -->
<ul class="footer-social">
<li class="facebook"><a href="#"></a></li>
<li class="gplus"><a href="#"></a></li>
<li class="twitter"><a href="#"></a></li>
<li class="vimeo"><a href="#"></a></li>
</ul>
<div class="footer-contact">
<h3>Contact Us</h3>
<p>San Francisco, California</p>
<p>(415) 675 8894</p>
<p>contact@installmetrix.com</p>
</div>
<div class="disclaimer">
<ul>
<li>
<a href="term.html">Terms and Conditions</a>
</li>
<li>
<a href="privacy.html">Privacy</a>
</li>
<li>
<a href="uninstall.html">Uninstall</a>
</li>
</ul>
<hr>
2013 © All right reserved.
</div>
<!--END .disclaimer -->
<div class="newsletter">
<h3>Join Our Newsletter</h3>
<form action="action" class="newsletter-form" id="newsForm" method="post">
<input id="news-email" name="news-email" value="Email adress"><br>
<input type="submit" id="submitinput4" name="submit" class="button" value="Send"/>
<input type="hidden" id="receiver4" name="receiver" value="your@email.com"/>
</form>
</div>
<div class="clear-float"></div>
</div>
<!--END .middle-container-footer -->
</div>
<!--END #footer-bottom-panel -->
</div>
<!--END #footer -->
<div id="parallax-footer">
<div id="footer-panel">
<div class="middle-container-footer">
<table class="responsive-table-2">
<tbody>
<tr>
<td>
<div class="footer-call">
<h1>Want to make money with us? Take a look inside.</h1>
</div>
<!-- END .footer-call -->
</td>
<td>
<div class="footer-button white-btn">Sign Up</div>
<div class="clear-float"></div>
</td>
</tr>
</tbody>
</table>
<!--END .responsive-table-2 -->
</div>
<!--END .middle-container-footer -->
</div>
<!--END #footer-panel -->
</div>
<!--END #parallax-footer -->
<div id="parallax-panel-content">
<div id="summary">
<div class="middle-container">
<h1>How It Works</h1>
<h2 class="subheading">Install<span>Metrix</span> process:</h2>
<div class="panel-container">
<table class="responsive-table">
<tbody>
<tr>
<td>
<div class="panel-icon">
<p><span class="icon1"></span></p>
<h3>1. User Downloads and Installs Software</h3>
</div>
</td>
<td>
<div class="panel-icon">
<p><span class="icon2"></span></p>
<h3>2. User is Displayed Relevant Software Offers</h3>
</div>
</td>
<td>
<div class="panel-icon">
<p><span class="icon3"></span></p>
<h3>3. User Can Accept or Decline Offers</h3>
</div>
</td>
<td>
<div class="panel-icon">
<p><span class="icon4"></span></p>
<h3>4. Upon Accepting Offers, Revenue is Generated</h3>
</div>
</td>
</tr>
</tbody>
</table>
<!-- END .responsive-table -->
</div>
<!-- END .panel-container -->
<div class="sub-title">
<p>Whether you are a Publisher, Advertiser, Developer, Affiliate, Media Buyer, Site Owner or Company Conglomerate; we can help achieve your monetary goals.</p>
</div>
<!-- END .sub-title -->
<div class="table-browser">
<div class="browser-container">
<div class="browser-top">
<div class="browser-buttons"></div>
<div class="browser-buttons"></div>
<div class="browser-buttons"></div>
<div class="clear-float"></div>
</div>
<!-- END .browser-top -->
<img class="browser-image" src="images/browser-02.jpg" alt="Browser Image">
</div>
<!-- END .browser-container -->
</div>
<div class="table-tick">
<table class="table-tick-2">
<tbody>
<tr>
<td class="table-tick-right">
<img class="tick-i" src="images/tick.png" alt="Tick"/>
</td>
<!-- END .table-tick-right -->
<td>
<h2>Customized Installer</h2>
<p>Our custom installer designed primarily for Windows systems is at the forefront of technology, allowing us to monetize any Windows-based software in the world. It has the ability to create 100% customizable designs to fit your needs and drive more installs.</p>
</td>
</tr>
<tr>
<td class="table-tick-right">
<img class="tick-i" src="images/tick.png" alt="Tick"/>
</td>
<!-- END .table-tick-right -->
<td>
<h2>Real Time Reporting</h2>
<p>Our user friendly reporting displays your stats as it happens in real time. No longer do you need to experience any delays in tracking your campaigns. Plus, we provide you with the most advanced tracking system to perform in-depth analysis of all your campaigns.</p>
</td>
</tr>
<tr>
<td class="table-tick-right">
<img class="tick-i" src="images/tick.png" alt="Tick"/>
</td>
<!-- END .table-tick-right -->
<td>
<h2>Optimization Technology</h2>
<p>We take the grunt off the work involved in looking at statistical data. Our proprietary analysis protocol in looking at metrics is automated in optimizing the fastest quality distribution and highest revenue earnings per installation.</p>
</td>
</tr>
</tbody>
</table>
<!-- END .table-tick-2 -->
</div>
<!-- END .table-tick -->
<div class="clear-float"></div>
</div>
<!-- END .middle-container -->
</div>
<!-- END #summary -->
<div id="advert">
<div class="middle-container">
<h1>Advertisers</h1>
<p><span class="icon_ad"></span></p>
<div class="panel-container">
<table class="responsive-table">
<tbody>
<tr>
<td>
<div class="panel">
<p><span class="icon5"></span></p>
<div class="black-btn">Sign Up as a Advertiser</div>
</div>
<!-- END .panel -->
</td>
<td>
<div class="panel">
<p><span class="icon6"></span></p>
<p>We bundle your offer with our publishers software.<br>Our publishers distribute their software to the masses.</p>
</div>
<!-- END .panel -->
</td>
<td>
<div class="panel">
<p><span class="icon7"></span></p>
<p>Watch your installs start rolling in.<br>Over 100,000+ installs daily.</p>
</div>
<!-- END .panel -->
</td>
</tr>
</tbody>
</table>
</div>
<!-- END .panel-container -->
<div class="border-text">
<h2>Install Quality Meets Quantity</h2>
<p>InstallMetrix strives to bring its advertisers only quality installs while meeting their high volume demands. Our publishers go through a strict review process before being accepted into our network to ensure that we are delivering installs that satisfy your needs. With a zero tolerance policy towards fraud, our dedicated compliance team and anti-fraud technology allows our advertisers to sit back and watch the installs come in. While delivering high quality installs is our number one priority, we also have the ability to deliver a high volume of installs. Whether you have a small or large budget, let InstallMetrix help you reach your goals.</p>
</div>
<div class="black-btn">Sign Up as a Advertiser</div>
</div>
<!-- END .middle-container -->
</div>
<!-- END #screenshots -->
<div id="about">
<div class="middle-container">
<h1>About</h1>
<div class="sub-title">
<p>Based out of San Francisco, InstallMetrix is a Pay Per Install network that focuses on driving quality installs at a high volume. We help publishers monetize their software and give advertisers another channel for distribution. Our mission is to provide publishers and advertisers first class service that is currently lacking from the pay per install industry. Not only will we provide you with the tools to succeed, but we will also do whatever it takes to help our partners grow.</p>
</div>
<div class="panel-container">
<table class="responsive-table">
<tbody>
<tr>
<td>
<div class="panel-plan-container">
<h2>Innovators</h2>
<p>InstallMetrix is the leading Pay Per Install network that prides itself as innovators of the industry. Where copy cats are common, we continue to create new ideas and are always pushing towards the next frontier. Throughout the years of our online adventures, our team has consistently developed strategies and products that have impacted the industry for years to come. InstallMetrix was built to solve the rudimentary tracking and optimization capabilities that other pay per install networks currently provide. After 1 full year of dedicated coding and countless tests, we have developed the most advanced pay per install network in the world.</p>
</div>
</td>
<td>
<div class="panel-plan-container">
<h2>Our Passion</h2>
<p>Not only are we passionate about the service we provide, but we are also heavily invested into the relationships we make with our publishers and advertisers. We believe that in order to grow, we must help everybody around us to grow as well. With dedicated account managers for both our publishers and advertisers, we are able to satisfy all requests with lightning fast results. Whether you want to chat on the phone or message us online, we make ourselves available anytime you need us. This is our life and we know you'll enjoy working with our extremely personable and down-to-earth team.</p>
</div>
<!-- END .panel-plan-container -->
</td>
</tr>
</tbody>
</table>
<!-- END .responsive-table -->
</div>
<!-- END .panel-container -->
</div>
<!-- END .middle-container -->
</div>
<!-- END #iphones -->
<div id="questions">
<div class="middle-container">
<h1>Questions and answers.</h1>
<div class="panel-container">
<table class="responsive-table">
<tbody>
<tr>
<td>
<div class="panel-questions">
<div class="panel-questions-container">
<h2>What is a bundled offer?</h2>
<p>A bundled offer is an optional 3rd party offer that is shown during the installation process of your main software application. Offers include toolbars, utility programs, software apps, etc.</p>
</div>
<!-- END .panel-questions-container -->
</div>
<!-- END .panel-questions -->
</td>
<td>
<div class="panel-questions">
<div class="panel-questions-container">
<h2>What countries can I promote my bundled software app?</h2>
<p>Our monetization solution allows you to promote your bundled software app to any country in the world. However, certain countries will yield higher revenues than others.</p>
</div>
<!-- END .panel-questions-container -->
</div>
<!-- END .panel-questions -->
</td>
<td>
<div class="panel-questions">
<div class="panel-questions-container">
<h2>What are your payment terms?</h2>
<p>We pay our publishers on net 30 payment terms.</p>
</div>
<!-- END .panel-questions-container -->
</div>
<!-- END .panel-questions -->
</td>
</tr>
</tbody>
</table>
</div>
<!-- END .panel-container -->
</div>
<!-- END .middle-container -->
</div>
<!-- END #team -->
</div>
<!-- END #parallax-panel-content -->
<div id="parallax-panels">
<div class="white-background" id="bg-1"></div>
<div class="white-background" id="bg-2"></div>
<div class="white-background" id="bg-3"></div>
<div class="white-background" id="bg-4"></div>
</div>
<!-- END #parallax-panels -->
<div id="parallax-iphone-banner">
<div class="iphone-banner-container">
<div class="iphone-banner iphone-light">
<div class="iphone-speaker iphone-speaker-light"></div>
<img class="iphone-screen" src="images/iphone-left.jpg" alt="iPhone Screen"/>
<div class="iphone-button iphone-button-light"></div>
</div>
<!-- END .iphone-banner #iphone-banner-white -->
</div>
<!-- END .iphone-banner-container -->
</div>
<!-- END #parallax-iphone-banner -->
<div id="parallax-under-content">
<div id="publishers">
<div class="middle-container">
<div class="dark">
<h1>Publishers and Developers</h1>
<p><span class="icon_pub"></span></p>
<p>We provide you with the highest revenue rates in the industry to ensure your bottom line is always met. Relevant top offers are shown and optimized throughout the installation process to ensure proper conversion metrics.
Work with only the best in the field. Sign up is quick and easy. Just distribute to get downloads and reap the benefits of monetization. Watch your earnings in our custom analytics and reporting interface. Our auto optimizer takes tailor implemented algorithms to increase your earnings all in one easy place.</p>
</div>
<!-- END .dark -->
<div class="panel-container">
<table class="responsive-table">
<tbody>
<tr>
<td>
<div class="panel">
<p><span class="icon5"></span></p>
<div class="white-btn">Sign Up as a Publisher</div>
</div>
<!-- END .panel -->
</td>
<td>
<div class="panel">
<p><span class="icon6"></span></p>
<p>We bundle optional offers to your software.<br>You distribute a custom built download link to your users.</p>
</div>
<!-- END .panel -->
</td>
<td>
<div class="panel">
<p><span class="icon7"></span></p>
<p>Watch your money start rolling in.<br>Earn up to $2.00 per install.</p>
</div>
<!-- END .panel -->
</td>
</tr>
</tbody>
</table>
</div>
<!-- END .panel-container -->
<div class="border-text">
<h2>Who can be a Publisher?</h2>
<p>Anyone who can get people to download software can be a publisher. This includes affiliates, online marketers, media buyers, software developers, site owners, bloggers, etc. For example, if you host a site with software downloads, we can help you earn money everytime someone downloads software from your site. If you are a software developer who wants to monetize your software while still offering it for free, we can help you. If you are an affiliate looking to promote something other than an oversaturated CPA offer, we can help you. The opportunities and possibilities are endless as an InstallMetrix publisher.</p>
</div>
<div class="white-btn">Sign Up as a Publisher</div>
</div>
<!-- END .middle-container -->
</div>
<!-- END #features -->
<div id="testimon">
<div class="middle-container">
<div class="dark">
<h1>Why Publishers and Advertisers Choose Us</h1>
</div>
<!-- END .dark -->
<div class="panel-container">
<table class="responsive-table">
<tbody>
<tr>
<td>
<div class="panel">
<div class="speech-container">
<div class="speech-container-inside">
<p>I have tested several PPI Networks and InstallMetrix generates the highest revenue for my installs by a longshot!</p>
</div>
<!-- END .speech-container-inside -->
</div>
<!-- END .speech-container -->
<div class="speech-arrow"></div>
<img width="400" height="400" src="images/client1.jpg" class="profile-image" alt="test_1" /> <div class="profile-name">Wayne</div>
<div class="profile-name-2">Publisher</div>
</div>
<!-- END .panel -->
</td>
<td>
<div class="panel">
<div class="speech-container">
<div class="speech-container-inside">
<p>The team at InstallMetrix is a pleasure to work with. They definitely drive a high volume of quality installs to our toolbar offer.</p>
</div>
<!-- END .speech-container-inside -->
</div>
<!-- END .speech-container -->
<div class="speech-arrow"></div>
<img width="650" height="650" src="images/client2.jpg" class="profile-image" alt="test_3" /> <div class="profile-name">Israel</div>
<div class="profile-name-2">Advertiser</div>
</div>
<!-- END .panel -->
</td>
<td>
<div class="panel">
<div class="speech-container">
<div class="speech-container-inside">
<p>InstallMetrix has taken my earnings from $250/day to over $5,000/day within a month. A big thanks goes out to my account manager!</p>
</div>
<!-- END .speech-container-inside -->
</div>
<!-- END .speech-container -->
<div class="speech-arrow"></div>
<img width="400" height="400" src="images/client3.jpg" class="profile-image" alt="test_2" /> <div class="profile-name">Colin</div>
<div class="profile-name-2">Advertiser</div>
</div>
<!-- END .panel -->
</td>
</tr>
</tbody>
</table>
</div>
<!-- END .panel-container -->
</div>
<!-- END .middle-container -->
</div>
<!-- END #ipad -->
<div id="lorem">
<div class="middle-container">
<div class="dark">
<h1>Careers and Partnerships</h1>
</div>
<!-- END .dark -->
<div class="panel-container">
<table class="responsive-table">
<tbody>
<tr>
<td>
<div class="panel-plan panel-border">
<div class="panel-plan-container">
<h2>Team</h2>
<p>Our core is our team dynamics in how we operate. As programmers, engineers, developers, marketing executives, distribution directors, and business managers, we all have a passion in our jobs to work like a well oil machine.</p>
</div>
<!-- END .panel-plan-container -->
<div class="button button-green">Learn More</div>
</div>
</td>
<td>
<div class="panel-plan panel-border">
<div class="panel-plan-container">
<h2>Careers</h2>
<p>We are always looking for hard working and talented people to join our team. Please feel free to contact us on our contact page.</p>
</div>
<!-- END .panel-plan-container -->
<div class="button button-green">Apply Now</div>
</div>
</td>
<td>
<div class="panel-plan panel-border">
<div class="panel-plan-container">
<h2>Investors</h2>
<p>Let us help you, by helping us. We are a privately owned debt free software company looking to take it to the next level. Please feel free to contact us on our contact page.</p>
</div>
<!-- END .panel-plan-container -->
<div class="button button-green">Contact Us</div>
</div>
</td>
</tr>
</tbody>
</table>
<!-- END .responsive-table -->
</div>
<!-- END .panel-container -->
</div>
<!-- END .middle-container -->
</div>
<!-- END #testimonials -->
<div id="contact-us" class="contact-us">
<div class="middle-container">
<div class="dark">
<h1>Want to say hello? Want to know more? </h1>
</div>
<!-- END .dark -->
<div class="sub-title">
<p>Drop us an email and we will get back to you as soon as we can.</p>
</div>
<div class="panel-container">
<form id="contact2" action="action" method="post">
<table class="responsive-table">
<tbody>
<tr>
<td>
<div class="">
<div class="panel-plan-container">
<label for="nameinput2">Name: *</label><br>
<input type="text" id="nameinput2" name="name" value=""/><br>
<label for="emailinput2">E-mail: *</label><br>
<input type="text" id="emailinput2" name="email" value=""/><br>
<label for="phoneinput2">Phone: </label><br>
<input type="text" id="phoneinput2" name="phone" value=""/><br>
</div>
<!-- END .panel-plan-container -->
</div>
</td>
<td>
<div class="">
<div class="panel-plan-container">
<label for="commentinput2">Message: *</label><br>
<textarea cols="10" rows="7" id="commentinput2" name="comment"></textarea><br>
<input type="submit" id="submitinput2" name="submit" class="button" value="Send"/>
<input type="hidden" id="receiver2" name="receiver" value="<?php echo (get_option('bones_contact_mail')); ?>"/>
</div>
<!-- END .panel-plan-container -->
</div>
</td>
</tr>
</tbody>
</table>
<!-- END .responsive-table -->
</form>
</div>
<!-- END .panel-container -->
</div>
<!-- END .middle-container -->
</div>
<!-- END #price-plans -->
</div>
<!-- END #parallax-under-content -->
<div id="parallax-macbook">
<div class="macbook-container">
<div class="macbook">
<div class="macbook-camera"></div>
<div class="macbook-screen-container">
<img class="macbook-screen" src="images/img-top.jpg" alt="browser-screen">
</div>
<!-- END .macbook-screen-2 -->
<div class="macbook_base">
<div class="macbook_base-hole"></div>
</div>
<!-- END .macbook_base -->
</div>
<!-- END .macbook -->
<div class="clear-float"></div>
</div>
<!-- END .macbook-container -->
</div>
<!-- END #parallax-macbook -->
<div id="parallax-banner-text">
<div class="image-box-text">
<h1>The Most Advanced Pay Per Install Network.</h1>
<h2>We monetize software installs for publishers and allow advertisers to distribute their software with the most technologically advanced system.</h2>
<div class="notify-button button-green">Join Us!</div>
</div>
<!-- END .image-box-text -->
</div>
<!-- END #parallax-banner-text -->
<div id="parallax-background">
<div class="background-greyscale"></div>
<img class="background-image" src="images/bg-2.jpg" alt="Background Image">
</div>
<!-- END #parallax-background -->
</div>
</body>
</html>