-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
554 lines (481 loc) · 19.6 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
<!DOCTYPE html>
<html>
<head>
<title>Register Now</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap Scripts -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="header-wrapper">
<div class="header">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="logo"><a href="/"><img src="./images/logo-register.png" class="img-fluid"
alt="logo"></a></div>
</div>
<div class="col-sm-6">
<div class="header-widget">
<div class="country-flag"><img src="http://assets.ipstack.com/flags/in.svg" alt=""></div>
<div class="header-widget-inner">
<img src="https://randomuser.me/api/portraits/med/men/30.jpg" alt="random-buyer-image"
class="random-image img-fluid">
<div class="header-widget-content">
<span class="header-widget-title">Just Made</span>
<span class="header-widget-copy dynamic-content-line-2">$500</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- BANNER -->
<div class="banner-wrapper" id="banner">
<div class="banner">
<div class="row">
<div class="col-sm-8 offset-sm-2">
<div class="banner-inner">
<div class="banner-content">
<span class="banner-content-title">Our System Is Making Our People Wealthy</span>
<span class="banner-content-copy">And You Can Become The Next One..</span>
</div>
<div class="banner-form-container">
<form action="#" method="post">
<div class="row">
<div class="col-sm">
<input type="text" class="form-control" placeholder="First Name"
name="first-name">
</div>
<div class="col-sm">
<input type="text" class="form-control" placeholder="Last Name"
name="last-name">
</div>
</div>
<div class="row">
<div class="col-sm">
<input type="text" class="form-control" placeholder="Email" name="email">
</div>
<div class="col-sm phone-container">
<input type="tel" class="form-control" placeholder="Country Code"
name="country-dailing-code" disabled>
<input type="tel" class="form-control" placeholder="Phone" name="phone"
pattern="[0-9]" title="Enter phone number only without country code">
</div>
</div>
<div class="row">
<div class="col text-center">
<div class="hidden-fields">
<input type="hidden" name="country-code" value="">
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- LOGOs -->
<div class="aff-logo-wrapper">
<div class="aff-logo">
<div class="container">
<div class="row text-center">
<div class="col-sm-2"></div>
<div class="col-sm-2"> <img src="./images/aff/bitgo.png" alt="bitgo-logo" class="img-fluid"> </div>
<div class="col-sm-2"><img src="./images/aff/norton.png" alt="norton-logo" class="img-fluid"> </div>
<div class="col-sm-2"><img src="./images/aff/secure-trading.png" alt="secure-logo"
class="img-fluid"> </div>
<div class="col-sm-2"><img src="./images/aff/mcafee.png" alt="macfee-logo" class="img-fluid"> </div>
<div class="col-sm-2"></div>
</div>
</div>
</div>
</div>
<!-- SERVICES -->
<div class="services-wrapper">
<div class="services">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="services-inner">
<span class="services-title">Join Us And Start Using Our Automated Software Today!
</span>
<p>The automated software is reserved exclusively to people who jumped on the one time
chance to receive insane returns and have quietly amassed a fortune in doing so.</p>
<p>Our members enjoy retreats around the world every month while they make fortune on their
laptop with just a few minutes of "work" every day.</p>
<span class="services-btn"> <a href="#banner">Sign Up</a> </span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="service-inner">
<div class="service-img"><img src="./images/services/icon-1.png" alt="service-1"
class="img-fluid"></div>
<span class="service-title">LASER-ACCURATE PERFORMANCE</span>
<span class="service-copy">There is no other app in the world that performs at the 99.4%
level of accuracy that our software is able to hit. That's why our members from
around the world trust us to double, triple, and quadruple their hard-earned
fortune.</span>
</div>
</div>
<div class="col-md-4">
<div class="service-inner">
<div class="service-img"><img src="./images/services/icon-2.png" alt="service-1"
class="img-fluid"></div>
<span class="service-title">SUPERIOR TECHNOLOGY</span>
<span class="service-copy">Our software has been created using the most advanced programming
seen in the world. The software is ahead of the markets by 0.01 seconds. And you must
know this is a huge deal. This "time leap" makes the software the most
consistent app on the planet.</span>
</div>
</div>
<div class="col-md-4">
<div class="service-inner">
<div class="service-img"><img src="./images/services/icon-3.png" alt="service-1"
class="img-fluid"></div>
<span class="service-title">AWARD-WINNING SOFTWARE</span>
<span class="service-copy">Our software has won a number of awards. The most recent award we
have had the honor of receiving is getting #1 in the automated actions software category
for the US Trading Association.</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- steps -->
<div class="steps-wrapper">
<div class="steps">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="steps-inner">
<span class="steps-title">How It Works?</span>
<p>Follow The Steps</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="step-inner">
<div class="step-img"><img src="./images/how-it-work/document.png" alt="step-1"></div>
<div>
<span class="step-title">Step 1</span>
<span class="step-copy"> <strong>Fill Out The Registration</strong> </span>
<span class="step-copy"> Once your registration is accepted, you will automatically
become the newest member of our software.</span>
</div>
</div>
</div>
<div class="col-md-4">
<div class="step-inner">
<div class="step-img"><img src="./images/how-it-work/coin.png" alt="step-1"></div>
<div>
<span class="step-title">Step 2</span>
<span class="step-copy"> <strong>Fund Your Account</strong> </span>
<span class="step-copy">Like any business, you need working capital to get started. So
to start profiting with our automated software, you must invest any amount you
desire of $250 or more.</span>
</div>
</div>
</div>
<div class="col-md-4">
<div class="step-inner">
<div class="step-img"><img src="./images/how-it-work/profit.png" alt="step-1"></div>
<div>
<span class="step-title">Step 3</span>
<span class="step-copy"> <strong>Start Profiting</strong> </span>
<span class="step-copy">You can use our software by 'Manual Mode' or set it to
'Automatic Mode' and our algorithm will do the work for you.</span>
</div>
</div>
</div>
<div class="col-sm-12">
<span class="steps-btn"> <a href="#banner">Sign Up</a> </span>
<div class="img-container"><img src="./images/how-it-work/how-it-wroks-icon.png"
alt="how-it-work" class="img-fluid"></div>
</div>
</div>
</div>
</div>
</div>
<!-- TESTIMONIALS -->
<div class="testimonials-wrapper">
<div class="testimonials">
<div class="container">
<div class="row">
<div class="col">
<span class="testimonials-title">What Our Clients are Saying
</span>
<span class="testimonials-copy">Who Rely On Our Software To Fund Their Luxury Lifestyles</span>
</div>
<div class="row">
<div class="col-md-8 ">
<div class="testimonial">
<div class="testimonial-inner">
<div class="img-container"><img src="./images/testimonials/testifier-1.jpg"
alt="testmonial-1"></div>
<div class="testimonial-copy">
<span class="testimonial-text">"I finally know what it's like to live
the dream. I no longer feel like I'm on the outside looking in while
everyone else has all the fun. The Automated software has allowed me to
retire early and live the 1% lifestyle."</span>
<span class="testifier-name">Jennifer A.</span>
<span class="testifier-job">Irvine, CA</span>
</div>
</div>
</div>
</div>
<div class="col-md-8 offset-md-4">
<div class="testimonial">
<div class="testimonial-inner">
<div class="img-container"><img src="./images/testimonials/testifier-2.jpg"
alt="testmonial-1"></div>
<div class="testimonial-copy">
<span class="testimonial-text">"I've been a member of the Automated
software for only 47 days. But my life has already changed! Not only have I
made my first $10K, but I've also met some of the most incredible
people in the process. Thanks, you changed my life!"</span>
<span class="testifier-name">Mark K.</span>
<span class="testifier-job">Fort Worth, TX</span>
</div>
</div>
</div>
</div>
<div class="col-md-8">
<div class="testimonial">
<div class="testimonial-inner">
<div class="img-container"><img src="./images/testimonials/testifier-3.jpg"
alt="testmonial-1"></div>
<div class="testimonial-copy">
<span class="testimonial-text">"Surprisingly, I used to be an investor on
Wall Street. And I've never seen anything like this in my 10 year
tenure at the company. My colleagues all thought I was crazy when I quit the
firm to invest with the Automated Software full-time. $38,459 in profits
later, all of my colleagues are now BEGGING me to let them in."</span>
<span class="testifier-name">Ernest I.</span>
<span class="testifier-job">Orem, UT</span>
</div>
</div>
</div>
</div>
<div class="col-md-8 offset-md-4">
<div class="testimonial">
<div class="testimonial-inner">
<div class="img-container"><img src="./images/testimonials/testifier-4.jpg"
alt="testmonial-1"></div>
<div class="testimonial-copy">
<span class="testimonial-text">"Two weeks ago, I got laid off. With no
options left, I thought my life was over. Now I'm making over $1,261.42
each and every day. And for the first time in 2 months, my account
isn't overdrawn. Thank You!"</span>
<span class="testifier-name">Steven H.</span>
<span class="testifier-job">Niagara Falls, NY</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- FAQ -->
<div class="faq-wrapper">
<div class="faqs">
<div class="divider"></div>
<div class="container">
<div class="row">
<div class="col">
<div class="faq-inner">
<span class="faq-title">Frequently Asked Questions</span>
<div class="faq-list">
<div id="accordion">
<div class="card">
<div class="card-header" id="headingOne">
<h5 class="mb-0">
<button class="btn text-white collapsed" data-toggle="collapse"
data-target="#collapseOne" aria-expanded="true"
aria-controls="collapseOne">
What kind of results can I expect?
</button>
</h5>
</div>
<div id="collapseOne" class="collapse" aria-labelledby="headingOne"
data-parent="#accordion">
<div class="card-body">
Our members typically profit a minimum of $1,300 daily.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<h5 class="mb-0">
<button class="btn text-white collapsed" data-toggle="collapse"
data-target="#collapseTwo" aria-expanded="false"
aria-controls="collapseTwo">
How many hours per day do I need to work?
</button>
</h5>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo"
data-parent="#accordion">
<div class="card-body">
Our members work an average of 20 minutes a day or less. Because the
software handles the trading, the amount of "work" required is
minimal.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingThree">
<h5 class="mb-0">
<button class="btn text-white collapsed" data-toggle="collapse"
data-target="#collapseThree" aria-expanded="false"
aria-controls="collapseThree">
What is the maximum amount that I can make?
</button>
</h5>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree"
data-parent="#accordion">
<div class="card-body">
Your profits are unlimited with The Automated software. Some members
earned their first million within just 61 days.
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingfour">
<h5 class="mb-0">
<button class="btn text-white collapsed" data-toggle="collapse"
data-target="#collapsefour" aria-expanded="false"
aria-controls="collapseThree">
How much does the software cost?
</button>
</h5>
</div>
<div id="collapsefour" class="collapse" aria-labelledby="headingfour"
data-parent="#accordion">
<div class="card-body">
Members of The Automated Software get a copy of our proprietary software
free of charge. To become a member, simply fill out the form on this page.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingfive">
<h5 class="mb-0">
<button class="btn text-white collapsed" data-toggle="collapse"
data-target="#collapsefive" aria-expanded="false"
aria-controls="collapsefive">
Is this like MLM or Affiliate Marketing?
</button>
</h5>
</div>
<div id="collapsefive" class="collapse" aria-labelledby="headingfive"
data-parent="#accordion">
<div class="card-body">
This is not like MLM, affiliate marketing or anything else out there. The
software is powered by an innovative algorithm that wins trades with 99.4%
accuracy.
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingsix">
<h5 class="mb-0">
<button class="btn text-white collapsed" data-toggle="collapse"
data-target="#collapsesix" aria-expanded="false"
aria-controls="collapsesix">
Are there any fees?
</button>
</h5>
</div>
<div id="collapsesix" class="collapse" aria-labelledby="headingsix"
data-parent="#accordion">
<div class="card-body">
There are no hidden fees. No broker fees or commissions. All of your Balance is
100% yours and you are free to withdraw it at any time you choose without delay.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- footer -->
<div class="footer-wrapper">
<div class="footer">
<div class="container">
<div class="row">
<div class="col-sm-10 offset-sm-1 text-center">
<div class="links">
<ul class="unstyled-list">
<li> <a href="./privacy.html">Privacy Policy</a> </li>
<li> <a href="./terms.html">Terms</a> </li>
<li> <a href="./disclaimer.html">Earnings Disclaimer </a> </li>
<li> <a href="./spam-policy.html">Spam Policy</a> </li>
</ul>
</div>
<div class="footer-content text-center">
<p> <strong>IMPORTANT: Earnings and Legal Disclaimers</strong> </p>
<p>Earnings and income representations made by this Website are only used as aspirational
examples of your earnings potential. The success of those in the testimonials and other
examples are exceptional results and therefore are not intended as a guarantee that you
or others will achieve the same results. Individual results will vary and are entirely
dependent on your use of this platform. Trading involves a high level of risks, even
when following and/or copying or replicating the top+performing traders. This
Website is not responsible for your actions. You bear sole responsibility for your
actions and decisions when using products and services and therefore you should always
exercise caution and due diligence. You agree that this Website is not liable to you in
any way for the results of using our products and services. See our Terms &
Conditions for our full disclaimer of liability and other restrictions.</p>
<p>This Website may receive compensation for products and services they recommend to you. If
you do not want this Website to be compensated for a recommendation, then we advise that
you search online for a similar product through a non+affiliate link. While the
information in this video is accurate and represents real events, it does not guarantee
your future profits. Consistent with the advertorial concept, all characters,
information and events depicted on this website are entirely fictitious.</p>
<p>Copyright © 2021 All Right Reserved.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="credit-wrapper">
<div class="credits">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<p class="credit-info"> designed and developed by <a href="//webgator.in">webgator.in</a> </p>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap Scripts -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous">
</script>
<script src="./js/functions.js"></script>
<script src="./js/crm_config.js"></script>
</body>
</html>