-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
188 lines (185 loc) · 9.89 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
<!DOCTYPE HTML>
<html lang="en"
xmlns="http://www.w3.org/1999/xhtml">
<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="A web based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device.">
<meta name="author" content="Ampache">
<meta property="og:image" content="https://ampache.org/img/logo/ampache-logo.png"/>
<meta property="og:image:secure_url" content="https://ampache.org/img/logo/ampache-logo.png" />
<!-- 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="hllink">Home</a></li>
<li><a title="demo" href="demo.html" class="tlink">Demo</a></li>
<li><a title="donate" href="donate.html" class="tlink">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>A web based audio/video streaming application and file manager.<br />
Allowing you to access your music & videos from anywhere, using almost any internet enabled device.</p>
</article>
</div>
</div>
</div>
</section>
</div>
<!--******************** Services Section ********************-->
<section id="services" class="single-page scrollblock">
<div class="container">
<div class="align"><i class="icon-cog-circled"></i></div>
<h1>Features</h1>
<div class="row">
<div class="span3">
<div class="align"> <i class="icon-desktop sev_icon"></i> </div>
<h2>Music collection</h2>
<p>Browse and manage your music collection through a simple web interface. Synchronize local and remote catalogs to an unique consistent collection.</p>
<a href="https://github.com/ampache/ampache/wiki/installation/Catalog" class="more-link">read more</a>
</div>
<div class="span3">
<div class="align"> <i class="icon-vector sev_icon"></i> </div>
<h2>Music streaming</h2>
<p>Stream your music to your preferred player, control it with Localplay or directly listen on the web page with HTML5 player.<br /><br /></p>
<a href="https://github.com/ampache/ampache/wiki#configuration" class="more-link">read more</a>
</div>
<div class="span3">
<div class="align"> <i class="icon-basket sev_icon"></i> </div>
<h2>Open source</h2>
<p>Completely Free and Open Source since 2001, AGPLv3 license.<br /><br />
Get involved and take control.<br /><br /></p>
<a href="https://github.com/ampache/ampache" class="more-link">read more</a>
</div>
<div class="span3">
<div class="align"> <i class="icon-mobile-1 sev_icon"></i> </div>
<h2>Ampache everywhere</h2>
<p>Listen to your music from your phone, tablet or television. At home, at work or in vacation: get Ampache everywhere using a compatible client!<br /><br /></p>
<a href="https://github.com/ampache/ampache/wiki/Clients" class="more-link">read more</a>
</div>
</div>
</div>
</section>
<!--******************** Preview Section ********************-->
<section id="preview" class="single-page scrollblock">
<div class="container">
<div class="align"><i class="icon-desktop-circled"></i></div>
<h1 id="folio-headline">Preview...</h1>
<div class="row">
<div class="span4">
<div class="mask2"><a href="img/previews/login-dark.png" rel="prettyPhoto[pp_gal]"><img src="img/previews/login-dark.png" alt="login-dark"></a></div>
</div>
<div class="span4">
<div class="mask2"><a href="img/previews/login-light.png" rel="prettyPhoto[pp_gal]"><img src="img/previews/login-light.png" alt="login-light"></a></div>
</div>
<div class="span4">
<div class="mask2"><a href="img/previews/login-custom.png" rel="prettyPhoto[pp_gal]"><img src="img/previews/login-custom.png" alt="login-custom"></a></div>
</div>
</div>
<br>
<div class="row">
<div class="span4">
<div class="mask2"><a href="img/previews/index2.png" rel="prettyPhoto[pp_gal]"><img src="img/previews/index2.png" alt="index2"></a></div>
</div>
<div class="span4">
<div class="mask2"><a href="img/previews/index1.png" rel="prettyPhoto[pp_gal]"><img src="img/previews/index1.png" alt="index1"></a></div>
</div>
<div class="span4">
<div class="mask2"><a href="img/previews/smartlist.png" rel="prettyPhoto[pp_gal]"><img src="img/previews/smartlist.png" alt="smartlist"></a></div>
</div>
</div>
<br>
<div class="row">
<div class="span4">
<div class="mask2"><a href="img/previews/dashboard-album.png" rel="prettyPhoto[pp_gal]"><img src="img/previews/dashboard-album.png" alt="dashboard-album"></a></div>
</div>
<div class="span4">
<div class="mask2"><a href="img/previews/browse-album.png" rel="prettyPhoto[pp_gal]"><img src="img/previews/browse-album.png" alt="browse-album"></a></div>
</div>
<div class="span4">
<div class="mask2"><a href="img/previews/browse-playlists.png" rel="prettyPhoto[pp_gal]"><img src="img/previews/browse-playlists.png" alt="browse-playlists"></a></div>
</div>
</div>
<br>
<div class="row">
<div class="span4">
<div class="mask2"><a href="img/previews/api-foam.png" rel="prettyPhoto[pp_gal]"><img src="img/previews/api-foam.png" alt="api-foam"></a></div>
</div>
<div class="span4">
<div class="mask2"><a href="img/previews/now_playing.png" rel="prettyPhoto[pp_gal]"><img src="img/previews/now_playing.png" alt="subsonic"></a></div>
</div>
<div class="span4">
<div class="mask2"><a href="img/previews/api-ample.png" rel="prettyPhoto[pp_gal]"><img src="img/previews/api-ample.png" alt="api-ample"></a></div>
</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>