-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (109 loc) · 4.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zerodha -Online Stock Trading app</title>
<link rel="shortcut icon" href="./favicon.png">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div style="position: fixed;
overflow: hidden;
width: 100%;
background-color: white;">
<div class="navbar">
<div class="logo"> <img src="./logo.svg" alt="" width="130px"></div>
<div class="navbutton">
<a href="" class="signup">Sign-up</a>
<a href="" class="about">About</a>
<a href="" class="product">Product</a>
<a href="" class="pricing">Pricing</a>
</div>
</div>
</div>
<br>
<br>
<div class="landing_page">
<img src="./landing_page.png" alt="" class="landing_page_png">
</div>
<h1 class="h1">
Invest in everything
</h1>
<h2 class="h2">Online platform to invest in stocks, derivatives, mutual funds, and more</h2>
<br>
<div class="sign_up_now">
<button class="sign_up_now_button">Sign up now</button>
</div>
<br><br>
<br>
<br>
<div class="promotion_row">
<div>
<img src="./largest-broker.svg" alt="">
</div>
<div class="largest_broker">
<h2 class="h2">Largest stock broker in India</h1>
<br>
<p1 class="p1">1.3+ Crore Zerodha clients contribute to over 15% of all retail order volumes in India
daily
by trading and investing in:</p1>
<div class="bulletin_point">
<ul class="a">
<li>marker Futures and Options</li>
<li>Commodity derivative</li>
<li>Currency derivatives</li>
</ul>
<ul class="b">
<li>Stocks & IPOs</li>
<li>Direct mutual funds</li>
<li>Bonds and Govt. Securities</li>
</ul>
</div>
</div>
</div>
<div class="coloumn">
<div class="trust">
<h3 class="h3">Trust with confidence</h3>
<br>
<p style="font-size: 1.35rem;
color: #424242;">Customer-first always</p>
<p style="font-size:1rem;
color: #666;">That's why 1.3+ crore customers trust Zerodha with ₹3.5+ lakh crores worth of equity
investments.</p>
<p style="font-size: 1.35rem;
color: #424242;">No spam or gimmicks</p>
<p style="font-size:1rem;
color: #666;">No gimmicks, spam, "gamification", or annoying push notifications. High quality apps that you
use at your pace, the way you like.</p>
<p style="font-size: 1.35rem;
color: #424242;">Do better with money</p>
<p style="font-size:1rem;
color: #666;">With initiatives like <a href="" style="color: #387ed1; text-decoration: none;"
target="_blank">Nudge</a> and <a href="" style="color: #387ed1; text-decoration: none;"
target="_blank">Kill Switch</a>, we don't just facilitate transactions, but actively help you do
better with your money.</p>
</div>
<div style="margin-right:50px;">
<a href="">
<img src="./ecosystem.png" alt="" style="max-width: 850px; height: 580px;">
</a>
<a href="" style="font-size: 1.2rem; text-decoration: none; color:#387ed1 ; margin-left: 50px;">Explore our
products <span >→</span></a>
<a href="" style="font-size: 1.2rem; text-decoration: none; color:#387ed1 ; margin-left: 50px;">Try Kite
demo<span>→</span></a>
</div>
</div>
<br><br>
<div style="margin: 0 200px; display: flex; justify-content: space-between; ">
<div>
<p style="font-size: 1.35rem;
color: #424242;">Unbeatable pricing </p>
<p style="font-size:1rem;
color: #666;">We pioneered the concept of discount broking and price <br> transparency in India. Flat fees and no hidden charges. <br><a href="" style="font-size: 1.2rem; text-decoration: none; color:#387ed1 ; margin-left: 0px;">See pricing <span>→</span></a></p>
</div >
<div style="display: flex; justify-content: space-between; margin-right: 150px;"><div class="rectangle"></div>
<div class="rectangle"></div></div>
</div>
</body>
</html>