aboutsummaryrefslogtreecommitdiff
path: root/subsonic-site/src/main/webapp/subsonic-ad.jsp
blob: 082cdbb099defd538deb749c22174ec9227fe0fe (plain)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>Subsonic &raquo; Free Music Streamer</title>

    <link rel="stylesheet" type="text/css" href="inc/css/style.css"/>

    <!--[if lte IE 6]>
     <link rel="stylesheet" type="text/css" href="inc/css/pngfix.css" />
     <![endif]-->
</head>
<body>
<div id="side-col"
     style="background-color: white;
     margin: 0;
	 width: 178px;
	 height: 398px;
	 border: 1px solid gray;">
    <div style="margin:6px;padding-top:0.5em"> 
        <h2 style=""><img src="inc/img/donate.png" alt="">&nbsp;&nbsp;Love Subsonic?</h2>
        <p>
            Support us by giving a donation and enjoy premium features like:
        </p>
        <div style="font-size:12px;">
            <div style="color:#00008b"><a href="http://subsonic.org/pages/apps.jsp" target="blank">Apps</a> for Android, iPhone, WP&nbsp;7, PlayBook, Roku ++.</div>
            <div style="color:green;padding-top:5px">Video streaming.</div>
            <div style="color:#00008b;padding-top:5px">Share on Facebook, Twitter, Google+</div>
            <div style="color:green;padding-top:5px">Your personal server address: <em>you</em>.subsonic.org</div>
            <div style="color:#00008b;padding-top:5px">No ads.</div>
        </div>

        <p style="padding-top:12px">
            The suggested donation amount is &euro;20, but you can give any amount you like.
        </p>
        <p style="text-align: center;">
            <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JUF7FRS6WTLHC">&euro;10</a>,
            <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LQGGXPWSHEFRQ">&euro;15</a>,
            <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BMH2GB5E4MU7G">&euro;20</a>,
            <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YS72FN3AFG3LN">&euro;25</a>,
            <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=G9FTC3YWKEGS6">&euro;30</a>
        </p>
        <p>
            <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BMH2GB5E4MU7G"><img src="inc/img/paypal.gif" alt="Donate" class="img-center"/></a>
        </p>

    </div>
</div>
</body>
</html>