-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathabout.html
54 lines (50 loc) · 2.69 KB
/
about.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>
<title>about</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="css/app.css">
</head>
<body background = 'image/music13.jpg'>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="about.html">About</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home Page</a></li>
<li><a href="#about"></a></li>
<li><a href="view.html">View Source</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="tableOFContent.html">Table Of Content <i class="fa fa-user-plus"></i></a></li>
<!-- <li><a href="#about">Login <i class="fa fa-user"></i></a></li> -->
</ul>
</div>
</div>
</nav>
<br>
<br>
<br>
<br>
<div class="container">
<h1>About </h1>
<h2>Intelligence Where You Get Your Next Music.</h2>
<hr>
<h3>Rapid development of mobile devices and internet has made possible for us to access different music resources freely. The number of songs available exceeds the listening capacity of single individual. People sometimes feel difficult to choose from millions of songs. Moreover, music service providers need an efficient way to manage songs and help their customers to discover music by giving quality recommendation. Thus, there is a strong need of a good recommendation system.
The Music Recommendation System will recommend users the type of music they want to listen. The recommendation will be based on what the user listens as per their previous music. It will be suggesting using various factors which are energy ,tempo ,acousticness, danceability , instrumentalness etc.
</h3>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>