root / dotorg / trunk / html / donate.html

Revision 11057, 2.8 kB (checked in by greg, 4 months ago)

add GA tag

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html><head><title>BitTorrent Community Forum - Donate!</title
3
4<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5<link href="./css/screen.css" rel="stylesheet" type="text/css" media="screen"></head>
6<body id="www-bittorrent-org">
7<!-- TITLE LINE STARTS -->
8<div id="upper" class="clear">
9<div id="wrap">
10<div id="header">
11<h1><a href="./index.html">BitTorrent<span>.org</span></a></h1>
12</div>
13    </a>
14    <!--<span class="title"> Community Forum </span>-->
15<div id="nav">
16<ul>
17  <li><a href="index.html">Home</a></li>
18  <li><a href="introduction.html">For Users</a></li>
19  <li><a href="beps/bep_0000.html">For Developers</a></li>
20  <li><a href="http://forum.bittorrent.org">Forums</a></li>
21  <li><a href="donate.html">Donate!</a></li>
22</ul>
23</div>
24
25
26<!-- CONTENT STARTS -->
27        <div id="second">
28
29        <h2><strong>Give and Ye Shall Receive!</strong></h2>
30                <p>
31bittorrent.ORG has been set up to maintain and advance the open source protocol upon which all BitTorrent clients and servers are based. You can help support the creation of tools and resources for the BitTorrent developer community by donating here. <br>
32
33                <form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
34                        <p> Donate (via PayPal):<input type="radio" name="amount" value="20.00" checked="checked" />
35                        $20
36                        <input type="radio" name="amount" value="10.00" />
37                        $10
38                        <input type="radio" name="amount" value="" />
39                        other
40                        <input name="submit" type="submit" class="button" value="Donate!" />
41                        <input type="hidden" name="cmd" value="_xclick" />
42                        <input type="hidden" name="business" value="paypal@bittorrent.com" />
43                        <input type="hidden" name="item_name" value="BitTorrent" />
44                        <input type="hidden" name="no_shipping" value="1" />
45                        </p>
46                        <p>If not Paypal, please send a check or money order to:</p>
47            <p>
48              <strong>
49                bittorrent.org <br/>
50                201 Mission St. Suite 900<br/>
51                San Francisco, CA 94105
52              </strong>
53            </p>
54                </form>
55
56</div>
57<!-- CONTENT ENDS -->
58</div>
59</div>
60<!-- LEFT ENDS -->
61
62<!-- FOOTER STARTS -->
63                <div class="footer">
64<br>Copyright &copy 2007 bittorrent.org </A>
65                </div>
66<!-- FOOTER ENDS -->
67<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
68</script>
69<script type="text/javascript">
70_uacct = "UA-4341621-1";
71urchinTracker();
72</script>
73</body>
74</html>
Note: See TracBrowser for help on using the browser.