-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
159 lines (145 loc) · 7.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="utility.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<title>Spotify</title>
</head>
<body>
<div class="container flex bg-black">
<div class="left">
<div class="close">
<img width="30" class="invert" src="svgALL/close.svg" alt="">
</div>
<div class="home bg-grey rounded m-1 p-1">
<div class="logo"><img width="154" src="svgALL/logo.svg" alt=""></div>
<ul>
<li><img src="svgALL/home.svg" alt="home">Home</li>
<li><img src="svgALL/search.svg" alt="home">Search</li>
</ul>
</div>
<div class="library bg-grey rounded m-1 p-1">
<div class="heading">
<img src="svgAll/library.svg" alt="">
<h2>
Your Library
</h2>
<img src="svgAll/add.svg" alt style="
margin-left: 130px;">
</div>
<div class="songList">
<ul>
</ul>
</div>
<div class="footer">
<div><a href="https://www.spotify.com/jp/legal/"><span>Legal</span></a></div>
<div><a href="https://www.spotify.com/jp/privacy/"><span>Privacy Center</span></a></div>
<div><a href="https://www.spotify.com/jp/legal/privacy-policy/"><span>Privacy Policy</span></a>
</div>
<div><a href="https://www.spotify.com/jp/legal/cookies-policy/"><span>Cookies</span></a></div>
<div><a href="https://www.spotify.com/jp/legal/privacy-policy/#s3"><span>About Ads</span></a></div>
<div><a href="https://www.spotify.com/jp/accessibility/"><span>Accessibility</span></a></div>
</div>
</div>
</div>
<div class="right bg-grey rounded">
<div class="header">
<div class="nav">
<div class=" invert hamburgerContainer">
<img width="40" class="invert hamburger" src="svgALL/hamburger1.svg" alt="">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M15 6L9.70711 11.2929C9.37377 11.6262 9.20711 11.7929 9.20711 12C9.20711 12.2071 9.37377 12.3738 9.70711 12.7071L15 18"
stroke="#ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M9 18L14.2929 12.7071C14.6262 12.3738 14.7929 12.2071 14.7929 12C14.7929 11.7929 14.6262 11.6262 14.2929 11.2929L9 6"
stroke="#ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
</div>
<div class="buttons">
<button class="signupbtn">Sign up</button>
<button class="loginbtn">Log in</button>
</div>
</div>
<div class="spotifyPlaylists">
<h1>Spotify Playlists</h1>
<div class="cardContainer">
<div class="card">
<img src="aLLimages/pyaar mein.jpg" alt="">
<h2>Tere Pyaar Mein</h2>
<p>Song - Arijit Singh, Nikhita Gandhi</p>
</div>
<div class="card">
<img src="aLLimages/papa-meri -jaan.jpg" alt="">
<h2>Papa Meri Jaan</h2>
<p>Song - Sonu Nigam</p>
</div>
<div class="card">
<img src="aLLimages/show the thumka.jpg " alt="">
<h2>Show Me The Thumka</h2>
<p>Song - Shashwat Singh, Sunidhi Chauhan</p>
</div>
<div class="card">
<img src="aLLimages/backbone.jpg" alt="">
<h2>Backbone</h2>
<p>Song - Harrdy Sandhu</p>
</div>
<div class="card">
<img src="aLLimages/clash.jpg" alt="">
<h2>Clash</h2>
<p>Song - Diljith Dosanjh</p>
</div>
<div class="card">
<img src="aLLimages/waalian.jpg" alt="">
<h2>Waalian</h2>
<p>Song - Harnoor</p>
</div>
<div class="card">
<img src="aLLimages/yaar ni milaya.jpg" alt="">
<h2>Yaarr Ni Milayaa</h2>
<p>Song - Harrdy SAndhu</p>
</div>
<div class="card">
<img src="aLLimages/born to shine.jpg " alt="">
<h2>Born To Shine</h2>
<p>Song - Diljith Dosanjh</p>
</div>
</div>
<div class="playbar">
<div class="seekbar">
<div class="circle">
</div>
</div>
<div class="abovebar">
<div class="songinfo">
</div>
<div class=" songbuttons">
<img width="35" id="previous" src="svgALL/previous.svg" alt="">
<img width="35" id="play" src="svgALL/play.svg" alt="">
<img width="35" id="next" src="svgALL/next.svg" alt="">
</div>
<div class="songtime">
</div>
<div class="timevol">
<div class="volume">
<img width="25" src="svgALL/volume.svg" alt="">
<div class="range">
<input type="range" name="volume" id="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>