forked from GULSHANITSYOU/FYERS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
744 lines (666 loc) · 25.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FYERS-user-friendly Online Trading & Investment Platform</title>
<link
href="https://unpkg.com/[email protected]/icons/css/arrow-right-o.css"
rel="stylesheet" />
<link
rel="shortcut icon"
href="ASSET/fevicon FYERS.png"
type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Nav Barr -->
<nav>
<div class="NavBar flex">
<img src="ASSET/logo.svg" alt="FYERS LOGO " />
<div class="NavLinks flex">
<ul class="Links flex">
<li><a href="#">WHO WE ARE</a></li>
<li><a href="#">PRODUCT</a></li>
<li><a href="#">PRICING</a></li>
<li><a href="#">MEDIA</a></li>
<li><a href="#">COMMIUNITY</a></li>
<li>
<a href="#"
>SUPPORT <i class="fa-thin fa-arrow-up-right-from-square"></i
></a>
</li>
</ul>
<div class="SingUpIn flex">
<a href="#">SING IN</a>
<button class="signUp">Sign Up Now</button>
<img class="scaner" src="ASSET/qr-header.svg" alt="scaner" />
<img src="ASSET/icon-grid-menu.svg" alt="apps menu" />
</div>
</div>
</div>
</nav>
<!-- main body -->
<main>
<!-- HERO SECTION -->
<section class="HEORSECTION">
<div class="HeroContainer flex">
<div class="HeroContaint flex">
<!-- containt -->
<div class="containt flex">
<div class="NewLink flex">
<span>NEW </span>
<p>Web 1.5 Beta</p>
<img src="ASSET/icon-arow-right.webp" alt="right arrow" />
</div>
<h1>
Your Gateway <br />
to Investing
</h1>
<p>
Half a million traders and investors in India use our stable
<br />
and reliable platforms regularly.
</p>
<div class="CTA-button flex">
<button>Sign Up Now</button>
<img src="ASSET/qr-hero.svg" alt="offer pack" />
</div>
</div>
<!-- Image -->
<div class="containtImg flex">
<img src="ASSET/hero-bg.webp" alt="heroImg" />
</div>
</div>
</div>
</section>
<!-- POSTER -->
<section class="posterContainer flex">
<div class="poster flex">
<div class="posterMsg flex">
<h1 class="firstMsg">FYERS App 2.0</h1>
<h1 class="secondMsg">is Live Now!</h1>
</div>
<div class="storeLinks flex">
<h4>Download Our App</h4>
<a href="#"
><img src="ASSET/button-googleplay.svg" alt="google play button"
/></a>
<a href="#"
><img src="ASSET/app-store.svg" alt="apple store button"
/></a>
</div>
</div>
<hr />
</section>
<!-- products section -->
<section class="ProductSection flex">
<div class="HeadLine flex">
<h3>TECHNOLOGY</h3>
<h1>User-friendly Trading and</h1>
<h1>Investing Products</h1>
</div>
<div class="porductContainer flex">
<div class="productDetails">
<!-- 1st -->
<a href="#">
<div class="productcard card1 flex">
<h3>01</h3>
<div class="product">
<div class="productName flex">
<h2>FYERS App</h2>
<div class="arrowIcon">
<i class="fa-solid fa-up-right-from-square"></i>
</div>
</div>
<p>
Blazing fast, feacther-rich, and easy to use trading and
<br />
Investing App for ios And Android Phones.
</p>
</div>
</div>
</a>
<!-- 2nd -->
<a href="#">
<div class="productcard card2 flex">
<h3>02</h3>
<div class="product">
<div class="productName flex">
<h2>FYERS Web</h2>
<div class="arrowIcon">
<i class="fa-solid fa-up-right-from-square"></i>
</div>
</div>
<p>
Build on advanced Tradingviwe Technology, FYERS Web offers
<br />many unicq feacthers, such as drag and drop trading.
</p>
</div>
</div>
</a>
<!-- 3rd -->
<a href="#">
<div class="productcard card3 flex">
<h3>03</h3>
<div class="product">
<div class="productName flex">
<h2>FYERS One</h2>
<div class="arrowIcon">
<i class="fa-solid fa-up-right-from-square"></i>
</div>
</div>
<p>
it's an all-time favourite of traditional traders for
trading, <br />
Investing and market analsys.
</p>
</div>
</div>
</a>
<!-- 4rth -->
<a href="#">
<div class="productcard card4 flex">
<h3>04</h3>
<div class="product">
<div class="productName flex">
<h2>TradinView</h2>
<div class="arrowIcon">
<i class="fa-solid fa-up-right-from-square"></i>
</div>
</div>
<p>
Beat the market with a versatile array of power full <br />
TradingView web, desktop and mobile platform using the
<br />
FYERS accounte.
</p>
</div>
</div>
</a>
</div>
<img
class="productImg"
src="ASSET/products.svg"
alt="product imges " />
</div>
</section>
<!-- feacthers section -->
<section class="feacthersSection flex">
<div class="feacthersCotainer flex">
<!-- feacther one -->
<div class="feacther flex">
<p>PRICE BREAKUP</p>
<h1>
Transparent and <br />
Compelling Price Chart
</h1>
<div class="feactherImg feactherImg1 flex">
<img
id="Fimg1"
src="ASSET/image_violet.webp"
alt="feacther Image" />
</div>
<a href="#">
<div class="feactherLink flex">
Detail Charges
<div class="feactherIcone">
<i class="fa-solid fa-arrow-right"></i>
</div>
</div>
</a>
</div>
<!-- feacther second -->
<div class="feacther flex">
<p>VERIFIED P & L</p>
<h1>
Share Your Success Story<br />
With 100% Accuracy
</h1>
<div class="feactherImg feactherImg2 flex">
<img
id="Fimg2"
src="ASSET/image_green.webp"
alt="feacther Image" />
</div>
<a href="#">
<div class="feactherLink flex">
Learn More
<div class="feactherIcone">
<i class="fa-solid fa-arrow-right"></i>
</div>
</div>
</a>
</div>
</div>
</section>
<!-- Learning section -->
<section class="learningSection flex">
<!-- learning containg container -->
<div class="LearningContaint flex">
<div class="LearnHeading">
<p>Learn</p>
<h1>
Grow Your Network <br />
and Learn the Stock <br />
Market
</h1>
</div>
<div class="SchoolOfStock flex">
<div class="sosImg">
<img src="ASSET/sos_logo.svg" alt="sos logo" />
</div>
<div class="sosDeatail">
<div class="sosHeadLine">
<h1>School of Stocks</h1>
<p>
Learn about the stock market with our <br />
comprehensive learning platform.
</p>
<a href="#">
<div class="feactherLink learnIcon flex">
More About Stocks of School
<div class="feactherIcone">
<i class="fa-solid fa-arrow-right"></i>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="Communinty flex">
<div class="CommunintyImg">
<img src="ASSET/community_logo.svg" alt="sos logo" />
</div>
<div class="CommunityDeatail">
<div class="CommunintyHeadLine">
<h1>Community</h1>
<p>
We have India's thriving traders/investors <br />
community for stock market insights and <br />
networking.
</p>
<a href="#">
<div class="feactherLink CommunintyIcon flex">
More About Community
<div class="feactherIcone">
<i class="fa-solid fa-arrow-right"></i>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- lernign image container -->
<div class="LearningImg flex">
<img src="ASSET/learn-img.webp" alt="learn-img" />
</div>
</section>
<!-- testimonial section -->
<section class="TestiMonialSection flex">
<div class="TestiMonialContainer flex">
<p>TRADERS TALK</p>
<h1>The Experts Opinion</h1>
<div class="TestiMonials flex">
<!-- 1st testimonial -->
<div class="firstTestimonial">
<div class="user1">
<p>
It's the most feature-rich and bug-free trading platform. I
have used almost every platform and found this app most user
friendly and feature-rich. Tradingview is used even for
futures, options, currencies, and commodities. The options
chain is the most advanced one.
</p>
<div class="userprofile1 flex">
<img
class="prabhat-gautam"
src="ASSET/prabhat-gautam.webp"
alt="prabhat goutum " />
<img
class="prabhatIcone"
src="ASSET/icon-inextrix.webp"
alt="icon" />
<div class="name-work">
<h4>Prabhat Gautam</h4>
<p>Project Manager, iNextrix Technologies</p>
<a href="#"
>Read review
<i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
</div>
</div>
<!-- 2nd testimonial -->
<div class="secondTestimonial flex">
<div class="user2 flex">
<p>
FYERS has a good app; drag-and-drop trading is very
impressive. It has the fastest order placement for scalping on
a single web screen. It's pretty smooth and user friendly.
Outstanding experience!
</p>
<div class="userprofile2 flex">
<img
class="ratnadeep"
src="ASSET/dr-ratnadeep-gacche (1).webp"
alt="dr-ratnadeep-gacche" />
<img class="icon-doctor" src="ASSET/icon-doctor.svg" alt="" />
<div class="name-work2">
<h5>Dr Ratnadeep Gacche</h5>
<p>General Physician</p>
<a href="#"
>Read review
<i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
</div>
</div>
<!-- 3rd testimonial -->
<div class="ThirdTestimonial flex">
<div class="user3 flex">
<p>
Many brokers are using TradingView as their chart provider.
But you cannot see the CPR indicator, and only FYERS has it.
So we asked for it, and they provided it. They listen to us!
</p>
<div class="userprofile3 flex">
<img
class="gomathi-shankar"
src="ASSET/gomathi-shankar.webp"
alt="dr-ratnadeep-gacche" />
<img
class="icon-scalpers-trading"
src="ASSET/icon-scalpers-trading.svg"
alt="" />
<div class="name-work3">
<h5>Gomathi Shankar</h5>
<p>CEO, Scalpers Trading Academy</p>
<a href="#"
>Wacth Vedio
<i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
</div>
</div>
<!-- youtub refernce -->
<div class="youtubeRefer flex">
<div class="Aboutyoutube">
<div class="aboutYt flex">
<h3>
Rated Highly by Pro <br />
Users
</h3>
<div class="rating flex">
<h1>4.3</h1>
<img src="ASSET/icon-star.svg" alt="icon-star" />
</div>
</div>
<div class="youtubeLink">
<img src="ASSET/icon-youtube.svg" alt="youtub" />
<a href="#"> Subscribe to our Youtube Channel </a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- trader talks -->
<section class="traderTalks flex">
<p>TRADERS TALK</p>
<h1>Recent News</h1>
<div class="RecentNews flex">
<a href="#">
<div class="newsCard">
<img
class="dalalstreet"
src="ASSET/logo_dalalstreet (1).png"
alt="logo_dalalstreet" />
<p>
What makes sovereign gold <br />
bonds an attractive investment <br />
option?
</p>
</div>
</a>
<a href="#">
<div class="newsCard">
<img class="et" src="ASSET/et-logo.webp" alt="et-logo" />
<p>
Margin trading facility is a <br />
double-edged sword that can <br />
magnify your gains, but also <br />
incur heavy losses
</p>
</div>
</a>
<a href="">
<div class="newsCard">
<img src="ASSET/financialexpress.svg" alt="financialexpress" />
<p>
Market rally drives demat <br />
account addition to 13-month <br />
high
</p>
</div>
</a>
</div>
<a href="#"
><div class="mediaLinks">
<p>Media & Press Release</p>
<i class="gg-arrow-right-o"></i></div
></a>
</section>
<!-- subfooter -->
<div class="subFooter flex">
<div class="QRscaner flex">
<img src="ASSET/QR-footer.svg" alt="qr footer" />
<div class="msgqr">
<h3>Scan QE Code</h3>
<p>
creat you Demat <br />
account with the help of <br />
our friendly Whatsapp <br />
Chatbot
</p>
</div>
</div>
<div class="FooterCTA">
<h1>Open Your Demat Account in <br />Under 5 Minutes</h1>
<div class="support flex">
<p>Have any queries?</p>
<a href="#"> Get support </a>
<i class="gg-arrow-right-o"></i>
</div>
</div>
<button>Sign Up Now</button>
</div>
</main>
<!-- footer -->
<footer class="flex">
<div class="footerContainer">
<div class="footerLinks flex">
<ul class="fLinks">
<h5>Resources</h5>
<li><a href="#">Downloads</a></li>
<li><a href="#">Haircut</a></li>
<li><a href="#">Fund Transfer</a></li>
<li><a href="#">Back Office (Old) </a></li>
<li><a href="#">Compare Brokers</a></li>
<li><a href="#">Bug Reporting Form</a></li>
</ul>
<ul class="fLinks">
<h5>Company</h5>
<li><a href="#">Careers </a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Send Feedback</a></li>
<li><a href="#">Become a Partner</a></li>
<li><a href="#">Trust & Security</a></li>
</ul>
<ul class="fLinks">
<h5>Offerings</h5>
<li><a href="#">Investments</a></li>
<li><a href="#">Research Reports</a></li>
<li><a href="#">Refer & Earn</a></li>
<li><a href="#">Integrated Partners</a></li>
<li><a href="#">TradingView</a></li>
</ul>
<ul class="fLinks">
<h5>Accounts</h5>
<li><a href="#">NRI Account</a></li>
<li><a href="#">Corporate Account</a></li>
<li><a href="#">Minor Account</a></li>
<li><a href="#">e-Voting CDSL</a></li>
<li><a href="#">e-Voting NSDL</a></li>
<li><a href="#"></a></li>
</ul>
<ul class="fLinks">
<h5>Policy</h5>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">API - Terms & Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">App - Privacy Policy</a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
</ul>
</div>
<div class="compnyInfo flex">
<div class="ligalInfo-Links">
<h4>Download Our App</h4>
<div class="platforms">
<a href="#"
><img src="ASSET/app-store.svg" alt="applestore"
/></a>
</div>
<div class="platforms">
<a href="#"
><img src="ASSET/button-googleplay.svg" alt="google store"
/></a>
</div>
<div class="platforms">
<a href="#"
><img
src="ASSET/trade-on-trading-view (1).svg"
alt="tradingviwe"
/></a>
</div>
<div class="socialMedia flex">
<a href="#"
><img src="ASSET/icon-twitter.svg" alt="icon-twitter" /> </a
><a href="#"
><img src="ASSET/icon-facebook.svg" alt="icon-facebook"
/></a>
<a href="#"
><img src="ASSET/icon-youtube (1).svg" alt="youtub"
/></a>
<a href="#"
><img src="ASSET/icon-linkedin.svg" alt="icon-linkedin"
/></a>
<a href="3"
><img src="ASSET/icon-instagram.svg" alt="instgram"
/></a>
<a href="#"
><img src="ASSET/icon-telegram.svg" alt="icon-telegram"
/></a>
</div>
<img src="ASSET/logo.svg" alt="fyers logo" />
<div class="compneyAdd">
<p>
FYERS Securities Private Limited <br />
901 and 902, 9th Floor, <br />
A Wing, Brigade Magnum, <br />
Amruthahalli, Kodigehalli Gate, <br />
Hebbal, Bangalore - 560092
</p>
<p>
SEBI Registration No: INZ000008524 <br />
DP Registration No : IN-DP-432-2019 <br />
NSE Member Code: 90061 <br />
MCX Member Code: 56100 <br />
BSE Member Code: 6697 <br />
CDSL Member Code: 12089400 <br />
NSDL Member Code: IN304502
</p>
</div>
</div>
<div class="Disclaimer">
<p>
Investment in securities markets are subject to market risks,
read all the related documents carefully before investing as
<br />
prescribed by SEBI. Issued in the interest of the investors.
</p>
<p>
The clients can write to
<a href="#"> [email protected]</a> for any account
opening related queries. Also you can send IT / Tech <br />
related feedback to <a href="#"> [email protected]</a>
</p>
<p>
For any complaints / Investor grievances email to
<a href="#"> [email protected]</a> Also refer our investor
grievance matrix from our <br />
contact us page. A client can also opt to write to
<a href="#">NSE</a> or <a href="#"> MCX</a> or
<a href="#">BSE</a> or <a href="#">CDSL</a> to resolve in form
of grievance.
</p>
<p>
For revocation of E-DIS mandate and related queries, kindly
reach out to us at <a href="#">[email protected].</a>
</p>
<p>
Disclaimer: Ensure that no unauthorized transactions occur in
your account. Kindly update your mobile number /email IDs <br />
with your stock brokers to receive information of your
transactions directly from Exchange on your mobile/email at the
end of <br />
the day.
</p>
<p>
Stock Brokers can accept securities as margin from clients only
by way of pledge in the depository system w.e.f. September 1,
<br />
2020.
</p>
<p>
Procedure to file a complaint on SEBI SCORES: Register on
<a href="#">SCORES</a> portal. Mandatory details for filing
complaints on SCORES: <br />
Name, PAN, Address, Mobile Number, E-mail ID. Benefits:
Effective Communication, Speedy redressal of the grievances
</p>
<p>
KYC is one time exercise while dealing in securities markets -
once KYC is done through a SEBI registered intermediary (broker,
<br />
DP, Mutual Fund etc.), you need not undergo the same process
again when you approach another intermediary. Dear <br />
Investor, if you are subscribing to an IPO, there is no need to
issue a cheque. Please write the Bank account number and sign
<br />
the IPO application form to authorize your bank to make payment
in case of allotment. In case of non allotment the funds will
<br />
remain in your bank account. As a business we don't give stock
tips, and have not authorized anyone to trade on behalf of
<br />
others.*Investments in the securities market are subject to
market risks; read all the related documents carefully before
<br />
investing.
</p>
</div>
</div>
</div>
</footer>
<script
src="https://kit.fontawesome.com/a967ba6d14.js"
crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>