-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
210 lines (157 loc) · 4.1 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
<!DOCTYPE html>
<html>
<head>
<title>Blockchain.com | Buy Bitcoin, Ethereum and more with trust</title>
<link rel="stylesheet" type="text/css" href="design.css">
</head>
<body>
<div class="TopTag">
<a href="#">Blockchain.com is the first digital asset platform in American football | Read more</a>
</div>
<!--Containre 1 starts here-->
<div class="Container1">
<div class="LoginTag">
<ul>
<li><a href="file:///C:/Users/sriva/OneDrive/Desktop/CloneBlockChain/Blockchain.html" >Blockchain.com</a></li>
<li><a href="#">Wallet</a></li>
<li><a href="#">Exchange</a></li>
<li><a href="#">Explorer</a></li>
<li><a href="#">Institutional</a></li>
</ul>
<ul>
<li><a href="#" class="button2">LogIn</a>
</li>
<li>
<a href="#" class="button6">SignUp</a>
</li>
</ul>
</div>
<!-- <div class="block">
<div class="button2">
<a href="#" class="button2">Log In</a>
</div>
<div class="button3">
<a href="#" class="button6">Sign Up</a>
</div>
</div>
-->
<br>
<br>
<div class="box-1">
<h1>The world's most popular way<br> to buy, sell, and trade crypto</h1>
<h3>Trusted by millions since 2011 with over $1 Trillion in crypto <br> transactions.</h3>
<a href="#" class="button4">Get Started</a> <!--Get Started Button-->
<a href="https://www.youtube.com/watch?v=kgx4WGK0oNU" class="button5">Log In</a>
</div>
</div>
<!-- Container1 ends here -->
<!--Container2 starts here-->
<div class="Container2">
<div class="C2-box1">
<h1>The Easiest and Most<br>Powerful Crypto Wallet</h1>
<div class="points1">
<h4>Buy and Sell Crypto in Minutes</h4>
<p>Instantly buy Bitcoin with credit card, debit card, or by linking your bank.</p>
</div>
<div class="points">
<a href="#">Earn up to 11% in reward </a>
</div>
<div class="points">
<a href="#">Control your founds with Private Key Wallet</a>
</div>
<div class="points">
<a href="#">At home or on the go</a>
</div>
<div class="points">
<a href="#">All your crypto in one place</a>
</div>
</div>
<div class="C2-box2">
<img src="images/box2.png" width="575px" height="575px">
</div>
</div>
<div class="GetStarted">
<a href="#" class="button1">Get Started</a>
</div>
<!--Container2 ends here-->
<div class="Container3">
<div class="C3-box1">
<img src="images/box3.png" width="575px" height="575px">
</div>
<div class="C3-box2">
<h1>Lightining-Fast Crypto Trading</h1>
<div class="P1">
<h4>Trade in 3 fiat currencies</h4>
<p>The Exchange support USD, EUR, and GBP.</p>
</div>
<div class="p">
<a href="#">A matching engine can keep up with you</a>
</div>
<div class="p">
<a href="#">Control your founds with Private Key Wallet</a>
</div>
<div class="p">
<a href="#">24/7 live chat support</a>
</div>
<div class="p">
<a href="#">Margin Trading</a>
</div>
</div>
</div>
<br>
<div class="Container4">
<div class="T1">
<h1>From zero to crypto in minutes <a href="#" class="button8">Get Started</a></h1>
</div>
</div>
<div class="Container5">
<div class="end1">
<h3>Blockchain</h3>
<ul>
<li>twitter</li>
<li>Instragam</li>
<li>Medium</li>
</ul>
</div>
<div class="end2">
<h5>Products</h5>
<ul>
<li>Wallet</li>
<li>Exchange</li>
<li>Explorer</li>
<li>Institutional</li>
<li>Learn</li>
<li>Prices</li>
<li>Charts</li>
<li>NFT</li>
</ul>
</div>
<div class="end3">
<h5>Resources</h5>
<ul>
<li>API's</li>
<li>Status</li>
<li>Open Source</li>
<li>Research</li>
<li>Legal Privacy</li>
<li>Wallet Support</li>
<li>Exchange Support</li>
<li>Blog</li>
<li>Security</li>
<li>Podcast</li>
</ul>
</div>
<div class="end4">
<h5>Company</h5>
<ul>
<li>About</li>
<li>Carrers</li>
<li>Press Center</li>
<li>Prime</li>
<li>Venture</li>
<li>BCAM</li>
</ul>
</div>
</div>
</body>
</html>