forked from QupZilla/qupzilla.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contribute.php
49 lines (47 loc) · 1.86 KB
/
contribute.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
44
45
46
47
48
49
<section id="content">
<div class="container_24">
<div class="row-1 row">
<div class="wrapper">
<h2><?php echo $LANG["contribute_to"]; ?></h2>
<img id="map_contribute" src="images/map.gif" alt="">
<p><?php echo $LANG["contribute_text"]; ?>
</p>
<h4><?php echo $LANG["getting_source"]; ?></h4>
<p><?php echo $LANG["getting_source_text1"]; ?>
<pre>$ git clone git://github.com/QupZilla/qupzilla.git</pre>
<br/><?php echo $LANG["getting_source_text2"]; ?>
</p>
<h4><?php echo $LANG["translating"]; ?></h4>
<p><?php echo $LANG["translating_text"]; ?>
<br/><br/>
<?php echo $LANG["translating_moreinfo"]; ?>
</p>
<a name="donate"></a>
<h4><?php echo $LANG["donate"]; ?></h4>
<p><?php echo $LANG["donate_text"]; ?>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" style="display:inline;padding-right:15px;">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="2JQSZ45EUX6BC">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_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">
</form>
<span id="donate-bitcoin"></span>
<script>
$(function() {
$('#donate-bitcoin').coinTipper({
type: 'donate',
currency: 'bitcoin',
iso: 'BTC',
address: '1PLPEJ56kSEEzemzaAE5Xd1LCmPy73bgtV',
label: 'QupZilla'
});
});
</script>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>