-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdonate.html
More file actions
154 lines (131 loc) · 6.48 KB
/
donate.html
File metadata and controls
154 lines (131 loc) · 6.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SSTUDIOS - DONATE </title>
<meta name="description" content="Support SSTUDIOS by making a donation">
<meta name="keywords" content="SSTUDIOS, donate, support, PayPal">
<!-- Favicons -->
<link rel="icon" href="https://avatars.githubusercontent.com/u/156860248?s=48&v=4">
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Poppins:300,400,500,600,700" rel="stylesheet">
<!-- Vendor CSS Files -->
<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/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</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">
<h1 class="logo"><a href="index.html">SSTUDIOS</a></h1>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto" href="index.html">Home</a></li>
<li><a class="nav-link scrollto" href="https://discord.gg/tnVKckUF">Discord</a></li>
<li><a class="getstarted scrollto" href="index.html">Get Started</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs Section ======= -->
<section class="breadcrumbs">
<div class="container">
<ol>
<li><a href="index.html">Home</a></li>
<li>Donate</li>
</ol>
<h2>Support SSTUDIOS</h2>
</div>
</section><!-- End Breadcrumbs Section -->
<section class="inner-page">
<div class="container">
<div class="section-title">
<h2>Thank You for Considering to Support SSTUDIOS!</h2>
<p>Your contribution helps us continue our mission.</p>
</div>
<div class="row">
<div class="col-lg-6">
<div class="box">
<h3>Donate with PayPal</h3>
<p>You can make a donation to SSTUDIOS using your PayPal account. Follow these simple steps:</p>
<ol>
<li>First, ensure you have a PayPal account. If not, you can create one for free at <a href="https://www.paypal.com">paypal.com</a>.</li>
<li>Next, click the button below to visit the PayPal donation page:</li>
</ol>
<!-- PayPal Donation Button -->
<script src="https://www.paypal.com/sdk/js?client-id=BAAbWhMqtAQ5DAfNuTWMm6RvF2TKYI2pff82zys1rbRtzSBRUREEh1zXXOV92aKDTulme1bctGu2bhHhUc&components=hosted-buttons&disable-funding=venmo¤cy=USD"></script>
<div id="paypal-container-VT75SHB9EQDYS"></div>
<script>
paypal.HostedButtons({
hostedButtonId: "VT75SHB9EQDYS",
}).render("#paypal-container-VT75SHB9EQDYS")
</script>
</div>
</div>
</div>
</div>
</section>
<!-- ======= Latest Donors Section ======= -->
<section class="latest-donors">
<div class="container">
<div class="section-title">
<h2>Latest Donors</h2>
<p>We thank the following individuals for their generosity:</p>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="list-unstyled">
<li>
<img src="/assets/img/0b749b62c036c91a2fffc826fa6f23c8.png" alt="tsukasaBot" class="donor-img" style="height: 55px;">
<a href="https://www.patreon.com/StaffWebs/posts" style="text-decoration: none; margin-left: 5px;">Tsukasa Bot - 3$ Patreo</a>
</li>
<!-- Add more names and images as needed -->
</ul>
</div>
</div>
</div>
</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">
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="index.html" class="scrollto">Home</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.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/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>