-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (56 loc) · 2.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zerodha</title>
</head>
<body>
<!-- Header section -->
<div style="cursor:pointer;font-family: Inter,serif; display:flex; margin-top: 35px; margin-left: 75px;
margin-right: 75px; justify-content: space-between;">
<div>
<!-- Zerodha logo -->
<img width="130" src="logo.svg" alt="Error Loading">
</div>
<div style="cursor:pointer;display: flex;
justify-content: space-between;">
<!-- Navigation links -->
<div style="cursor:pointer;margin-left: 30px; margin-right: 30px;">
Signup
</div>
<div style="cursor:pointer;margin-left: 30px; margin-right: 30px;">
About
</div>
<div style="cursor:pointer;margin-left: 30px; margin-right: 30px;">
Products
</div>
<div style="cursor:pointer;margin-left: 30px; margin-right: 30px;">
Pricing
</div>
<div style="cursor:pointer;margin-left: 30px; margin-right: 30px;">
Support
</div>
</div>
</div>
<!-- Main content section -->
<div style="padding-top: 100px; display: flex; justify-content: center;">
<!-- Image -->
<img width="1000" src="photo.png" alt="Error loading image">
</div>
<!-- Text section -->
<div
style="display: flex; justify-content: center;font-family: Inter,serif; color: #387ed1; padding-top: 50px; padding-bottom: 10px;">
<div style="cursor: text;">
<div style="padding-left:120px;font-size: 40px; font-weight: 420; margin-bottom: 20px;">Invest in everything
</div>
<div style="font-size: large;">Online platform to invest in stocks, derivatives, mutual funds, and more
</div>
</div>
</div>
<!-- Sign up button -->
<div style="display: flex; justify-content: center; background-color: #387ed1; margin: 30px 750px; font-family: Inter, serif;
color: white; padding : 11px 20px; font-size: large; border-radius: 3px; cursor: pointer; font-weight: 500;">Sign
up Now</div>
</body>
</html>