-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathqueue.html
More file actions
171 lines (169 loc) · 6.96 KB
/
queue.html
File metadata and controls
171 lines (169 loc) · 6.96 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Saavn - Listen to New & Old Songs Online. Anywhere, Anytime</title>
<link rel="icon" href="images/saavnlogo3.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/queue.css">
<script src="js/queue.js"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<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.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="nav">
<div id="heading">
<img onclick="goHome()" class="headimg" src="images/saavnlogo2.jpg" alt="KiMusic-Listen any song any time">
</div>
<ul class="nav-l">
<li class="nav-l-el"><a href="#">Song Map</a></li>
<li class="nav-l-el-dropdown">
<a href="#">Browse
<i class="material-icons down_arrow_icon">keyboard_arrow_down</i>
<div id="dropdown-content-Browse">
<a class="dropdown-link" href="#">Featured Playlists</a><br/>
<a class="dropdown-link" href="#">New Releases</a><br/>
<a class="dropdown-link" href="#">Top Artists</a><br/>
<a class="dropdown-link" href="#">Weekly Top 15</a><br/>
<a class="dropdown-link" href="#">All Albums</a><br/>
<hr class="dropdown-list-separator"/>
<a class="dropdown-link" href="#">People</a><br/>
<hr class="dropdown-list-separator"/>
<a class="dropdown-link" href="#">Surprise Me</a><br/>
</div>
</a>
</li>
<li class="nav-l-el"><a href="#">My Music</a></li>
<li class="nav-l-el"><a href="#">Radio</a></li>
<li class="nav-l-el-dropdown">
<a href="#">More
<i class="material-icons down_arrow_icon">keyboard_arrow_down</i>
<div id="dropdown-content-More">
<a class="dropdown-link" href="#">Bookmark Saavn</a><br/>
<hr class="dropdown-list-separator"/>
<span class="dropdown-list-titles">Mobile Apps</span>
<a class="dropdown-link" href="#">Saavn for iOS</a><br/>
<a class="dropdown-link" href="#">Saavn for Android</a><br/>
<a class="dropdown-link" href="#">Saavn for Windows</a><br/>
<hr class="dropdown-list-separator"/>
<span class="dropdown-list-titles">About</span>
<a class="dropdown-link" href="#">Jobs</a><br/>
<a class="dropdown-link" href="#">Advertise</a><br/>
<a class="dropdown-link" href="#">Press</a><br/>
<a class="dropdown-link" href="#">Help & Support</a><br/>
<a class="dropdown-link" href="#">Contact Us</a><br/>
<a class="dropdown-link" href="#">OnRecord</a><br/>
</div>
</a>
</li>
<li id="nav-l-el-lc" class="nav-l-el"><a href="login.html">Login</a></li>
<li id="nav-l-el-lc" class="nav-l-el"><a href="signup.html">Sign Up</a></li>
</ul>
</div><br>
<div class="queue" onmouseover="animateMe(this)" onmouseleave="resetMe(this)">
<div class="qHead">
<h3 id="qH3">QUEUE</h3>
<div class="btn-qHead">
<input id="save" type="button" value="SAVE">
<input type="button" value="CLEAR">
<input type="button" value="HISTORY">
</div>
</div>
<ul id="qList">
</ul>
</div>
<div class="song-inf">
<div class="canv">
<div class="song-path">Home > Albums > Girls Like You > Girls Like You</div><hr>
<div class="song-img">
<img src="images/GLY.jpg">
</div>
<div class="song-details">
<h2>Girls Like You</h2><i class="material-icons">stars</i><br>
<p>Girls Like You by Maroon 5 featuring Cardi B -3:56</p><br>
<p>Released May 30, 2018</p><br>
<p>℗ 2018 Interscope Records (222 Records)</p>
</div>
<div class="btn-song-details">
<input type="button" value="START RADIO">
<input type="button" value="SHARE">
<input type="button" value="+">
<input id="btn-comment" type="button" value="COMMENT">
</div>
</div>
<div class="canv2">
<div class="song-about">
<h3>About This Song</h3>
<h5>SINGERS</h5>
<p>Maroon 5, Cardi B</p>
</div>
<div class="suggestions">
<h3>You might also like...</h3>
<ul id="suggestions-list">
</ul>
</div>
</div>
</div>
<div class="player" align="center">
<audio controls>
<source src="songs/Girls_Like_You.mp3" type="audio/mpeg">
</audio>
</div>
<div class="FooterInfo">
<div class="Footer-col">
<div class="Footer-title">Top Artists</div>
<a href="" class="Footer-col-items">Arijit Singh</a><br/>
<a href="" class="Footer-col-items">Neha Kakkar</a><br/>
<a href="" class="Footer-col-items">Justin Bieber</a><br/>
<a href="" class="Footer-col-items">Atif Aslam</a><br/>
</div>
<div class="Footer-col">
<div class="Footer-title">Top Actors</div>
<a href="" class="Footer-col-items">Shah Rukh Khan</a><br/>
<a href="" class="Footer-col-items">Deepika Padukone</a><br/>
<a href="" class="Footer-col-items">Salman Khan</a><br/>
<a href="" class="Footer-col-items">Varun Dhawan</a><br/>
<a href="" class="Footer-col-items">Alia Bhatt</a><br/>
<a href="" class="Footer-col-items">Ranbir Kapoor</a><br/>
</div>
<div class="Footer-col">
<div class="Footer-title">Top Songs</div>
<a href="" class="Footer-col-items">Hindi Songs</a><br/>
<a href="" class="Footer-col-items">English Songs</a><br/>
</div>
<div class="Footer-col">
<div class="Footer-title">Radio</div>
<a href="" class="Footer-col-items">Hindi Radio</a><br/>
<a href="" class="Footer-col-items">English Radio</a><br/>
</div>
<div class="Footer-col">
<div class="Footer-title">Company</div>
<a href="" class="Footer-col-items">About Us</a><br/>
<a href="" class="Footer-col-items">Culture</a><br/>
<a href="" class="Footer-col-items">Blogs</a><br/>
<a href="" class="Footer-col-items">Jobs</a><br/>
<a href="" class="Footer-col-items">Press</a><br/>
<a href="" class="Footer-col-items">Advertise</a><br/>
<a href="" class="Footer-col-items">Terms & Privacy</a><br/>
<a href="" class="Footer-col-items">Help & Support</a><br/>
</div>
<div class="Footer-col">
<div class="Footer-title">Products</div>
<a href="" class="Footer-col-items">Saavn Pro</a><br/>
<a href="" class="Footer-col-items">Saavn for iOS</a><br/>
<a href="" class="Footer-col-items">Saavn for Android</a><br/>
<a href="" class="Footer-col-items">Saavn for Windows 10</a><br/>
</div>
<div class="Footer-col Footer-last-col">
<div class="Footer-title ">Follow Us Online</div>
<a href="" class="Footer-col-items">Twitter</a><br/>
<a href="" class="Footer-col-items">Facebook</a><br/>
<a href="" class="Footer-col-items">YouTube</a><br/>
<a href="" class="Footer-col-items">LinkedIn</a><br/>
<div class="copyright-item">© 2018 Saavn LLC</div>
</div>
</div>
</body>
</html>