-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
373 lines (330 loc) · 12.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BITNexus | A crypto currency landing page</title>
<!-- Search Engine Optimization -->
<meta
name="description"
content="Your Crypto, Our Guarantee. Start with the best cryptocurrency service. Explore all features and leverage agile frameworks for your financial growth."
/>
<meta
name="keywords"
content="cryptocurrency, BITNexus, crypto service, crypto trading, blockchain, bitcoin, ethereum, secure crypto platform"
/>
<meta name="author" content="BITNexus" />
<!-- Favicon -->
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon" />
<!-- --------------- Google Fonts Link --------------- -->
<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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Outfit:[email protected]&family=Poppins: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"
/>
<!-- -------------- Remix Icons CDN Links -------------------------------- -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<!-- --------------- Custom CSS ------------------ -->
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- ========================== NAVBAR ==================== -->
<nav class="nav">
<a href="#" class="logo"> BIT<span>Nexus.</span></a>
<ul class="nav__lists" id="navlists">
<li><a href="#home">Home</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#blog">Blog</a></li>
<li><a href="#faq">FAQ</a></li>
<i class="ri-sun-fill" title="Light Mood" id="dark-toggle"></i>
</ul>
<a href="javascript:void()" class="btn signin-btn">Sign In</a>
<!-- Hamburger Menu button -->
<button data-menu-button class="hamberger-btn">
<i class="ri-menu-fill"></i>
</button>
</nav>
<!-- ========================== HERO SECTION ========================= -->
<section class="home" id="home">
<div class="container home__container">
<div class="home__col first">
<div class="small-card">Your Crypto, Our Guarantee.</div>
<h1 class="heading">
Get started with the best crypto currency service.
</h1>
<p class="home__description">
Leverage agile frameworks to provide a robust synopsis for high
level overviews. Iterative approaches to corporate strategy
</p>
<div class="home__btns">
<a href="javascript:void()" class="btn btn-primary"
>Get Started Now</a
>
<a href="javascript:void()" class="btn btn-secondry"
>All Features</a
>
</div>
</div>
<div class="home__col right">
<div class="home-image">
<img src="./assets/images/hero-img.png" alt="" />
</div>
</div>
<!-- || blob -->
<div class="blob"></div>
</div>
</section>
<!-- ========================== HOW IT WORKS ========================= -->
<section class="works">
<div class="container work__container">
<div class="header__text">
<h2>How it works</h2>
<p>
Leverage agile frameworks to provide a robust synopsis for high
level overviews. Iterative approaches to corporate strategy
</p>
</div>
<!-- -- Works Card ---- -->
<div class="works__cards">
<div class="work__card">
<div class="work__icon first">1</div>
<h3 class="work__title">High Transaction</h3>
<p class="work__description">
Bring to the table win-win survival strategies to ensure proactive
domination. At the end of the day, going
</p>
</div>
<img src="./assets/images/arrow.png" alt="" />
<div class="work__card">
<div class="work__icon second">2</div>
<h3 class="work__title">Interoperability</h3>
<p class="work__description">
Capitalize on low hanging fruit to identify a ballpark value added
activity to beta test. Override the digital.
</p>
</div>
<img src="./assets/images/arrow.png" alt="" />
<div class="work__card">
<div class="work__icon third">3</div>
<h3 class="work__title">High Security</h3>
<p class="work__description">
Leverage agile frameworks to provide a robust synopsis for high
level overviews. Iterative approaches.
</p>
</div>
</div>
</div>
</section>
<!-- ========================== About ========================= -->
<section class="about">
<div class="container about__container">
<div class="about__col">
<h2 class="heading">The high speed top quick resolution.</h2>
<p class="description">
Leverage agile frameworks to provide a robust synopsis for high
level overviews. Iterative approach to corporate strategy foster
collaborative.
</p>
<a id="learn-btn" href="javascript:void()" class="learn-btn"
>Learn More <i class="ri-arrow-right-line"></i
></a>
</div>
<div class="about__col right">
<div class="about-image">
<img src="./assets/images/img-1.png" alt="" />
</div>
</div>
</div>
</section>
<!-- ========================== features ========================= -->
<section class="features" id="features">
<div class="container features__container">
<div class="header__text">
<h2>Offer highest transactions rate</h2>
<p>
Leverage agile frameworks to provide a robust synopsis for high
level overviews. Iterative approaches to corporate.
</p>
</div>
<div class="features__big-image">
<img src="./assets/images/graph-img.png" alt="" />
</div>
<div class="feature__row">
<div class="feature__col">
<div class="card-top">
<img src="./assets/images/w-1.png" alt="" />
<h3>Scale Bussiness</h3>
</div>
<p>
Leverage agile frameworks to provide a robust synopsis for high
level overviews. Iterative approaches
</p>
</div>
<div class="feature__col">
<div class="card-top">
<img src="./assets/images/w-2.png" alt="" />
<h3>Maintain Security</h3>
</div>
<p>
Bring to the table win-win survival strategies to ensure proactive
domination.
</p>
</div>
<div class="feature__col">
<div class="card-top">
<img src="./assets/images/w-3.png" alt="" />
<h3>Partnerships</h3>
</div>
<p>
Capitalize on low hanging fruit to identify a ballpark value added
activity to beta test. Override the digital divide.
</p>
</div>
</div>
</div>
</section>
<!-- ========================== SERVICES ========================= -->
<section class="services" id="services">
<div class="container services__container">
<div class="services__col first">
<h2 class="heading services-heading">
The high speed top quick resolution
</h2>
<div class="services__cards">
<div class="service-card">
<img src="./assets/images/w-1.png" alt="" />
<div class="card-text">
<h4>Super fast service</h4>
<p>
Leverage agile frameworks to provide a robust synopsis for
high level overviews
</p>
</div>
</div>
<div class="service-card">
<img src="./assets/images/w-2.png" alt="" />
<div class="card-text">
<h4>Maintain Security</h4>
<p>
But I must explain to you how all this mistaken idea of
denouncing pleasure and praising pain
</p>
</div>
</div>
</div>
<div class="home__btns services__btns">
<a href="javascript:void()" class="btn btn-primary"
>Get Started Now</a
>
<a href="javascript:void()" class="btn btn-secondry"
>All Features</a
>
</div>
</div>
<div class="services__col right">
<div class="service-image">
<img src="./assets/images/img-2.png" alt="" />
</div>
</div>
</div>
</section>
<!-- ========================== OUR PARTNERS ========================= -->
<section class="partners">
<div class="container partners__container">
<div class="header__text">
<h2>Our trusted partners</h2>
</div>
<div class="brands__images">
<img src="./assets/images/brand-1.png" alt="" />
<img src="./assets/images/brand-2.png" alt="" />
<img src="./assets/images/brand-3.png" alt="" />
<img src="./assets/images/brand-4.png" alt="" />
<img src="./assets/images/brand-5.png" alt="" />
</div>
</div>
</section>
<!-- ========================== CALL TO ACTION ========================= -->
<section class="action">
<div class="container action__container">
<h2 class="heading">
200K+ People joined us.<br />
When are you joining?
</h2>
<a href="javascript:void()" class="btn btn-primary">Get Started</a>
</div>
</section>
<!-- ========================== FOOTER ========================= -->
<footer class="footer">
<div class="container footer__container">
<div class="footer__col first">
<a href="#" class="logo">
<img src="./assets/images/app-logo.png" alt="" />BitNexus.
</a>
<p>
Experience top-tier cryptocurrency services with unparalleled
security and ease. Start today and navigate the crypto world with
confidence. Your trusted partner in digital finance."
</p>
<div class="footer__socials">
<i class="ri-instagram-fill"></i>
<i class="ri-facebook-box-fill"></i>
<i class="ri-twitter-fill"></i>
</div>
</div>
<div class="footer__links">
<div class="footer__col second">
<h3>Quick Links</h3>
<ul>
<li><a href="javascript:void()">Home</a></li>
<li><a href="javascript:void()">About Us</a></li>
<li><a href="javascript:void()">Features</a></li>
<li><a href="javascript:void()">Blog</a></li>
</ul>
</div>
<div class="footer__col third">
<h3>Parternership</h3>
<ul>
<li><a href="javascript:void()">Partners</a></li>
<li><a href="javascript:void()">Preseller Program</a></li>
<li><a href="javascript:void()">All Labs</a></li>
<li><a href="javascript:void()">Privacy</a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- --------------------- FOR SMOOTH SCROLL ------------------ -->
<script>
const lenis = new Lenis();
lenis.on("scroll", (e) => {
// console.log(e);
});
function raf(time) {
lenis.raf(time);
requestAnimationFrame(raf);
}
requestAnimationFrame(raf);
</script>
<!-- Scroll reveal link -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- Swiper JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<!-- Initialize Swiper -->
<script>
var swiper = new Swiper(".mySwiper", {
pagination: {
el: ".swiper-pagination",
dynamicBullets: true,
},
});
</script>
<!-- ---------------- Custom jS ---------------- -->
<script src="./main.js"></script>
</body>
</html>