├── favicon.ico ├── resources ├── img │ ├── head.png │ ├── gbclose.png │ ├── logo1.png │ ├── logos.png │ ├── offers.png │ ├── body_left.png │ ├── facebook1.png │ ├── redirect.png │ ├── body_opened.png │ ├── body_right.png │ ├── gift_cards.png │ ├── head_beard.png │ ├── body_left_repeat.png │ ├── body_right_repeat.png │ └── body_opened_repeat.png ├── mainad21.js ├── stylead21.css └── jqueryad21.js ├── button.css ├── button.html ├── README.md ├── index.html ├── googleplay.html ├── xbox.html ├── ebay.html ├── steam.html ├── amazon.html ├── itunes.html ├── facebook.html └── playstation.html /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard/HEAD/favicon.ico -------------------------------------------------------------------------------- /resources/img/head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard/HEAD/resources/img/head.png -------------------------------------------------------------------------------- /resources/img/gbclose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard/HEAD/resources/img/gbclose.png -------------------------------------------------------------------------------- /resources/img/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard/HEAD/resources/img/logo1.png -------------------------------------------------------------------------------- /resources/img/logos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard/HEAD/resources/img/logos.png -------------------------------------------------------------------------------- /resources/img/offers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard/HEAD/resources/img/offers.png -------------------------------------------------------------------------------- /resources/img/body_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard/HEAD/resources/img/body_left.png -------------------------------------------------------------------------------- /resources/img/facebook1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard/HEAD/resources/img/facebook1.png -------------------------------------------------------------------------------- /resources/img/redirect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard/HEAD/resources/img/redirect.png -------------------------------------------------------------------------------- /resources/img/body_opened.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard/HEAD/resources/img/body_opened.png -------------------------------------------------------------------------------- /resources/img/body_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard/HEAD/resources/img/body_right.png -------------------------------------------------------------------------------- /resources/img/gift_cards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard/HEAD/resources/img/gift_cards.png -------------------------------------------------------------------------------- /resources/img/head_beard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard/HEAD/resources/img/head_beard.png -------------------------------------------------------------------------------- /resources/img/body_left_repeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard/HEAD/resources/img/body_left_repeat.png -------------------------------------------------------------------------------- /resources/img/body_right_repeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard/HEAD/resources/img/body_right_repeat.png -------------------------------------------------------------------------------- /resources/img/body_opened_repeat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cpacreators/cpa-lp-giftcard/HEAD/resources/img/body_opened_repeat.png -------------------------------------------------------------------------------- /button.css: -------------------------------------------------------------------------------- 1 | .btn { 2 | background: #6d757a; 3 | background-image: -webkit-linear-gradient(top, #6d757a, #43494d); 4 | background-image: -moz-linear-gradient(top, #6d757a, #43494d); 5 | background-image: -ms-linear-gradient(top, #6d757a, #43494d); 6 | background-image: -o-linear-gradient(top, #6d757a, #43494d); 7 | background-image: linear-gradient(to bottom, #6d757a, #43494d); 8 | -webkit-border-radius: 28; 9 | -moz-border-radius: 28; 10 | border-radius: 28px; 11 | font-family: Arial; 12 | color: #ffffff; 13 | font-size: 20px; 14 | padding: 10px 20px 10px 20px; 15 | text-decoration: none; 16 | } 17 | 18 | .btn:hover { 19 | background: #424242; 20 | background-image: -webkit-linear-gradient(top, #424242, #141414); 21 | background-image: -moz-linear-gradient(top, #424242, #141414); 22 | background-image: -ms-linear-gradient(top, #424242, #141414); 23 | background-image: -o-linear-gradient(top, #424242, #141414); 24 | background-image: linear-gradient(to bottom, #424242, #141414); 25 | text-decoration: none; 26 | } -------------------------------------------------------------------------------- /button.html: -------------------------------------------------------------------------------- 1 | 2 | 14 | 15 | Verify! 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 |
25 | To prevent abuse and make sure that users get the code, we have added Human Verification. 26 |
27 |
28 | 29 | 30 | 31 |
32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # LogiCard - CPA Landing Page - GiftCard Niche 2 | 3 | 4 |
5 | 6 | “Logicard” is a Gift-card generator template for CPA Marketing. 7 | 8 |

9 |  Join Us on OGAds:

10 |

11 | CPA Creators

12 |
13 |

14 |  Join Us on Adblue Media (Ex CPABuild):

15 | CPA Creators

16 |
17 |

18 | 19 | “Logicard” is a Gift-card generator template for CPA Marketing. You might already know this landing page as Gift Card Rebel and it’s a pretty common template. Anyway, we clean the LP and we try to optimize it as much as possible. 20 |
21 |

22 | Just edit the button.html file, replace the “LOCKERURL” variable with your locker URL, and you are done! 23 |
24 |

25 |