-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDonation.html
More file actions
207 lines (179 loc) · 6.99 KB
/
Donation.html
File metadata and controls
207 lines (179 loc) · 6.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Donation & Support Policy - SketchCode</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Google+Sans:wght@400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet">
<style>
:root {
--md-sys-color-primary: #6750A4;
--md-sys-color-surface: #FEF7FF;
--md-sys-color-on-surface: #1D1B20;
--md-sys-color-on-surface-variant: #49454F;
--md-sys-color-outline: #79747E;
--md-sys-color-surface-variant: #E7E0EB;
--md-sys-color-error: #B3261E;
}
body {
margin: 0;
font-family: 'Google Sans', 'Roboto', sans-serif;
background-color: var(--md-sys-color-surface);
color: var(--md-sys-color-on-surface);
display: flex;
justify-content: center;
line-height: 1.6;
}
.container {
width: 100%;
max-width: 600px;
background: #fff;
padding: 24px;
min-height: 100vh;
box-shadow: 0 0 20px rgba(0,0,0,0.05);
box-sizing: border-box;
}
.header {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 24px;
position: sticky;
top: 0;
background: #fff;
padding: 8px 0;
z-index: 10;
}
.back-btn {
text-decoration: none;
color: var(--md-sys-color-on-surface);
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 20px;
}
.back-btn:active { background-color: var(--md-sys-color-surface-variant); }
h1 {
font-size: 22px;
margin: 0;
font-weight: 500;
}
section { margin-bottom: 24px; }
h2 {
font-size: 16px;
font-weight: 700;
margin-bottom: 12px;
color: var(--md-sys-color-primary);
border-bottom: 1px solid var(--md-sys-color-surface-variant);
padding-bottom: 4px;
}
p, li {
font-size: 14px;
color: var(--md-sys-color-on-surface-variant);
margin: 8px 0;
}
ul { padding-left: 20px; }
.contact-box {
background: var(--md-sys-color-surface-variant);
padding: 16px;
border-radius: 16px;
margin-top: 10px;
}
.warning-box {
background-color: #f3f0f5;
border: 1px solid var(--md-sys-color-surface-variant);
padding: 16px;
border-radius: 12px;
margin: 20px 0;
}
.warning-box p {
margin: 0;
color: var(--md-sys-color-on-surface);
font-weight: 500;
font-size: 13px;
}
/* Footer Navigation */
.footer-nav {
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid var(--md-sys-color-surface-variant);
display: flex;
flex-direction: column;
gap: 12px;
align-items: center;
}
.footer-link {
text-decoration: none;
color: var(--md-sys-color-primary);
font-size: 14px;
font-weight: 500;
}
footer {
text-align: center;
margin-top: 30px;
font-size: 12px;
color: var(--md-sys-color-outline);
padding-bottom: 24px;
}
.bold { font-weight: 700; color: var(--md-sys-color-on-surface); }
</style>
</head>
<body>
<div class="container">
<div class="header">
<a href="index.html" class="back-btn">
<span class="material-icons-outlined">arrow_back</span>
</a>
<h1>Donation & Support</h1>
</div>
<section>
<p><b>Last Updated:</b> January 28, 2026</p>
<p>SketchCode is now a <b>100% Free Platform</b> for all developers. We have removed all in-app purchase systems and credits to provide open access to high-quality source codes and projects.</p>
</section>
<section>
<h2>1. Free Content Policy</h2>
<p>All digital assets, source codes, and projects available on <b>SketchCode</b> are completely free to download and use for educational purposes. SketchCode does not charge users for any content hosted on our platform.</p>
</section>
<section>
<h2>2. Developer Support</h2>
<p>Users who wish to show appreciation to developers may do so via external support links provided by the developers (e.g., Buy Me a Coffee, UPI, GitHub Sponsors, etc.).</p>
<ul>
<li>These links are added by individual developers at their own discretion.</li>
<li>SketchCode does not facilitate, process, or monitor these external transactions.</li>
<li>Users are encouraged to verify the developer before sending any voluntary support.</li>
</ul>
</section>
<section>
<h2>3. No Liability</h2>
<p>SketchCode (CodeBySonu) is <b>not responsible</b> for any transactions, disputes, or issues that arise through external support links.</p>
<ul>
<li>Since these transactions happen outside our platform, we cannot issue refunds or intervene in payment disputes.</li>
<li>Any support or donation sent to a developer is a direct voluntary transaction between you and the developer.</li>
</ul>
</section>
<div class="warning-box">
<p>⚠️ <b>Non-Refundable:</b> Any voluntary support or donation sent to a developer through external links is considered a final gift and is generally non-refundable. Please contact the respective developer directly for any inquiries regarding your support.</p>
</div>
<section>
<h2>4. Contact Us</h2>
<div class="contact-box">
<p>If you have any questions regarding our platform's free nature or encounter issues with a project, feel free to reach out:</p>
<p><b>Email:</b> <a href="mailto:codebysonu95@gmail.com" style="color:var(--md-sys-color-primary); text-decoration:none;">codebysonu95@gmail.com</a></p>
<p><b>Developer:</b> Code by Sonu</p>
</div>
</section>
<div class="footer-nav">
<a href="index.html" class="footer-link">Download App</a>
<a href="condition.html" class="footer-link">Terms & Conditions</a>
<a href="privacy.html" class="footer-link">Privacy Policy</a>
<a href="mailto:codebysonu95@gmail.com" class="footer-link">Contact Us</a>
</div>
<footer>
© 2026 SketchCode | All Rights Reserved.
</footer>
</div>
</body>
</html>