-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
230 lines (145 loc) · 6.87 KB
/
index.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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Vanilla Music</title>
<link href="https://vanilla-music.github.io/css/bootstrap-theme.css" rel="stylesheet">
<link href="https://vanilla-music.github.io/css/HPstyles.css" rel="stylesheet">
<link href="https://vanilla-music.github.io/css/hugofont.css" rel="stylesheet">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head>
<body>
<div id="top" class="header">
<div class="vert-text">
<a href="#intro"><img src="https://vanilla-music.github.io//img/vanilla-logo.png" class="logo"></a>
<div class="siteTitle">Vanilla Music</div>
<div class="description">A small, fast and free (GPLv3) music player for Android</div>
<div class="buttonbox">
<a href="https://play.google.com/store/apps/details?id=ch.blinkenlights.android.vanilla" class="btn btn-vanilla btn-lg"><i class="icon-google play"></i> <span class="network-name">Google Play</span></a>
<a href="https://f-droid.org/repository/browse/?fdid=ch.blinkenlights.android.vanilla" class="btn btn-vanilla btn-lg"><i class="icon-f-droid"></i> <span class="network-name">F-Droid</span></a>
<a href="https://github.com/vanilla-music/vanilla" class="btn btn-vanilla btn-lg"><i class="icon-github"></i> <span class="network-name">GitHub</span></a>
</div>
</div>
</div>
<div id="main">
<div id="intro" class="counterpoint">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<h2>Vanilla Music</h2>
<p class="lead">
<p>Vanilla Music is a fast, small and free (GPLv3 licensed) music player for android devices. The App is available via
<a href="https://f-droid.org/repository/browse/?fdid=ch.blinkenlights.android.vanilla">F-Droid</a> and
<a href="https://play.google.com/store/apps/details?id=ch.blinkenlights.android.vanilla">Google Play</a></p>
</p>
</div>
</div>
</div>
</div>
<div id="main">
<div id="intro" class="point">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<h2>Screenshots</h2>
<p class="lead">
<h3 id="music-library">Music Library</h3>
<p><img src="/img/sshot2.jpg" alt="Library" /></p>
<h3 id="now-playing">Now Playing</h3>
<p><img src="/img/sshot1.jpg" alt="Now Playing" /></p>
</p>
</div>
</div>
</div>
</div>
<div id="main">
<div id="intro" class="counterpoint">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<h2>Downloads</h2>
<p class="lead">
<h3 id="app-stores">App stores</h3>
<p><a href="https://play.google.com/store/apps/details?id=ch.blinkenlights.android.vanilla"><img src="/img/google-play.png" alt="Get it on Google-Play" /></a>
<a href="https://f-droid.org/repository/browse/?fdfilter=vanilla+music&fdid=ch.blinkenlights.android.vanilla"><img src="/img/f-droid.png" alt="Get it on F-Droid" /></a></p>
<h3 id="nightly-builds">Nightly builds</h3>
<p>Nightly builds (built, using the current <a href="https://github.com/vanilla-music/vanilla/commits/master">git HEAD</a>) are available from <a href="http://android.eqmx.net/android/vanilla/VanillaMusic-nightly.apk">here</a>. Note
that these builds are for testing only and may or may not work.</p>
</p>
</div>
</div>
</div>
</div>
<div id="main">
<div id="intro" class="point">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<h2>Get involved!</h2>
<p class="lead">
<h3 id="translation">Translation</h3>
<p>You can contribute to Vanilla Music without coding skills by helping us to <a href="https://www.transifex.com/vanilla_music/vanilla-music-1/">translate the application</a></p>
<h3 id="code">Code</h3>
<p>Vanilla Musics source code is hosted at <a href="https://github.com/vanilla-music/vanilla/">github</a>.</p>
<p>A good starting point for new contributors is to have a look at issues labeled with <a href="https://github.com/vanilla-music/vanilla/labels/patches-welcome">‘patches-welcome’</a>.
Most of them are low hanging fruits ;-) We also recommend to have a quick look at the <a href="https://github.com/vanilla-music/vanilla/blob/master/README.md#contributing">‘contributing’</a> section in the README</p>
<h3 id="reporting-bugs">Reporting bugs</h3>
<p>Please use the github <a href="https://github.com/vanilla-music/vanilla/issues">issue tracker</a> to report bugs</p>
<h3 id="community">Community</h3>
<p>Join our community on <a href="https://www.reddit.com/r/vanillamusic">reddit.com/r/vanillamusic</a></p>
</p>
</div>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<hr>
<p>Built using <a href="http://gohugo.io/">HUGO</a> & the <a href="http://themes.gohugo.io/hugo-base-theme/">hugo-base-theme</a></p>
</div>
</div>
</div>
</footer>
<script src="https://vanilla-music.github.io/js/jquery-2.1.1.min.js"></script>
<script src="https://vanilla-music.github.io/js/owl.carousel.min.js"></script>
<script>
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')
|| location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
$('.owl-carousel').owlCarousel({
loop:true,
margin:10,
nav:true,
autoplay:true,
autoplayHoverPause:true,
autoplayTimeout:3000,
responsive:{
0:{
items:1
},
1000:{
items:3
},
}
})
</script>
</body>
</html>