-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdonate.html
More file actions
49 lines (46 loc) · 2.19 KB
/
Copy pathdonate.html
File metadata and controls
49 lines (46 loc) · 2.19 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
---
layout: barebone
title: Support Us
description: "Support SAMMI development, its website and extensions!"
permalink: /donate
css: donate
---
<header class="pt-5">
<div class="container pt-md-1 pb-md-4">
<div class="row">
<div class="col-xl-8">
<h1 class="lb-title mt-0 display-4">Support Us</h1>
<p class="lb-lead">Support SAMMI development, its integrations, the website (including documentation), and the developers themselves!</p>
</div>
</div>
</div>
</header>
<!-- CTA Section -->
<section class="cta-section py-5 bg-blue text-center text-white">
<div class="container">
<h2 class="mb-4">Join Us in Building the Future of SAMMI</h2>
<p class="mb-4">Your support helps us continue developing new features, improving the website, and creating more integrations. Become a part of our journey and make a difference!</p>
<a href="#featured-3" class="btn btn-primary">Support Us Now</a>
</div>
</section>
<!-- Main content -->
<main class="lb-content py-5" id="content">
<div class="container px-4 py-1" id="featured-3">
<div class="row g-4 py-1 row-cols-1 row-cols-lg-2">
<div class="feature col" style="transform: rotate(0);">
<div class="feature-icon bg-gradient">
<a href="https://www.patreon.com/sammidevs" class="stretched-link" target="_blank"><i class="fab fa-patreon"></i></a>
</div>
<h2>Become our Patron</h2>
<p>Would you like to gain exclusive access to upcoming beta releases of SAMMI, enjoy early previews of new features, and receive premium support for your SAMMI? Consider becoming a sponsor of our SAMMI development team on Patreon.</p>
</div>
<div class="feature col" style="transform: rotate(0);">
<div class="feature-icon bg-gradient">
<a href="https://www.paypal.com/donate/?hosted_button_id=44TE87HZYW9BU" class="stretched-link" target="_blank"><i class="fab fa-paypal"></i></a>
</div>
<h2>Make a donation</h2>
<p>You can make a one-time donation to our SAMMI Dev Team via PayPal. Every contribution helps us continue our work.</p>
</div>
</div>
</div>
</main>