-
Notifications
You must be signed in to change notification settings - Fork 9
/
donate.html
178 lines (172 loc) · 9.61 KB
/
donate.html
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ampache - Music Streaming Server</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel='stylesheet' id='prettyphoto-css' href="css/prettyPhoto.css" type='text/css' media='all'>
<link href="css/fontello.css" type="text/css" rel="stylesheet">
<!--[if lt IE 7]>
<link href="css/fontello-ie7.css" type="text/css" rel="stylesheet">
<![endif]-->
<link href="css/roboto.css" type="text/css" rel="stylesheet">
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon.ico">
<!-- JQuery -->
<script type="text/javascript" src="js/jquery.js"></script>
<!-- Load ScrollTo -->
<script type="text/javascript" src="js/jquery.scrollTo-1.4.2-min.js"></script>
<!-- Load LocalScroll -->
<script type="text/javascript" src="js/jquery.localscroll-1.2.7-min.js"></script>
<!-- prettyPhoto Initialization -->
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto();
});
</script>
</head>
<body>
<!--******************** NAVBAR ********************-->
<div class="navbar-wrapper">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. -->
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a>
<h1 class="brand"><a href="#top">Ampache <img src="img/logo/ampache-logo.png" style="border: 0; height: 50px; width: auto;" alt="Ampache"/></a></h1>
<!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
<nav class="pull-right nav-collapse collapse">
<ul id="menu-main" class="nav">
<li><a title="home" href="index.html" class="tlink">Home</a></li>
<li><a title="demo" href="demo.html" class="tlink">Demo</a></li>
<li><a title="donate" href="donate.html" class="hllink">Donate</a></li>
<li><a title="download" href="https://github.com/ampache/ampache/releases" class="tlink">Download</a></li>
<li><a title="documentation" href="https://github.com/ampache/ampache/wiki" class="tlink">Wiki</a></li>
<li><a title="api" href="/api/" class="tlink">API</a></li>
<li><a title="github" href="https://github.com/ampache/ampache"><img src="img/GitHub-Mark-32px.png" style="border: 0;" alt="github"/></a></li>
<li><a title="twitter" href="https://twitter.com/ampache"><img src="img/Twitter_Social_Icon_Rounded_Square_Color.png" style="border: 0;max-width: 32px;" alt="twitter"/></a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<div id="top"></div>
<!-- ******************** HeaderWrap ********************-->
<!--******************** Feature ********************-->
<div class="scrollblock">
<section id="feature">
<div class="container">
<div class="row">
<div class="span12">
<article>
<p>Donate?!<br />
Support us and contribute to Ampache development.<br />
Here are several ways to show your love.</p>
</article>
</div>
</div>
</div>
</section>
</div>
<!--******************** Development Section ********************-->
<section id="preview" class="single-page scrollblock">
<div class="container">
<div class="align"></div>
<h1 id="folio-headline">Developers! Developers! Developers!</h1>
<div class="row">
<div class="span12">
Ampache has been around for many years now and we are still here thanks to all our <a href="https://github.com/ampache/ampache/blob/develop/docs/ACKNOWLEDGEMENTS.md" target="_blank">contributors</a>. Be part of it, that's the best donation you could do.<br />
<br />
If Ampache is really where you want your money to go then consider helping out some of our downstream API devs.
</div>
</div>
<div class="row">
<div class="span4">
<div class="align"> <i class="icon-desktop sev_icon"></i> </div>
<h2>Plug-ins</h2>
<p>Some features (lyrics, catalogs, scrobbling ...) are highly independent. You can create your one without much effort and without the need to know much about Ampache code.</p>
<a href="https://github.com/ampache/ampache/blob/develop/docs/PLUGINS.md" target="_blank" class="more-link">read more</a>
</div>
<div class="span4">
<div class="align"> <i class="icon-desktop sev_icon"></i> </div>
<h2>Translation</h2>
<p>Ampache is translated to several languages. You can improve current translation or even add new ones!</p>
<a href="https://github.com/ampache/ampache/blob/develop/locale/base/TRANSLATIONS.md" target="_blank" class="more-link">read more</a>
</div>
<div class="span4">
<div class="align"> <i class="icon-desktop sev_icon"></i> </div>
<h2>General Development</h2>
<p>Improve Ampache with new features and bug fixes. We can create a better streaming solution together, you just need to know PHP / JavaScript / HTML5.</p>
<a href="https://github.com/ampache/ampache/wiki" class="more-link">read more</a>
</div>
</div>
</div>
</section>
<!--******************** Other Section ********************-->
<section id="preview" class="single-page scrollblock">
<div class="container">
<div class="align"></div>
<h1 id="folio-headline">Other ways</h1>
<div class="row">
<div class="span6">
<div class="align"> <i class="icon-desktop sev_icon"></i> </div>
<h2>User Support</h2>
<p>Answering questions, tests and bug isolation take us a lot of energy. That means less time for feature development. Being part of the community and helping users is an important role. Don't underestimate this work, it's an important part of Ampache's good health.</p>
<a href="https://github.com/ampache/ampache/issues" target="_blank" class="more-link">read more</a>
</div>
<div class="span6">
<div class="align"> <i class="icon-desktop sev_icon"></i> </div>
<h2>Money</h2>
<p>The Ampache project has been running smoothly for a few years now and doesn't need to seek donations.</p>
<p>Do you use one of the many Ampache API clients and subprojects? Please consider donating to them instead!</p>
<a href="https://github.com/ampache/ampache?tab=readme-ov-file#credits" target="_blank" class="more-link">read more</a>
</div>
</div>
</div>
</section>
<!--******************** Supporters Section ********************-->
<section id="preview" class="single-page scrollblock">
<div class="container">
<div class="align"></i></div>
<h1 id="folio-headline">Supporters</h1>
<div class="row">
<div class="span6">
<div class="align"> <img src="img/linux.aus.svg" style="border: 0; height: 117px; width: auto;" alt="linus-aus"/> </div>
<h2>Linux Australia</h2>
<p>Linux Australia, depending on available budget, will from time to time make available funds for open source, open data, open government, open education, open hardware and open culture projects, as part of the organisation’s commitment to free and open source systems and communities in the region.</p>
<a href="https://linux.org.au/grants-program/" target="_blank" class="more-link">read more</a>
</div>
<div class="span6">
<div class="align"> <img src="img/JetBrains_Logo_2016.svg" style="border: 0; height: 117px; width: auto;" alt="jetbrains"/> </div>
<h2>JetBrains</h2>
<p>JetBrains supports non-commercial open source projects by providing core project contributors with a set of best-in-class developer tools free of charge. </p>
<a href="https://www.jetbrains.com/?from=Ampache" target="_blank" class="more-link">read more</a>
</div>
</div>
</div>
</section>
<div class="footer-wrapper">
<div class="container">
<footer>
<small><a href="https://ampache.org">Ampache.org</a> - Theme by Dzyngiri</small>
</footer>
</div>
</div>
<!-- Loading the javaScript at the end of the page -->
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/site.js"></script>
</body>
</html>