-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
414 lines (402 loc) · 21.2 KB
/
about.html
File metadata and controls
414 lines (402 loc) · 21.2 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Coinbuzz - About</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png">
<!-- Place favicon.ico in the root directory -->
<!-- all css here -->
<!-- bootstrap v3.3.7 css -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- animate css -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- owl.carousel.2.0.0-beta.2.4 css -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- swiper.min.css -->
<link rel="stylesheet" href="assets/css/swiper.min.css">
<!-- font-awesome v4.6.3 css -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!-- flaticon.css -->
<link rel="stylesheet" href="assets/css/flaticon.css">
<!-- magnific-popup.css -->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!-- metisMenu.min.css -->
<link rel="stylesheet" href="assets/css/metisMenu.min.css">
<!-- style css -->
<link rel="stylesheet" href="assets/css/styles.css">
<!-- responsive css -->
<link rel="stylesheet" href="assets/css/responsive.css">
<!-- modernizr css -->
<script src="assets/js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- header-area start -->
<header class="header-area">
<div class="header-top">
<div class="container">
<div class="row">
<div class="col-xl-5 col-lg-3 col-sm-4">
<div class="logo">
<a href="index.html"><img src="assets/images/logo.png" alt=""></a>
</div>
</div>
<div class="col-xl-5 col-lg-6 col-sm-8">
<ul class="contact-info d-flex justify-content-end">
<li>
<span><i class="fa fa-phone"></i> +02 0120 2651 021</span>
<span><i class="fa fa-fax"></i> +00 425 356 4518</span>
</li>
<li>
<span><i class="fa fa-envelope"></i> info@youremail.com</span>
<span><i class="fa fa-paper-plane-o"></i> www.yourwebsite.com</span>
</li>
</ul>
</div>
<div class="col-xl-2 col-lg-3 col-12 d-none d-lg-block">
<ul class="social-icon d-flex justify-content-end justify-content-sm-center">
<li class="facebook"><a href="#"><i class="fa fa-facebook"></i></a></li>
<li class="twitter"><a href="#"><i class="fa fa-twitter"></i></a></li>
<li class="google-plus"><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li class="linkedin"><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li class="youtube"><a href="#"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="header-bottom">
<div class="container">
<div class="row">
<div class="col-lg-10 col-sm-9 d-none d-sm-block">
<ul class="mainmenu d-flex justify-content-end">
<li><a href="javascript:void(0);">Home <i class="fa fa-angle-down"></i></a>
<ul>
<li><a href="index.html">Home Main</a></li>
<li><a href="index2.html">Home Two</a></li>
<li><a href="index3.html">Home Three</a></li>
</ul>
</li>
<li class="active"><a href="about.html">about us</a></li>
<li><a href="javascript:void(0);">pages</a>
<ul>
<li><a href="service.html">Service Page</a></li>
<li><a href="service-details.html">Service Details</a></li>
<li><a href="shop.html">Shop page</a></li>
</ul>
</li>
<li><a href="blog.html">blog</a>
<ul>
<li><a href="blog.html">Blog page</a></li>
<li><a href="blog-left.html">Blog Left</a></li>
<li><a href="blog-right.html">Blog right</a></li>
<li><a href="blog-details.html">Blog Details</a></li>
</ul>
</li>
<li><a href="contact.html">contact</a></li>
</ul>
</div>
<div class="col-lg-2 col-sm-3 col-8">
<div class="geta_quote">
<a href="javascript:void(0);">GET A QUOTE?</a>
</div>
</div>
<div class="d-block d-sm-none col-4 pull-right">
<ul class="menu">
<li class="first"></li>
<li class="second"></li>
<li class="third"></li>
</ul>
</div>
</div>
</div>
<!-- responsive-menu area start -->
<div class="responsive-menu-area d-block d-sm-none">
<div class="container">
<div class="row">
<div class="col-12">
<ul class="metismenu">
<li class="sidemenu-items"><a class="has-arrow" aria-expanded="false" href="javascript:void(0);">Home</a>
<ul aria-expanded="false">
<li><a href="index.html">Home Main</a></li>
<li><a href="index2.html">Home Two</a></li>
<li><a href="index3.html">Home Three</a></li>
</ul>
</li>
<li><a href="about.html">about us</a></li>
<li class="sidemenu-items"><a class="has-arrow" aria-expanded="false" href="javascript:void(0);">pages</a>
<ul aria-expanded="false">
<li><a href="service.html">Service Page</a></li>
<li><a href="service-details.html">Service Details</a></li>
<li><a href="shop.html">Shop page</a></li>
</ul>
</li>
<li class="sidemenu-items"><a class="has-arrow" aria-expanded="false" href="javascript:void(0);">blog</a>
<ul aria-expanded="false">
<li><a href="blog.html">Blog page</a></li>
<li><a href="blog-left.html">Blog Left</a></li>
<li><a href="blog-right.html">Blog right</a></li>
<li><a href="blog-details.html">Blog Details</a></li>
</ul>
</li>
<li><a href="contact">contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- responsive-menu area start -->
</div>
</header>
<!-- header-area end -->
<!-- breadcumb-area start -->
<div class="breadcumb-area flex-style black-opacity">
<div class="container">
<div class="row">
<div class="col-12">
<h2>About Us Company</h2>
<ul class="d-flex">
<li><a href="index.html">Home</a></li>
<li><i class="fa fa-angle-double-right"></i></li>
<li><span>About Us</span></li>
</ul>
</div>
</div>
</div>
</div>
<!-- breadcumb-area end -->
<!-- about-area start -->
<div class="about-area position-relative">
<div class="container">
<div class="row">
<div class="col-lg-6 d-none d-lg-block">
<div class="about-img">
<img src="assets/images/about/1.jpg" alt="">
</div>
</div>
<div class="col-lg-6 col-12">
<div class="about-content">
<h3>Minimum purchase is 50 Coins tokens. Get a bonus from 5% to 25% on every token purchase</h3>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p>
</div>
<div class="row">
<div class="col-sm-3 col-6">
<div class="about-items">
<img src="assets/images/about/icon/1.png" alt="">
<span class="counter">1454</span>
<p>Support Countrie</p>
</div>
</div>
<div class="col-sm-3 col-6">
<div class="about-items">
<img src="assets/images/about/icon/2.png" alt="">
<span class="counter">759</span>
<p>Bank Support</p>
</div>
</div>
<div class="col-sm-3 col-6">
<div class="about-items mb-0">
<img src="assets/images/about/icon/3.png" alt="">
<span class="counter">1250</span>
<p>BitCoin ATMs</p>
</div>
</div>
<div class="col-sm-3 col-6">
<div class="about-items mb-0">
<img src="assets/images/about/icon/4.png" alt="">
<span class="counter">2391</span>
<p>Producers Ready</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- about-area end -->
<!-- service-area start -->
<div class="service-area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="section-title text-center">
<h2>Why Choose Bitcoin</h2>
<img src="assets/images/line.png" alt="">
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-12">
<div class="service-wrap">
<h3>What We Offer</h3>
<p>There are many variations of passages of an Lorem Ipsum available but the about majority have suffered alteration in man some form a by injected humour or that randomised the a words which</p>
<p>There are many variations of passages of an Lorem Ipsum available but the about majority have suffered.</p>
<a href="#">Free Consultation</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="service-items">
<span class="flaticon-bitcoin-9"></span>
<h3>Safe And Secure</h3>
<p>There are many variations of Lorem Ipsum available but the about some majority have form randomised words which believable.</p>
</div>
<div class="service-items">
<span class="flaticon-profits"></span>
<h3>Instant Exchange</h3>
<p>There are many variations of Lorem Ipsum available but the about some majority have form randomised words which believable.</p>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="row">
<div class="col-lg-12 col-md-6 col-12">
<div class="service-items">
<span class="flaticon-exchange-1"></span>
<h3>Secure Wallet</h3>
<p>There are many variations of Lorem Ipsum available but the about some majority have form randomised words which believable.</p>
</div>
</div>
<div class="col-lg-12 col-md-6 col-12">
<div class="service-items">
<span class="flaticon-bitcoin-7"></span>
<h3>Experts Support</h3>
<p>There are many variations of Lorem Ipsum available but the about some majority have form randomised words which believable.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- service-area end -->
<!-- calculate-area start -->
<div class="calculate-area calculate-area2 bg-1">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="calculate-wrap">
<h2>Bitcoin To Currency Calculator...</h2>
<p>There are many variations of passages of Lorem Ipsum available but the majority have suffered alteration in some form humour randomised slightly believable.</p>
<ul>
<li><input type="text" placeholder="1"></li>
<li><p>BTC </p></li>
<li>=</li>
<li><p>14,150,588 </p></li>
<li>
<select name="select">
<option value="inr">inr</option>
<option value="etc">ect</option>
<option value="btc">btc</option>
<option value="inr">inr</option>
<option value="etc">ect</option>
<option value="btc">btc</option>
</select>
</li>
</ul>
</div>
</div>
<div class="col-lg-4">
<div class="calculate-img">
<img src="assets/images/calcluate.png" alt="">
</div>
</div>
</div>
</div>
</div>
<!-- calculate-area start -->
<!-- footer-area start -->
<footer class="footer-area">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6 col-12">
<div class="footer-widget footer-logo">
<img src="assets/images/logo2.png" alt="">
<p>There are many variations of passages of Lorem Ipsum available, but the dum majority have suffered alteration in the some form by injected.</p>
<form action="#">
<input type="text" placeholder="Enter your email">
<button>subscribe</button>
</form>
</div>
</div>
<div class="col-lg-3 col-sm-6 col-12">
<div class="footer-widget footer-menu">
<h3>Our Services</h3>
<ul>
<li><a href="#"><i class="fa fa-angle-double-right"></i> Crypto Investments</a></li>
<li><a href="#"><i class="fa fa-angle-double-right"></i> Customer Insights</a></li>
<li><a href="#"><i class="fa fa-angle-double-right"></i> Bitcoin Analytics</a></li>
<li><a href="#"><i class="fa fa-angle-double-right"></i> Bitcoin Exchange</a></li>
<li><a href="#"><i class="fa fa-angle-double-right"></i> Bitcoin Exchange</a></li>
<li><a href="#"><i class="fa fa-angle-double-right"></i> Business Consulting</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-sm-6 col-12">
<div class="footer-widget footer-twitter">
<h3>Twitter Feeds</h3>
<ul>
<li><a href="#"><i class="fa fa-twitter"></i> https://twitter.com /envatO/ status/944202192013144064 https://twitter.com/envato/status/ 944202192013144064</a> </li>
<li class="mb-0"><a href="#"><i class="fa fa-twitter"></i> https://twitter.com /envatO/ status/944202192013144064 https://twitter.com/envato/status/ 944202192013144064</a> </li>
</ul>
</div>
</div>
<div class="col-lg-3 col-sm-6 col-12">
<div class="footer-widget footer-contact">
<h3>Contact Information</h3>
<ul class="footer-contact-info">
<li><span>Location: </span> W Jackson Blvd, Chicago United States</li>
<li><span>Email: </span> exampleemail.com</li>
<li><span>Phone: </span> (123) 45678910</li>
</ul>
<h5>We are Social</h5>
<ul class="social-icon d-flex">
<li class="facebook"><a href="#"><i class="fa fa-facebook"></i></a></li>
<li class="twitter"><a href="#"><i class="fa fa-twitter"></i></a></li>
<li class="google-plus"><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li class="linkedin"><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li class="youtube"><a href="#"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-12 copyright">
<p><!-- 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" class="text-primary">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- footer-area end -->
<!-- jquery latest version -->
<script src="assets/js/vendor/jquery-2.2.4.min.js "></script>
<!-- popper.min.js -->
<script src="assets/js/vendor/popper.min.js "></script>
<!-- bootstrap js -->
<script src="assets/js/bootstrap.min.js "></script>
<!-- owl.carousel.2.0.0-beta.2.4 css -->
<script src="assets/js/owl.carousel.min.js "></script>
<!-- swiper.min.js -->
<script src="assets/js/swiper.min.js "></script>
<!-- mailchimp.js -->
<script src="assets/js/mailchimp.js"></script>
<!-- metisMenu.min.js -->
<script src="assets/js/metisMenu.min.js"></script>
<!-- plugins js -->
<script src="assets/js/plugins.js "></script>
<!-- main js -->
<script src="assets/js/scripts.js "></script>
</body>
</html>