-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
824 lines (725 loc) · 37 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>SSTUDIOS - HOME </title>
<meta content="Official website of sstudios" name="description">
<meta content="" name="keywords">
<meta property="og:image" content="https://avatars.githubusercontent.com/u/156860248?s=200&v=4">
<!-- Favicons -->
<link href="https://avatars.githubusercontent.com/u/156860248?s=48&v=4" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Vesperr
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/vesperr-free-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<h1><a href="index.html" id="country-name">SSTUDIOS <span id="country-initials" class="small-text"></span></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li class="dropdown"><a href="#"><span>Pages</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#pricing">Plants</a></li>
<li><a href="/ads.html">Ads</a></li>
<li><a href="https://sstudiosdev.betteruptime.com/">Status</a></li>
</ul>
</li>
<li class="dropdown"><a href="#"><span>Social media</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="https://discord.gg/F4YVQJQFqQ">Discord</a></li>
<li><a href="https://github.com/Sstudios-Dev">Github</a></li>
<li><a href="https://www.spigotmc.org/members/sstudios-team.1957112/">SpigotMc</a></li>
<li><a href="https://www.tiktok.com/@sstudios.developm">Tiktok</a></li>
<li><a href="https://twitter.com/sstudiosdev">Twitter</a></li>
</ul>
</li>
<li><a class="getstarted scrollto" href="/licenses/contracts.html">Legal Contracts <i class="bi bi-clock-history"></i></a></li>
<li><a class="getstarted scrollto" href="/donate.html">Donate <i class="bi bi-heart"></i></a></li>
<li><a class="getstarted scrollto" href="/docs/doc.html">Documentation</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 pt-5 pt-lg-0 order-2 order-lg-1 d-flex flex-column justify-content-center">
<h1 data-aos="fade-up"><span id="typed-h1"></span></h1>
<h2 data-aos="fade-up" data-aos-delay="400"><span id="typed-h2"></span></h2>
<div data-aos="fade-up" data-aos-delay="800">
<a href="#about" class="btn-get-started scrollto">Get Started</a>
<a href="donate.html" class="btn-get-started scrollto">Donate</a>
<a href="ads.html" class="btn-get-started scrollto">Announcements</a>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img" data-aos="fade-left" data-aos-delay="200">
<img src="assets/img/hero-img.png" class="img-fluid animated" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= Clients Section ======= -->
<section id="clients" class="clients clients">
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-4 col-6">
<img src="assets/img/clients/client-1.png" class="img-fluid" alt="" data-aos="zoom-in">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="assets/img/clients/client-2.png" class="img-fluid" alt="" data-aos="zoom-in" data-aos-delay="100">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="assets/img/clients/client-4.png" class="img-fluid" alt="" data-aos="zoom-in" data-aos-delay="200">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="/assets/img/clients/client-3.png" class="img-fluid" alt="" data-aos="zoom-in" data-aos-delay="300">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="/assets/img/clients/client-5.png" class="img-fluid" alt="" data-aos="zoom-in" data-aos-delay="300">
</div>
<div class="col-lg-2 col-md-4 col-6">
<img src="/assets/img/clients/client-6.png" class="img-fluid" alt="" data-aos="zoom-in" data-aos-delay="300">
</div>
</div>
</div>
</section><!-- End Clients Section -->
<!-- ======= About Us Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>About Us</h2>
</div>
<div class="row content">
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="150">
<p>
Hello we are <strong>SSTUDIOS</strong> a studio with the aim of changing the way you play minecraft and other platforms like <strong></strong>Discord</strong> Here is a list of our services.
</p>
<ul>
<li><i class="ri-check-double-line"></i> minecraft plugins - Our plugins are of very good quality with unique functions.</li>
<li><i class="ri-check-double-line"></i> Discord bots - Our bots are very good and customizable.</li>
<li><i class="ri-check-double-line"></i> Maps building - Our maps are very professional and beautiful.</li>
<li><i class="ri-check-double-line"></i> Servers Setup - Our setup servers are very well configured</li>
</ul>
</div>
<div class="col-lg-6 pt-4 pt-lg-0" data-aos="fade-up" data-aos-delay="300">
<p>
If you are looking
for a very professional studio we are an option because our team is very professional and takes their work
seriously and our products are also of good quality.
</p>
<a href="#services" class="btn-learn-more">Learn More</a>
</div>
</div>
</div>
</section><!-- End About Us Section -->
<!-- ======= Counts Section ======= -->
<section id="counts" class="counts">
<div class="container">
<div class="row">
<div class="image col-xl-5 d-flex align-items-stretch justify-content-center justify-content-xl-start" data-aos="fade-right" data-aos-delay="150">
<img src="assets/img/counts-img.svg" alt="" class="img-fluid">
</div>
<div class="col-xl-7 d-flex align-items-stretch pt-4 pt-xl-0" data-aos="fade-left" data-aos-delay="300">
<div class="content d-flex flex-column justify-content-center">
<div class="row">
<div class="col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="bi bi-emoji-smile"></i>
<span data-purecounter-start="0" data-purecounter-end="1550 " data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Happy Clients</strong> Our goal is to have as many happy customers as possible so if you have a problem with one of our products do not hesitate to report it to continue having quality content.</p>
</div>
</div>
<div class="col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="bi bi-journal-richtext"></i>
<span data-purecounter-start="0" data-purecounter-end="14 " data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Projects</strong> Our studio for the moment has few projects but as time goes by we will develop more projects to have a better gaming experience.</p>
</div>
</div>
<div class="col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="bi bi-clock"></i>
<span data-purecounter-start="0" data-purecounter-end="4" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Years of experience</strong> Our Studio has 4 years of experience in development, construction and configuration so if you are looking for a studio with years of experience do not hesitate to contact us.</p>
</div>
</div>
<div class="col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="bi bi-github"></i>
<span data-purecounter-start="0" data-purecounter-end="14" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Source</strong> Our Studio is secure because if you sell us any products such as plugins we will not sell them for security reasons.</p>
</div>
</div>
</div>
</div><!-- End .content-->
</div>
</div>
</div>
</section><!-- End Counts Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Services</h2>
<p>Magnam dolores commodi suscipit eius consequatur ex aliquid fug</p>
</div>
<div class="row">
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><i class="bx bxl-dribbble"></i></div>
<h4 class="title"><a href="">minecraft plugins</a></h4>
<p class="description">We are a Studio that creates minecraft plugins to improve the user experience.</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="200">
<div class="icon"><i class="bx bx-file"></i></div>
<h4 class="title"><a href="">Minecraft builds</a></h4>
<p class="description">This Studio also makes minecraft maps with excellent quality for small servers that do not have builders.</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="bx bx-tachometer"></i></div>
<h4 class="title"><a href="">Discord bots</a></h4>
<p class="description">We also make custom discord bots for discord servers so that players have a good experience.</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="400">
<div class="icon"><i class="bx bx-world"></i></div>
<h4 class="title"><a href="">Servers Setups</a></h4>
<p class="description">We also sell configured servers for people who do not know how to configure very well.</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= More Services Section ======= -->
<section id="more-services" class="more-services">
<div class="container">
<div class="row">
<div class="col-md-6 d-flex align-items-stretch">
<div class="card" style='background-image: url("/assets/img/Betterpvp.png");' data-aos="fade-up" data-aos-delay="100">
<div class="card-body">
<h5 class="card-title"><a href="">Betterpvp </a></h5>
<p class="card-text">Improve the pvp experience on your minecraft server</p>
<div class="read-more"><a href="https://www.spigotmc.org/resources/betterpvp.116272/"><i class="bi bi-arrow-right"></i> Read More</a></div>
</div>
</div>
</div>
<div class="col-md-6 d-flex align-items-stretch mt-4 mt-md-0">
<div class="card" style='background-image: url("/assets/img/more-services-3.jpeg");' data-aos="fade-up" data-aos-delay="200">
<div class="card-body">
<h5 class="card-title"><a href="">? </a></h5>
<p class="card-text">Project under development we are still working on this project so please be patient.</p>
<div class="read-more"><a href=""><i class="bi bi-arrow-right"></i> Read More</a></div>
</div>
</div>
</div>
<div class="col-md-6 d-flex align-items-stretch mt-4">
<div class="card" style='background-image: url("/assets/img/more-services-3.jpeg");' data-aos="fade-up" data-aos-delay="100">
<div class="card-body">
<h5 class="card-title"><a href="">? </a></h5>
<p class="card-text">Project under development we are still working on this project so please be patient.</p>
<div class="read-more"><a href=""><i class="bi bi-arrow-right"></i> Read More</a></div>
</div>
</div>
</div>
<div class="col-md-6 d-flex align-items-stretch mt-4">
<div class="card" style='background-image: url("/assets/img/more-services-3.jpeg");' data-aos="fade-up" data-aos-delay="200">
<div class="card-body">
<h5 class="card-title"><a href="">? </a></h5>
<p class="card-text">Project under development we are still working on this project so please be patient.</p>
<div class="read-more"><a href="#"><i class="bi bi-arrow-right"></i> Read More</a></div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End More Services Section -->
<!-- ======= Features Section ======= -->
<section id="features" class="features">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Features</h2>
<p>All the features that we offer in SSTUDIOS in case you are interested more information in our official discord </p>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="300">
<div class="col-lg-3 col-md-4">
<div class="icon-box">
<i class="ri-store-line" style="color: #ffbb2c;"></i>
<h3><a href="">Plugins</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="ri-bar-chart-box-line" style="color: #5578ff;"></i>
<h3><a href="">builds</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="ri-calendar-todo-line" style="color: #e80368;"></i>
<h3><a href="">Setups</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-lg-0">
<div class="icon-box">
<i class="ri-paint-brush-line" style="color: #e361ff;"></i>
<h3><a href="">Textures</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-database-2-line" style="color: #47aeff;"></i>
<h3><a href="">Bots</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-gradienter-line" style="color: #ffa76e;"></i>
<h3><a href="">Custom</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-file-list-3-line" style="color: #11dbcf;"></i>
<h3><a href="">Licenses</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-price-tag-2-line" style="color: #4233ff;"></i>
<h3><a href="">Discord Config</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-anchor-line" style="color: #b2904f;"></i>
<h3><a href="">Servers</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-disc-line" style="color: #b20969;"></i>
<h3><a href="">Technology</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-base-station-line" style="color: #ff5828;"></i>
<h3><a href="">Websites</a></h3>
</div>
</div>
</div>
</div>
</section><!-- End Features Section -->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials section-bg">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Testimonials</h2>
<p>opinions of our sstudios team</p>
</div>
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-wrap">
<div class="testimonial-item">
<img src="assets/img/team/team-1.png" class="testimonial-img" alt="">
<h3>Not_staff</h3>
<h4>Ceo & Founder</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
This programming study project has been a transformative experience for me. The well-structured lessons and hands-on projects have provided me with a solid foundation. It has helped me to significantly improve my programming skills.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-wrap">
<div class="testimonial-item">
<img src="assets/img/team/team-2.png" class="testimonial-img" alt="">
<h3>Santiago</h3>
<h4>Ceo & Founder</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
I would like to express my gratitude to the programming study project, as it has been key in the development of my Java skills. The focused lessons and hands-on projects have provided me with a solid understanding of fundamental Java concepts.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-wrap">
<div class="testimonial-item">
<img src="assets/img/team/sin-foto.jpg" class="testimonial-img" alt="">
<h3>Available</h3>
<h4>?</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
This testimonial is available.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-wrap">
<div class="testimonial-item">
<img src="assets/img/team/sin-foto.jpg" class="testimonial-img" alt="">
<h3>Available</h3>
<h4>?</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
This testimonial is available.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-wrap">
<div class="testimonial-item">
<img src="assets/img/team/sin-foto.jpg" class="testimonial-img" alt="">
<h3>Available</h3>
<h4>?</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
This testimonial is available.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div>
</div><!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Testimonials Section -->
<!-- ======= Team Section ======= -->
<section id="team" class="team section-bg">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Team</h2>
<p>Official SSTUDIOS Team</p>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="100">
<div class="member-img">
<img src="assets/img/team/team-1.png" class="img-fluid" alt="">
<div class="social">
<a href="https://www.tiktok.com/@not_staff_oficial"><i class="bi bi-tiktok"></i></a>
<a href="https://twitter.com/notstaff1"><i class="bi bi-twitter"></i></a>
<a href="https://discord.gg/tnVKckUF"><i class="bi bi-discord"></i></a>
<a href="https://github.com/staFF6773"><i class="bi bi-github"></i></a>
</div>
</div>
<div class="member-info">
<h4>Not_staff</h4>
<span>CEO / Developer </span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="200">
<div class="member-img">
<img src="assets/img/team/team-2.png" class="img-fluid" alt="">
<div class="social">
<a href="https://discord.gg/tnVKckUF"><i class="bi bi-discord"></i></a>
<a href="https://github.com/1vcbGH"><i class="bi bi-github"></i></a>
</div>
</div>
<div class="member-info">
<h4>Santiago</h4>
<span>CEO / Developer </span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="300">
<div class="member-img">
<img src="assets/img/team/team-3.png" class="img-fluid" alt="">
<div class="social">
<a href="https://github.com/epicgo"><i class="bi bi-github"></i></a>
</div>
</div>
<div class="member-info">
<h4>Piche</h4>
<span>Developer</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="400">
<div class="member-img">
<img src="assets/img/team/team-4.png" class="img-fluid" alt="">
<div class="social">
<a href="https://www.tiktok.com/@towiel_mc"><i class="bi bi-tiktok"></i></a>
</div>
</div>
<div class="member-info">
<h4>Towiel</h4>
<span>Director</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="400">
<div class="member-img">
<img src="assets/img/team/team-6.png" class="img-fluid" alt="">
<div class="social">
<a href="https://github.com/Cristofer543"><i class="bi bi-github"></i></a>
</div>
</div>
<div class="member-info">
<h4>Avidevs</h4>
<span>Contributors</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="400">
<div class="member-img">
<img src="assets/img/team/team-7.png" class="img-fluid" alt="">
<div class="social">
<a href="https://github.com/Sstudiosdev"><i class="bi bi-github"></i></a>
</div>
</div>
<div class="member-info">
<h4>Akit</h4>
<span>Developer / Staff</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="400">
<div class="member-img">
<img src="assets/img/team/team-8.png" class="img-fluid" alt="">
<div class="social">
<a href="https://github.com/dani-adbg"><i class="bi bi-github"></i></a>
<a href="https://www.youtube.com/@dani_adbg"><i class="bi bi-youtube"></i></a>
</div>
</div>
<div class="member-info">
<h4>dani_adbg</h4>
<span>Developer</span>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Team Section -->
<!-- ======= Pricing Section ======= -->
<section id="pricing" class="pricing">
<div class="container">
<div class="section-title">
<h2>Plans</h2>
<p>Official Projects Managed by SSTUDIOS</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="box" data-aos="zoom-in-right" data-aos-delay="200">
<h3>Epicplugin v1.11 </h3>
<h4><sup>$</sup>0<span> / month</span></h4>
<ul>
<li>FEATURES:</li>
<li>100% customizable + optimization</li>
<li>Custom First Join Message</li>
<li>Custom Join & Leave Messages</li>
<li>Combat progress display in ACTION or BOSS-bar</li>
<li>hexColors Support legacy</li>
<li class="na">Custom Sounds</li>
<li class="na">Effects of executing the /nopvp command</li>
<li class="na">With the premium version we have 24/7 support</li>
</ul>
<div class="btn-wrap">
<a href="https://www.spigotmc.org/resources/%E2%9C%85-free-epicplugin-1-17-1-20x-%E2%80%A2-support-1-20-2.112887/" class="btn-buy">Buy Now</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4 mt-md-0">
<div class="box recommended" data-aos="zoom-in" data-aos-delay="100">
<h3>EpicPremium v1.5.2</h3>
<h4><sup>$</sup>10<span> / permanent</span></h4>
<ul>
<li>FEATURES:</li>
<li>100% customizable + optimization</li>
<li>Custom First Join Message</li>
<li>Custom Join & Leave Messages</li>
<li>Combat progress display in ACTION or BOSS-bar</li>
<li>hexColors Support legacy</li>
<li>Custom Sounds</li>
<li>Effects of executing the /nopvp command</li>
<li>With the premium version we have 24/7 support</li>
<li>In this new Premium version we have fixed the bugs that were in the Free version.</li>
</ul>
<div class="btn-wrap">
<a href="https://builtbybit.com/resources/epicpremium.33453/" class="btn-buy">Buy Now</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4 mt-lg-0">
<div class="box" data-aos="zoom-in-left" data-aos-delay="200">
<h3>Spongebox v1.1</h3>
<h4><sup>$</sup>11<span> / permanent</span></h4>
<ul>
<li>FEATURES</li>
<li>Spawn</li>
<li>Mines</li>
<li>VIP Mines</li>
<li>Trade zone</li>
<li>Crates zone</li>
<li>Mines (Coins)</li>
<li>Mines with labyrinth</li>
<li>Pvp coliseum (inside the pineapple of the first module)</li>
<li>Koth zone or extra mine (second module)</li>
</ul>
<div class="btn-wrap">
<a href="https://builtbybit.com/resources/spongebox.33924/" class="btn-buy">Buy Now</a>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Pricing Section -->
<!-- ======= F.A.Q Section ======= -->
<section id="faq" class="faq">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Frequently Asked Questions</h2>
</div>
<div class="row faq-item d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-5">
<i class="ri-question-line"></i>
<h4>Are your payments secure?</h4>
</div>
<div class="col-lg-7">
<p>
Yes, our payments are totally secure because we sell our products on the <strong>builtbybit.com</strong> website and there the payments are totally secure.
</p>
</div>
</div><!-- End F.A.Q Item-->
<div class="row faq-item d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-5">
<i class="ri-question-line"></i>
<h4>How can I get some of your products?</h4>
</div>
<div class="col-lg-7">
<p>
To purchase some of our products you have to visit our official builtbybit website <a href="https://builtbybit.com/creators/asdfdfdfdfdfdfdfd.451179/">Profile.</a> and there you will find all our products available at the moment.
</p>
</div>
</div><!-- End F.A.Q Item-->
<div class="row faq-item d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="300">
<div class="col-lg-5">
<i class="ri-question-line"></i>
<h4>Where can I find your official support?</h4>
</div>
<div class="col-lg-7">
<p>
To join our official discord you can enter from the link where it says discord in the menu above or you can enter from this link <a href="https://discord.gg/F4YVQJQFqQ">Discord.gg/sstudios</a> there you will find all the necessary information about our products or support and more information.
</p>
</div>
</div><!-- End F.A.Q Item-->
<div class="row faq-item d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="400">
<div class="col-lg-5">
<i class="ri-question-line"></i>
<h4>How can I join the SSTUDIOS team?</h4>
</div>
<div class="col-lg-7">
<p>
To join our studio team you need to know one of three things: <strong>programming, graphic design, construction</strong>, or if you are just looking to moderate you need to know the basics of discord moderation.
</p>
</div>
</div><!-- End F.A.Q Item-->
<div class="row faq-item d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="500">
<div class="col-lg-5">
<i class="ri-question-line"></i>
<h4>What benefits do we gain from your support for being a sstudios customer?</h4>
</div>
<div class="col-lg-7">
<p>
In our discord you get more priority in the support tickets you also get a role called customer that is only for those who buy products of sstudios you also get discounts on our paid products.
</p>
</div>
</div><!-- End F.A.Q Item-->
</div>
</section><!-- End F.A.Q Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-lg-6 text-lg-left text-center">
<div class="copyright">
© Copyright <strong>SSTUDIOS</strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/vesperr-free-bootstrap-template/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
<div class="col-lg-6">
<nav class="footer-links text-lg-right text-center pt-2 pt-lg-0">
<a href="#" class="scrollto">Home</a>
<a href="#about" class="scrollto">About</a>
<a href="Privacy.html">Privacy Policy</a>
<a href="Terms.html">Terms of Use</a>
</nav>
</div>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>