-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
267 lines (240 loc) · 9.74 KB
/
index.html
File metadata and controls
267 lines (240 loc) · 9.74 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
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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spotify - Web Player: Music for everyone</title>
<!-- For icon in the title bar-- -->
<link rel="icon" href="./Pictures/logo.png">
<!-- For font family-- -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Loop:ital@0;1&display=swap"
rel="stylesheet">
<!-- For using icon from font awesome-- -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Linking with css-- -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- upper-Nav-Bar-- -->
<div class="upper-nav-bar">
<!-- Search box -->
<div class="upper-nav-search-box">
<img src="./Pictures/black&white logo.jpeg" alt="logo" height="60px">
<div id="house-icon"><i class="fa-solid fa-house icon1"></i></div>
<div class="input-box">
<label for="input"> <i class="fa-solid fa-magnifying-glass icon2"></i></label>
<input type="text" placeholder="What do you want to paly?" id="input">
<i class="fa-solid fa-cart-flatbed icon3"></i>
</div>
<div id="plus-icon"><i class="fa-solid fa-plus icon4"></i></div>
</div>
<!-- buttons-- -->
<div class="upper-nav-buttons">
<button type="submit" id="button">Explore Premium</button>
<div class="install-app">
<i class="fa-solid fa-circle-down "></i>
<a href="#">Install App</a>
</div>
<i class="fa-solid fa-bell" ></i>
</div>
</div>
<div class="main">
<!-- Sidebar------ -->
<div class="sidebar">
<div class="library-icon">
<img src="./Pictures/library_icon.png" alt="lib-icon" height="22px">
<span>Your Library</span>
</div>
<div class="library-button">
<span>Create Your First Playlist</span>
<p>It's easy,we we'll help you</p>
<button type="submit" id="button">Create playlist</button>
</div>
<div class="library-button">
<span>Let's find some podcasts to follow</span>
<p>we'll keep you updated on new episodes</p>
<button type="submit" id="button">Browse podcasts</button>
</div>
</div>
<!-- Main-Content---- -->
<div class="main-content">
<!-- main content nav bar--- -->
<div class="main-content-nav">
<button type="submit" id="main-content-button1">All</button>
<button type="submit" id="main-content-button2">Music</button>
<button type="submit" id="main-content-button3">Podcasts</button>
</div>
<!-- main content cards-- -->
<div class="cards">
<!-- container 1 -->
<h2>Shows to try</h2>
<div class="cards-container1">
<div class="card" id="card1">
<img src="./Pictures/card2img.jpeg" alt="card" width="80px">
<h4>Mahiye jinna Sonna </h4>
<p>Darsan Raval</p>
</div>
<div class="card">
<img src="./Pictures/card1img.jpeg" alt="card" width="80px">
<h4>Top 50-Global</h4>
<p>your daily updates </p>
<p>of the most played...</p>
</div>
<div class="card">
<img src="./Pictures/card3img.jpeg" alt="card" width="80px">
<h4>Top 50-Global</h4>
<p>your daily updates </p>
<p>of the most played...</p>
</div>
<div class="card">
<img src="./Pictures/card4img.jpeg" alt="card" width="80px">
<h4>Top 50-Global</h4>
<p>your daily updates </p>
<p>of the most played...</p>
</div>
<div class="card">
<img src="./Pictures/card5img.jpeg" alt="card" width="80px">
<h4>Top Songs-Global</h4>
<p>your weekly updates </p>
<p> of the most played...</p>
</div>
</div>
<!-- container 2 -->
<h2>Featured Charts</h2>
<div class="cards-container2">
<div class="card" id="card1">
<img src="./Pictures/card1img.jpeg" alt="card" width="80px">
<h4>Top 50-Global</h4>
<p>your daily updates </p>
<p>of the most played..</p>
</div>
<div class="card">
<img src="./Pictures/card3img.jpeg" alt="card" width="80px">
<h4>Top 50-Global</h4>
<p>your daily updates </p>
<p>of the most played...</p>
</div>
<div class="card">
<img src="./Pictures/card6img.jpeg" alt="card" width="80px">
<h4>Top Songs-India</h4>
<p>your daily updates </p>
<p>of the most played...</p>
</div>
<div class="card">
<img src="./Pictures/card5img.jpeg" alt="card" width="80px">
<h4>Top Songs-Global</h4>
<p>your weekly updates </p>
<p>of the most played...</p>
</div>
<div class="card">
<img src="./Pictures/card1img.jpeg" alt="card" width="80px">
<h4>Top 50-Global</h4>
<p>your daily updates </p>
<p>of the most played...</p>
</div>
</div>
<!-- container 3 -->
<h2>Episode for you</h2>
<div class="cards-container3">
<div class="card" id="card1">
<img src="./Pictures/card2img.jpeg" alt="card" width="80px">
<h4>Mahiye jinna Sonna </h4>
<p>Darsan Raval</p>
</div>
<div class="card">
<img src="./Pictures/card1img.jpeg" alt="card" width="80px">
<h4>Top 50-Global</h4>
<p>your daily updates </p>
<p>of the most played...</p>
</div>
<div class="card">
<img src="./Pictures/card5img.jpeg" alt="card" width="80px">
<h4>Top Songs-Global</h4>
<p>your weekly updates </p>
<p>of the most played...</p>
</div>
<div class="card">
<img src="./Pictures/card3img.jpeg" alt="card" width="80px">
<h4>Top 50-Global</h4>
<p>your daily updates </p>
<p>of the most played...</p>
</div>
</div>
</div>
<!-- footer portion of main content-- -->
<div class="main-content-footer">
<div class="box1">
<h3>Company</h3>
<p>About</p>
<p>Jobs</p>
<p>For the Record</p>
</div>
<div class="box2">
<h3>Comunities</h3>
<p>For Artist</p>
<p>Developers</p>
<p>Advertising</p>
<p>Investors</p>
<p>Vendors</p>
</div>
<div class="box3">
<h3>Useful Link</h3>
<p>Support</p>
<p>Free Mobile App</p>
</div>
<div class="box4">
<h3>Spotify App</h3>
<p>Premium Individual</p>
<p>Premium Duo</p>
<p>Premium Family</p>
<p>Premium Student</p>
<p>Spotify Free</p>
</div>
<div class="box5">
<div><i class="fa-brands fa-instagram"></i></div>
<div><i class="fa-brands fa-twitter"></i></div>
<div><i class="fa-brands fa-facebook"></i></div>
</div>
</div>
<!-- main-content-end--- -->
<div class="main-content-end">
<div class="end-box1">
<span>Legal</span>
<span>Safety & Privacy Center</span>
<span>Privacy Policy</span>
<span>Cookies</span>
<span>About Ads</span>
<span>Accessibility</span>
</div>
<div class="end-box2">
@2025 Spotify AB
</div>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br>
</div>
</div>
<!-- Footer-Nav-Bar---- -->
<div class="footer-nav-bar">
<div>
<div class="music-bar-img">
<img src="./Pictures/player_icon1.png" alt="1" height="15px">
<img src="./Pictures/player_icon2.png" alt="1" height="15px">
<img src="./Pictures/player_icon3.png" alt="1" height="31px" id="icon3">
<img src="./Pictures/player_icon4.png" alt="1" height="15px">
<img src="./Pictures/player_icon5.png" alt="1" height="15px">
</div>
<div id="music-bar">
<span>00:00</span>
<input type="range" step="1">
<span>02:23</span>
</div>
</div>
</div>
</div>
</body>
</html>