-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (47 loc) · 2.12 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Project Recommend : An Offline Music Recommender">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Project Recommend</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header id="header" class="inner">
<a id="forkme_banner" href="https://github.com/ProjectRecommend">View on GitHub</a>
<div id="header_logo_text">
<div id="header_text" style="margin-left: 10px; margin-right: 290px;">
<h1 id="project_title">Project Recommend</h1>
<h2 id="project_tagline">An Offline Music Recommender</h2>
</div>
<div id="logo_div">
<img id="logo" src="images/PR_logo.png" alt="logo" height="100" width="100">
</div>
</div>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>About Project</h3>
<p>Recommend is a project that uses clustering on metadata(ID3-tags) of your music files to Recommend you similar songs from your Offline Music library</p>
<p>Goal of this project is to provide recommendation on your offline music collection that you have in your computer locally.</p>
<p>For more information see <a href="https://github.com/ProjectRecommend/docs/blob/master/design-docs/SRS_final.md">Software Requirements Specification</a> of project</p>
<h3>Links</h3>
<p><a href="https://github.com/ProjectRecommend/Recommend">GitHub Repo.</a></p>
<p><a href="https://github.com/ProjectRecommend/docs">Docs</a></p>
<h3>Demo Video</h3>
<iframe src="https://www.youtube.com/embed/xF9p5lDcmi4" allowfullscreen="" width="560" height="315" frameborder="0"></iframe>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>