This repository was archived by the owner on Sep 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·110 lines (108 loc) · 5.64 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
<!doctype html>
<html lang="fr-FR">
<head>
<meta charset="UTF-8" />
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Sonerezh | My music everywhere</title>
<meta name="description" content="A self-hosted, web-based application to stream your music, everywhere.">
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel='stylesheet' href="css/style.css" type='text/css' media='all' />
<link rel='stylesheet' href="css/lightbox.css" type='text/css' media='all' />
</head>
<body>
<header>
<div class="container">
<ul>
<li><a href="https://www.sonerezh.bzh/demo/">Try it</a></li>
<li><a href="https://www.sonerezh.bzh/docs/">Docs</a></li>
<li><a href="https://twitter.com/snrzh">Twitter</a></li>
<li><a href="https://github.com/Sonerezh/sonerezh">GitHub</a></li>
</ul>
</div>
</header>
<div id="content">
<div id="download">
<div class="container">
<h1>Sonerezh</h1>
<h2>My music everywhere</h2>
<a href="https://github.com/Sonerezh/sonerezh/archive/1.2.0.zip" class="btn green">Download <small>(v1.2.0)</small></a>
<a href="https://www.sonerezh.bzh/demo/" class="btn purple">Try it <small>(v1.2.0)</small></a>
</div>
</div>
<hr>
<div id="description">
<div class="container">
<p>A self-hosted, web-based application to stream your music, everywhere.</p>
</div>
</div>
<div id="techno">
<div class="container">
<div class="techno-block left">
<div class="img-container">
<img src="img/logo-html5.png" alt="html5">
</div>
<p>Sonerezh works with the latest web technologies.</p>
</div>
<div class="techno-block right">
<div class="img-container">
<img src="img/agplv3.png" alt="agplv3">
</div>
<p>Free and distributed under an open source licence.</p>
</div>
</div>
</div>
<div id="preview">
<div class="container">
<h3><span>Preview</span></h3>
<a href="img/albums.png" data-lightbox="preview"><img src="img/albums-small.png" alt="albums"></a>
<a href="img/index.png" data-lightbox="preview"><img src="img/index-small.png" alt="index"></a>
<a href="img/artists.png" data-lightbox="preview"><img src="img/artists-small.png" alt="artists"></a>
<a href="img/settings.png" data-lightbox="preview"><img src="img/settings-small.png" alt="settings"></a>
</div>
</div>
<div id="features">
<div class="container">
<h3><span>Features</span></h3>
<div class="feature-block right">
<span class="icon heart"></span>
<div class="text-container">
<h4>Beautiful and intuitive</h4>
<p>Enjoy a clean, easy to use interface and modern player.</p>
</div>
</div>
<div class="feature-block left">
<span class="icon cog"></span>
<div class="text-container">
<h4>2-clicks installation</h4>
<p>Sonerezh is easy to install thanks to its automatic deployment tool. No headaches with configuration files. Indicate where your music library is, Sonerezh does the rest.</p>
</div>
</div>
<div class="feature-block right">
<span class="icon disc"></span>
<div class="text-container">
<h4>Playlists management</h4>
<p>Add titles, albums and artists to your playlists. Listen to them according to your mood.</p>
</div>
</div>
<div class="feature-block left">
<span class="icon share"></span>
<div class="text-container">
<h4>Share your music</h4>
<p>Sonerezh gives you a user management system with two access levels so that your friends could enjoy your music too.</p>
</div>
</div>
</div>
</div>
</div>
<hr>
<footer>
Made in Brittany with <span class="icon heart"></span> by <a href="https://www.guillaume-leduc.fr" target="_blank" >Guillaume</a> & <a href="https://twitter.com/itomiix" target="_blank">Thomas</a>
- hey [at] sonerezh [dot] bzh
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="js/lightbox.min.js"></script>
</body>
</html>