forked from VINYAS-BTW/ZerodhaClone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindx.html
More file actions
272 lines (226 loc) · 13.1 KB
/
indx.html
File metadata and controls
272 lines (226 loc) · 13.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zerodha</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
</head>
<body>
<nav class="nav">
<div class="nav-container">
<div class="logo">
<a href="/">
<img class="logo-img" src="logo.svg" alt="Zerodha logo">
</a>
</div>
<ul class="nav-links">
<li class="hide-on-mobile"><a href="signup.html">Signup</a></li>
<li class="hide-on-mobile"><a href="signup.html">About</a></li>
<li class="hide-on-mobile"><a href="signup.html">Products</a></li>
<li class="hide-on-mobile"><a href="signup.html">Pricing</a></li>
<li class="hide-on-mobile"><a href="signup.html">Support</a></li>
</ul>
<div class="menu-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="14" viewBox="0 0 20 14" id="menu">
<g id="Page-1" fill="none" fill-rule="evenodd" stroke="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="1">
<g id="Artboard" stroke="#000" stroke-width="2" transform="translate(-1629 -1753)">
<g id="menu" transform="translate(1630 1754)">
<path id="Shape" d="M0 6h18M0 0h18M0 12h18"></path>
</g>
</g>
</g>
</svg>
</div>
</div>
</nav>
<section class="text-center">
<div class="landing-img">
<img src="landing.png" alt="main">
<div class="main-heading">
<h1>Invest in everything</h1>
</div>
<div class="sub-heading">
<p>
Online platform to invest in stocks, derivatives, mutual funds, ETFs, bonds, and more.
</p>
</div>
<div class="place">
<a href="#" class="button">Sign up for free</a>
</div>
</div>
</section>
<section class="trust">
<div class="container">
<div class="text-left">
<h2>Trust with Confidence</h2>
<div class="why-us">
<h3>Customer-first always</h3>
<p>That's why 1.5+ crore customers trust Zerodha with ₹4.5+ lakh crores of equity investments and contribute to 15% of daily retail exchange volumes in India.</p>
</div>
<div class="why-us">
<h3>No spam or gimmicks</h3>
<p>No gimmicks, spam, "gamification", or annoying push notifications. High quality apps that you use at your pace, the way you like.</p>
</div>
<div class="why-us">
<h3>The Zerodha universe</h3>
<p>Not just an app, but a whole ecosystem. Our investments in 30+ fintech startups offer you tailored services specific to your needs.</p>
</div>
<div class="why-us">
<h3>Do better with money</h3>
<p>With initiatives like <span><a href="">Nudge</a></span> and <span><a href="">Kill Switch</span></a>, we don't just facilitate transactions but actively help you do better with your money.</p>
</div>
</div>
<div class="right-pic">
<a href="signup.html"><img class="eco-img" src="ecosystem.png" alt="ecosystem"></a>
</div>
</div>
</section>
<div class="btm-img">
<a href="signup.html"><img src="press-logos.png" alt="press"></a>
</div>
<section class="unbeatable">
<div class="container">
<div class="pricing-text">
<h1>Unbeatable pricing</h1>
<p>We pioneered the concept of discount broking and price transparency in India. Flat fees and no hidden charges.</p>
<a href="#">See pricing →</a>
</div>
<div class="pricing-details">
<div class="pricing-item">
<img src="pricing-eq.svg" alt="">
<p>Free account <br> opening</p>
</div>
<div class="pricing-item">
<img src="pricing-eq.svg" alt="">
<p>Free equity delivery <br>and direct mutual funds</p>
</div>
<div class="pricing-item">
<img src="other-trades[1].svg" alt="">
<p>Intraday <br>and F&O</p>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="colum five text center">
<img src="index-education.svg" alt="">
<a href="https://zerodha.com/varsity/"></a>
</div>
<div class=" columnsix">
<span><h2>Free and open market education</h2></span>
<p>Varsity, the largest online stock market education book in the world covering everything from the basics to advanced trading.</p>
<a href="https://zerodha.com/varsity/" class="var a">Varsity →</a>
<p>TradingQ&A, the most active trading and investment community in India for all your market related queries.</p>
<a href="https://tradingqna.zerodha.com/" class="var a">TradingQ&A →</a>
</div>
</div>
</section>
<section class ="small-content">
<div class="mini">
<h2>Open a Zerodha account</h2>
<p>Modern platforms and apps, ₹0 investments, and flat ₹20 intraday and F&O trades.</p>
<a href="https://zerodha.com/open-account/" class="button">Sign up for free</a>
</div>
</section>
<footer id="footer">
<div class="footer-container">
<div class="footer-logo">
<img src="logo.svg" alt="" class="img" style="width: 40%;">
<p>© 2010 - 2025, Zerodha Broking Ltd.<br>All rights reserved.</p>
<div class="social-icons" >
<ul class="social" >
<li><a href="#" class="link"><img src="x-twitter.svg" alt="" style="width: 15px;gap: 10px;"></a></li>
<li><a href="#" class="unlink"><img src="facebook.png" alt="" style="width: 15px;gap: 10px;"></a></li>
<li><a href="#" class="unlink"><img src="38-instagram-2-128.webp" alt="" style="width: 15px;gap: 10px;"></a></li>
<li><a href="#" class="unlink"><img src="linkedin.png" alt="" style="width: 15px"></a></li>
</ul>
</div>
<div class="social-icons">
<ul class="social">
<li><a href="#" class="link"><img src="youtube.webp" alt="" style="width: 15px"></a></li>
<li><a href="#"class="link"><img src="whatsapp.png" alt="" style="width: 15px"></a></li>
<li><a href="#" class="unlink"><img src="telegram.png" alt="" style="width: 15px"></a></li>
</ul>
</div>
</div>
<div class="footer-links">
<div class="column">
<ul class="ul">
<h3>Company</h3>
<li><a href="#">About</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Referral programme</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Zerodha.tech</a></li>
<li><a href="#">Open source</a></li>
<li><a href="#">Press & media</a></li>
<li><a href="#">Zerodha Cares (CSR)</a></li>
</ul>
</div>
<div class="column">
<ul class="ul">
<h3>Support</h3>
<li><a href="#">Contact us</a></li>
<li><a href="#">Support portal</a></li>
<li><a href="#">Z-Connect blog</a></li>
<li><a href="#">List of charges</a></li>
<li><a href="#">Downloads & resources</a></li>
<li><a href="#">Videos</a></li>
<li><a href="#">Market overview</a></li>
<li><a href="#">How to file a complaint?</a></li>
<li><a href="#">Status of your complaints</a></li>
</ul>
</div>
<div class="column">
<ul class="ul">
<h3>Account</h3>
<li><a href="#">Open an account</a></li>
<li><a href="#">Fund transfer</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-text" >
<p>
Zerodha Broking Ltd.: Member of NSE, BSE & MCX – SEBI Registration no.: INZ000031633 CDSL/NSDL: Depository services through Zerodha Broking Ltd. – SEBI Registration no.: IN-DP-431-2019 Commodity Trading through <br>Zerodha Commodities Pvt. Ltd. MCX: 46025; NSE-50001 – SEBI Registration no.: INZ000038238 Registered Address: Zerodha Broking Ltd., #153/154, 4th Cross, Dollars Colony, Opp. Clarence Public School, J.P Nagar 4th <br>Phase, Bengaluru - 560078, Karnataka, India. For any complaints pertaining to securities broking please write to
<a href="mailto:complaints@zerodha.com">complaints@zerodha.com</a>, for DP related to
<a href="mailto:dp@zerodha.com">dp@zerodha.com</a>. Please ensure you carefully read the Risk <br>Disclosure Document as prescribed by SEBI | ICF
</p><br>
<p>Procedure to file a complaint on <a href="#">SEBI SCORES</a>: Register on SCORES portal. Mandatory details for filing complaints on SCORES: Name, PAN, Address, Mobile Number, E-mail ID. Benefits: Effective Communication, Speedy <br>redressal of the grievances</p>
<br>
<p><a href="#">Smart Online Dispute Resolution</a> |<a href="#">Grievances Redressal Mechanism</a></p><br>
<p>Investments in securities market are subject to market risks; read all the related documents carefully before investing.</p><br>
<p>
Attention investors: 1) Stock brokers can accept securities as margins from clients only by way of pledge in the depository system w.e.f September 01, 2020.
2) Update your e-mail and phone number with your stock broker / <br>depository participant and receive OTP directly from depository on your e-mail and/or mobile number to create pledge.
3) Check your securities / MF / bonds in the consolidated account statement issued by NSDL/CDSL <br>every month.
</p><br>
<p>
"Prevent unauthorized transactions in your account. Update your mobile numbers/email IDs with your stock brokers. Receive information of your transactions directly from Exchange on your mobile/email at the end of the <br>day. Issued in the interest of investors.
KYC is one time exercise while dealing in securities markets - once KYC is done through a SEBI registered intermediary (broker, DP, Mutual Fund etc.), you need not undergo the same <br>process again when you approach another intermediary."
Dear Investor, if you are subscribing to an IPO, there is no need to issue a cheque. Please write the Bank account number and sign the IPO application form to <br>authorize your bank to make payment in case of allotment. In case of non allotment the funds will 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. If you find anyone claiming to be part of Zerodha and offering such services, please <a href="#">create a ticket here</a>.
</p><br>
</div>
<div class="footer-link" >
<ul>
<a href="#">NSE</a>
<a href="#">BSE</a>
<a href="#">MCX</a>
<a href="#">Terms & conditions</a>
<a href="#">Policies & procedures</a>
<a href="#">Privacy policy</a>
<a href="#">Disclosure</a>
<a href="#">For investor's attention</a>
<a href="#">Investor charter</a>
</ul>
</div>
</div>
</footer>
</body>