-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
434 lines (433 loc) · 24.2 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="tailwind.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<title>Sale Page</title>
</head>
<body>
<section id="intro-section" class="w-full bg-black text-white px-4">
<div class="flex flex-col justify-center items-center pt-10 pb-20">
<div class="py-1 lg:py-2 px-6 lg:px-12 bg-pink text-white flex justify-center items-center rounded-xl mb-14">
<img src="images/fire.png" alt="" class="h-7">
<span class="md:text-lg ml-6 lg:ml-10">Lifetime software deal</span>
</div>
<div class="text-2xl lg:text-5xl text-center font-bold leading-tight">
<h1>Get Access To This Incredible ‘All In One’</h1>
<h1>Discounted Founder Webinar</h1>
<h1>Exclusive Package</h1>
</div>
<div class="text-center text-xl lg:text-3xl my-12 font-semibold">
<h2>You get everything inside of Challenges By Member App’s</h2>
<h2>funnel saving you $588 today!</h2>
</div>
<div class="w-full lg:w-7/12 grid grid-cols-5 gap-8 mb-16">
<div class="combo__item">
<img src="images/challenges_1.png" alt="">
<span class="text-xl lg:text-2xl text-center font-bold py-4">$67 <s class="text-red-1">$197</s></span>
</div>
<div class="combo__item">
<img src="images/all_access.png" alt="">
<span class="text-xl lg:text-2xl text-center font-bold py-4">$47pm <s class="text-red-1">$97pm</s></span>
</div>
<div class="combo__item">
<img src="images/agency.png" alt="">
<span class="text-xl lg:text-2xl text-center font-bold py-4">$197 <s class="text-red-1">$497</s></span>
</div>
<div class="combo__item">
<img src="images/bootcamp.png" alt="">
<span class="text-xl lg:text-2xl text-center font-bold py-4">$67 <s class="text-red-1">$197</s></span>
</div>
<div class="combo__item">
<img src="images/funnels.png" alt="">
<span class="text-xl lg:text-2xl text-center font-bold py-4">$197 <s class="text-red-1">$297</s></span>
</div>
</div>
<div class="text-2xl lg:text-5xl text-red-1 font-extrabold text-center">
<h2 class="leading-snug">Retail Price: <s>$1088</s></h2>
<h2 class="leading-snug">Founder Special Price: <s>$595</s></h2>
</div>
<h2 class="text-3xl lg:text-6xl text-white font-bold leading-normal mb-20 text-center">Webinar Bundle Price: $495</h2>
<a class="inline-block rounded-lg cursor-pointer hover:bg-yellow-100 bg-yellow px-8 lg:px-20 py-6 lg:py-12 text-lg lg:text-4xl text-black font-bold">Yes! Give Me The Bundle Now!</a>
<div class="flex justify-center items-center my-10">
<img src="images/guarantee-medal.png" alt="">
<h5 class="text-sm ml-4">30 Day 100% Money Back Guarantee</h5>
</div>
<div class="w-4/5 lg:w-1/4 text-lg text-center">Get access today for the very lowest price we’ve EVER offered this incredible package. </div>
</div>
</section>
<section id="bundle-section" class="bundle-container w-full bg-white flex flex-col justify-center px-3">
<div class="bundle container mx-auto bg-black text-white p-4 lg:py-14 lg:px-20 rounded-2xl flex flex-col justify-center items-center">
<div class="bundle-id">1</div>
<div class="flex flex-col justify-center items-center">
<h2 class="text-3xl lg:text-5xl text-center font-semibold">
Challenges by Member App
</h2>
<div class="text-xl text-center font-semibold my-12">
<h4>
Run Challenges in your business, sell to businesses
</h4>
<h4>and create time-based challenge campaigns in minutes.</h4>
</div>
</div>
<div class="bundle-detail bundle-detail--default">
<div class="left">
<img src="images/challenges_1.png" alt="">
</div>
<div class="right">
<ul class="mb-8">
<li>Commercial Rights</li>
<li>Member App Challenge Upgrade</li>
<li>Course Start Times & End Times</li>
<li>Evergreen Challenges</li>
<li>Create & Review Student homework</li>
<li>Reminders & Student Notifications</li>
<li>Challenge Certificates</li>
<li>Automatic Workshop/Webinar Enrollment</li>
<li>Track Students Challenge Progress</li>
<li>Bonus Member App 30 Day Challenge</li>
</ul>
<a href="#" class="block bundle-detail__buy-btn">Bundle Price: $67 ($130 OFF)</a>
</div>
<div></div>
<div class="w-full text-violet-1 text-2xl lg:text-4xl font-semibold text-center my-4 underline">
<a href="#">Review full offer --></a>
</div>
</div>
</div>
<div class="bundle container mx-auto bg-black text-white p-4 lg:py-14 lg:px-20 rounded-2xl flex flex-col justify-center items-center">
<div class="bundle-id">2</div>
<div class="flex flex-col justify-center items-center">
<h2 class="text-3xl lg:text-5xl text-center font-semibold">
Challenges - All Access Pass
</h2>
<div class="text-md lg:text-xl text-center font-semibold my-12">
<h4>Gamification, Assignments, Discussion Groups, Payment System,</h4>
<h4>Affiliate Management & More</h4>
</div>
</div>
<div class="bundle-detail bundle-detail--all">
<div class="left">
<img src="images/all-access-landscape.png" alt="">
</div>
<div class="right mt-16 lg:mt-20 mb-10">
<ul>
<li>Discussion Chat Groups</li>
<li>Gamification Features</li>
<li>Video Hosting & Data Storage</li>
<li>Responsive Video & Audio Players</li>
<li>Additional Templates & Customizable Styles</li>
<li>Built-in upgrades</li>
<li>Bulk Enrol Students For Future Campaigns</li>
<li>Student Analytics & Review System</li>
<li>Shopping Cart</li>
<li>Sell To Businesses</li>
</ul>
<ul>
<li>Customizeable Checkout Pages</li>
<li>Affiliate Management</li>
<li>Bundle Courses & Challenges Together</li>
<li>Create Up To 10 Published Campaigns</li>
<li>Editable Email Templates</li>
<li>Editable Legal Documents</li>
<li>Action Integrations</li>
<li>All Future Updates & Upgrades</li>
<li>3 Pre-Created Online Courses & Resell Rights</li>
<li>Founding Member App Facebook Group</li>
</ul>
</div>
<div class="w-full flex justify-center items-center my-4">
<a href="#" class="bundle-detail__buy-btn">Bundle Price: $47/m ($52/m OFF)</a>
</div>
<div class="w-full text-violet-1 text-2xl lg:text-4xl font-semibold text-center my-4 underline">
<a href="#">Review full offer --></a>
</div>
</div>
</div>
<div class="bundle container mx-auto bg-black text-white p-4 lg:py-14 lg:px-20 rounded-2xl flex flex-col justify-center items-center">
<div class="bundle-id">3</div>
<div class="flex flex-col justify-center items-center">
<h2 class="text-3xl lg:text-5xl text-center font-semibold">
Challenges Agency
</h2>
<div class="text-xl text-center font-semibold my-12">
<h4>
Run Challenges in your business, sell to businesses
</h4>
<h4>and create time-based challenge campaigns in minutes.</h4>
</div>
</div>
<div class="bundle-detail bundle-detail--default">
<div class="left">
<img src="images/agency.png" alt="">
</div>
<div class="right">
<ul class="mb-8">
<li>Client Management Dashboard</li>
<li>Charge & Invoice Clients</li>
<li>3 Brand New Themes</li>
<li>Collaborate With Clients</li>
<li>Rebrand Client Campaign Dashboard</li>
<li>Agency Resources</li>
<li>Monthly Coaching & Training Calls</li>
</ul>
<a href="#" class="block bundle-detail__buy-btn">Bundle Price: $197 ($203 OFF)</a>
</div>
<div></div>
<div class="w-full text-violet-1 text-2xl lg:text-4xl font-semibold text-center my-4 underline">
<a href="#">Review full offer --></a>
</div>
</div>
</div>
<div class="bundle container mx-auto bg-black text-white p-4 lg:py-14 lg:px-20 rounded-2xl flex flex-col justify-center items-center">
<div class="bundle-id">4</div>
<div class="flex flex-col justify-center items-center">
<h2 class="text-3xl lg:text-5xl text-center font-semibold">
Challenges Bootcamp
</h2>
<div class="text-xl text-center font-semibold my-12">
<h4>
Run Challenges in your business, sell to businesses
</h4>
<h4>and create time-based challenge campaigns in minutes.</h4>
</div>
</div>
<div class="bundle-detail bundle-detail--default">
<div class="left">
<img src="images/bootcamp.png" alt="">
</div>
<div class="right">
<ul class="mb-8">
<li>Challenges Bootcamp</li>
<li>7 Live Workshops + Recordings</li>
<li>6 Weeks Of Detailed Training</li>
<li>LIFETIME Access</li>
<li>Private Discussion Group</li>
<li>Founder Discounted Price</li>
</ul>
<a href="#" class="block bundle-detail__buy-btn">Bundle Price: $67 ($130 OFF)</a>
</div>
<div></div>
<div class="w-full text-violet-1 text-2xl lg:text-4xl font-semibold text-center my-4 underline">
<a href="#">Review full offer --></a>
</div>
</div>
</div>
<div class="bundle container mx-auto bg-black text-white p-4 lg:py-14 lg:px-20 rounded-2xl flex flex-col justify-center items-center">
<div class="bundle-id">5</div>
<div class="flex flex-col justify-center items-center">
<h2 class="text-3xl lg:text-5xl text-center font-semibold">
Challenges Funnels
</h2>
<div class="text-xl text-center font-semibold my-12">
<h4>
Run Challenges in your business, sell to businesses
</h4>
<h4>and create time-based challenge campaigns in minutes.</h4>
</div>
</div>
<div class="bundle-detail bundle-detail--default">
<div class="left flex justify-center items-center">
<img src="images/funnels.png" alt="">
</div>
<div class="right">
<ul>
<li>Funnel Builder Software</li>
<li>Unlimited HTML page exports</li>
<li>Unlimited Pages & Funnels</li>
<li>Mobile responsive live editing</li>
<li>Engaging animations</li>
<li>30+ done for you page templates</li>
<li>Viral social contest creator</li>
<li>WordPress plugin w/ 20 site(s) integration</li>
<li>Save Sections & Export Templates</li>
<li>Color Bucket Designer</li>
<li>iGloo App Popups</li>
<li>Dynamic Variables</li>
<li>Sound FX, Text FX & looping animations</li>
<li>Commercial Rights License</li>
<li>Future Updates & Unlimited Support</li>
</ul>
</div>
<div class="mt-8 flex justify-center items-center">
<a href="#" class="block bundle-detail__buy-btn">Bundle Price: $197 ($103 OFF)</a>
</div>
<div class="w-full mt-8 flex justify-center items-center text-violet-1 text-2xl lg:text-4xl font-semibold text-center underline">
<a href="#" class="inline-block">Review full offer --></a>
</div>
</div>
</div>
</section>
<section id="guarantee-section" class="w-full bg-white mt-20 mb-28 px-4">
<div class="guarantee__container container">
<div class="guarantee__image mb-10">
<img src="images/guarantee.png" alt="">
</div>
<div class="guarantee__content">
<h3 class="text-4xl font-bold mb-10 text-center">30 Day Money Back Guarantee</h3>
<div class="text-xl lg:w-5/6 text-justify lg:text-left">
<p>As with all of our programs. This challenge comes with a 30 day money back guarantee.</p>
<br/>
<p>If you don’t wish to continue this bootcamp then simply get in touch with support within the first 30 days of your purchase to receive a full refund. </p>
</div>
</div>
</div>
</section>
<section id="combo-section" class="w-full bg-black text-white px-4 py-16">
<div class="combo__container container flex flex-col justify-center items-center">
<div class="py-1 lg:py-2 px-6 lg:px-12 bg-pink text-white flex justify-center items-center rounded-xl mb-14">
<img src="images/fire.png" alt="" class="h-7">
<span class="md:text-lg ml-6 lg:ml-10">Lifetime software deal</span>
</div>
<h2 class="text-4xl font-semibold mb-12 text-center">Save $588 Off Retail Price Now!</h2>
<div class="text-sm lg:text-lg text-center mb-20 font-bold">
<h4>Run Challenges in your business, sell to businesses and create time-based challenge campaigns in minutes.</h4>
</div>
<h2 class="text-xl lg:text-3xl font-semibold mb-4">30 Day Money Back Guarantee</h2>
<div class="w-full grid grid-cols-5 gap-8 mb-16">
<div class="combo__item">
<img src="images/challenges_1.png" alt="">
<span class="text-xl lg:text-2xl text-center font-bold py-4">$67 <s class="text-red-1">$197</s></span>
</div>
<div class="combo__item">
<img src="images/all_access.png" alt="">
<span class="text-xl lg:text-2xl text-center font-bold py-4">$47pm <s class="text-red-1">$97pm</s></span>
</div>
<div class="combo__item">
<img src="images/agency.png" alt="">
<span class="text-xl lg:text-2xl text-center font-bold py-4">$197 <s class="text-red-1">$497</s></span>
</div>
<div class="combo__item">
<img src="images/bootcamp.png" alt="">
<span class="text-xl lg:text-2xl text-center font-bold py-4">$67 <s class="text-red-1">$197</s></span>
</div>
<div class="combo__item">
<img src="images/funnels.png" alt="">
<span class="text-xl lg:text-2xl text-center font-bold py-4">$197 <s class="text-red-1">$297</s></span>
</div>
</div>
<div class="text-2xl lg:text-5xl text-red-1 font-extrabold text-center">
<h2 class="leading-snug">Retail Price: <s>$1088</s></h2>
<h2 class="leading-snug">Founder Special Price: <s>$595</s></h2>
</div>
<h2 class="text-3xl lg:text-6xl text-white font-bold leading-normal mb-20 text-center">Webinar Bundle Price: $495</h2>
<a class="inline-block rounded-lg cursor-pointer hover:bg-yellow-100 bg-yellow px-8 lg:px-20 py-6 lg:py-12 text-lg lg:text-4xl text-black font-bold">Yes! Give Me The Bundle Now!</a>
<div class="flex justify-center items-center my-10">
<img src="images/guarantee-medal.png" alt="">
<h5 class="text-sm ml-4">30 Day 100% Money Back Guarantee</h5>
</div>
<div class="w-4/5 text-lg text-center mb-20 lg:mb-32">Get access today for the very lowest price we’ve EVER offered this incredible package. </div>
<h1 class="text-3xl lg:text-5xl text-center font-bold mb-10 lg:mb-14">Your Total Savings Today: $530 <s class="text-2xl">$1088</s></h1>
</div>
</section>
<section id="bonus-section" class="w-full bg-white flex flex-col justify-center items-center px-4 py-24">
<h1 class="text-2xl lg:text-5xl font-bold mb-4 lg:mb-14">Special Bundle Bonuses:</h1>
<div class="bonus__container container bg-green text-white rounded-3xl p-8 lg:p-12 my-10">
<div class="right">
<img src="images/outsource.png" alt="">
</div>
<div class="left pr-3">
<h3 class="uppercase text-2xl"><span class="underline font-semibold">First 50 ONLY</span> Launch Bonus</h3>
<div class="text-4xl font-bold my-10 lg:my-14">
<h2>Outsourcing Mastery</h2>
<h2>Challenge (Resell Rights)</h2>
</div>
<div class="text-lg mb-8">
<p>In this Masterclass series you’re going to
learn directly from a successful 7 figure
marketer how you can outsource your
online business and achieve more in
less time.</p>
<br/>
<p>It doesn’t matter what stage you’re at because this training will work for all levels.</p>
</div>
<div class="inline-block bg-white rounded-lg text-black text-2xl font-semibold py-6 px-14">Value: $997</div>
</div>
</div>
<div class="bonus__container container bg-red text-white rounded-3xl p-8 lg:p-12 my-10">
<div class="right">
<img src="images/recurring.png" alt="">
</div>
<div class="left pr-3">
<h3 class="uppercase text-2xl"><span class="underline font-semibold">First 50 ONLY</span> Launch Bonus</h3>
<div class="text-4xl font-bold my-10 lg:my-14">
<h2>Recurring Money Sites</h2>
<h2>Challenge (Resell Rights)</h2>
</div>
<div class="text-lg mb-8">
<p>In this Masterclass series you’re going to
learn directly from a successful 7 figure
marketer how you can outsource your
online business and achieve more in
less time.</p>
<br/>
<p>It doesn’t matter what stage you’re at because this training will work for all levels.</p>
</div>
<div class="inline-block bg-white rounded-lg text-black text-2xl font-semibold py-6 px-14">Value: $997</div>
</div>
</div>
<div class="bonus__container container bg-blue text-white rounded-3xl p-8 lg:p-12 my-10">
<div class="right">
<img src="images/affiliate.png" alt="">
</div>
<div class="left pr-3">
<h3 class="uppercase text-2xl"><span class="underline font-semibold">First 50 ONLY</span> Launch Bonus</h3>
<div class="text-4xl font-bold my-10 lg:my-14">
<h2>Million Dollar Affiliate)</h2>
<h2>Challenge (Resell Rights)</h2>
</div>
<div class="text-lg mb-8">
<p>In this Masterclass series you’re going to
learn directly from a successful 7 figure
marketer how you can outsource your
online business and achieve more in
less time.</p>
<br/>
<p>It doesn’t matter what stage you’re at because this training will work for all levels.</p>
</div>
<div class="inline-block bg-white rounded-lg text-black text-2xl font-semibold py-6 px-14">Value: $997</div>
</div>
</div>
</section>
<section id="cta-section" class="w-full bg-black text-white flex flex-col justify-center items-center px-4 py-20 lg:py-48">
<h1 class="text-3xl lg:text-5xl text-center font-bold mb-12">Your Total Savings Today: $530 <s class="text-2xl lg:text-4xl">$1088</s></h1>
<a class="inline-block rounded-lg cursor-pointer hover:bg-yellow-100 bg-yellow px-8 lg:px-48 py-6 lg:py-11 text-lg lg:text-4xl text-black font-bold">Yes! Give Me The Bundle Now!</a>
</section>
<section id="footer-section" class="w-full bg-black text-white px-8 py-24">
<div class="footer__container container grid grid-cols-1 lg:grid-cols-4 gap-2">
<div class="footer__column">
<div class="text-lg font-bold mb-8"><a href="#">Logo</a></div>
<div class="text-lg">Member App is an online software that creates professional campaign websites in minutes.</div>
</div>
<div class="footer__column">
<h1 class="text-lg font-bold mb-8">Existing Customer</h1>
<ul class="text-lg leading-loose">
<li><a href="#">Sign in</a></li>
<li><a href="#">Knowledge base</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
<div class="footer__column">
<h1 class="text-lg font-bold mb-8">Existing Customer</h1>
<ul class="text-lg leading-loose">
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Term</a></li>
<li><a href="#">Cookie Policy</a></li>
<li><a href="#">Acceptable Use Policy</a></li>
</ul>
</div>
<div class="footer__column">
<h1 class="text-lg font-bold mb-8">Social</h1>
<div class="text-lg leading-loose">@ Member App</div>
</div>
</div>
</section>
</body>
</html>