-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
729 lines (658 loc) · 46.9 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
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- ===============================================-->
<!-- Document Title-->
<!-- ===============================================-->
<title>Skynet VPN | Landing & Corporate Template</title>
<!-- ===============================================-->
<!-- Favicons-->
<!-- ===============================================-->
<link rel="apple-touch-icon" sizes="180x180" href="public/assets/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="public/assets/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="public/assets/img/favicons/favicon-16x16.png">
<link rel="shortcut icon" type="image/x-icon" href="public/assets/img/favicons/favicon.ico">
<link rel="manifest" href="public/assets/img/favicons/manifest.json">
<meta name="msapplication-TileImage" content="public/assets/img/favicons/mstile-150x150.png">
<meta name="theme-color" content="#ffffff">
<!-- ===============================================-->
<!-- Stylesheets-->
<!-- ===============================================-->
<link href="public/assets/css/theme.css" rel="stylesheet" />
</head>
<body>
<!-- ===============================================-->
<!-- Main Content-->
<!-- ===============================================-->
<main class="main" id="top">
<nav class="navbar navbar-expand-lg navbar-light fixed-top py-3" data-navbar-on-scroll="data-navbar-on-scroll">
<div class="container"><a class="navbar-brand" href="#"><img src="public/assets/img/icons/logo.png" alt="" width="50" height="50" /><span class="text-1000 fs-1 ms-2 fw-medium">Skynet<span class="fw-bold"><span style="color: #426cc4;">VPN</span></span></span></a>
<button class="navbar-toggler collapsed" 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 mx-auto border-bottom border-lg-bottom-0 pt-2 pt-lg-0">
<li class="nav-item"><a class="nav-link active active" aria-current="page" href="#" style="color: #426cc4">About</a></li>
<li class="nav-item"><a class="nav-link" href="#">Features</a></li>
<li class="nav-item"><a class="nav-link" href="#">Pricing </a></li>
<li class="nav-item"><a class="nav-link" href="#">Testimonials</a></li>
<li class="nav-item"><a class="nav-link" href="#">Help </a></li>
</ul>
<form class="d-flex py-3 py-lg-0">
<button class="btn btn-link text-1000 fw-medium order-1 order-lg-0" type="button">Sign in</button>
<button style="border: 1px solid #426cc4; color: #000;"class="btn btn-outline-danger rounded-pill order-0" type="submit">Sign Up</button>
</form>
</div>
</div>
</nav>
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="pb-6">
<div class="container">
<div class="row flex-center">
<div class="col-lg-6 col-md-5 order-md-1"><img class="img-fluid" src="public/assets/img/illustrations/1.png" alt="" /></div>
<div class="col-md-7 col-lg-6 mt-5 text-center text-md-start">
<h1 class="fw-medium">Want anything to be<br />easy with <span class="fw-bold">Skynet VPN.</span></h1>
<p class="mt-3 mb-4">Provide a network for all your needs with ease and fun using <span class="fw-medium">Skynet VPN </span>discover interesting features from us. Most people make the mistake of forcing themselves to network. Or they pretend to be outgoing to make new connections. </p><a class="btn btn-lg btn-danger hover-top btn-glow" href="#">Get Started </a>
</div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="py-4">
<div class="container">
<div class="card py-5 border-0 shadow-sm">
<div class="card-body">
<div class="row">
<div class="col-4">
<div class="border-end d-flex justify-content-md-center">
<div class="mx-2 mx-md-0 me-md-5">
<div class="badge badge-circle bg-soft-danger">
<svg class="bi bi-person-fill" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#426cc4" viewBox="0 0 16 16">
<path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"></path>
</svg>
</div>
</div>
<div>
<p class="fw-bolder text-1000 mb-0">90+ </p>
<p class="mb-0">Users </p>
</div>
</div>
</div>
<div class="col-4">
<div class="border-end d-flex justify-content-md-center">
<div class="mx-2 mx-md-0 me-md-5">
<div class="badge badge-circle bg-soft-danger">
<svg class="bi bi-geo-alt-fill" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#426cc4" viewBox="0 0 16 16">
<path d="M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"></path>
</svg>
</div>
</div>
<div>
<p class="fw-bolder text-1000 mb-0">30+ </p>
<p class="mb-0">Users </p>
</div>
</div>
</div>
<div class="col-4">
<div class="d-flex justify-content-md-center">
<div class="mx-2 mx-md-0 me-md-5">
<div class="badge badge-circle bg-soft-danger">
<svg class="bi bi-hdd-stack-fill" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#426cc4" viewBox="0 0 16 16">
<path d="M2 9a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2H2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1z"></path>
</svg>
</div>
</div>
<div>
<p class="fw-bolder text-1000 mb-0">50+ </p>
<p class="mb-0">Users </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="pt-4 pt-md-6">
<div class="container">
<div class="row align-items-center">
<div class="col-md-5 col-lg-7 text-lg-center"><img class="img-fluid mb-5 mb-md-0" src="public/assets/img/illustrations/2.png" alt="" /></div>
<div class="col-md-7 col-lg-5 text-center text-md-start">
<h2>We Provide Many <br />Features You Can Use</h2>
<p> You can explore the features that we provide with fun and have their own functions each feature.</p>
<div class="d-flex">
<svg class="bi bi-check-circle-fill" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#2FAB73" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"></path>
</svg>
<p class="ms-2">Powerfull online protection.</p>
</div>
<div class="d-flex">
<svg class="bi bi-check-circle-fill" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#2FAB73" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"></path>
</svg>
<p class="ms-2">Internet without borders.</p>
</div>
<div class="d-flex">
<svg class="bi bi-check-circle-fill" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#2FAB73" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"></path>
</svg>
<p class="ms-2">Supercharged VPN.</p>
</div>
<div class="d-flex">
<svg class="bi bi-check-circle-fill" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#2FAB73" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"></path>
</svg>
<p class="ms-2">Internet without borders.</p>
</div>
</div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="bg-100 py-7">
<div class="container-lg">
<div class="row justify-content-center">
<div class="col-md-8 col-lg-5 text-center mb-3">
<h2>Choose Your Plan</h2>
<p>Let's choose the package that is best for you and explore it happily and cheerfully.</p>
</div>
</div>
<div class="row h-100 justify-content-center">
<div class="col-md-4 pt-4 px-md-2 px-lg-3">
<div class="card h-100">
<div class="card-body d-flex flex-column justify-content-around mx-auto">
<div class="text-center pt-5"><img class="img-fluid" src="public/assets/img/icons/pricing.png" alt="" />
<h5 class="my-4">Free Plan</h5>
</div>
<ul class="list-unstyled">
<li class="mb-3"><span class="me-2">
<svg class="bi bi-check" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#2FAB73" viewBox="0 0 16 16">
<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"></path>
</svg></span>Unlimited Bandwidth
</li>
<li class="mb-3"><span class="me-2">
<svg class="bi bi-check" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#2FAB73" viewBox="0 0 16 16">
<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"></path>
</svg></span>Encrypted Connection
</li>
<li class="mb-3"><span class="me-2">
<svg class="bi bi-check" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#2FAB73" viewBox="0 0 16 16">
<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"></path>
</svg></span>No Traffic Logs
</li>
<li class="mb-3"><span class="me-2">
<svg class="bi bi-check" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#2FAB73" viewBox="0 0 16 16">
<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"></path>
</svg></span>Works on All Devices
</li>
</ul>
<div class="text-center my-5">
<h2 class="mb-3">Free
</h2>
<button class="btn btn-outline-danger rounded-pill" type="submit">Sign Up </button>
</div>
</div>
</div>
</div>
<div class="col-md-4 pt-4 px-md-2 px-lg-3">
<div class="card h-100">
<div class="card-body d-flex flex-column justify-content-around mx-auto">
<div class="text-center pt-5"><img class="img-fluid" src="public/assets/img/icons/pricing.png" alt="" />
<h5 class="my-4">Standard Plan</h5>
</div>
<ul class="list-unstyled">
<li class="mb-3"><span class="me-2">
<svg class="bi bi-check" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#2FAB73" viewBox="0 0 16 16">
<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"></path>
</svg></span>Unlimited Bandwidth
</li>
<li class="mb-3"><span class="me-2">
<svg class="bi bi-check" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#2FAB73" viewBox="0 0 16 16">
<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"></path>
</svg></span>Encrypted Connection
</li>
<li class="mb-3"><span class="me-2">
<svg class="bi bi-check" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#2FAB73" viewBox="0 0 16 16">
<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"></path>
</svg></span>Yes Traffic Logs
</li>
<li class="mb-3"><span class="me-2">
<svg class="bi bi-check" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#2FAB73" viewBox="0 0 16 16">
<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"></path>
</svg></span>Works on All Devices
</li>
<li class="mb-3"><span class="me-2">
<svg class="bi bi-check" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#2FAB73" viewBox="0 0 16 16">
<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"></path>
</svg></span>Connect Anyware
</li>
</ul>
<div class="text-center my-5">
<h2 class="mb-3">$9<span class="text-900">/mo</span>
</h2>
<button class="btn btn-outline-danger rounded-pill" type="submit">Sign Up </button>
</div>
</div>
</div>
</div>
<div class="col-md-4 pt-4 px-md-2 px-lg-3">
<div class="card h-100">
<div class="card-body d-flex flex-column justify-content-around mx-auto">
<div class="text-center pt-5"><img class="img-fluid" src="public/assets/img/icons/pricing.png" alt="" />
<h5 class="my-4">Premium Plan</h5>
</div>
<ul class="list-unstyled">
<li class="mb-3"><span class="me-2">
<svg class="bi bi-check" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#2FAB73" viewBox="0 0 16 16">
<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"></path>
</svg></span>Unlimited Bandwidth
</li>
<li class="mb-3"><span class="me-2">
<svg class="bi bi-check" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#2FAB73" viewBox="0 0 16 16">
<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"></path>
</svg></span>Encrypted Connection
</li>
<li class="mb-3"><span class="me-2">
<svg class="bi bi-check" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#2FAB73" viewBox="0 0 16 16">
<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"></path>
</svg></span>Yes Traffic Logs
</li>
<li class="mb-3"><span class="me-2">
<svg class="bi bi-check" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#2FAB73" viewBox="0 0 16 16">
<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"></path>
</svg></span>Works on All Devices
</li>
<li class="mb-3"><span class="me-2">
<svg class="bi bi-check" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#2FAB73" viewBox="0 0 16 16">
<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"></path>
</svg></span>Connect Anyware
</li>
<li class="mb-3"><span class="me-2">
<svg class="bi bi-check" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#2FAB73" viewBox="0 0 16 16">
<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"></path>
</svg></span>Get New Features
</li>
</ul>
<div class="text-center my-5">
<h2 class="mb-3">$12<span class="text-900">/mo</span>
</h2>
<button class="btn btn-danger hover-top btn-glow rounded-pill border-0" type="submit">Sign Up</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="bg-100 py-7 text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 col-lg-5">
<h2>Huge Global Network<br />of Fast VPN</h2>
<p>See Skynet VPN everywhere to make it easier for you when you move locations.</p>
</div>
<div class="pt-8"><img class="img-fluid" src="public/assets/img/gallery/map.png" alt="" /></div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="py-5 bg-100">
<div class="container">
<div class="row justify-content-center">
<div class="col-6 col-sm-4 col-md-2 mb-2 mb-md-0"><img class="img-fluid" src="public/assets/img/gallery/netflix.png" alt="" height="50" /></div>
<div class="col-6 col-sm-4 col-md-2 mb-2 mb-md-0"><img class="img-fluid" src="public/assets/img/gallery/reddit.png" alt="" height="50" /></div>
<div class="col-6 col-sm-4 col-md-2 mb-2 mb-md-0"><img class="img-fluid" src="public/assets/img/gallery/amazon.png" alt="" height="50" /></div>
<div class="col-6 col-sm-4 col-md-2 mb-2 mb-sm-0"><img class="img-fluid" src="public/assets/img/gallery/discord.png" alt="" height="50" /></div>
<div class="col-6 col-sm-4 col-md-2 mb-2 mb-sm-0"><img class="img-fluid" src="public/assets/img/gallery/spotify.png" alt="" height="50" /></div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="py-7">
<div class="container">
<div class="row flex-center">
<div class="col-md-8 col-lg-5 text-center">
<h2>Trusted by Thousands of<br />Happy Customer</h2>
<p>These are the stories of our customers who have joined us with great pleasure when using this crazy feature.</p>
</div>
</div>
<div class="carousel slide pt-6" id="carouselExampleDark" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="10000">
<div class="row h-100">
<div class="col-md-4 mb-3 mb-md-0">
<div class="card h-100">
<div class="card-body">
<div class="d-flex justify-content-between align-items-center">
<div class="d-flex align-items-center"><img class="img-fluid" src="public/assets/img/gallery/user-1.png" alt="" />
<div class="flex-1 ms-3">
<h6 class="mb-0 fs--1 text-1000 fw-medium">Viezh Robert</h6>
<p class="fs--2 fw-normal mb-0">arsaw, Poland</p>
</div>
</div>
<div class="d-flex align-items-center"><span class="text-900 me-3">4.5</span>
<svg class="bi bi-star-fill" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#FEA250" viewBox="0 0 16 16">
<path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.283.95l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"> </path>
</svg>
</div>
</div>
<p class="card-text pt-3">“Wow...I am very happy to use this VPN, it turned out to be more than my expectations and so far there have been no problems. Skynet VPN always the best”.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card h-100">
<div class="card-body">
<div class="d-flex justify-content-between align-items-center">
<div class="d-flex align-items-center"><img class="img-fluid" src="public/assets/img/gallery/user-2.png" alt="" />
<div class="flex-1 ms-3">
<h6 class="mb-0 fs--1 text-1000 fw-medium">Kim Young Jou</h6>
<p class="fs--2 fw-normal mb-0">Seoul, South Korea</p>
</div>
</div>
<div class="d-flex align-items-center"><span class="text-900 me-3">5</span>
<svg class="bi bi-star-fill" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#FEA250" viewBox="0 0 16 16">
<path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.283.95l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"> </path>
</svg>
</div>
</div>
<p class="card-text pt-3">“I like it because I like to travel far and still can connect with high speed.”</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card h-100">
<div class="card-body">
<div class="d-flex justify-content-between align-items-center">
<div class="d-flex align-items-center"><img class="img-fluid" src="public/assets/img/gallery/user-3.png" alt="" />
<div class="flex-1 ms-3">
<h6 class="mb-0 fs--1 text-1000 fw-medium">Viezh Robert</h6>
<p class="fs--2 fw-normal mb-0">Shanxi, China</p>
</div>
</div>
<div class="d-flex align-items-center"><span class="text-900 me-3">4.8</span>
<svg class="bi bi-star-fill" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#FEA250" viewBox="0 0 16 16">
<path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.283.95l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"> </path>
</svg>
</div>
</div>
<p class="card-text pt-3">like it because I like to travel far and still can connect with high speed”.</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item" data-bs-interval="2000">
<div class="row h-100">
<div class="col-md-4 mb-3 mb-md-0">
<div class="card h-100">
<div class="card-body">
<div class="d-flex justify-content-between align-items-center">
<div class="d-flex align-items-center"><img class="img-fluid" src="public/assets/img/gallery/user-1.png" alt="" />
<div class="flex-1 ms-3">
<h6 class="mb-0 fs--1 text-1000 fw-medium">Viezh Robert</h6>
<p class="fs--2 fw-normal mb-0">arsaw, Poland</p>
</div>
</div>
<div class="d-flex align-items-center"><span class="text-900 me-3">4.5</span>
<svg class="bi bi-star-fill" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#FEA250" viewBox="0 0 16 16">
<path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.283.95l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"> </path>
</svg>
</div>
</div>
<p class="card-text pt-3">“Wow...I am very happy to use this VPN, it turned out to be more than my expectations and so far there have been no problems. Skynet VPN always the best”.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card h-100">
<div class="card-body">
<div class="d-flex justify-content-between align-items-center">
<div class="d-flex align-items-center"><img class="img-fluid" src="public/assets/img/gallery/user-2.png" alt="" />
<div class="flex-1 ms-3">
<h6 class="mb-0 fs--1 text-1000 fw-medium">Kim Young Jou</h6>
<p class="fs--2 fw-normal mb-0">Seoul, South Korea</p>
</div>
</div>
<div class="d-flex align-items-center"><span class="text-900 me-3">5</span>
<svg class="bi bi-star-fill" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#FEA250" viewBox="0 0 16 16">
<path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.283.95l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"> </path>
</svg>
</div>
</div>
<p class="card-text pt-3">“I like it because I like to travel far and still can connect with high speed.”</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card h-100">
<div class="card-body">
<div class="d-flex justify-content-between align-items-center">
<div class="d-flex align-items-center"><img class="img-fluid" src="public/assets/img/gallery/user-3.png" alt="" />
<div class="flex-1 ms-3">
<h6 class="mb-0 fs--1 text-1000 fw-medium">Viezh Robert</h6>
<p class="fs--2 fw-normal mb-0">Shanxi, China</p>
</div>
</div>
<div class="d-flex align-items-center"><span class="text-900 me-3">4.8</span>
<svg class="bi bi-star-fill" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#FEA250" viewBox="0 0 16 16">
<path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.283.95l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"> </path>
</svg>
</div>
</div>
<p class="card-text pt-3">like it because I like to travel far and still can connect with high speed”.</p>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row h-100">
<div class="col-md-4 mb-3 mb-md-0">
<div class="card h-100">
<div class="card-body">
<div class="d-flex justify-content-between align-items-center">
<div class="d-flex align-items-center"><img class="img-fluid" src="public/assets/img/gallery/user-1.png" alt="" />
<div class="flex-1 ms-3">
<h6 class="mb-0 fs--1 text-1000 fw-medium">Viezh Robert</h6>
<p class="fs--2 fw-normal mb-0">arsaw, Poland</p>
</div>
</div>
<div class="d-flex align-items-center"><span class="text-900 me-3">4.5</span>
<svg class="bi bi-star-fill" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#FEA250" viewBox="0 0 16 16">
<path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.283.95l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"> </path>
</svg>
</div>
</div>
<p class="card-text pt-3">“Wow...I am very happy to use this VPN, it turned out to be more than my expectations and so far there have been no problems. Skynet VPN always the best”.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card h-100">
<div class="card-body">
<div class="d-flex justify-content-between align-items-center">
<div class="d-flex align-items-center"><img class="img-fluid" src="assets/img/gallery/user-2.png" alt="" />
<div class="flex-1 ms-3">
<h6 class="mb-0 fs--1 text-1000 fw-medium">Kim Young Jou</h6>
<p class="fs--2 fw-normal mb-0">Seoul, South Korea</p>
</div>
</div>
<div class="d-flex align-items-center"><span class="text-900 me-3">5</span>
<svg class="bi bi-star-fill" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#FEA250" viewBox="0 0 16 16">
<path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.283.95l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"> </path>
</svg>
</div>
</div>
<p class="card-text pt-3">“I like it because I like to travel far and still can connect with high speed.”</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card h-100">
<div class="card-body">
<div class="d-flex justify-content-between align-items-center">
<div class="d-flex align-items-center"><img class="img-fluid" src="public/assets/img/gallery/user-3.png" alt="" />
<div class="flex-1 ms-3">
<h6 class="mb-0 fs--1 text-1000 fw-medium">Viezh Robert</h6>
<p class="fs--2 fw-normal mb-0">Shanxi, China</p>
</div>
</div>
<div class="d-flex align-items-center"><span class="text-900 me-3">4.8</span>
<svg class="bi bi-star-fill" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#FEA250" viewBox="0 0 16 16">
<path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.283.95l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"> </path>
</svg>
</div>
</div>
<p class="card-text pt-3">like it because I like to travel far and still can connect with high speed”.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row px-3 px-md-0 mt-4">
<div class="col-6 position-relative">
<ol class="carousel-indicators">
<li class="active" data-bs-target="#carouselExampleDark" data-bs-slide-to="0"></li>
<li data-bs-target="#carouselExampleDark" data-bs-slide-to="1"></li>
<li data-bs-target="#carouselExampleDark" data-bs-slide-to="2"></li>
</ol>
</div>
<div class="col-6 position-relative"><a class="carousel-control-prev carousel-icon z-index-2" href="#carouselExampleDark" role="button" data-bs-slide="prev"><span style="color: #426cc4;"class="carousel-control-prev-icon" aria-hidden="true"></span><span class="visually-hidden">Previous</span></a><a class="carousel-control-next carousel-icon z-index-2" href="#carouselExampleDark" role="button" data-bs-slide="next"><span class="carousel-control-next-icon" aria-hidden="true"></span><span class="visually-hidden">Next</span></a></div>
</div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="py-5 z-index-1" style="margin-bottom: -10rem">
<div class="container">
<div class="card py-5 px-5 border-0 shadow-sm">
<div class="card-body">
<div class="row flex-center">
<div class="col-12 col-lg-6 text-lg-start">
<h2>Subscribe Now for <br />Get Special Features!</h2>
<p class="mb-lg-0">Let's subscribe with us and find the fun.</p>
</div>
<div class="col-12 col-lg-6 text-lg-end"><a class="btn btn-lg btn-danger hover-top btn-glow text-end" href="#">Subscribe Now</a></div>
</div>
</div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="bg-200 pt-9 pb-0">
<div class="container">
<div class="row">
<div class="col-12 col-lg-4 mb-3"><a href="#"><img class="d-inline-block align-middle" src="public/assets/img/icons/logo.png" alt="" width="30" /><span class="d-inline-block text-1000 fs-1 ms-2 fw-medium lh-base">Skynet<span class="fw-bold">VPN</span></span></a>
<p class="my-3"> <span class="fw-medium">Skynet VPN </span>is a private virtual network that<br />has unique features and has high security. </p>
<ul class="list-unstyled list-inline">
<li class="list-inline-item"><a class="text-decoration-none" href="#!">
<svg class="bi bi-facebook" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#426cc4" viewBox="0 0 16 16">
<path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"></path>
</svg></a></li>
<li class="list-inline-item"><a href="#!">
<svg class="bi bi-twitter" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#426cc4" viewBox="0 0 16 16">
<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"></path>
</svg></a></li>
<li class="list-inline-item"><a href="#!">
<svg class="bi bi-instagram" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#426cc4" viewBox="0 0 16 16">
<path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"> </path>
</svg></a></li>
</ul>
<p class="text-400 my-3">© 2022 Skynet VPN</p>
</div>
<div class="col-6 col-sm-4 col-lg-3 mb-3">
<h5 class="lh-lg">product </h5>
<ul class="list-unstyled mb-md-4 mb-lg-0">
<li class="lh-lg"><a class="text-900 text-decoration-none" href="#!">Download</a></li>
<li class="lh-lg"><a class="text-900 text-decoration-none" href="#!">Pricing</a></li>
<li class="lh-lg"><a class="text-900 text-decoration-none" href="#!">Locations</a></li>
<li class="lh-lg"><a class="text-900 text-decoration-none" href="#!">Server</a></li>
<li class="lh-lg"><a class="text-900 text-decoration-none" href="#!">Countries</a></li>
<li class="lh-lg"><a class="text-900 text-decoration-none" href="#!">Blog</a></li>
</ul>
</div>
<div class="col-6 col-sm-4 col-lg-3 mb-3">
<h5 class="lh-lg">Engage</h5>
<ul class="list-unstyled mb-md-4 mb-lg-0">
<li class="lh-lg"><a class="text-900 text-decoration-none" href="#!">Skynet VPN ?</a></li>
<li class="lh-lg"><a class="text-900 text-decoration-none" href="#!">FAQ</a></li>
<li class="lh-lg"><a class="text-900 text-decoration-none" href="#!">Tutorials</a></li>
<li class="lh-lg"><a class="text-900 text-decoration-none" href="#!">About Us</a></li>
<li class="lh-lg"><a class="text-900 text-decoration-none" href="#!">Privacy Policy </a></li>
<li class="lh-lg"><a class="text-900 text-decoration-none" href="#!">Terms of Service</a></li>
</ul>
</div>
<div class="col-12 col-sm-4 col-lg-2 mb-3 ps-xxl-7 ps-xl-5">
<h5 class="lh-lg">Earn Money </h5>
<ul class="list-unstyled mb-md-4 mb-lg-0">
<li class="lh-lg"><a class="text-900 text-decoration-none" href="#!">Affiliate</a></li>
<li class="lh-lg"><a class="text-900 text-decoration-none" href="#!">Become Partner</a></li>
</ul>
</div>
<hr class="opacity-25" />
<div class="text-400 text-center">
<p>This template is made with
<svg class="bi bi-suit-heart-fill" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#426cc4" viewBox="0 0 16 16">
<path d="M4 1c2.21 0 4 1.755 4 3.92C8 2.755 9.79 1 12 1s4 1.755 4 3.92c0 3.263-3.234 4.414-7.608 9.608a.513.513 0 0 1-.784 0C3.234 9.334 0 8.183 0 4.92 0 2.755 1.79 1 4 1z"></path>
</svg> by <a class="text-900" href="https://anthonysdigital.net/" target="_blank">Anthony Smith</a>
</p>
</div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
</main>
<!-- ===============================================-->
<!-- End of Main Content-->
<!-- ===============================================-->
<!-- ===============================================-->
<!-- JavaScripts-->
<!-- ===============================================-->
<script src="public/vendors/@popperjs/popper.min.js"></script>
<script src="public/vendors/bootstrap/bootstrap.min.js"></script>
<script src="public/vendors/is/is.min.js"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=window.scroll"></script>
<script src="public/assets/js/theme.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
</body>
</html>