Skip to content

Commit f335fc7

Browse files
committed
Improve doate page, add paypal description
1 parent f05143e commit f335fc7

File tree

2 files changed

+46
-4
lines changed

2 files changed

+46
-4
lines changed

donate/index.html

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@ <h1 class="fw-bold">Why Your Support Matters</h1>
208208
Channel:</label>
209209
<select id="channel-options"
210210
class="form-select form-select-sm w-auto">
211+
<option value="paypal">PayPal</option>
211212
<option value="github">GitHub Sponsors</option>
212213
<option value="osc">Open Source Collective</option>
213-
<option value="paypal">PayPal</option>
214214
</select>
215215
</div>
216216
</div>
@@ -545,10 +545,42 @@ <h2 class="accordion-header" id="faqHeading3">
545545
</div>
546546
</div>
547547

548+
<!-- Q4 -->
549+
<div class="accordion-item">
550+
<h2 class="accordion-header" id="faqHeading4">
551+
<button class="accordion-button collapsed" type="button"
552+
data-bs-toggle="collapse" data-bs-target="#faqCollapse4"
553+
aria-expanded="false" aria-controls="faqCollapse4">
554+
Where do PayPal sponsorship funds go?
555+
</button>
556+
</h2>
557+
<div id="faqCollapse4" class="accordion-collapse collapse"
558+
aria-labelledby="faqHeading4" data-bs-parent="#faqAccordion">
559+
<div class="accordion-body">
560+
Sponsorships made via <strong>PayPal</strong> are directed to
561+
<strong>Simdsoft Limited</strong>, a China‑registered company
562+
controlled
563+
by halx99.<br><br>
564+
Simdsoft Limited is currently classified as a small‑scale
565+
enterprise,
566+
with tax‑exempt income (including commercial revenue) up to USD
567+
21,000
568+
per month. This structure makes PayPal suitable for receiving
569+
<em>individual sponsorships</em>.<br><br>
570+
Within this threshold, Simdsoft can help reduce financial
571+
hosting fees
572+
for Axmol. In addition, Simdsoft Limited is responsible for
573+
consolidating
574+
and summarizing the transaction data displayed on this website.
575+
</div>
576+
</div>
577+
</div>
578+
548579
</div>
549580
</div>
550581
</section>
551582

583+
<!-- Footer -->
552584
<footer class="border-top mt-5">
553585
<div class="container py-4">
554586
<div class="row gy-3 align-items-center">
@@ -561,7 +593,7 @@ <h2 class="accordion-header" id="faqHeading3">
561593
Hosted on <a href="https://www.netlify.com/">Netlify</a>, Website
562594
<a href="https://github.com/axmolengine/axmol.dev" target="_blank"
563595
rel="noopener">source code on GitHub</a>. <br />
564-
Sponsorship transaction data on this page is aggregated and stored
596+
Sponsorship transaction data of Axmol is aggregated and stored
565597
by <a href="https://simdsoft.com/">Simdsoft Limited</a>.
566598
</div>
567599
</div>
@@ -585,6 +617,8 @@ <h2 class="accordion-header" id="faqHeading3">
585617
<a class="text-body-secondary"
586618
href="https://opencollective.com/axmol/" target="_blank"
587619
rel="noopener">Open Collective</a>
620+
<a class="text-body-secondary" href="https://www.paypal.com/paypalme/simdsoft" target="_blank"
621+
rel="noopener">Simdsoft Limited</a>
588622
</div>
589623
</div>
590624
</div>

index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,14 @@ <h3>Backers</h3>
497497
<!-- Left: Copyright -->
498498
<div class="col-md text-center text-md-start">
499499
<div class="text-body-secondary">
500-
© 2019-Present Axmol Engine <a href="https://github.com/axmolengine/axmol/blob/dev/AUTHORS.md" target="_blank" rel="noopener">contributors</a>. <br />
501-
Hosted on <a href="https://www.netlify.com/">Netlify</a>, Website <a href="https://github.com/axmolengine/axmol.dev" target="_blank" rel="noopener">source code on GitHub</a>
500+
© 2019-Present Axmol Engine
501+
<a href="https://github.com/axmolengine/axmol/blob/dev/AUTHORS.md"
502+
target="_blank" rel="noopener">contributors</a>. <br />
503+
Hosted on <a href="https://www.netlify.com/">Netlify</a>, Website
504+
<a href="https://github.com/axmolengine/axmol.dev" target="_blank"
505+
rel="noopener">source code on GitHub</a>. <br />
506+
Sponsorship transaction data of Axmol is aggregated and stored
507+
by <a href="https://simdsoft.com/">Simdsoft Limited</a>.
502508
</div>
503509
</div>
504510

@@ -521,6 +527,8 @@ <h3>Backers</h3>
521527
<a class="text-body-secondary"
522528
href="https://opencollective.com/axmol/" target="_blank"
523529
rel="noopener">Open Collective</a>
530+
<a class="text-body-secondary" href="https://www.paypal.com/paypalme/simdsoft" target="_blank"
531+
rel="noopener">Simdsoft Limited</a>
524532
</div>
525533
</div>
526534
</div>

0 commit comments

Comments
 (0)