-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathdonate.html
More file actions
140 lines (122 loc) · 5.6 KB
/
Copy pathdonate.html
File metadata and controls
140 lines (122 loc) · 5.6 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>The Pursuance Project</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/scrolling-nav.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- Custom fonts -->
<link href="css/roboto.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a href="index.html" class="pursuance-logo"></a>
<button class="hamburger navbar-toggler-icon" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<span class="fa fa-reorder"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="index.html">Pursuance</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="media.html">Media</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#">Donate</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="bg-black text-white">
<div class="container">
<h1>Donate to the Pursuance Project</h1>
</div>
</header>
<div class="content-wrapper">
<section id="donate">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<p>The Pursuance Project is a nonprofit organization dedicated to producing open source software that everybody can use. Your donation will help us to build the Pursuance System and maintain the platform. Every bit counts - all donations are appreciated.</p></br></br></br>
</div>
</div>
</div>
<div class="row col-lg-10 mx-auto">
<div class="col-md-4 offset-md-1 position-static">
<div class="container">
<div class="description" style="text-align: center;">
<h4><strong>Use Paypal</strong></h4>
<form id="paypal-form" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="KGVXE55FSK9KQ">
<input id="paypal-btn" type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"></br></br>
</form>
</div>
</div>
</div>
<div class="col-md-4 offset-md-1 position-static">
<div class="container">
<div class="description" style="text-align: center;">
<h4><strong>Use Coinbase</strong></h4>
<a class="donate-with-crypto"
href="https://commerce.coinbase.com/checkout/60d533aa-2126-4955-9f5f-fa9c9329c85a">
<span><strong>Donate</strong></span>
</a>
<script src="https://commerce.coinbase.com/v1/checkout.js">
</script>
<h6>(or send from your Bitcoin wallet directly)</h6></br></br>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer class="py-3">
<div class="container navbar-expand-lg">
<div class="row">
<div class="col-sm-6 flex-center">
<p>Copyright © Pursuance 2019</p>
</div>
<div class="col-sm-6 pr-3">
<ul class="navbar-nav flex-center playnice">
<li class="nav-item pr-3 align-self-center">
<a class="js-scroll-trigger" href="https://www.youtube.com/channel/UCPOCibJUeuKRJT-sdc9t9Ew"><img src="images/youtube.svg" style="width:22.5px;height:22.5px;"></a>
</li>
<li class="nav-item pr-3 align-self-center">
<a class="js-scroll-trigger" href="https://twitter.com/PursuanceProj"><img src="images/twitter.svg" style="width:25px;height:25px;"></a>
</li>
<li class="nav-item pr-3 align-self-center">
<a class="js-scroll-trigger" href="https://github.com/PursuanceProject/pursuance"><img src="images/github.svg" style="width:25px;height:25px;"></a>
</li>
<li class="nav-item pr-3 align-self-center">
<a href="mailto:team@pursuanceproject.org" class="nav-link">Contact</a>
</li>
<li class="nav-item pr-3 align-self-center">
<a class="nav-link" href="donate.html">Donate</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom JavaScript for this theme -->
<script src="js/scrolling-nav.js"></script>
</body>
</html>