-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
926 lines (891 loc) · 41.6 KB
/
index.html
File metadata and controls
926 lines (891 loc) · 41.6 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
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
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="author" content="Softnio" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="images/favicon-1.png" />
<title>
Free Counter-Strike 2, CS2 Server Hosting - Elevate Your CS2 Gaming Experience
</title>
<link rel="stylesheet" href="assets/css/style-1.css?v1.5.0" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0F4M81XXSF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0F4M81XXSF');
</script>
</head>
<body class="nk-body is-dark" data-menu-collapse="lg">
<div class="nk-app-root has-mask">
<div class="nk-mask bg-pattern-dot-white-sm"></div>
<header class="nk-header has-shape">
<div
class="nk-shape bg-shape-blur-q mt-n20p ms-10p start-50 translate-middle-x"
></div>
<div
class="nk-shape bg-shape-blur-r mt-n10p ms-n10p start-50 translate-middle-x"
></div>
<div
class="nk-shape bg-shape-border-a mt-n10 ms-40p start-50 top-100 translate-middle-x"
></div>
<div
class="nk-shape bg-shape-border-b mt-n9 ms-30p start-50 translate-middle-x"
></div>
<div
class="nk-shape bg-shape-border-c mt-12 ms-n40p start-50 translate-middle-x"
></div>
<div
class="nk-header-main nk-menu-main will-shrink is-transparent ignore-mask"
>
<div class="container">
<div class="nk-header-wrap">
<div class="nk-header-logo">
<a href="index.html" class="logo-link"
><div class="logo-wrap">
<img
class="logo-img logo-light"
src="images/logo-1.png"
srcset="images/logo2x-1.png 2x"
alt=""
/><img
class="logo-img logo-dark"
src="images/logo-dark-1.png"
srcset="images/logo-dark2x-1.png 2x"
alt=""
/></div
></a>
</div>
<div class="nk-header-toggle">
<button class="dark-mode-toggle dark-active">
<em class="off icon ni ni-sun-fill"></em
><em class="on icon ni ni-moon-fill"></em></button
><button class="btn btn-light btn-icon header-menu-toggle">
<em class="icon ni ni-menu"></em>
</button>
</div>
<nav class="nk-header-menu nk-menu">
<ul class="nk-menu-list mx-auto">
<li class="nk-menu-item">
<a href="best-counter-strike-2-cs2-server-hosting-providers.html" class="nk-menu-link"
><span class="nk-menu-text">Blog</span></a
>
</li>
<li class="nk-menu-item">
<a href="#" class="nk-menu-link"
><span class="nk-menu-text"> CS2 Server Rcon Panel</span></a
>
</li>
</ul>
<div class="mx-2 d-none d-lg-block">
<button class="dark-mode-toggle dark-active">
<em class="off icon ni ni-sun-fill"></em
><em class="on icon ni ni-moon-fill"></em>
</button>
</div>
<ul class="nk-menu-buttons flex-lg-row-reverse">
<li><a href="#" class="btn btn-primary">Start Writing</a></li>
<li>
<a class="link link-dark" href="#">Login </a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="nk-hero pt-4 pt-lg-6 pt-xl-12 pb-xl-4">
<div class="container">
<div
class="row g-gs align-items-center justify-content-center justify-content-xl-between flex-xl-row-reverse text-center text-xl-start"
>
<div class="col-xl-6 col-xxl-5 col-lg-7 col-md-10">
<div class="nk-hero-gfx me-xxl-n7">
<div class="p-1 rounded-3 bg-gradient-primary">
<video class="w-100 rounded-3" controls>
<source src="https://cdn.akamai.steamstatic.com/steam/apps/256972298/movie480_vp9.webm?t=1696005467" type="video/webm">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
<div class="col-xxl-7 col-xl-6 col-lg-11">
<div class="nk-hero-content">
<h5 class="text-uppercase fw-normal mb-3">
Dedicated CS2 Server
</h5>
<h1 class="title mb-3 mb-lg-4">
Free Counter-Strike 2 Server Hosting
<span class="text-gradient-primary"> Elevate Your CS2 Gaming Experience
</span>
</h1>
<p class="lead">
Welcome to the premier destination for Counter-Strike 2 server hosting. We understand that hosting a CS2 server is more than just setting up a game. It's about delivering the ultimate gaming experience to your community, friends, and fellow gamers. Our dedicated CS2 server hosting service is here to make it happen. Join us to explore a new level of gameplay, reliability, and performance.
</p>
<ul class="btn-list btn-list-inline py-3 gy-3">
<li>
<a href="#" class="btn btn-primary btn-lg"
><em class="icon ni ni-google"></em
><span> Get your free Counter Strike Server </span></a
>
</li>
<li>
<a href="#" class="btn btn-light btn-lg"
><span>Order Server Now</span>
<em class="icon ni ni-arrow-long-right"></em
></a>
</li>
</ul>
<p class="sub-text mt-2">
<strong>*100% free </strong> to get started. No credit card
required.
</p>
</div>
</div>
</div>
</div>
</div>
</header>
<main class="nk-pages">
<!--Quick Features start-->
<section class="section section-bottom-0 section-lg">
<div class="container">
<div class="section-head">
<div class="row justify-content-center text-center">
<div class="col-lg-9 col-xl-8 col-xxl-7">
<h6 class="overline-title text-tertiary">SEE HOW IT WORKS</h6>
<h2 class="title">Why Choose us for your CS2 hosting</h2>
<p class="lead">
Unlock the full potential of your Counter-Strike 2 gameplay with our tailored hosting solutions. Discover the advantages that set us apart and make us the ideal choice for your CS2 server needs.
</p>
</div>
</div>
</div>
<div class="section-content">
<div class="row g-gs">
<div class="col-md-6 col-xl-4">
<div class="card rounded-4 border-0 h-100">
<div class="card-body">
<div class="feature">
<div class="feature-media">
<div
class="media media-middle media-xl text-info bg-info bg-opacity-20 rounded-3"
>
<em class="icon ni ni-text2"></em>
</div>
</div>
<div class="feature-text">
<h4 class="title">State-of-the-Art Hardware</h4>
<p>
Our hosting utilizes the latest high-performance hardware to ensure lag-free and smooth gameplay in CS2.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-xl-4">
<div class="card rounded-4 border-0 h-100">
<div class="card-body">
<div class="feature">
<div class="feature-media">
<div
class="media media-middle media-xl text-primary bg-primary bg-opacity-20 rounded-3"
>
<em class="icon ni ni-speed"></em>
</div>
</div>
<div class="feature-text">
<h4 class="title">Optimized for CS2</h4>
<p>
Our servers are specifically configured to offer the best possible performance for Counter-Strike 2. We understand the unique requirements of CS2 gameplay, ensuring you get the most immersive and responsive experience.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-xl-4">
<div class="card rounded-4 border-0 h-100">
<div class="card-body">
<div class="feature">
<div class="feature-media">
<div
class="media media-middle media-xl text-indigo bg-indigo bg-opacity-20 rounded-3"
>
<em class="icon ni ni-spark"></em>
</div>
</div>
<div class="feature-text">
<h4 class="title">Reliable Support</h4>
<p>
Our 24/7 support team is staffed by experienced professionals who are passionate about gaming. We're ready to assist you with any issues, questions, or customization needs, ensuring that your CS2 server runs smoothly.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section-content">
<div class="row gx-gs gy-6 align-items-xl-center">
<div class="col-xl-7 col-lg-7">
<div class="block-gfx pe-xl-4">
<div class="row rounded-4">
<video autoplay="" loop="" muted="" >
<source src="https://xgamingserver.com/img/xgamingserver-panel.webm" type="video/webm">
</video>
</div>
</div>
</div>
<div class="col-xl-5 col-lg-5">
<ul class="gap gy-gs">
<li>
<h6 class="overline-title text-tertiary"> 1</h6>
<h3 class="title">Easy Configuration</h3>
<p>
We provide an intuitive control panel that makes managing your CS2 server a breeze. Whether you're a seasoned server admin or a newbie, our user-friendly interface will simplify server setup and maintenance.
</p>
</li>
<li>
<h6 class="overline-title text-tertiary">2</h6>
<h3 class="title">Customization and full control of server</h3>
<p>
Tailor your CS2 server with ease, adjusting settings, mods, and maps to suit your preferences.
</p>
</li>
<li>
<h6 class="overline-title text-tertiary"> 3</h6>
<h3 class="title">Custom CS2 panel </h3>
<p>
MYSQL databases, invite users, create schedules, Mod Manager and much more
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!--Quick Features end-->
<!--Pricing start-->
<section class="section section-lg section-bottom-0">
<div class="container">
<div class="section-head">
<div class="row justify-content-center text-center">
<div class="col-lg-9 col-xl-7 col-xxl-8">
<h2 class="title h1">
Plans that best suit your gaming requirements
</h2>
<p class="lead px-lg-10 px-xxl-9">
Our CS2 server hosting packages are competitively priced to suit all budgets. Choose a plan that works best for your needs, whether you're hosting a small community server or a large esports event.
</p>
</div>
</div>
</div>
<div class="section-content">
<div class="row g-gs justify-content-center">
<div class="col-lg-4">
<div class="pricing shadow-none">
<div
class="pricing-body p-5 bg-gradient-light d-md-flex d-lg-block h-100"
>
<div
class="position-relative w-md-50 w-lg-100 pe-md-5 pe-lg-0 d-md-flex d-lg-block flex-column align-items-start"
>
<div
class="badge bg-primary rounded-pill position-absolute position-md-static position-lg-absolute top-0 end-0 mb-3 px-2"
>
Most Popular
</div>
<div class="fs-6 mb-2">Silver</div>
<h5 class="mb-3">Unlimited Words</h5>
<h3 class="h2 mb-4 mt-auto">
$139
<span class="caption-text text-muted"> / month</span>
</h3>
<a
href="#"
class="btn btn-lg btn-block btn-primary rounded-1"
><span>Start free trial today</span
><em class="icon ni ni-arrow-long-right"></em
></a>
</div>
<ul
class="list list-sap-border gx-0 gy-3 pt-5 pt-md-0 pt-lg-5 w-md-50 w-lg-100"
>
<li>
<em class="icon ni ni-check text-primary"></em>
<span
><strong>20,000</strong> Monthly Word Limit</span
>
</li>
<li>
<em class="icon ni ni-check text-primary"></em>
<span><strong>10+</strong> Templates</span>
</li>
<li>
<em class="icon ni ni-check text-primary"></em>
<span>50+ Languages</span>
</li>
<li>
<em class="icon ni ni-check text-primary"></em>
<span>Advance Editor Tool</span>
</li>
<li>
<em class="icon ni ni-check text-primary"></em>
<span>Regular Technical Support</span>
</li>
<li>
<em class="icon ni ni-check text-primary"></em>
<span>Unlimited Logins</span>
</li>
<li>
<em class="icon ni ni-check text-primary"></em>
<span>Newest Features</span>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 order-lg-first">
<div class="pricing shadow-none">
<div class="pricing-body p-5 bg-gradient-light">
<div class="position-relative">
<div
class="badge bg-dark bg-opacity-30 border border-white border-opacity-10 rounded-pill position-absolute top-0 end-0 px-2"
>
Active
</div>
<div class="fs-6 mb-2">Basic</div>
<h5 class="mb-3">Limited Words</h5>
<h3 class="h2 mb-4">Free</h3>
<a
href="#"
class="btn btn-lg btn-block bg-dark bg-opacity-30 text-white hover-bg-primary rounded-1"
><span>Start free trial today</span
><em class="icon ni ni-arrow-long-right"></em
></a>
</div>
<ul class="list list-sap-border gx-0 gy-3 pt-5">
<li>
<em class="icon ni ni-check text-primary"></em>
<span><strong>5,000</strong> Monthly Word Limit</span>
</li>
<li>
<em class="icon ni ni-check text-primary"></em>
<span><strong>5+</strong> Templates</span>
</li>
<li>
<em class="icon ni ni-check text-primary"></em>
<span>50+ Languages</span>
</li>
<li>
<em class="icon ni ni-check text-primary"></em>
<span>Advance Editor Tool</span>
</li>
<li>
<em class="icon ni ni-check text-primary"></em>
<span>Regular Technical Support</span>
</li>
<li>
<em class="icon ni ni-check text-primary"></em>
<span>Unlimited Logins</span>
</li>
<li>
<em class="icon ni ni-check text-primary"></em>
<span>Newest Features</span>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="pricing shadow-none">
<div class="pricing-body p-5 bg-gradient-light">
<div class="position-relative">
<div class="fs-6 mb-2">Diamond</div>
<h5 class="mb-3">Customized Plan</h5>
<h3 class="h2 mb-4">
$269
<span class="caption-text text-muted"> / month</span>
</h3>
<a
href="#"
class="btn btn-lg btn-block bg-dark bg-opacity-30 text-white hover-bg-primary rounded-1"
><span>Start free trial today</span
><em class="icon ni ni-arrow-long-right"></em
></a>
</div>
<ul class="list list-sap-border gx-0 gy-3 pt-5">
<li>
<em class="icon ni ni-check text-primary"></em>
<span
><strong>50,000</strong> Monthly Word Limit</span
>
</li>
<li>
<em class="icon ni ni-check text-primary"></em>
<span><strong>15+</strong> Templates</span>
</li>
<li>
<em class="icon ni ni-check text-primary"></em>
<span>50+ Languages</span>
</li>
<li>
<em class="icon ni ni-check text-primary"></em>
<span>Advance Editor Tool</span>
</li>
<li>
<em class="icon ni ni-check text-primary"></em>
<span>Regular Technical Support</span>
</li>
<li>
<em class="icon ni ni-check text-primary"></em>
<span>Unlimited Logins</span>
</li>
<li>
<em class="icon ni ni-check text-primary"></em>
<span>Newest Features</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--pricing end-->
<!--global locations-->
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-11 col-xl-10 col-xxl-9">
<div class="nk-hero-content py-5 py-lg-6">
<h2 class="title mb-3 mb-lg-4 display-6">
Global Coverage: Gaming Servers in 5 Regions
<div class="text-gradient-primary">
<span
class="type-init"
data-strings='"East Coast USA", "West Coast USA", "Europe-Germany","Oceania-Australia","Singapore" '
></span>
</div>
</h2>
<p class="lead px-md-8 px-lg-6 px-xxl-12 mb-4 mb-lg-5">
Our commitment to global coverage means your gaming community can thrive no matter where you are. Our game servers are strategically located in five key regions, including East and West Coast North America, Europe, Singapore, and Australia. We're dedicated to expanding our reach, with more datacenters coming soon to further enhance your gaming experience. Whether you're in North America, Europe, Asia, or Down Under, we've got your CS2 server needs covered.
</p>
<div class="nk-hero-gfx position-relative">
<img
class="w-100 rounded-4"
src="images/gfx/banner/c-1.jpg"
alt=""
/>
</div>
</div>
</div>
</div>
</div>
<!--Global locations-->
<!-- <section class="section section-lg section-bottom-0 has-shape">
<div
class="nk-shape bg-shape-border-f ms-40p mt-8 start-50 translate-middle-x"
></div>
<div class="container">
<div class="section-head">
<div class="row justify-content-center text-center">
<div class="col-lg-10 col-xl-9 col-xxl-8">
<h2 class="title h1">See what AI writers have to say</h2>
<p class="lead px-xxl-10">
This is a straightforward and commonly used header that lets
customers know they are looking at different pricing
options.
</p>
</div>
</div>
</div>
<div class="section-content">
<div class="row g-gs" data-masonry='{"percentPosition": true }'>
<div class="col-xl-4 col-md-6">
<div
class="card border-0 shadow-none rounded-4 bg-gradient-light"
>
<div class="card-body">
<div class="d-flex pb-5">
<div
class="media media-lg media-middle media-lg rounded-pill"
>
<img src="images/avatar/author/sm-e-1.jpg" alt="" />
</div>
<div class="media-info ms-3">
<h5 class="mb-1">Ozioma Egwuonwu</h5>
<div class="sub-text">CEO at Hire & Retain</div>
</div>
</div>
<h4 class="title mb-3">Great app - Easy to use</h4>
<p>
Great value and so easy to use and saves me so much
time! I was shocked by how much time and brain energy it
saved me. Simple & easy...gotta love that. ✌️
</p>
</div>
</div>
</div>
<div class="col-xl-4 col-md-6">
<div
class="card border-0 shadow-none rounded-4 bg-gradient-light"
>
<div class="card-body">
<div class="d-flex pb-5">
<div
class="media media-lg media-middle media-lg rounded-pill"
>
<img src="images/avatar/author/sm-m-1.jpg" alt="" />
</div>
<div class="media-info ms-3">
<h5 class="mb-1">Frances Burns</h5>
<div class="sub-text">CEO at Hire & Retain</div>
</div>
</div>
<h4 class="title mb-3">
Like the name the Software also very SIMPLE to use
</h4>
<p>
I was impressed I have to say, from the time it took me
to come up with this stuff, your system improved my
productivity. I think you have a creative tool, properly
postured, it can generate alot of positive impact.
</p>
</div>
</div>
</div>
<div class="col-xl-4 col-md-6">
<div
class="card border-0 shadow-none rounded-4 bg-gradient-light"
>
<div class="card-body">
<div class="d-flex pb-5">
<div
class="media media-lg media-middle media-lg rounded-pill"
>
<img src="images/avatar/author/sm-b-1.jpg" alt="" />
</div>
<div class="media-info ms-3">
<h5 class="mb-1">Ben Tortora</h5>
<div class="sub-text">CEO at Hire & Retain</div>
</div>
</div>
<h4 class="title mb-3">
Just wanna shout out the whole team for this amazing
tool
</h4>
<p>
I love it! The simplicity of writing and designing in
one app 🎉 Makes social media marketing a breeze ❤️
</p>
</div>
</div>
</div>
<div class="col-xl-4 col-md-6">
<div
class="card border-0 shadow-none rounded-4 bg-gradient-light"
>
<div class="card-body">
<div class="d-flex pb-5">
<div
class="media media-lg media-middle media-lg rounded-pill"
>
<img src="images/avatar/author/sm-n-1.jpg" alt="" />
</div>
<div class="media-info ms-3">
<h5 class="mb-1">Derek Gehl</h5>
<div class="sub-text">CEO at Hire & Retain</div>
</div>
</div>
<h4 class="title mb-3">
Time Saving and Better Than PLR Content
</h4>
<p>
CpoyGen is a fantastic tool for writing product
descriptions and getting started on blog posts. No
longer do I have to stare at a blank screen trying to
figure out how to flesh out a topic beyond 50 words. For
me, CopyGen replaces buying PLR content that I would
similarly edit and personalize. This saves me time
because I can actually tailor to my keyword and niche
needs.
</p>
</div>
</div>
</div>
<div class="col-xl-4 col-md-6">
<div
class="card border-0 shadow-none rounded-4 bg-gradient-light"
>
<div class="card-body">
<div class="d-flex pb-5">
<div
class="media media-lg media-middle media-lg rounded-pill"
>
<img src="images/avatar/author/sm-p-1.jpg" alt="" />
</div>
<div class="media-info ms-3">
<h5 class="mb-1">Martin Schoel</h5>
<div class="sub-text">CEO at Hire & Retain</div>
</div>
</div>
<h4 class="title mb-3">
They've hit a home run with this AI tool
</h4>
<p>
I was literally speechless from the originality of the
content that my very first CopyGen test was able to
produce from only a small sample of my original content.
I was anticipating useless gibberish, but was instead
genuinely dumbfounded. I stared at it in amazement for a
solid 3 minutes while the idea machine in my head spun
wildly, and I contemplated
</p>
</div>
</div>
</div>
<div class="col-xl-4 col-md-6">
<div
class="card border-0 shadow-none rounded-4 bg-gradient-light"
>
<div class="card-body">
<div class="d-flex pb-5">
<div
class="media media-lg media-middle media-lg rounded-pill"
>
<img src="images/avatar/author/sm-o-1.jpg" alt="" />
</div>
<div class="media-info ms-3">
<h5 class="mb-1">Merri Evans</h5>
<div class="sub-text">CEO at Hire & Retain</div>
</div>
</div>
<h4 class="title mb-3">
A year of organic marketing in about 30 minutes
</h4>
<p>
Writing articles has never been easier for me. Since I
started using CopyGen, I only need a few minutes 🎉
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- <section class="section section-lg has-shape">
<div
class="nk-shape bg-shape-border-e ms-n25p mt-2 start-50 translate-middle-x"
></div>
<div class="container">
<div
class="nk-shape bg-shape-wormhole-a mt-n45p mt-xl-n40p mt-xxl-n35p ms-2 start-50 top-100 translate-middle-x"
></div>
<div class="section-head">
<div class="row justify-content-center text-center">
<div class="col-lg-9 col-xl-7 col-xxl-8">
<h2 class="title h1">Questions & Answers</h2>
<p class="lead px-lg-10 px-xxl-9">
This is a straightforward and commonly used header that lets
customers know they are looking at different pricing
options.
</p>
</div>
</div>
</div>
<div class="section-content">
<div class="row g-gs justify-content-center">
<div class="col-xl-9 col-xxl-8">
<div class="accordion accordion-separated" id="faq-1">
<div class="accordion-item border-0 bg-gradient-light">
<h2 class="accordion-header">
<button
class="accordion-button"
data-bs-toggle="collapse"
data-bs-target="#faq-1-1"
>
What is a copy?
</button>
</h2>
<div
id="faq-1-1"
class="accordion-collapse collapse show"
data-bs-parent="#faq-1"
>
<div class="accordion-body">
Yes, you can write long articel for your blog posts,
product descriptions or any long article with CopyGen.
We're always updating our template and tools, so let
us know what are expecting!
</div>
</div>
</div>
<div class="accordion-item border-0 bg-gradient-light">
<h2 class="accordion-header">
<button
class="accordion-button collapsed"
data-bs-toggle="collapse"
data-bs-target="#faq-1-2"
>
Does CopyGen to write long articles?
</button>
</h2>
<div
id="faq-1-2"
class="accordion-collapse collapse"
data-bs-parent="#faq-1"
>
<div class="accordion-body">
Yes, you can write long articel for your blog posts,
product descriptions or any long article with CopyGen.
We're always updating our template and tools, so let
us know what are expecting!
</div>
</div>
</div>
<div class="accordion-item border-0 bg-gradient-light">
<h2 class="accordion-header">
<button
class="accordion-button collapsed"
data-bs-toggle="collapse"
data-bs-target="#faq-1-3"
>
Is the generated content original?
</button>
</h2>
<div
id="faq-1-3"
class="accordion-collapse collapse"
data-bs-parent="#faq-1"
>
<div class="accordion-body">
Yes, you can write long articel for your blog posts,
product descriptions or any long article with CopyGen.
We're always updating our template and tools, so let
us know what are expecting!
</div>
</div>
</div>
<div class="accordion-item border-0 bg-gradient-light">
<h2 class="accordion-header">
<button
class="accordion-button collapsed"
data-bs-toggle="collapse"
data-bs-target="#faq-1-4"
>
Do you have wordpress plugin?
</button>
</h2>
<div
id="faq-1-4"
class="accordion-collapse collapse"
data-bs-parent="#faq-1"
>
<div class="accordion-body">
Yes, you can write long articel for your blog posts,
product descriptions or any long article with CopyGen.
We're always updating our template and tools, so let
us know what are expecting!
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
</main>
<footer class="nk-footer pt-4 pt-lg-7">
<div class="section section-top-0">
<div class="container">
<div class="row g-5">
<div class="col-lg-3 col-md-9 me-auto">
<div class="block-text">
<a href="index.html" class="logo-link mb-4"
><div class="logo-wrap">
<img
class="logo-img logo-light"
src="images/logo-1.png"
srcset="images/logo2x-1.png 2x"
alt=""
/><img
class="logo-img logo-dark"
src="images/logo-dark-1.png"
srcset="images/logo-dark2x-1.png 2x"
alt=""
/></div
></a>
<p class="fs-4 text-white">
Free Counter-Strike 2 Server Hosting - Elevate Your CS2 Gaming Experience!
</p>
<ul class="btn-list btn-list-inline g-0">
<li>
<a href="#" class="btn btn-lg btn-primary"
>Order Now</a
>
</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-sm-4">
<div class="wgs">
<h6 class="wgs-title overline-title text-heading mb-3">
Contacts
</h6>
<p>
Have questions or need assistance? Our support team is here for you 24/7. Don't hesitate to reach out for help or more information.
</p>
<a href="#" class="link link-primary">support@cs2serverhosting.co</a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<hr class="border-opacity-25 border-white m-0" />
<div class="py-5">
<div class="row">
<div class="col-md">
<p class="mb-2 mb-md-0">
© 2023 cs2serverhosting.co
</p>
</div>
<div class="col-md">
<ul
class="btn-list btn-list-inline g-1 justify-content-start justify-content-md-end"
>
<li>
<a class="link-base" href="#"
><em class="icon fs-4 ni ni-facebook-fill"></em
></a>
</li>
<li>
<a class="link-base" href="#"
><em class="icon fs-4 ni ni-twitter-round"></em
></a>
</li>
<li>
<a class="link-base" href="#"
><em class="icon fs-4 ni ni-youtube-round"></em
></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
</div>
</div>
<script src="assets/js/bundle-1.js?v1.5.0"></script>
<script src="assets/js/scripts-1.js?v1.5.0"></script>
</body>
</html>