Skip to content

Commit 07a7794

Browse files
Added Donation System
1 parent 8b81e19 commit 07a7794

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/pages/support/index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ function MissionPage() {
2323
</div>
2424
</div>
2525
</section>
26+
<section className="px-16 py-4">
27+
<script src="https://donorbox.org/widget.js" paypalExpress="false"></script>
28+
<div className="lg:flex flex-row">
29+
<div className="w-full">
30+
<iframe src="https://donorbox.org/embed/join-the-fpa" name="donorbox" allowpaymentrequest="allowpaymentrequest" seamless="seamless" frameborder="0" scrolling="no" height="900px" width="100%" style={{ "width": "100%", "max-width": "500px", "min-width": "310px", "max-height": "none !important"}}></iframe>
31+
</div>
32+
<div className="w-full">
33+
<iframe frameborder="0" name="donorbox" scrolling="no" seamless="seamless" src="https://donorbox.org/embed/join-the-fpa?only_donor_wall=true" style={{ "width": "100%", "max-width": "500px", "min-width": "310px", "max-height": "none !important"}}></iframe>
34+
</div>
35+
</div>
36+
</section>
2637
<section className="bg-active px-4 py-16">
2738
<div class="flex flex-row gap-4">
2839
<div class="w-1/3 bg-white rounded p-8">

0 commit comments

Comments
 (0)