root / dotorg / v3 / html / donate.html

Revision 6461, 2.6 kB (checked in by mike, 18 months ago)

fixed donate page div structure

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="developer.html">For Developers</a></li>
20  <li><a href="donate.html">Donate!</a></li>
21</ul>
22</div>
23
24
25<!-- CONTENT STARTS -->
26        <div id="second">
27
28        <h2><strong>Give and Ye Shall Receive!</strong></h2>
29                <p>
30BitTorrent, Inc. has set up bittorrent.ORG 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>
31
32                <form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
33                        <p> Donate (via PayPal):<input type="radio" name="amount" value="20.00" checked="checked" />
34                        $20
35                        <input type="radio" name="amount" value="10.00" />
36                        $10
37                        <input type="radio" name="amount" value="" />
38                        other
39                        <input name="submit" type="submit" class="button" value="Donate!" />
40                        <input type="hidden" name="cmd" value="_xclick" />
41                        <input type="hidden" name="business" value="paypal@bittorrent.com" />
42                        <input type="hidden" name="item_name" value="BitTorrent" />
43                        <input type="hidden" name="no_shipping" value="1" />
44                        </p>
45                        <p>If not Paypal, please send a check or money order to:</p>
46            <p>
47              <strong>
48                BitTorrent, Inc.<br/>
49                201 Mission St. Suite 900<br/>
50                San Francisco, CA 94105
51              </strong>
52            </p>
53                </form>
54
55</div>
56<!-- CONTENT ENDS -->
57</div>
58</div>
59<!-- LEFT ENDS -->
60
61<!-- FOOTER STARTS -->
62                <div class="footer">
63<br>Copyright &copy 2007 bittorrent.org </A>
64                </div>
65<!-- FOOTER ENDS -->
66</body>
67</html>
Note: See TracBrowser for help on using the browser.