-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
219 lines (158 loc) · 7.81 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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html lang="en">
<head>
<title>U1 Records-Home</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/ico" href="img/Logo_of_U1_Records.png" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<link rel="stylesheet" type="text/css" href="music.css">
<script src="https://connect.soundcloud.com/sdk.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="music.js"></script>
</head>
<body>
<div class="top-container">
<h1> <span class="fa fa-yoast"></span> <b class="a">Yuvan</b>MusiQ.com</h1>
<h4>Music is a Piece of art that goes in the ears Straight to the Heart</h4>
</div>
<div ng-controller="NavbarCtrl" id="myHeader" class="navbar navbar-default navbar-static-top ng-scope">
<div class="navbar-header">
<a class="navbar-brand" href="Index.html">
<span class="fa fa-yoast"></span>
<b> U1</b>musiQ
</a>
</div>
<ul class="nav navbar-nav">
<li data-match-route="/$" class="home"><a href="#"><b>Home</b></a></li>
<li data-match-route="/$" class="Composers"><a href="#"><b>Composers</b></a></li>
<li data-match-route="/$" class="Directors"><a href="#"><b>Directors</b></a></li>
<li data-match-route="/$" class="Artist"><a href="#"><b>Artist</b></a></li>
<li data-match-route="/$" class="Singers"><a href="#"><b>Singers</b></a></li>
</ul>
<ul class="nav navbar-nav pull-right ng-scope" ng-if="!currentUser">
<li data-match-route="/login" class=""><a href="#"><b>Login / Register</b></a></li>
</ul>
</div>
<div class="container ng-scope">
<div class="panel panel-default" id="box">
<div class="panel-heading ng-binding">
<div id="demo">
<b>Best of Yuvan collections </b>
</div>
</div>
<div class="panel-body">
<div class="row show-list">
<div class="filterDiv adventure action A">
<div class="col-xs-4 col-md-3 ng-scope" ng-repeat="show in shows | filter:query | orderBy:'rating':true">
<a href="Movie details.html">
<img style="width: 250px;height:400px;" class="img-rounded" src="img/1.jpeg">
</a>
<div class="text-center">
<a><b>Adi Yendi pulla</b></a> <br>
<button type="button" id="start1">Start</button>
<button type="button" id="stop1">Stop</button>
</div>
</div>
</div>
<div class="filterDiv action adventure C">
<div class="col-xs-4 col-md-3 ng-scope" ng-repeat="show in shows | filter:query | orderBy:'rating':true">
<a href="/shows/72521">
<img style="width: 250px;height:400px;" class="img-rounded" src="img/00.jpg">
</a>
<div class="text-center">
<a><b>Yuvan collection</b></a> <br>
<button type="button" id="start2">Start</button>
<button type="button" id="stop2">Stop</button>
</div>
</div>
</div>
<div class="filterDiv action thriller T">
<div class="col-xs-4 col-md-3 ng-scope" ng-repeat="show in shows | filter:query | orderBy:'rating':true">
<a href="#">
<img style="width: 250px;height:400px;" class="img-rounded" src="img/2.jpg">
</a>
<div class="text-center">
<a><b>Anbe peranbe</b></a> <br>
<button id="start3">Start</button>
<button id="stop3">Stop</button>
</div>
</div>
</div>
<div class="filterDiv documentary thriller adventure 0">
<div class="col-xs-4 col-md-3 ng-scope" ng-repeat="show in shows | filter:query | orderBy:'rating':true">
<a href="#">
<img style="width: 250px;height:400px;" class="img-rounded" src="img/3.jpg">
</a>
<div class="text-center">
<a><b>I'll be there for you</b></a> <br>
<button type="button" id="start4">Start</button>
<button type="button" id="stop4">Stop</button>
</div>
</div>
</div>
<div class="filterDiv animation comedy T">
<div class="col-xs-4 col-md-3 ng-scope" ng-repeat="show in shows | filter:query | orderBy:'rating':true">
<a href="#">
<img style="width: 250px;height:400px;" class="img-rounded" src="img/5.jpg">
</a>
<div class="text-center">
<a><b>Makka kalanguthappa</b></a> <br>
<button type="button" id="start5">Start</button>
<button type="button" id="stop5">Stop</button>
</div>
</div>
</div>
<div class="filterDiv children action S">
<div class="col-xs-4 col-md-3 ng-scope" ng-repeat="show in shows | filter:query | orderBy:'rating':true">
<a href="#">
<img style="width: 250px;height:400px;" class="img-rounded" src="img/6.jpg">
</a>
<div class="text-center">
<a><b>Rowdy baby</b></a> <br>
<button id="start6">Start</button>
<button id="stop6">Stop</button>
</div>
</div>
</div>
<div class="filterDiv children J">
<div class="col-xs-4 col-md-3 ng-scope" ng-repeat="show in shows | filter:query | orderBy:'rating':true">
<a href="#">
<img style="width: 250px;height:400px;" class="img-rounded" src="img/7.jpg">
</a>
<div class="text-center">
<a><b>Mazhai megam</b></a> <br>
<button type="button" id="start7">Start</button>
<button type="button" id="stop7">Stop</button>
</div>
</div>
</div>
<div class="filterDiv crime thriller I">
<div class="col-xs-4 col-md-3 ng-scope" ng-repeat="show in shows | filter:query | orderBy:'rating':true">
<a href="#">
<img style="width: 250px;height:400px;" class="img-rounded" src="img/0.jpg">
</a>
<div class="text-center">
<a><b>Iragai pole</b></a> <br>
<button type="button" id="start8">Start</button>
<button type="button" id="stop8">Stop</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="JS/movie.js"></script>
<script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src = "js/bootstrap.min.js"></script>
<script type="text/javascript" src="JS/heading.js"></script>
<script type="text/javascript" src="JS/navigationbar.js"></script>
</body>
</html>