-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathServices.html
More file actions
445 lines (389 loc) · 21.9 KB
/
Services.html
File metadata and controls
445 lines (389 loc) · 21.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="" name="description">
<meta content="" name="keywords">
<title> Services | Cyber Crypto Store</title>
<!-- Custom Style Sheet -->
<link rel="stylesheet" href="assets/css/Services.css">
<link rel="stylesheet" href="assets/css/footer.css">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<!-- Bootstrap Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
<!-- Fontawesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
crossorigin="anonymous" />
<!-- Favicons -->
<link href="assets/img/favicon final.png" rel="icon">
<link href="assets/img/apple-touch-icon final.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header fixed-top">
<!-- <div class="container-fluid container-md align-items-center justify-content-between"> -->
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand flex p-2" href="#"><img src="assets/img/logo/logo white2.png" height="45px" /></a>
<button class="navbar-toggler border-0" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-3 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="Services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Support.html">Support</a>
</li>
<li class="nav-item">
<a class="nav-link btn btn-primary px-2 py-1 text-light" href="Reg.html">Get Started</a>
</li>
<!-- <li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Dropdown
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li> -->
</ul>
</div>
</nav><!-- .navbar -->
</div>
</header>
<!-- End Header -->
<section id="hero" class="hero d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 d-flex flex-column justify-content-center">
<h1 data-aos="fade-up" data-aos-delay="400">
Our Services
</h1>
<hr>
<br>
<p>The Leading Crypto Exchange for Institutional Traders
The Cyber-Crypto Store allows our traders to access professional services for their exchange and
OTC trading. Our experienced team works closely with a wide range of market
participants,including:
-Individual Traders, HFT and Proprietary Trading firms
-Hedge Funds, Asset Managers and Family Offices
-Market Makers and Brokers
-Investment Banks, Corporations, Fintech Firms and more</p>
</div> <br> <br>
<div class="col-lg-6 hero-img" data-aos="zoom-out" data-aos-delay="200">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src="https://assets3.lottiefiles.com/packages/lf20_EHugAD.json"
background="transparent" speed="1" loop autoplay>
</lottie-player>
</div>
</div>
</div>
</section> <br> <br>
<header class="section-header px-2">
<h2>WHY Cyber-Crypto store ?</h2>
<p>We provide the best services with minimal charges.</p>
</header>
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="row gx-0">
<div class="col-lg-6 d-flex flex-column justify-content-center" data-aos="fade-up" data-aos-delay="500">
<div class="content">
<h2>The plateform offers a wide range of tools for optimum trading experience.</h2>
<p>
We provide facilities like dealer-assisted trading , trading terminal , SMS alerts on every
trade , Auto-Bot trading for hassle free experience , Graphical analysis of various trends
for every coin/currency , History of the currency from it's start , Details of every
possible listed currency like bitcoin,Ethereum,MATIC etc. Optimising your analysis of a
trade hence resulting in a much more profitable trade for you. At Cyber-Crypto Store we
believe on giving the best possible services to our customers.
</p>
<div class="text-center text-lg-start">
<a href="#"
class="btn-read-more d-inline-flex align-items-center justify-content-center align-self-center">
<span>Read More</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 d-flex align-items-center" data-aos="zoom-out" data-aos-delay="300">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src=https://assets1.lottiefiles.com/private_files/lf30_F3v2Nj.json
background="transparent" speed="1" loop autoplay>
</lottie-player>
</div>
</div>
</div>
<div class="container" data-aos="fade-up">
<div class="row gx-0">
<div class="col-lg-6 d-flex flex-column justify-content-center" data-aos="fade-up" data-aos-delay="500">
<div class="content">
<h2>Compatible with Web, iOS, Android, and PC client.</h2>
<p>
Cyber-Crypto Store is available on all plateforms with a very rich and suitable environment.
Making it very easy to track and manage your trade everywhere.
Now every market upadte is right there in your pocket giving you the accessibility to trade
whenever you want. Every detail,every news, every article right there on pocket screens. Get
all the big boys like BTC,ETH,MATIC,DOGE right in your hands.
</p>
<div class="text-center text-lg-start">
<a href="#"
class="btn-read-more d-inline-flex align-items-center justify-content-center align-self-center">
<span>Read More</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 d-flex align-items-center" data-aos="zoom-out" data-aos-delay="200">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src=https://assets7.lottiefiles.com/packages/lf20_6wcsn2aj.json
background="transparent" speed="1" loop autoplay>
</lottie-player>
</div>
</div>
</div>
<div class="container" data-aos="fade-up">
<div class="row gx-0">
<div class="col-lg-6 d-flex flex-column justify-content-center" data-aos="fade-up" data-aos-delay="500">
<div class="content">
<h2>Providing 24*7 customer support everywhere.</h2>
<p>
Providing you with a technical staff all day every day just a phone call away, that gives us
the privilege of solving all of your problems instantly. Solving your problems in minutes
rather in "few hours!!"
No trouble of dealing with problems such as transaction issues, payment problems, account
verification problems on your own. We are there for you everywhere everytime.
</p>
<div class="text-center text-lg-start">
<a href="#"
class="btn-read-more d-inline-flex align-items-center justify-content-center align-self-center">
<span>Read More</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 d-flex align-items-center" data-aos="zoom-out" data-aos-delay="200">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src=https://assets3.lottiefiles.com/packages/lf20_zjjgh2aw.json
background="transparent" speed="1" loop autoplay>
</lottie-player>
</div>
</div>
</div>
<div class="container" data-aos="fade-up">
<div class="row gx-0">
<div class="col-lg-6 d-flex flex-column justify-content-center" data-aos="fade-up" data-aos-delay="500">
<div class="content">
<h2>Quick Response Time.</h2>
<p>Respond quickly to according to changing market trends and profit from both rising and
falling prices. Helping you to give a exact idea on the best crypto to maximise your profit
and minimise the risk of your loss. Get a better and faster view on what's actually
happening in the market. Putting you ahead of everyone else!
</p>
<div class="text-center text-lg-start">
<a href="#"
class="btn-read-more d-inline-flex align-items-center justify-content-center align-self-center">
<span>Read More</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 d-flex align-items-center" data-aos="zoom-out" data-aos-delay="200">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src=https://assets5.lottiefiles.com/private_files/lf30_wvn4iqfg.json
background="transparent" speed="1" loop autoplay>
</lottie-player>
</div>
</div>
</div>
<div class="container" data-aos="fade-up">
<div class="row gx-0">
<div class="col-lg-6 d-flex flex-column justify-content-center" data-aos="fade-up" data-aos-delay="500">
<div class="content">
<h2>Security Redefined</h2>
<p>Providing you a elegant environment with secure and transparent transactions , helping you to
build a better portfolio.
We value your time, having fast and secure transactions for security, stability and cashless
transactions upto $100K at single transaction with 10 transaction limits in a day. Now no
need to worry about transporting cash amounts to bank. With no additional charges
whatsoever!
</p>
<div class="text-center text-lg-start">
<a href="#"
class="btn-read-more d-inline-flex align-items-center justify-content-center align-self-center">
<span>Read More</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
<br><br>
<div class="col-lg-6 d-flex align-items-center" data-aos="zoom-out" data-aos-delay="200">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src=https://assets4.lottiefiles.com/packages/lf20_envjz9wz.json
background="transparent" speed="1" loop autoplay>
</lottie-player>
</div>
</div>
</div>
<div class="container" data-aos="fade-up">
<div class="row gx-0">
<div class="col-lg-6 d-flex flex-column justify-content-center" data-aos="fade-up" data-aos-delay="500">
<div class="content">
<h2>Get $5 free in bitcoin</h2>
<p>Gift from our side for every new account. SignUp now!!
You can easily trade bitcoin for cash or assets like gold instantly with incredibly low
fees. The high liquidity associated with bitcoin makes it a great investment vessel if
you're looking for short-term profit. Digital currencies may also be a long-term investment
due to their high market demand.Avoiding large fees; Easy access to a wide range of
investment opportunities; Direct control over investments
</p>
<div class="text-center text-lg-start">
<a href="#"
class="btn-read-more d-inline-flex align-items-center justify-content-center align-self-center">
<span>Read More</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
<br><br>
<div class="col-lg-5 d-flex align-items-center" data-aos="zoom-out" data-aos-delay="200">
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src=https://assets10.lottiefiles.com/packages/lf20_oNHjED.json
background="transparent" speed="1" loop autoplay>
</lottie-player>
</div>
</div>
</div>
</section><!-- End About Section -->
</body>
<!-- Footer -->
<footer>
<div class="footer-top">
<div class="container-fluid">
<div class="row ">
<div class="col-md-4 col-8 text-center mx-auto logodiv">
<img class="logo-footer" src="assets/img/logo/logo white2.png">
</div>
<div class="col-md-4 col-8 footer-contact">
<h3>Contact</h3>
<hr class="line">
<p><i class="fas fa-map-marker-alt"></i><br class="break"> 224 ,Asper society Cryptohouse
department, Bhopal </p>
<p><i class="fas fa-phone"></i><br class="break"> Phone: 9365711854 ,0741-1125478</p>
<p><i class="fas fa-envelope"></i><br class="break"> Email: <a
href="CryptoCoin@domain.com">hello@domain.com</a>
</p>
<p><i class="fab fa-skype"></i><br class="break"> Skype: Crypto_rocks</p>
</div>
<div class="col-md-4 col-8 footer-links">
<h3>Links</h3>
<hr class="line">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="Services.html">Our services</a></li>
<li><a href="#">Affiliates and partners</a></li>
<li><a href="Support.html">Customer Care</a></li>
<li><a href="Reg.html">Plans</a></li>
<li><a href="#">Terms and conditions</a></li>
</div>
</div>
</div>
<!-- <div class="col-md-4 footer-links">
<div class="row">
<div class="col">
<h3>Links</h3>
</div>
</div>
<div class="row">
<div class="col-md-6">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Our services</a></li>
<li><a href="#">Customer Care</a></li>
</ul>
<p></p>
<p></p>
<p></p>
<p></p>
</div>
<div class="col-md-6">
<ul>
<li><a href="#">Plans</a></li>
<li><a href="#">Affiliates and partners</a></li>
<li><a href="#">Terms and conditions</a></li>
</div>
</div>
</div>
</div> -->
<div class="contactby text-center mt-5">
<h5>Connect with us by </h5>
<div class="footer-social mt-4">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-google-plus-g"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-pinterest"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="text-center copyright">
<h6>Copyright @CyberCoin</h6>
</div>
</div>
</div>
</footer><!-- End Footer -->
<!-- <a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a> -->
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj"
crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.3/dist/umd/popper.min.js" integrity="sha384-eMNCOe7tC1doHpGoWe/6oMVemdAVTMs2xqW4mwXrXsW0L84Iytr2wi5v2QjrP/xp" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.min.js" integrity="sha384-cn7l7gDp0eyniUwwAZgrzD06kc/tftFf19TOAs2zVinnD/C7E91j9yyk5//jjpt/" crossorigin="anonymous"></script>
-->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script>
AOS.init();
</script>
</html>