-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdonate.html
70 lines (70 loc) · 2.51 KB
/
donate.html
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
---
layout: default
title: Select a membership level
---
<div class="donate">
<h1>Select a membership level</h1>
<p>We are doing our best to create the best experience for the speakers and participants. By supporting us you will help us become even better!</p>
<div>
<div class="membership-header">
<h3>Lviv JavaClub | Custom mouthly</h3>
<strong>Custom</strong>
<p>PER MONTH</p>
<a href="https://secure.wayforpay.com/donate/lvivjavaclub" class="btn" target="_blank">Join</a>
</div>
<div class="membership-header">
<h3>Lviv JavaClub | Custom donate</h3>
<strong>Custom</strong>
<p>ONE TIME</p>
<span>5169 3600 1668 2894</span>
</div>
</div>
</div>
<div class="donate">
<p>Other/old way</p>
<hr/>
<div>
<div class="membership-header">
<h3>CEO/CTO</h3>
<strong>$10</strong>
<p>PER MONTH</p>
<a href="https://secure.wayforpay.com/button/bf379bc3d3275" class="btn" target="_blank">Join</a>
</div>
<div class="membership-header">
<h3>Team Lead/Tech Lead</h3>
<strong>$7</strong>
<p>PER MONTH</p>
<a href="https://secure.wayforpay.com/button/b5515d3412691" class="btn" target="_blank">Join</a>
</div>
<div class="membership-header">
<h3>Senior software engineer</h3>
<strong>$5</strong>
<p>PER MONTH</p>
<a href="https://secure.wayforpay.com/button/b97e424da4c05" class="btn" target="_blank">Join</a>
</div>
<div class="membership-header">
<h3>Middle software engineer</h3>
<strong>$3</strong>
<p>PER MONTH</p>
<a href="https://secure.wayforpay.com/button/ba0048bd96704" class="btn" target="_blank">Join</a>
</div>
<div class="membership-header">
<h3>Junior software engineer</h3>
<strong>$1</strong>
<p>PER MONTH</p>
<a href="https://secure.wayforpay.com/button/beab591c2ce72" class="btn" target="_blank">Join</a>
</div>
<div class="membership-header">
<h3>Lviv JavaClub | Custom mouthly</h3>
<strong>Custom</strong>
<p>PER MONTH</p>
<a href="https://secure.wayforpay.com/button/b07bb93bbcb23" class="btn" target="_blank">Join</a>
</div>
<div class="membership-header">
<h3>Lviv JavaClub | Custom one time</h3>
<strong>Custom</strong>
<p>ONE TIME</p>
<a href="https://secure.wayforpay.com/button/b63d933b738fd" class="btn" target="_blank">Join</a>
</div>
</div>
</div>