-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (43 loc) · 1.85 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Syncly by Syncly</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Syncly</h1>
<p>Making syncing easier</p>
<p class="view"><a href="https://github.com/Syncly">View My GitHub Profile</a></p>
</header>
<section>
<h1>
<a id="syncly" class="anchor" href="#syncly" aria-hidden="true"><span class="octicon octicon-link"></span></a>Syncly</h1>
<p>Syncly is a collection of tools and programs to make syncing things easier.</p>
<h2>
<a id="current-projects" class="anchor" href="#current-projects" aria-hidden="true"><span class="octicon octicon-link"></span></a>Current projects</h2>
<h3>
<a id="musicsync" class="anchor" href="#musicsync" aria-hidden="true"><span class="octicon octicon-link"></span></a>MusicSync</h3>
<p>MusicSync is a simple music syning service that does just one thing and tries to do it well.</p>
<p>Music Sync currently consists of three components</p>
<ul>
<li>Backend - A central daemon that controls everything.</li>
<li>Web - A frontend for the backend daemon for controlling it and streaming music from it.</li>
<li>Android - A Android app frontent for the backend daemon for syning music to your phone.</li>
</ul>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>