-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
406 lines (376 loc) · 17.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./commonStyle.css">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/aa7454d09f.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Header -->
<header>
<div id="logo">
<a href="./index.html">
<img src="./img/logo-white.png" alt="">
</a>
</div>
<ul class="nav" id="nav">
<ul class="navLogo">
<a href="./index.html">
<img src="./img/logo-white.png" alt="">
</a>
</ul>
<li class="nav-link"><a href="./index.html">Home</a></li>
<li class="nav-link"><a href="./aboutus.html">About Us</a></li>
<li class="nav-link"><a href="./contact.html">Contact</a></li>
<li class="sociallinkContainer">
<img class="sociallink" src="./img/fabook-icon-white.svg" alt="">
<img class="sociallink" src="./img/twitter-icon-white.svg" alt="">
<img class="sociallink" src="./img/inkedin-icon-white.svg" alt="">
<img class="sociallink" src="./img/whatsapp-icon-white.svg" alt="">
</li>
</ul>
<div id="barContainer">
<i id="bar" class="fa-solid fa-bars"></i>
</div>
</header>
<!-- Hero page -->
<section class="hero gridSection">
<div class="sectionDesc">
<h1 class="headline">
Most popular way to trade <span class="cryptoText">CRYPTO</span>.
</h1>
<p class="sub-headline">
You can see a record of all your transactions
anytime you want and never have to worry about
someone erasing or stealing your money!
</p>
<div class="btnContainer">
<button class="btn btn1">Contact Now</button>
<button class="btn btn2">play video <i class="fa-solid fa-play"></i></button>
</div>
</div>
<div class="sectionPic bouncepic" id="sectionPic">
<img src="./img/hero-image.png" alt="">
</div>
</section>
<!-- Carousel -->
<section>
<div class="carouselContainer">
<div class="eachCarousel eachCarouselBorder">
<img src="./img/bitcoin-icon.png" alt="">
<article class="carouselDesc">
<h1 class="carouselTitle">Bitcoin</h1>
<p class="carouselPara">Bitcoin is an innovative payment network</p>
<div class="carouselPrice">
<h3>$34,000</h3>
<span class="rect"></span>
<h3 class="carouselDiscount">15%</h3>
</div>
<button class="btn carouselBtn">Buy & Trade</button>
</article>
</div>
<div class="eachCarousel">
<img src="./img/ethereum-icon.png" alt="">
<article class="carouselDesc">
<h1 class="carouselTitle">Ethereum</h1>
<p class="carouselPara">Ethereum is open-source blockchain currency</p>
<div class="carouselPrice">
<h3>$25,600</h3>
<span class="rect"></span>
<h3 class="carouselDiscount">9%</h3>
</div>
<button class="btn carouselBtn">Buy & Trade</button>
</article>
</div>
<div class="eachCarousel">
<img src="./img/tether-icon.png" alt="">
<article class="carouselDesc">
<h1 class="carouselTitle">Tether</h1>
<p class="carouselPara">Tether is a stable coin cryptocurrency</p>
<div class="carouselPrice">
<h3>$7,000</h3>
<span class="rect"></span>
<h3 class="carouselDiscount">4%</h3>
</div>
<button class="btn carouselBtn">Buy & Trade</button>
</article>
</div>
<div class="eachCarousel">
<img src="./img/bitcoin-icon.png" alt="">
<article class="carouselDesc">
<h1 class="carouselTitle">Bitcoin</h1>
<p class="carouselPara">Bitcoin is an innovative payment network</p>
<div class="carouselPrice">
<h3>$34,000</h3>
<span class="rect"></span>
<h3 class="carouselDiscount">15%</h3>
</div>
<button class="btn carouselBtn">Buy & Trade</button>
</article>
</div>
<div class="eachCarousel">
<img src="./img/ethereum-icon.png" alt="">
<article class="carouselDesc">
<h1 class="carouselTitle">Ethereum</h1>
<p class="carouselPara">Ethereum is open-source blockchain currency</p>
<div class="carouselPrice">
<h3>$25,600</h3>
<span class="rect"></span>
<h3 class="carouselDiscount">9%</h3>
</div>
<button class="btn carouselBtn">Buy & Trade</button>
</article>
</div>
<div class="eachCarousel">
<img src="./img/tether-icon.png" alt="">
<article class="carouselDesc">
<h1 class="carouselTitle">Tether</h1>
<p class="carouselPara">Tether is a stable coin cryptocurrency</p>
<div class="carouselPrice">
<h3>$7,000</h3>
<span class="rect"></span>
<h3 class="carouselDiscount">4%</h3>
</div>
<button class="btn carouselBtn">Buy & Trade</button>
</article>
</div>
</div>
<div class="carouselIndicator">
<div class="indicator activeIndicator" onclick="slideCarousel(0)"></div>
<div class="indicator" onclick="slideCarousel(1)"></div>
<div class="indicator" onclick="slideCarousel(2)"></div>
<div class="indicator" onclick="slideCarousel(3)"></div>
<div class="indicator" onclick="slideCarousel(4)"></div>
<div class="indicator" onclick="slideCarousel(5)"></div>
</div>
</section>
<!-- Processes -->
<section class="gridSection">
<div class="sectionDesc processessDesc">
<h1 class="sectionHeader">Chain Process</h1>
<p class="sectionPara">We do not charge any fees and we do not require
any registration. You keep your privacy and your
coins.
</p>
<div class="eachProcesses">
<img src="./img/handshake-icon-white-line.svg" alt="handshake">
<div class="eachprocessesPara">
<h1 class="processTitle">Trading</h1>
<p>
The act of speculating on cryptocurrency price movements
via a CFD trading account, or buying and selling.
</p>
</div>
</div>
<div class="eachProcesses">
<img src="./img/cart-icon-white-line.svg" alt="handshake">
<div class="eachprocessesPara">
<h1 class="processTitle">Buying</h1>
<p>
Best cryptocurrency exchanges currently purchase Bitcoin,
Ethereum, and Litecoin other coins and tokens on the platform.
</p>
</div>
</div>
</div>
<div class="sectionPic bouncepic processesPic" id="sectionPic">
<img src="./img/chain-process-img.png" alt="">
</div>
</section>
<!-- Markets -->
<section class="gridSection">
<div class="sectionDesc marketDesc">
<h1 class="sectionHeader">Markets at finger</h1>
<p class="sectionPara">The Blockchain is a decentralized,
digital ledger of transactions that are recorded
confirmed
</p>
<div class="eachMarket">
<img src="./img/buy-icon-color.svg" alt="handshake">
<div>
<h1 class="marketTitle">Buying</h1>
<p class="darkPara">
Best cryptocurrency exchanges currently purchase
Bitcoin, Ethereum, and Litecoin other coins and tokens
on the platform.
</p>
</div>
</div>
<div class="eachMarket">
<img src="./img/trading-icon-color.svg" alt="handshake">
<div>
<h1 class="marketTitle">Trading</h1>
<p class="darkPara">
The act of speculating on cryptocurrency price movements
via a CFD trading account, or buying and selling.
</p>
</div>
</div>
<div class="eachMarket">
<img src="./img/support-icon-color.svg" alt="handshake">
<div>
<h1 class="marketTitle">Supporting</h1>
<p class="darkPara">
Don’t worry if you’re new to crypto and digital
currencies – Skrill makes setting up a cryptocurrency
wallet easy.
</p>
</div>
</div>
<div class="eachMarket">
<img src="./img/online-icon-color.svg" alt="handshake">
<div>
<h1 class="marketTitle">Online</h1>
<p class="darkPara">
Cryptocurrency, especially Bitcoin,
has proven to be a popular trading
vehicle, even if legendary investors
as good.
</p>
</div>
</div>
</div>
<div class="sectionPic marketspicSection" id="sectionPic">
<h1 class="marketspicHeader">CRYPTOCURRENCY</h1>
<div class="marketsPicContainer">
<div class="marketPic marketPic1">
<img src="./img/persent-icon-white.svg" alt="">
<article class="marketTitle">Hot Sale</article>
</div>
<div class="marketPic marketPic2">
<img src="./img/bitcoin-icon-white.svg" alt="">
<article class="marketTitle">Bit coin</article>
</div>
<div class="marketPic marketPic3">
<img src="./img/ethereum-white-icon.svg" alt="">
<article class="marketTitle">ETHEREUM</article>
</div>
<div class="marketPic marketPic4">
<img src="./img/handshake-icon-white.svg" alt="">
<article class="marketTitle">CONNECTING</article>
</div>
</div>
</div>
</section>
<!-- Dashboard -->
<section class="gridSection">
<div class="sectionDesc dashboardDesc">
<h1 class="sectionHeader">Trade crypto in seconds</h1>
<p class="sectionPara">
But with prouple, you can mine bitcoin from your own phone!
You no longer have to worry about costly transactions.
</p>
<button class="btn">Explore Now</button>
</div>
<div class="sectionPic dashboardPic">
<img src="./img/dashboard-dark.jpg" alt="">
</div>
</section>
<div class="fundSection">
<div class="sectionDesc">
<h1 class="sectionHeader">Control your funds</h1>
<p class="sectionPara">
Our mining pool offers some of the most competitive contracts in the market.
</p>
<div class="fundsContainer">
<div class="fund">
<img src="./img/cryptocurrency-white-icon.svg" alt="cryptocurrency">
<h1 class="fundType">Support All Currency</h1>
<p class="darkPara">
Accept and process payments from all types of currencies.
</p>
</div>
<div class="fund">
<img src="./img/blockchain-white-icon.svg" alt="cryptocurrency">
<h1 class="fundType">Block Chain System</h1>
<p class="darkPara">
How it Works, Benefits and its Deployment in Financial
</p>
</div>
<div class="fund">
<img src="./img/cryptocurrency-sell-white-icon.svg" alt="cryptocurrency">
<h1 class="fundType">Fund Selling</h1>
<p class="darkPara">
How to Profit in the Crypto Markets through Investing
</p>
</div>
<div class="fund">
<img src="./img/cryptocurrency-card-white-icon.svg" alt="cryptocurrency">
<h1 class="fundType">Crypto Card</h1>
<p class="darkPara">
Crypto Cards and Why Cryptocurrency are the Future
</p>
</div>
</div>
</div>
</div>
<section class="gridSection">
<div class="sectionDesc newsletterDesc">
<h1 class="sectionHeader">Subscribe news!</h1>
<p class="sectionPara">
This is where crypto news websites come in handy and stay up-to-date this sphere.
</p>
<form action="#" class="newsletter">
<input type="email" name="" id="newsletter" placeholder="enter your email">
<button type="submit" class="btn primaryBtn">Subscribe</button>
</form>
</div>
<div class="sectionPic bouncepic newsletterPic">
<img src="./img/newsletter.png" alt="">
</div>
</section>
<footer>
<div class="joinSection">
<div class="joinDesc">
<h1 class="sectionHeader">Join with us</h1>
<p class="sectionPara">
Once you have created your account, you can purchase coins from website
</p>
</div>
<button class="btn primaryBtn">JOIN NOW</button>
</div>
<div class="footerlinksContainer">
<div class="footerAboutus">
<img src="./img/logo-white.png" alt="">
<p class="darkPara">With no commissions and a simple user interface,
Prouple is the most reliable way to trade for
Cryptocurrency.
</p>
<div class="footersociallinkContainer">
<img class="sociallink" src="./img/fabook-icon-white.svg" alt="">
<img class="sociallink" src="./img/twitter-icon-white.svg" alt="">
<img class="sociallink" src="./img/inkedin-icon-white.svg" alt="">
<img class="sociallink" src="./img/whatsapp-icon-white.svg" alt="">
</div>
</div>
<div class="footerlink">
<h1 class="linkTitle">Explore</h1>
<a href="#" class="eachLink">About us</a>
<a href="#" class="eachLink">FAQ</a>
<a href="#" class="eachLink">Blog</a>
<a href="#" class="eachLink">Contact</a>
</div>
<div class="footerlink">
<h1 class="linkTitle">Service</h1>
<a href="#" class="eachLink">Mining</a>
<a href="#" class="eachLink">Control Data</a>
<a href="#" class="eachLink">Design</a>
<a href="#" class="eachLink">Security</a>
</div>
<div class="footerlink">
<h1 class="linkTitle">Resource</h1>
<a href="#" class="eachLink">Style Guide</a>
<a href="#" class="eachLink">Change Log</a>
<a href="#" class="eachLink">License</a>
</div>
</div>
<div class="footerCopyright">
<p>© 2023 design and developed by <a href="#" class="developedBy">Programming Insider</a>.</p>
</div>
</footer>
<script src="./script.js"></script>
</body>
</html>