-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
606 lines (606 loc) · 30.4 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
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
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>XecureSol - Building Trust and security in digital Assets Trade</title>
<meta name="description" content="XecureSol is a Platform where buyers and sellers can securely trade digital assets. Acting as a trusted middleman, we verify assets, manage transactions, and ensure security and trust through advanced encryption.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-style-mode" content="1">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/XecureSolfavicon.png">
<link rel="stylesheet" href="assets/css/preloader.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/meanmenu.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/swiper-bundle.css">
<link rel="stylesheet" href="assets/css/backToTop.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/nice-select.css">
<link rel="stylesheet" href="assets/css/fontAwesome5Pro.css">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/default.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body class="body-bg">
<main>
<header class="header1 oc-transparent-header">
<div id="header-sticky" class="header-main header-main1">
<div class="container header-container">
<div class="row align-items-center">
<div class="col-xl-2 col-lg-2 col-md-4 col-4">
<div class="header-main-left">
<div class="header-logo header1-logo"><a href="index.html" class="logo-bw"><img src="assets/img/XecureSol3.png" alt="XecureSol logo" class="img-fluid"></a></div>
</div>
</div>
<div class="col-xl-10 col-lg-10 col-md-8 col-8">
<div class="header-main-right">
<div class="main-menu main-menu1 d-none d-lg-block">
<nav id="mobile-menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#about-us">About us</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#Workflow">Our Workflow</a></li>
<li><a href="#contact-us">Contact us</a></li>
</li>
</ul>
</nav>
</div>
<div class="menu-bar d-xl-none ml-20"><a class="side-toggle" href="javascript:void(0)">
<div class="bar-icon"><span></span><span></span><span></span></div>
</a></div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- header area end -->
<!-- side toggle start -->
<div class="fix">
<div class="side-info">
<div class="side-info-content">
<div class="offset-widget offset-logo mb-40">
<div class="row align-items-center">
<div class="col-9">
<a href="index.html">
<img class="img-fluid" src="assets/img/XecureSol3.png" alt="XecureSol Logo">
</a>
</div>
<div class="col-3 text-end">
<button class="side-info-close">
<i class="fal fa-times"></i>
</button>
</div>
</div>
</div>
<div class="mobile-menu d-lg-none fix"></div>
</div>
</div>
</div>
<div class="offcanvas-overlay"></div>
<div class="offcanvas-overlay-white"></div>
<!-- side toggle end -->
<!-- banner area start -->
<div id="home" class="banner-area banner-area2 pos-rel">
<div class="swiper-container banner2-container">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="single-banner single-banner-2 banner-670 d-flex align-items-center pos-rel">
<div class="banner-bg" data-background="">
<img src="assets/img/banner/oc-banner-bg2.png" alt="">
</div>
<div class="banner-bg-light" data-background="">
<img src="assets/img/banner/oc-banner-bg2-light.png" alt="">
</div>
<div class="container pos-rel">
<div class="row align-items-center justify-content-center">
<div class="col-xxl-8 col-lg-10">
<div class="banner-content banner-content2 banner-content2-1 pt-120">
<h1 data-animation="fadeInUp" data-delay=".3s" class="mb-25 font-prata"> Building Trust and security in digital Assets <span>Trade</span>
</h1>
<p data-animation="fadeInUp" data-delay=".5s" class="mb-40">Secure digital asset trading with verified assets, transaction management, and advanced encryption.</p>
<div class="banner-btn" data-animation="fadeInUp" data-delay=".7s">
<a href="" class="fill-btn">Explore Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- banner area end -->
<div id="about-us" class="auction2-area">
<br>
<br>
<br>
<br>
<div class="container auction2-container">
<div class="row">
<div class="col-lg-12">
<div class="auction2-wrapper pos-rel">
<div class="swiper-container auction2-active">
<center>
<h2 style="margin-bottom: 35px;">About us</h2>
</center>
<div class="about-tab-contents mb-0">
<div class="tab-content" id="nav-tabContent">
<div class="tab-pane fade active show" id="tab-nav1" role="tabpanel" aria-labelledby="nav-tab1">
<div class="about-info-wrapper mb-30">
<p>At <b>XecureSol</b>, we are dedicated to revolutionizing the digital assets trade by building an ecosystem rooted in trust and security. Here’s how we achieve this: </p>
<h5 class="about-info-title">Platform Overview</h5>
<div class="about-points-list">
<p>XecureSol is a secure platform where buyers and sellers can trade digital assets with confidence. We act as a trusted middleman, facilitating transactions and ensuring both parties are protected throughout the process. Our platform supports various digital assets, providing a wide range of options for traders. </p>
</div>
<h4 class="about-info-title">Mission and Vision</h4>
<div class="about-points-list">
<p>Our mission is to create a safer and more transparent digital trading environment. We envision a future where digital asset transactions are seamless and risk-free, empowering users to trade with peace of mind. We aim to become the go-to platform for secure digital asset trading by continually enhancing our security measures and user experience.</p>
</div>
<h4 class="about-info-title">Core Values</h4>
<div class="about-points-list">
<p>
<b>Trust:</b> Building trust is at the heart of everything we do. We strive to create a platform where users can feel confident in the integrity of their transactions.
</p>
<p>
<b>Security:</b> We prioritize the security of our users by implementing advanced encryption technologies and rigorous verification processes.
</p>
<p>
<b>Transparency:</b> We believe in transparency in all our operations, ensuring that our users have complete visibility into every step of their transactions.
</p>
<p>
<b>Innovation:</b> We continuously innovate to improve our platform, keeping up with the latest advancements in technology to provide the best possible service.
</p>
</div>
<h4 class="about-info-title">Verification Processes</h4>
<div class="about-points-list">
<p>To further enhance security, we implement comprehensive verification processes. Every digital asset and user profile undergoes stringent verification to ensure authenticity. This reduces the risk of fraud and scams, providing a safe trading environment for our users.</p>
</div>
<h4 class="about-info-title">Reducing Risk and Fostering Trust</h4>
<div class="about-points-list">
<p>By reducing the risk of scams and fraudulent activities, XecureSol aims to build a more trustworthy online marketplace. Our secure platform and transparent processes help users trade with confidence, knowing that their transactions are protected and their assets are in safe hands.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- artwork slider area start -->
<div id="services" class="auction2-area">
<br>
<br>
<br>
<br>
<div class="container auction2-container">
<div class="row wow fadeInUp">
<div class="col-lg-12">
<div class="auction2-wrapper pos-rel">
<div class="swiper-container auction2-active">
<center>
<h2 style="margin-bottom: 35px;">Our Services</h2>
<p>At XecureSol, we specialize in providing a secure platform for trading various types of digital assets. Our services are designed to help you maximize the value and security of your digital transactions. Here’s how we can assist you:</p>
</center>
<div class="col col-lg-12 row">
<div class="mb-4 col-lg-6">
<div class="art-item-single art-item2-single mb-0">
<div class="art-item-wraper">
<div class="art-item-inner">
<div class="art-item-img pos-rel">
<a href="">
<img src="assets/img/saas.png" alt="SaaS-based websites - XecureSol">
</a>
</div>
<div class="pos-rel" style="padding: 20px; font-size: medium; ">
<h4 class="art-name">
<a href="">SaaS-based websites</a>
</h4>
<div class="art-meta-info">
<p>XecureSol provides a secure environment for trading SaaS-based websites, ensuring that both buyers and sellers can conduct transactions with confidence.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mb-4 col-lg-6">
<div class="art-item-single art-item2-single mb-0">
<div class="art-item-wraper">
<div class="art-item-inner">
<div class="art-item-img pos-rel">
<a href="">
<img src="assets/img/adense.png" alt="Google AdSense Website - XecureSol">
</a>
</div>
<div class="pos-rel" style="padding: 20px; font-size: medium; ">
<h4 class="art-name">
<a href="">Google AdSense Website</a>
</h4>
<div class="art-meta-info">
<p>Our platform enables the secure trade of websites with AdSense integration, ensuring that all transactions are conducted with the highest level of security and transparency.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mb-4 col-lg-6">
<div class="art-item-single art-item2-single mb-0">
<div class="art-item-wraper">
<div class="art-item-inner">
<div class="art-item-img pos-rel">
<a href="">
<img src="assets/img/youtube.png" alt="YouTube Channel Monetization - XecureSol">
</a>
</div>
<div class="pos-rel" style="padding: 20px; font-size: medium; ">
<h4 class="art-name">
<a href="">YouTube Channel Monetization</a>
</h4>
<div class="art-meta-info">
<p>Through our secure platform, you can safely trade your monetized YouTube channel, ensuring a seamless and protected transaction.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mb-4 col-lg-6">
<div class="art-item-single art-item2-single mb-0">
<div class="art-item-wraper">
<div class="art-item-inner">
<div class="art-item-img pos-rel">
<a href="">
<img src="assets/img/digita.png" alt="Digital Tools - XecureSol">
</a>
</div>
<div class="pos-rel" style="padding: 20px; font-size: medium; ">
<h4 class="art-name">
<a href="">Digital Tools</a>
</h4>
<div class="art-meta-info">
<p> Our secure platform facilitates the trade of digital tools websites, providing a safe and reliable marketplace for both buyers and sellers.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- artwork slider area end -->
<section id="Workflow" class="work-process-area pt-110 pb-100">
<div class="container">
<div class="row wow fadeInUp">
<div class="col-lg-12">
<div class="section-title1 pos-rel text-center mb-40">
<h2 class="section-main-title1">Our Workflow</h2>
<p>At XecureSol, we follow a meticulous workflow to ensure every transaction is secure, efficient, and transparent</p>
</div>
</div>
</div>
<div class="work-processes">
<div class="row wow fadeInUp">
<div class="col-lg-6 col-md-6">
<div class="work-process-single mb-30 pos-rel">
<div class="step">Step</div>
<div class="work-process-content">
<!---- <div class="process-icon mb-40"><img src="assets/img/shape/connect-icon.png" alt="img"></div> -->
<h4 class="process-title">
<a href="">Offer Creation</a>
</h4>
<p class="">Buyers and sellers initiate the process by listing their digital assets and creating offers on our platform. Each offer includes detailed information about the asset, ensuring clarity and transparency from the start.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="work-process-single mb-30 pos-rel">
<div class="step">Step</div>
<div class="work-process-content">
<!----<div class="process-icon mb-40"><img src="assets/img/shape/create-collection.png" alt="img"></div>-->
<h4 class="process-title">
<a href="">Buyer Notification</a>
</h4>
<p class="">Once an offer is created, we notify potential buyers who have expressed interest in similar assets. This targeted approach ensures that offers reach the right audience quickly and efficiently.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="work-process-single mb-30 pos-rel">
<div class="step">Step</div>
<div class="work-process-content">
<!----<div class="process-icon mb-40"><img src="assets/img/shape/list-icon.png" alt="img"></div>--->
<h4 class="process-title">
<a href="">Asset Verification</a>
</h4>
<p class="">Our expert team conducts thorough verifications of both the digital asset and the user profiles involved in the transaction. This step is crucial to confirm the legitimacy of the asset and the credibility of the participants, significantly reducing the risk of fraud.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="work-process-single mb-30 pos-rel">
<div class="step">Step</div>
<div class="work-process-content">
<!----<div class="process-icon mb-40"><img src="assets/img/shape/list-icon.png" alt="img"></div>--->
<h4 class="process-title">
<a href="">Secure Payment Processing</a>
</h4>
<p class="">After successful verification, we facilitate a secure payment process. Our platform ensures that all financial transactions are encrypted and protected, providing peace of mind to both buyers and sellers during the payment phase.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="work-process-single mb-30 pos-rel">
<div class="step">Step</div>
<div class="work-process-content">
<!---- <div class="process-icon mb-40"><img src="assets/img/shape/list-icon.png" alt="img"></div>--->
<h4 class="process-title">
<a href="">Asset Delivery</a>
</h4>
<p class="">Once the payment is confirmed, the digital asset is delivered to the buyer in a secure manner. We oversee the entire delivery process to ensure that the transfer is completed smoothly and transparently, finalizing the transaction with the highest level of security.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact-us" class="contact-area pt-120 pb-90" data-background="">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="contact-wrapper pos-rel mb-40 wow fadeInUp">
<div class=" contact-inner">
<div class="">
<h4 style="text-align:center">Get in Touch</h4>
<p style="text-align:center" class="mb-35">Please feel free to contact with us for any kinds of inquiries and information. Our support team always available to help the clients.</p>
<form class="contact-form" action="#">
<div class="row">
<div class="col-md-6">
<div class="single-input-unit">
<label for="name">Your Name</label>
<input type="text" name="name" id="name" placeholder="Your Name">
</div>
</div>
<div class="col-md-6">
<div class="single-input-unit">
<label for="m-id">Email</label>
<input type="email" name="m-id" id="m-id" placeholder="Your email">
</div>
</div>
<div class="col-md-6">
<div class="single-input-unit">
<label for="phone">Phone</label>
<input type="text" name="phone" id="phone" placeholder="Your phone">
</div>
</div>
<div class="col-md-6">
<div class="single-input-unit">
<label for="s-select">Subject</label>
<select name="s-select" id="s-select" class="gender-category-select">
<option value="1">Select subject</option>
<option value="2">Select subject</option>
<option value="3">Select subject</option>
</select>
</div>
</div>
<div class="col-md-12">
<div class="single-input-unit">
<label for="message">Message</label>
<textarea name="message" id="message" placeholder="Write a messages..."></textarea>
</div>
</div>
</div>
<div class="contact-btn">
<!----<div class="note">By check this box I agree with <a href="terms.html"
class="text-btn">Terms &
Conditions</a></div> --->
<button class="fill-btn">Submit</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- work-process area end -->
</main>
<!-- footer area start -->
<footer data-background="" class="footer1-bg">
<section class="footer-area footer-area1 footer-area1-bg pt-100 pb-50">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="footer-widget footer1-widget footer1-widget1 mb-40">
<div class="footer-logo mb-30">
<a href="index.html" class="logo-bw">
<img class="img-fluid" src="assets/img/XecureSol3.png" alt="XecureSol logo">
</a>
</div>
<p class="mb-35"> Building Trust and security in digital Assets Trade</p>
<div class="social__links footer__social">
<ul>
<li>
<a href="https://www.facebook.com/profile.php?id=61561200281855">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li>
<a href="https://www.youtube.com/@XecureSol">
<i class="fab fa-youtube"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/xecuresol9">
<i class="fab fa-instagram"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/xecuresolution">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-widget-custom mb-40">
<div class="footer-widget-title">
<h4>Our Services</h4>
</div>
<ul>
<li>
<a href="#">Youtube Channel Monetization</a>
</li>
<li>
<a href="#">Digital Tool Website</a>
</li>
<li>
<a href="#">Google Adensense Website</a>
</li>
<li>
<a href="#">SAAS Website</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-widget-custom mb-40 ">
<div class="footer-widget-title">
<h4>links</h4>
</div>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="#about-us">About us</a>
</li>
<li>
<a href="#services">Services</a>
</li>
<li>
<a href="#workflow">Our Workflow</a>
</li>
<li>
<a href="#contact-us">Contact us</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-widget-custom mb-40 ">
<div class="footer-widget-title">
<h4>Our Working Flow step</h4>
</div>
<ul>
<li>
<a href="">Offer Creation</a>
</li>
<li>
<a href="">Buyer Notification</a>
</li>
<li>
<a href="">Asset Verification</a>
</li>
<li>
<a href="">Secure Payment Processing</a>
</li>
<li>
<a href="">Asset Delivery</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="copyright-area copyright1-area">
<div class="container">
<div class="copyright1-inner">
<div class="row align-items-center">
<div class="col-lg-3 col-md-6">
<div class="copyright-text copyright1-text"> © Copyrighted & Designed by <a href="https://www.linkedin.com/in/ahadali-webmaestro/">Ahad Ali</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="irc-item copyright-support copyright1-support copyright-support-lines">
<div class="irc-item-icon">
<i class="flaticon-support"></i>
</div>
<div class="irc-item-content">
<p>Have a question? Call us 24/7</p>
<a href="tel:+92 3256234131">+92 3256234131</a>
</div>
</div>
</div>
<div class="col-lg-5 col-md-12">
<form class="subscribe-form subscribe-form-copyright1">
<input type="text" placeholder="Enter email">
<button type="submit">Subscribe <i class="fas fa-paper-plane"></i>
</button>
</form>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- footer area end -->
<!-- pre loader area start -->
<div id="loading">
<div id="loading-center">
<div id="loading-center-absolute">
<div class="loading-icon text-center d-flex flex-column align-items-center justify-content-center">
<img class="loading-logo" src="assets/img/logo/preloader.svg" alt="">
</div>
</div>
</div>
</div>
<!-- pre loader area end -->
<!-- back to top start -->
<div class="progress-wrap">
<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" />
</svg>
</div>
<!-- back to top end -->
<!-- JS here -->
<script src="assets/js/vendor/jquery-3.6.0.min.js"></script>
<script src="assets/js/vendor/waypoints.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/meanmenu.js"></script>
<script src="assets/js/swiper-bundle.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/magnific-popup.min.js"></script>
<script src="assets/js/parallax.min.js"></script>
<script src="assets/js/backToTop.js"></script>
<script src="assets/js/cookie.js"></script>
<script src="assets/js/style-switcher.js"></script>
<script src="assets/js/nice-select.min.js"></script>
<script src="assets/js/parallax.js"></script>
<script src="assets/js/counterup.min.js"></script>
<script src="assets/js/jquery.countdown.min.js"></script>
<script src="assets/js/ajax-form.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/isotope.pkgd.min.js"></script>
<script src="assets/js/imagesloaded.pkgd.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>