-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
567 lines (538 loc) · 20.1 KB
/
Copy pathindex.html
File metadata and controls
567 lines (538 loc) · 20.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
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
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
<!DOCTYPE html>
<html lang="en">
<head>
<title>Cryptocurrency - Landing Page Template</title>
<meta charset="UTF-8">
<meta name="description" content="Cryptocurrency Landing Page Template">
<meta name="keywords" content="cryptocurrency, unica, creative, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon"/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/themify-icons.css"/>
<link rel="stylesheet" href="css/animate.css"/>
<link rel="stylesheet" href="css/owl.carousel.css"/>
<link rel="stylesheet" href="css/style.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header section -->
<header class="header-section clearfix">
<div class="container-fluid">
<a href="index.html" class="site-logo">
<img src="img/logo.png" alt="">
</a>
<div class="responsive-bar"><i class="fa fa-bars"></i></div>
<a href="" class="user"><i class="fa fa-user"></i></a>
<a href="" class="site-btn">Sign Up Free</a>
<nav class="main-menu">
<ul class="menu-list">
<li><a href="">Solution</a></li>
<li><a href="">Features</a></li>
<li><a href="">News</a></li>
<li><a href="">About</a></li>
<li><a href="">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!-- Header section end -->
<!-- Hero section -->
<section class="hero-section">
<div class="container">
<div class="row">
<div class="col-md-6 hero-text">
<h2>Invest in <span>Bitcoin</span> <br>Bitcoin Trading</h2>
<h4>Use modern progressive technologies of Bitcoin to earn money</h4>
<form class="hero-subscribe-from">
<input type="text" placeholder="Enter your email">
<button class="site-btn sb-gradients">Get Started</button>
</form>
</div>
<div class="col-md-6">
<img src="img/laptop.png" class="laptop-image" alt="">
</div>
</div>
</div>
</section>
<!-- Hero section end -->
<!-- About section -->
<section class="about-section spad">
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-6 about-text">
<h2>What is Bitcoin</h2>
<h5>Bitcoin is an innovative payment network and a new kind of money.</h5>
<p>Bitcoin is one of the most important inventions in all of human history. For the first time ever, anyone can send or receive any amount of money with anyone else, anywhere on the planet, conveniently and without restriction. It’s the dawn of a better, more free world.</p>
<a href="" class="site-btn sb-gradients sbg-line mt-5">Get Started</a>
</div>
</div>
<div class="about-img">
<img src="img/about-img.png" alt="">
</div>
</div>
</section>
<!-- About section end -->
<!-- Features section -->
<section class="features-section spad gradient-bg">
<div class="container text-white">
<div class="section-title text-center">
<h2>Our Features</h2>
<p>Bitcoin is the simplest way to exchange money at very low cost.</p>
</div>
<div class="row">
<!-- feature -->
<div class="col-md-6 col-lg-4 feature">
<i class="ti-mobile"></i>
<div class="feature-content">
<h4>Mobile Apps</h4>
<p>Excepteur sint occaecat cupidatat non proident sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
<a href="" class="readmore">Readmore</a>
</div>
</div>
<!-- feature -->
<div class="col-md-6 col-lg-4 feature">
<i class="ti-shield"></i>
<div class="feature-content">
<h4>Safe & Secure</h4>
<p>Excepteur sint occaecat cupidatat non proident sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
<a href="" class="readmore">Readmore</a>
</div>
</div>
<!-- feature -->
<div class="col-md-6 col-lg-4 feature">
<i class="ti-wallet"></i>
<div class="feature-content">
<h4>Wallet</h4>
<p>Excepteur sint occaecat cupidatat non proident sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
<a href="" class="readmore">Readmore</a>
</div>
</div>
<!-- feature -->
<div class="col-md-6 col-lg-4 feature">
<i class="ti-headphone-alt"></i>
<div class="feature-content">
<h4>Experts Support</h4>
<p>Excepteur sint occaecat cupidatat non proident sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
<a href="" class="readmore">Readmore</a>
</div>
</div>
<!-- feature -->
<div class="col-md-6 col-lg-4 feature">
<i class="ti-reload"></i>
<div class="feature-content">
<h4>Instant Exchange</h4>
<p>Excepteur sint occaecat cupidatat non proident sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
<a href="" class="readmore">Readmore</a>
</div>
</div>
<!-- feature -->
<div class="col-md-6 col-lg-4 feature">
<i class="ti-panel"></i>
<div class="feature-content">
<h4>Recuring Buys</h4>
<p>Excepteur sint occaecat cupidatat non proident sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
<a href="" class="readmore">Readmore</a>
</div>
</div>
</div>
</div>
</section>
<!-- Features section end -->
<!-- Process section -->
<section class="process-section spad">
<div class="container">
<div class="section-title text-center">
<h2>Get Started With Bitcoin</h2>
<p>Start learning about Bitcoin with interactive tutorials. It’s fun, easy, and takes only a few minutes! </p>
</div>
<div class="row">
<div class="col-md-4 process">
<div class="process-step">
<figure class="process-icon">
<img src="img/process-icons/1.png" alt="#">
</figure>
<h4>Create Your Wallet</h4>
<p>Excepteur sint occaecat cupidatat non proident sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
</div>
</div>
<div class="col-md-4 process">
<div class="process-step">
<figure class="process-icon">
<img src="img/process-icons/2.png" alt="#">
</figure>
<h4>Create Your Wallet</h4>
<p>Excepteur sint occaecat cupidatat non proident sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
</div>
</div>
<div class="col-md-4 process">
<div class="process-step">
<figure class="process-icon">
<img src="img/process-icons/3.png" alt="#">
</figure>
<h4>Create Your Wallet</h4>
<p>Excepteur sint occaecat cupidatat non proident sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
</div>
</div>
</div>
</div>
</section>
<!-- Process section end -->
<!-- Fact section -->
<section class="fact-section gradient-bg">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="fact">
<h2>60</h2>
<p>Support <br> Countries</p>
<i class="ti-basketball"></i>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="fact">
<h2>12K</h2>
<p>Transactions <br> per hour</p>
<i class="ti-panel"></i>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="fact">
<h2>5B</h2>
<p>Largest <br> Transactions</p>
<i class="ti-stats-up"></i>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-3">
<div class="fact">
<h2>240</h2>
<p>Years <br> of Experience</p>
<i class="ti-user"></i>
</div>
</div>
</div>
</div>
</section>
<!-- Fact section end -->
<!-- Team section -->
<section class="team-section spad">
<div class="container">
<div class="section-title text-center">
<h2>Meet Our Team</h2>
<p>Our experts in the field of crypto currency can always help you with any of your questions!</p>
</div>
</div>
<div class="team-members clearfix">
<!-- Team member -->
<div class="member">
<div class="member-text">
<div class="member-img set-bg" data-setbg="img/member/1.jpg"></div>
<h2>Tom Binegar</h2>
<span>Business Development</span>
</div>
<div class="member-social">
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
<a href=""><i class="fa fa-twitter"></i></a>
</div>
<div class="member-info">
<div class="member-img mf set-bg" data-setbg="img/member/1.jpg"></div>
<div class="member-meta">
<h2>Tom Binegar</h2>
<span>Marketing Director</span>
</div>
<p>Jackson Nash is a full-time faculty member of the Marketing and Behavioural Science Division at the Sauder School of Business at UBC. He leads the Entrepreneurship Group, in the undergraduate and graduate programs, teaching actively in both of these.</p>
</div>
</div>
<!-- Team member -->
<div class="member">
<div class="member-text">
<div class="member-img set-bg" data-setbg="img/member/2.jpg"></div>
<h2>Jackson Nash</h2>
<span>Business Development</span>
</div>
<div class="member-social">
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
<a href=""><i class="fa fa-twitter"></i></a>
</div>
<div class="member-info">
<div class="member-img mf set-bg" data-setbg="img/member/2.jpg"></div>
<div class="member-meta">
<h2>Jackson Nash</h2>
<span>Marketing Director</span>
</div>
<p>Jackson Nash is a full-time faculty member of the Marketing and Behavioural Science Division at the Sauder School of Business at UBC. He leads the Entrepreneurship Group, in the undergraduate and graduate programs, teaching actively in both of these.</p>
</div>
</div>
<!-- Team member -->
<div class="member">
<div class="member-text">
<div class="member-img set-bg" data-setbg="img/member/3.jpg"></div>
<h2>Tom Binegar</h2>
<span>Business Development</span>
</div>
<div class="member-social">
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
<a href=""><i class="fa fa-twitter"></i></a>
</div>
<div class="member-info">
<div class="member-img mf set-bg" data-setbg="img/member/3.jpg"></div>
<div class="member-meta">
<h2>Aaron Ballance</h2>
<span>Ceo Bitcoin</span>
</div>
<p>Jackson Nash is a full-time faculty member of the Marketing and Behavioural Science Division at the Sauder School of Business at UBC. He leads the Entrepreneurship Group, in the undergraduate and graduate programs, teaching actively in both of these.</p>
</div>
</div>
<!-- Team member -->
<div class="member">
<div class="member-text">
<div class="member-img set-bg" data-setbg="img/member/4.jpg"></div>
<h2>Melissa Barth</h2>
<span>Product Manager</span>
</div>
<div class="member-social">
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
<a href=""><i class="fa fa-twitter"></i></a>
</div>
<div class="member-info">
<div class="member-img mf set-bg" data-setbg="img/member/4.jpg"></div>
<div class="member-meta">
<h2>Melissa Barth</h2>
<span>Product Manager</span>
</div>
<p>Jackson Nash is a full-time faculty member of the Marketing and Behavioural Science Division at the Sauder School of Business at UBC. He leads the Entrepreneurship Group, in the undergraduate and graduate programs, teaching actively in both of these.</p>
</div>
</div>
<!-- Team member -->
<div class="member">
<div class="member-text">
<div class="member-img set-bg" data-setbg="img/member/5.jpg"></div>
<h2>Katy Abrams</h2>
<span>Head of Design</span>
</div>
<div class="member-social">
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
<a href=""><i class="fa fa-twitter"></i></a>
</div>
<div class="member-info">
<div class="member-img mf set-bg" data-setbg="img/member/5.jpg"></div>
<div class="member-meta">
<h2>Katy Abrams</h2>
<span>Head of Design</span>
</div>
<p>Jackson Nash is a full-time faculty member of the Marketing and Behavioural Science Division at the Sauder School of Business at UBC. He leads the Entrepreneurship Group, in the undergraduate and graduate programs, teaching actively in both of these.</p>
</div>
</div>
</div>
</section>
<!-- Team section -->
<!-- Review section -->
<section class="review-section spad">
<div class="container">
<div class="row">
<div class="col-lg-8 push-8">
<img src="img/quote.png" alt="" class="quote mb-5">
<div class="review-text-slider owl-carousel">
<div class="review-text">
<p>"Bitcoin is exciting because it shows how cheap it can be. Bitcoin is better than currency in that you don’t have to be physically in the same place and, of course, for large transactions, currency can get pretty inconvenient.”</p>
</div>
<div class="review-text">
<p>"Bitcoin is exciting because it shows how cheap it can be. Bitcoin is better than currency in that you don’t have to be physically in the same place and, of course, for large transactions, currency can get pretty inconvenient.”</p>
</div>
<div class="review-text">
<p>"Bitcoin is exciting because it shows how cheap it can be. Bitcoin is better than currency in that you don’t have to be physically in the same place and, of course, for large transactions, currency can get pretty inconvenient.”</p>
</div>
</div>
</div>
<div class="col-lg-4 pr-0 pull-3">
<div class="review-meta-slider owl-carousel pt-5">
<div class="author-meta">
<div class="author-avatar set-bg" data-setbg="img/review/1.jpg"></div>
<div class="author-name">
<h4>Aaron Ballance</h4>
<p>Ceo Bitcoin</p>
</div>
</div>
<div class="author-meta">
<div class="author-avatar set-bg" data-setbg="img/review/2.jpg"></div>
<div class="author-name">
<h4>Jackson Nash</h4>
<p>Head of Design</p>
</div>
</div>
<div class="author-meta">
<div class="author-avatar set-bg" data-setbg="img/review/3.jpg"></div>
<div class="author-name">
<h4>Katy Abrams</h4>
<p>Product Manager</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Review section end -->
<!-- Newsletter section -->
<section class="newsletter-section gradient-bg">
<div class="container text-white">
<div class="row">
<div class="col-lg-7 newsletter-text">
<h2>Subscribe to our Newsletter</h2>
<p>Sign up for our weekly industry updates, insider perspectives and in-depth market analysis.</p>
</div>
<div class="col-lg-5 col-md-8 offset-lg-0 offset-md-2">
<form class="newsletter-form">
<input type="text" placeholder="Enter your email">
<button>Get Started</button>
</form>
</div>
</div>
</div>
</section>
<!-- Newsletter section end -->
<!-- Blog section -->
<section class="blog-section spad">
<div class="container">
<div class="section-title text-center">
<h2>Latest News</h2>
<p>Bitcoin is the simplest way to exchange money at very low cost.</p>
</div>
<div class="row">
<!-- blog item -->
<div class="col-md-4">
<div class="blog-item">
<figure class="blog-thumb">
<img src="img/blog/1.jpg" alt="">
</figure>
<div class="blog-text">
<div class="post-date">03 jan 2018</div>
<h4 class="blog-title"><a href="">Coinbase to Reopen the GDAX Bitcoin Cash-Euro Order Book</a></h4>
<div class="post-meta">
<a href=""><span>by</span> Admin</a>
<a href=""><i class="fa fa-heart-o"></i> 234 Likes</a>
<a href=""><i class="fa fa-comments-o"></i> 08 comments</a>
</div>
</div>
</div>
</div>
<!-- blog item -->
<div class="col-md-4">
<div class="blog-item">
<figure class="blog-thumb">
<img src="img/blog/2.jpg" alt="">
</figure>
<div class="blog-text">
<div class="post-date">28 dec 2018</div>
<h4 class="blog-title"><a href="">Blockchain Rolls Out Trading Feature for 22 States in the U.S</a></h4>
<div class="post-meta">
<a href=""><span>by</span> Admin</a>
<a href=""><i class="fa fa-heart-o"></i> 234 Likes</a>
<a href=""><i class="fa fa-comments-o"></i> 08 comments</a>
</div>
</div>
</div>
</div>
<!-- blog item -->
<div class="col-md-4">
<div class="blog-item">
<figure class="blog-thumb">
<img src="img/blog/3.jpg" alt="">
</figure>
<div class="blog-text">
<div class="post-date">28 aug 2018</div>
<h4 class="blog-title"><a href="">This Week in Bitcoin: Up, Down and Sideways</a></h4>
<div class="post-meta">
<a href=""><span>by</span> Admin</a>
<a href=""><i class="fa fa-heart-o"></i> 234 Likes</a>
<a href=""><i class="fa fa-comments-o"></i> 08 comments</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Blog section end -->
<!-- Footer section -->
<footer class="footer-section">
<div class="container">
<div class="row spad">
<div class="col-md-6 col-lg-3 footer-widget">
<img src="img/logo.png" class="mb-4" alt="">
<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia dese mollit anim id est laborum.</p>
<span><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></span>
</div>
<div class="col-md-6 col-lg-2 offset-lg-1 footer-widget">
<h5 class="widget-title">Resources</h5>
<ul>
<li><a href="#">How to Buy Coin</a></li>
<li><a href="#">Coin Overview</a></li>
<li><a href="#">Blog News</a></li>
<li><a href="#">How to Sell Coin</a></li>
<li><a href="#">Purchase Theme</a></li>
</ul>
</div>
<div class="col-md-6 col-lg-2 offset-lg-1 footer-widget">
<h5 class="widget-title">Quick Links</h5>
<ul>
<li><a href="#">Network Stats</a></li>
<li><a href="#">Block Explorers</a></li>
<li><a href="#">Governance</a></li>
<li><a href="#">Exchange Markets</a></li>
<li><a href="#">Get Theme</a></li>
</ul>
</div>
<div class="col-md-6 col-lg-3 footer-widget pl-lg-5 pl-3">
<h5 class="widget-title">Follow Us</h5>
<div class="social">
<a href="" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="" class="google"><i class="fa fa-google-plus"></i></a>
<a href="" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="" class="twitter"><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="row">
<div class="col-lg-4 store-links text-center text-lg-left pb-3 pb-lg-0">
<a href=""><img src="img/appstore.png" alt="" class="mr-2"></a>
<a href=""><img src="img/playstore.png" alt=""></a>
</div>
<div class="col-lg-8 text-center text-lg-right">
<ul class="footer-nav">
<li><a href="">DPA</a></li>
<li><a href="">Terms of Use</a></li>
<li><a href="">Privacy Policy </a></li>
<li><a href="">support@company.com</a></li>
<li><a href="">(123) 456-7890</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>