-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
409 lines (350 loc) · 19.3 KB
/
index.html
File metadata and controls
409 lines (350 loc) · 19.3 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
<!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>Cyber Crypto Store</title>
<!-- Custom Style Sheet -->
<link rel="stylesheet" href="assets/css/style.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 -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<!-- loader css -->
<link href="assets/css/loader.css" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
</head>
<body>
<!-- <div id="loading"> -->
<!-- <div id="loading" class="lds-circle"><div></div></div> -->
<!-- </div> -->
<!-- ======= 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 active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" 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" href="Event.html">Denomination</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 -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="hero bg-dark 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">Cyber Coin Store</h1>
<h2 data-aos="fade-up" data-aos-delay="400">Start Your Crypto Journey With Us</h2>
<div data-aos="fade-up" data-aos-delay="600">
<div class="text-center text-lg-start">
<a href="Reg.html"
class="btn-get-started text-decoration-none scrollto d-inline-flex align-items-center justify-content-center align-self-center">
<span>Get Started</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 hero-img p-5" data-aos="zoom-out" data-aos-delay="200">
<lottie-player src="https://assets8.lottiefiles.com/packages/lf20_ikaawl5v.json"
background="transparent" speed="1" loop autoplay>
</lottie-player>
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<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="200">
<div class="content me-lg-5 mb-md-4">
<h2>Who we are</h2>
<hr>
<p>
Quisquam vel ut sint cum eos hic dolores aperiam. Sed deserunt et. Inventore et et dolor
consequatur itaque ut voluptate sed et. Magnam nam ipsum tenetur suscipit voluptatum nam
et est corrupti.
</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">
<img src="assets/img/about.jpg" class="img-fluid" alt="">
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h2>Services</h2>
<hr>
<p>World's Best Service We Provide You</p>
</header>
<div class="row gy-5 gx-5">
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="service-box blue">
<lottie-player style="width: 100%; height: auto;"
src="https://assets2.lottiefiles.com/private_files/lf30_sh1dzrjn.json"
background="transparent" speed="1" loop autoplay>
</lottie-player>
<h3>GREAT PLATFORM</h3>
<p>The Platform offers a wide range of tools for optimum trading experience.</p>
<a href="#" class="read-more"><span>Read More</span> <i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="service-box orange">
<lottie-player style="width: 100%; height: auto;"
src="https://assets2.lottiefiles.com/packages/lf20_whycvrtt.json"
background="transparent" speed="1" loop autoplay>
</lottie-player>
<h3>OS Independent</h3>
<p>Cyber-Crypto Store is available on all plateforms with a very rich and suitable
environment</p>
<a href="#" class="read-more"><span>Read More</span> <i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="400">
<div class="service-box green">
<lottie-player style="width: 100%; height: auto;"
src="https://assets7.lottiefiles.com/private_files/lf30_GbhZ3L.json"
background="transparent" speed="1" loop autoplay>
</lottie-player>
<h3>24*7 Customer Services</h3>
<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.</p>
<a href="#" class="read-more"><span>Read More</span> <i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="500">
<div class="service-box red">
<lottie-player style="width: 100%; height: auto;"
src="https://assets2.lottiefiles.com/packages/lf20_h0carcx9.json"
background="transparent" speed="1" loop autoplay>
</lottie-player>
<h3>Quick Responses</h3>
<p>Respond quickly to according to changing market trends and profit from both rising and
falling prices</p>
<a href="#" class="read-more"><span>Read More</span> <i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="600">
<div class="service-box purple">
<lottie-player style="width: 100%; height: auto;"
src="https://assets5.lottiefiles.com/packages/lf20_bzk29gcw.json"
background="transparent" speed="1" loop autoplay>
</lottie-player>
<h3>Best Security</h3>
<p>Providing you a elegant environment with secure and transparent transactions , helping
you to build a better portfolio</p>
<a href="#" class="read-more"><span>Read More</span> <i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="700">
<div class="service-box pink">
<lottie-player style="width: 100%; height: auto;"
src="https://assets1.lottiefiles.com/packages/lf20_numivapq.json"
background="transparent" speed="1" loop autoplay>
</lottie-player>
<h3>Get free Bitcoin</h3>
<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</p>
<a href="#" class="read-more"><span>Read More</span> <i class="bi bi-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
</main>
<!-- 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 src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<script>
AOS.init();
</script>
<!-- <script>
$(document).ready(function() {
$(".counter").counterUp({
delay: 10,
time: 120000
})
})
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0.0/jquery.counterup.min.js" referrerpolicy="no-referrer"></script>
<script>
var preloader = document.getElementById('loading');
function loading(){
preloader.style.display = 'none';
}
</script> -->
</body>
</html>