-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
365 lines (347 loc) · 15.3 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
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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Play free on Mobile - Spotify - spotify(IN)</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- ================================= Navbar Section =================== -->
<header class="container-fluid bg-black">
<div class="container">
<div class="row">
<nav class="navbar navbar-expand-lg bg-body-tertiary bg-black">
<div class="container-fluid">
<img src="https://www.vectorlogo.zone/logos/spotify/spotify-ar21.svg" id="logo" class="navbar-brand" alt="" />
<button
class="navbar-toggler bg-light"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end nav-txt" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#">Premium</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Support</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Download</a>
</li>
<li class="nav-item">
<span class="nav-link text-white fw-bold">|</span>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Sign up</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Log in</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
</header>
<!-- ================================= Gradient section =================== -->
<section>
<div class="row bg-image pt-5" style="background: linear-gradient(to bottom right, #e632ab, #7112e0); height: 70vh">
<!-- <img src="https://www.scdn.co/i/free/bubbles-dktp.svg" class="overley" alt=""> -->
<div class="col-5 d-flex justify-content-end">
<img class="rounded d-block" src="Imgaes/Phone_spotify.png" id="pic" alt="#" />
</div>
<div class="col-7">
<h1 class="text-white mt-5">Play millions of songs<br />and podcasts, for free.</h1>
<button type="button" class="btn btn-light btn-lg rounded-pill">GET SPOTIFY FREE</button>
</div>
</div>
</section>
<!-- ============================== Card Block ================================= -->
<section>
<div class="py-4">
<h1 class="title-box text-black text-center">Why Spotify?</h1>
</div>
<div class="container">
<div class="row">
<div class="col-xl-3">
<div class="card h-100">
<div class="card-body">
<img src="https://i.scdn.co/image/ab671c3d0000f430678067184805befd38aa0f57" id="card" class="p-5 mx-auto d-block" alt="" />
<h5 class="card-title text-center">Play your favorites.</h5>
<p class="card-text text-center">Listen to the songs you love, and discover new music and podcasts.</p>
</div>
</div>
</div>
<div class="col-xl-3">
<div class="card h-100">
<div class="card-body">
<img src="https://i.scdn.co/image/ab671c3d0000f430a6f822749d5c25c32ee31d66" id="card" class="p-5 mx-auto d-block" alt="" />
<h5 class="card-title text-center">Playlists made easy.</h5>
<p class="card-text text-center">We'll help you make playlists. Or enjoy playlists made by music experts.</p>
</div>
</div>
</div>
<div class="col-xl-3">
<div class="card h-100">
<div class="card-body">
<img src="https://i.scdn.co/image/ab671c3d0000f430eb43023b5332389f5094530d" id="card" class="p-5 mx-auto d-block" alt="" />
<h5 class="card-title text-center">Make it yours.</h5>
<p class="card-text text-center">Tell us what you like, and we'll recommend music for you.</p>
</div>
</div>
</div>
<div class="col-xl-3">
<div class="card h-100">
<div class="card-body">
<img src="https://i.scdn.co/image/ab671c3d0000f4309430062bc28461dc8fbde6bc" id="card" class="p-5 mx-auto d-block" alt="" />
<h5 class="card-title text-center">Save mobile data.</h5>
<p class="card-text text-center">To use less data when you play music, turn on Data Saver in Settings.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ================================= Gradient section =================== -->
<section>
<div class="row gradient text-center">
<h1 class="my-auto text-white">It's free.<br />No credit card required.</h1>
</div>
</section>
<!-- ======================================= accordion Area ================================================-->
<div class="container py-5">
<h1 class="text-black text-center">Got questions?</h1>
<div class="accordion accordion-flush" id="accordionFlushExample">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
<button
class="accordion-button collapsed text-end"
type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseOne"
aria-expanded="false"
aria-controls="flush-collapseOne"
>
How do I create a playlist?
</button>
</h2>
<div id="flush-collapseOne" class="accordion-collapse collapse" aria-labelledby="flush-headingOne" data-bs-parent="#accordionFlushExample">
<div class="accordion-body text">
<p>Playlists are a great way to save collections of music, either for your own listening or to share. To create one:</p>
<ol>
<li>Tap Your Library.</li>
<li>Tap <span class="text-success">CREATE.</span></li>
<li>Give your playlist a name.</li>
<li>Start adding songs (and we'll help you along).</li>
</ol>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingTwo">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseTwo"
aria-expanded="false"
aria-controls="flush-collapseTwo"
>
How do I activate Data Saver mode?
</button>
</h2>
<div id="flush-collapseTwo" class="accordion-collapse collapse" aria-labelledby="flush-headingTwo" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
<ol>
<li>Tap <span class="text-success">Home.</span></li>
<li>Tap <span class="text-success">Settings.</span></li>
<li>Tap <span class="text-success">Data Saver.</span></li>
<li>Switch on Data Saver.</li>
</ol>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingThree">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseThree"
aria-expanded="false"
aria-controls="flush-collapseThree"
>
Is it only possible to shuffle play music?
</button>
</h2>
<div id="flush-collapseThree" class="accordion-collapse collapse" aria-labelledby="flush-headingThree" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
Any playlist with the shuffle icon will play on shuffle.<br /><br />Some playlists won't have the shuffle icon, so you can tap any song to play it.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingFour">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#flush-collapseFour"
aria-expanded="false"
aria-controls="flush-collapseFour"
>
Where can I find Podcasts?
</button>
</h2>
<div id="flush-collapseFour" class="accordion-collapse collapse" aria-labelledby="flush-headingFour" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
<p>Tap <span class="text-success">Search</span>. Under <span class="text-success">Browse All</span>, tap Podcasts.</p>
</div>
</div>
</div>
</div>
</div>
<!-- ================================= Gradient section =================== -->
<section class="row text-center gradient">
<div class="my-auto">
<h1 class="text-white fw-bold fs-1 py-5">Ready? Let's play.</h1>
<button type="button" class="btn btn-light btn-lg rounded-pill">GET SPOTIFY FREE</button>
</div>
</section>
<!-- ========================================== Footer ===============================-->
<footer class="text-center text-lg-start bg-black text-white text-muted">
<!-- Section: Links -->
<section class="py-5 text-white">
<div class="container text-center text-md-start">
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-2 mx-auto mb-4">
<!-- Content -->
<img src="https://www.vectorlogo.zone/logos/spotify/spotify-ar21.svg" id="logo" alt="" />
</div>
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">COMPANY</h6>
<p>
<a href="#!" class="text-reset">About</a>
</p>
<p>
<a href="#!" class="text-reset">Jobs</a>
</p>
<p>
<a href="#" class="text-reset">For the record</a>
</p>
</div>
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">COMMUNITIES</h6>
<p>
<a href="#!" class="text-reset">For Artists</a>
</p>
<p>
<a href="#!" class="text-reset">Developers</a>
</p>
<p>
<a href="#!" class="text-reset">Advertising</a>
</p>
<p>
<a href="#!" class="text-reset">Investors</a>
</p>
<p>
<a href="#!" class="text-reset">Vendors</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-3 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">USEFULL LINKS</h6>
<p>
<a href="#!" class="text-reset">Support</a>
</p>
<p>
<a href="#!" class="text-reset">Web Player</a>
</p>
<p>
<a href="#!" class="text-reset">Free Mobile App</a>
</p>
</div>
<!-- Section: Social media -->
<!-- Right -->
<div class="col-md-3 col-xl-3 mx-auto">
<a href="" class="me-4 text-reset">
<i class="fab fa-facebook-f"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-twitter"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-google"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-instagram"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-linkedin"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-github"></i>
</a>
</div>
<!-- <div class="container">
<div class="row">
<div class="col-6">
<br />
<a href="">Legal</a> <a href="">Privacy Center</a><a href="">Privacy Policy</a><a href="">Cookies</a><a href="">About Ads</a>
</div>
< class="col-6 text-end ">
<a href="">India (Englsh)</a><br />
<a href="">India (Englsh)</a>
</div>
</div> -->
</div>
</div>
</section>
</footer>
<!-- ========================================== Plugins Block ======================================== -->
<!--Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD"
crossorigin="anonymous"
/>
<!--Bootstrap JS -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"
></script>
<!-- MDB Plugins -->
<!-- MDB JS-->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/6.1.0/mdb.min.js"></script>
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<!-- MDB -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/6.1.0/mdb.min.css" rel="stylesheet" />
<script src="https://unpkg.com/[email protected]/dist/vanilla-back-to-top.min.js"></script>
<script>
addBackToTop({ diameter: 46, backgroundColor: "#f5f5f5", textColor: "#1893f7" });
</script>
</body>
</html>