-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonate.php
43 lines (40 loc) · 1.72 KB
/
donate.php
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
<head>
<?php include 'include/head.php';?>
</head>
<body>
<?php include 'include/header.php';?>
<div class='card'>
<div class='card_info'>
<h1>Help our community!</h1>
<p>We rely on help from our members and the surrounding community to provide engaging game jam events, workshops, and more! We are happy to accept help in many different forms!</p>
<h2>One-time donation</h2>
<p>Donate using Gumroad to process credit and debit cards, or with cash in person at one of our events!</p>
<div class='cta_link'>
<a href=''>Donate Using Gumroad!</a>
</div>
<h2>Monthly donations</h2>
<p>Donate a specific amount monthly by signing up for our Patreon! This will allow us to plan future events with a more structured budget!</p>
<div class='cta_link'>
<a href=''>Donate Using Patreon!</a>
</div>
<h2>Other forms of support!</h2>
<p>We operate on so many different forms of support, and we're always looking for the following:</p>
<ul>
<li>Workshop instructors</li>
<li>Interesting guest speakers</li>
<li>Setup and Cleanup volunteers</li>
<li>Snacks, drinks, and pizza!</li>
</ul>
<p>If you think you could help us with any of that, reach out to us however you'd like!</p>
</div>
<div class='connectlinks'>
<ul>
<li><a href="https://www.facebook.com/groups/rvagamejams/" ><i class="fa fa-facebook"></i>FACEBOOK</a></li>
<li><a href="https://twitter.com/rvagamejams" ><i class="fa fa-twitter"></i>TWITTER</a></li>
<li><a href="https://rvagamejams.signup.team/" ><i class="fa fa-slack"></i>SLACK</a></li>
<li><a href="mailto:[email protected]" ><i class="fa fa-envelope"></i>EMAIL</a></li>
</ul>
</div>
</div>
<?php include 'include/footer.php';?>
</body>