-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
805 lines (681 loc) · 20.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="/assets/css/main.css" />
</head>
<body>
<header class="header">
<div class="logo">
<img src="/assets/img/tesla-logo.png" alt="logo" />
</div>
<div class="header__menu">
<a href="#">Home</a>
<a href="#">About Us</a>
<a href="#">FAQs</a>
<a href="#">Team</a>
</div>
<div class="header__btn">
<a href="#" class="header__btn__login">Login</a>
<a href="#" class="header__btn__#">#</a>
</div>
<button class="mobile-menu">
<img src="/assets/img/menu.svg" alt="" />
</button>
</header>
<div class="hero">
<div class="hero__inner">
<h1>Invest in stock and crypto in one decentralized platform</h1>
<p>
Maximize returns: Invest in stocks and cryptocurrencies securely on
one decentralized platform.
</p>
<div class="email-form">
<input type="text" placeholder="Enter your email" />
<button>SUBSCRIBE</button>
</div>
<div class="hero__inner__image">
<img src="/assets/img/hero-image.png" alt="" width="1000px" />
</div>
</div>
</div>
<div class="logos">
<div class="logos__img">
<img src="/assets/img/6.png" alt="" />
<img src="/assets/img/1.png" alt="" />
<img src="/assets/img/2.png" alt="" />
<img src="/assets/img/4.png" alt="" />
<img src="/assets/img/5.png" alt="" />
<img src="/assets/img/3.png" alt="" />
</div>
</div>
<div class="message">
<img src="/assets/img/musk.png" alt="" />
<div class="content">
<h3>We’ve built a platformfor decentralized investment</h3>
<p>
With a commitment to innovation, security, and transparency, we offer
a seamless and decentralized solution for investors seeking to
diversify their portfolios and maximize returns. Our user-friendly
interface, coupled with robust technology and expert guidance, ensures
that every investor, from novice to seasoned pro, can navigate the
world of finance with confidence.
</p>
</div>
</div>
<div class="how-it-works">
<div class="title">
<h3>How it works</h3>
<p>Discover the simplicity of our platform in three easy steps</p>
</div>
<div class="works-grid">
<div class="item">
<div class="icon">
<img src="/assets/img/account-icon.png" alt="" />
</div>
<h4>Create Account</h4>
<p>
Begin your journey by creating a personalized account tailored to
your investment needs. It's quick, easy, and secure. Simply provide
your basic information to get started.
</p>
</div>
<div class="item">
<div class="icon">
<img src="/assets/img/portfolio-icon.png" alt="" />
</div>
<h4>Fund your portfolio</h4>
<p>
Once your account is set up, it's time to fund your portfolio.
Choose from a variety of payment methods to deposit funds into your
account. Whether you're investing in stocks, cryptocurrencies, or
both, our platform offers seamless transactions to ensure your
investments are ready to go.
</p>
</div>
<div class="item">
<div class="icon">
<img src="/assets/img/investment-icon.png" alt="" />
</div>
<h4>Track your investment</h4>
<p>
With your portfolio funded, it's time to track your investments in
real-time. Our intuitive dashboard provides comprehensive insights
into your portfolio performance, allowing you to monitor trends,
track gains, and make informed decisions. Stay connected to the
markets and watch your investments grow over time.
</p>
</div>
</div>
</div>
<div class="what-is-tesla-coin">
<div class="title">
<h3>What is Tesla Coin Invest?</h3>
<p>
Your gateway to innovative investing, merging the power of Tesla and
the potential of cryptocurrencies.
</p>
</div>
<div class="what-grid">
<div class="item">
<h4>Coin Integration</h4>
<div class="icon">
<img src="/assets/img/cryptocurrency.png" alt="" />
</div>
<p>
Seamlessly invest in Tesla stocks alongside a curated selection of
cryptocurrencies, all within one convenient platform. Diversify your
portfolio and capitalize on the potential of both traditional and
innovative markets.
</p>
</div>
<div class="item">
<h4>Decentralized Security</h4>
<div class="icon">
<img src="/assets/img/cyber-security.png" alt="" />
</div>
<p>
Rest assured with our decentralized security protocols. Your
investments are protected by cutting-edge encryption technology and
distributed ledger systems, ensuring the utmost security and peace
of mind.
</p>
</div>
<div class="item">
<h4>Real-time Portfolio Tracking</h4>
<div class="icon">
<img src="/assets/img/progress-chart.png" alt="" />
</div>
<p>
Stay informed and in control with our real-time portfolio tracking
feature. Monitor your investment’s performance, track market trends,
and make data-driven decisions on-the-go. With comprehensive
insights at your fingertips, you're empowered to optimize your
investment strategy for maximum returns.
</p>
</div>
</div>
</div>
<div class="track-stock">
<div class="title">
<h3>Trade Stock The Smart Way</h3>
<p>
Join Tesla Xcorp Mining Pool today and start investing in the future
of space exploration with Tesla stocks.
</p>
</div>
<div class="stock-grid">
<img src="/assets/img/stock.png" alt="" />
<div class="content">
<p>
I love how easy it is to navigate the TradingSignal platform. It's
helped me save so much time and make more informed trades.
</p>
<ul>
<li>Crypto-news curation</li>
<li>Natural Language Understanding</li>
<li>Wallet aggregation</li>
<li>Professional Network</li>
<li>No more expensive fees</li>
</ul>
<div class="buttons">
<a href="#" class="login">Login</a>
<a href="#" class="#">#</a>
</div>
</div>
</div>
</div>
<div class="major-problems">
<div class="title">
<h3>The Major Problems</h3>
</div>
<div class="problems-grid">
<div class="item">
<div class="icon">
<img src="/assets/img/investor.png" alt="" />
</div>
<div class="content">
<h4>Crypto Investors</h4>
<p>
Limited options for integrated investment strategies, hindering
diversification and potential returns.
</p>
</div>
</div>
<div class="item">
<div class="icon">
<img src="/assets/img/bank.png" alt="" />
</div>
<div class="content">
<h4>Centralized Network</h4>
<p>
Dependence on centralized platforms, exposing investors to
security risks and lack of transparency.
</p>
</div>
</div>
<div class="item">
<div class="icon">
<img src="/assets/img/blockchain.png" alt="" />
</div>
<div class="content">
<h4>Crypto Developers</h4>
<p>
Challenges in accessing comprehensive platforms for showcasing
innovative projects and reaching wider audiences.
</p>
</div>
</div>
<div class="item">
<div class="icon">
<img src="/assets/img/crypto.png" alt="" />
</div>
<div class="content">
<h4>General Payment</h4>
<p>
Inconvenience and inefficiency in using cryptocurrencies for
everyday transactions, limiting adoption and utility.
</p>
</div>
</div>
</div>
</div>
<div class="the-solution">
<div class="title">
<h3>The Solution With TCI</h3>
<p>
We take the security of our users' data and investments very seriously
at Tesla Coin Invest platform. Our platform uses encryption and secure
servers to protect users' data, and we offer two-factor authentication
to ensure that only authorized users can access their accounts.
</p>
</div>
<div class="solution-flex">
<div class="item">
<div class="icon">
<img src="/assets/img/relational-blockchain.png" alt="" />
</div>
<h4>Relational Blockchain</h4>
<p>
Additionally, we work with trusted payment processors to ensure that
all financial transactions are secure.
</p>
</div>
<div class="item">
<div class="icon">
<img src="/assets/img/transparency.png" alt="" />
</div>
<h4>Full Transparency</h4>
<p>
Don't just take our word for it - here's what some of our satisfied
users have to say about TradingSignal.
</p>
</div>
<div class="item">
<div class="icon">
<img src="/assets/img/bitcoin-wallet.png" alt="" />
</div>
<h4>Crypto Payment</h4>
<p>
trusted payment processors to ensure that all financial transactions
are secure.
</p>
</div>
<div class="item">
<div class="icon">
<img src="/assets/img/decentralized.png" alt="" />
</div>
<h4>Decentralize Network</h4>
<p>Our paid subscriptions offer additional things.</p>
</div>
</div>
</div>
<div class="team-members">
<div class="title">
<h3>Team Members & Excos</h3>
<p>
Our Team combines a passion for esports, industry experise & proven
record in finance, development, marketing & licensing.
</p>
</div>
<div class="team-grid">
<div class="item">
<div class="image">
<img src="/assets/img/Faces3.png" alt="" />
</div>
<div class="content">
<h3>Mark Thompson</h3>
<p>CEO & Lead Blockchain</p>
<div class="social-links">
<a href="#">
<img src="/assets/img/linkedin.png" alt="" />
</a>
<a href="#">
<img src="/assets/img/facebook.png" alt="" />
</a>
<a href="#">
<img src="/assets/img/twitter.png" alt="" />
</a>
</div>
</div>
</div>
<div class="item">
<div class="image">
<img src="/assets/img/Faces2.png" alt="" />
</div>
<div class="content">
<h3>Mark Thompson</h3>
<p>CEO & Lead Blockchain</p>
<div class="social-links">
<a href="#">
<img src="/assets/img/linkedin.png" alt="" />
</a>
<a href="#">
<img src="/assets/img/facebook.png" alt="" />
</a>
<a href="#">
<img src="/assets/img/twitter.png" alt="" />
</a>
</div>
</div>
</div>
<div class="item">
<div class="image">
<img src="/assets/img/Faces1.png" alt="" />
</div>
<div class="content">
<h3>Mark Thompson</h3>
<p>CEO & Lead Blockchain</p>
<div class="social-links">
<a href="#">
<img src="/assets/img/linkedin.png" alt="" />
</a>
<a href="#">
<img src="/assets/img/facebook.png" alt="" />
</a>
<a href="#">
<img src="/assets/img/twitter.png" alt="" />
</a>
</div>
</div>
</div>
<div class="item">
<div class="image">
<img src="/assets/img/Faces4.png" alt="" />
</div>
<div class="content">
<h3>Mark Thompson</h3>
<p>CEO & Lead Blockchain</p>
<div class="social-links">
<a href="#">
<img src="/assets/img/linkedin.png" alt="" />
</a>
<a href="#">
<img src="/assets/img/facebook.png" alt="" />
</a>
<a href="#">
<img src="/assets/img/twitter.png" alt="" />
</a>
</div>
</div>
</div>
</div>
<br /><br />
<div class="title">
<h3>Share Advisors</h3>
</div>
<div class="team-grid">
<div class="item">
<div class="image">
<img src="/assets/img/Faces6.png" alt="" />
</div>
<div class="content">
<h3>Mark Thompson</h3>
<p>CEO & Lead Blockchain</p>
<div class="social-links">
<a href="#">
<img src="/assets/img/linkedin.png" alt="" />
</a>
<a href="#">
<img src="/assets/img/facebook.png" alt="" />
</a>
<a href="#">
<img src="/assets/img/twitter.png" alt="" />
</a>
</div>
</div>
</div>
<div class="item">
<div class="image">
<img src="/assets/img/Faces7.png" alt="" />
</div>
<div class="content">
<h3>Mark Thompson</h3>
<p>CEO & Lead Blockchain</p>
<div class="social-links">
<a href="#">
<img src="/assets/img/linkedin.png" alt="" />
</a>
<a href="#">
<img src="/assets/img/facebook.png" alt="" />
</a>
<a href="#">
<img src="/assets/img/twitter.png" alt="" />
</a>
</div>
</div>
</div>
<div class="item">
<div class="image">
<img src="/assets/img/Faces8.png" alt="" />
</div>
<div class="content">
<h3>Mark Thompson</h3>
<p>CEO & Lead Blockchain</p>
<div class="social-links">
<a href="#">
<img src="/assets/img/linkedin.png" alt="" />
</a>
<a href="#">
<img src="/assets/img/facebook.png" alt="" />
</a>
<a href="#">
<img src="/assets/img/twitter.png" alt="" />
</a>
</div>
</div>
</div>
<div class="item">
<div class="image">
<img src="/assets/img/Faces5.png" alt="" />
</div>
<div class="content">
<h3>Mark Thompson</h3>
<p>CEO & Lead Blockchain</p>
<div class="social-links">
<a href="#">
<img src="/assets/img/linkedin.png" alt="" />
</a>
<a href="#">
<img src="/assets/img/facebook.png" alt="" />
</a>
<a href="#">
<img src="/assets/img/twitter.png" alt="" />
</a>
</div>
</div>
</div>
</div>
</div>
<div class="user-reviews">
<div class="title">
<h3>User Reviews And Testimonials</h3>
<p>
Discover what our users have to say about their experience with Tesla
Coin Invest. Real stories, real results.
</p>
</div>
<div class="review-grid">
<div class="item">
<div class="position">
<h5>Sarah Johnson</h5>
<span>Marketing Manager</span>
</div>
<p>
Tesla Coin Invest simplified my investment journey. Diverse options,
seamless experience. Highly recommended!
</p>
</div>
<div class="item">
<div class="position">
<h5>John Smith</h5>
<span>Tech Entrepreneur</span>
</div>
<p>
Impressed by the security measures. Confidently growing my portfolio
with Tesla Coin Invest.
</p>
</div>
<div class="item">
<div class="position">
<h5>Mark Wilson</h5>
<span>Student</span>
</div>
<p>
Tesla Coin Invest's seamless integration of stocks and crypto
boosted my confidence in investing. Transparent, secure, and
user-friendly. A game-changer in the financial world!
</p>
</div>
</div>
</div>
<div class="clients">
<div class="clients__inner">
<img src="/assets/img/flow.png" alt="" />
<img src="/assets/img/drivon.png" alt="" />
<img src="/assets/img/ditcoin.png" alt="" />
<img src="/assets/img/cibcoin.png" alt="" />
<img src="/assets/img/bitcoin-magaizine.png" alt="" />
</div>
</div>
<div class="ads">
<img src="/assets/img/Tesla-coin-ads.png" alt="" />
</div>
<div class="faq">
<div class="title">
<h3>Frequently Asked Questions</h3>
<p>
If you have any other questions, please get in touch using the
contact form below.
</p>
</div>
<div class="wrapper">
<div class="accordion-item">
<div class="accordion-header">
How do I get started with Tesla Coin Invest?
</div>
<div class="answercont">
<div class="answer">
To begin investing with Tesla Coin Invest, simply # for an
account, fund your portfolio, and start exploring our integrated
platform of stocks and cryptocurrencies. Our user-friendly
interface makes it easy to navigate and start investing in just a
few simple steps.
</div>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
How secure is my investment on Tesla Coin Invest?
</div>
<div class="answercont">
<div class="answer">
Security is our top priority at Tesla Coin Invest. We utilize
advanced encryption technology and decentralized security
protocols to safeguard your investments and personal information.
Additionally, our team conducts regular security audits to ensure
the highest level of protection for our users.
</div>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
Can I track the performance of my investments on Tesla Coin Invest?
</div>
<div class="answercont">
<div class="answer">
Yes, absolutely! Tesla Coin Invest offers a comprehensive
portfolio tracking feature that allows you to monitor the
performance of your investments in real-time. Our intuitive
dashboard provides valuable insights into market trends, portfolio
growth, and asset allocation, empowering you to make informed
investment decisions.
</div>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
What support options are available if I have questions or encounter
issues?
</div>
<div class="answercont">
<div class="answer">
We understand the importance of providing excellent customer
support. At Tesla Coin Invest, our dedicated support team is
available to assist you with any questions or issues you may have.
You can reach out to us via email, live chat, or through our
support ticket system, and we'll be happy to help resolve your
inquiries promptly.
</div>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
How does Tesla Coin Invest ensure compliance with regulatory
standards?
</div>
<div class="answercont">
<div class="answer">
Compliance with regulatory standards is a top priority at Tesla
Coin Invest. We work closely with legal experts and regulatory
authorities to ensure that our platform adheres to applicable laws
and regulations governing financial services and cryptocurrencies.
Rest assured, your investments with Tesla Coin Invest are
conducted in a compliant and secure environment.
</div>
</div>
</div>
</div>
</div>
<div class="contact-us">
<div class="inner">
<div class="title">
<h3>Contact Us</h3>
</div>
<div class="form">
<div class="form-box">
<input type="text" placeholder="Enter Your Name" />
</div>
<div class="form-box">
<input type="text" placeholder="Enter Your Email" />
</div>
<div class="form-box">
<input type="text" placeholder="Enter Your Subject" />
</div>
<div class="form-box">
<textarea
name="Enter Your Message"
id=""
placeholder="Enter Your Message"></textarea>
</div>
<button class="contact-us-btn">SUBMIT</button>
<div class="contact-deatils">
<div class="item">
<img src="/assets/img/call-icon.png" alt="" />
<p>+1 230 456 789</p>
</div>
<div class="item">
<img src="/assets/img/message-icon.png" alt="" />
<p>Support@teslacoininvest.com</p>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer-inner">
<div class="footer-about">
<img src="/assets/img/tesla-logo.png" alt="" />
<p>
Maximize returns: Invest in stocks and cryptocurrencies securely on
one decentralized platform.
</p>
<div class="socials">
<a href="#"><img src="" alt="" /></a>
</div>
</div>
<div class="footer-link">
<h4>Company</h4>
<div class="links">
<a href="#">About Us</a>
<a href="#">Privacy Policy</a>
<a href="#">Terms and condition</a>
</div>
</div>
<div class="footer-link">
<h4>Company</h4>
<div class="links">
<a href="#">Frequently Asked Questions</a>
<a href="#">Blog</a>
</div>
</div>
</div>
<div class="sub-footer">
<p>Copyright © 2012-2024, Teslacoininvest</p>
</div>
</footer>
<script src="/assets/js/main.js"></script>
</body>
</html>