-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
180 lines (173 loc) · 6.39 KB
/
index.html
File metadata and controls
180 lines (173 loc) · 6.39 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
<hml 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>Spotify</title>
<link rel="stylesheet" href="spot.css">
</head>
<body>
<div class="s1">
<header>
<nav class="nav-bar">
<img src="logo.jpg">
<ul class="bar1">
<li><a href="#">Premium</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Download</a></li>
<li><a href="#">Sign up</a></li>
<li><a href="#">Log in</a></li>
</ul>
</nav>
</header>
<div class="interface"></div>
<h3>Play millions of songs<br>
and podcasts,for free.
</h3>
<div class="b1">
<button class="button">GET SPOTIFY FREE</button>
</div>
<div class="mobile">
<img src="ab671c3d0000f4302ef0b5bf9cbfd01d6a9fc55c.png">
</div>
<div class="mobile1">
<img src="ab678e040000ed3ae21e83c79ebd4e3d5083bcf0.jfif">
</div>
</div>
<!-----------section 1--------------->
<section class="s2">
<div class="menu">
<h4>Why Spotify?</h4>
<div class="menus">
<ul>
<li>
<img src="0.jpg">
<div class="img">
<p class="thala">Play your favorites.</p><br>
<p class="thala1">Listen to the songs you love,and<br>
discover new music and<br>
podcasts.
</p>
</li>
<li>
<img src="1.jpg">
<P class="thala">Playlists made easy.</P><br>
<p class="thala1">we'll help you make playlists.Or<br>
enjoy playlists made by music<br>
experts.
</p>
</li>
<li>
<img src="2.jpg">
<p class="thala">Make it yours.</p><br>
<p class="thala1">Tell us what you like,and we'll<br>
recommend music for you.<br>
</p>
</li>
<li>
<img src="3.jpg">
<p class="thala">Save mobile data.</p><br>
<p class="thala1">To use less data when you play<br>
music,turn on Data saver in<br>
settings.
</p>
</div></li>
</ul>
</div>
</div>
</section>
<!--------------section2------------------>
<section class="s3">
<div class="free">
<div class="box">
<h2 class="r1">It's Free.</h2><br>
<h2 class="r2">No credit card required.</h2>
</div>
</div>
</section>
<!---------------section 3------------------->
<section class="s4">
<div class="Q">
<h4>Got questions?</h4>
</div>
<div class="questions">
<div class="q1">
<p>How do i create a playlists?</p>
</div>
<div class="q1">
<P>How do i activate datasaver mode?</P>
</div>
<div class="q1">
<p>Is it only possible to shuffle play music?</p>
</div>
<div class="q1">
<p>Where can i find podcasts?</p>
</div>
</div>
</section>
<!---------section4--------------------->
<section class="s5">
<div class="ready">
<article class="go">
<img src="https://www.scdn.co/i/free/lets-play.svg">
</article>
<h4>Ready? Let's play.</h4>
<div class="b2">
<button class="button">GET SPOTIFY FREE</button>
</div>
</div>
</section>
<!----------section5------------------>
<section class="s6">
<div>
<footer class="foot">
<div class="lastimg">
<img src="logo.jpg" style="margin-top: 65px;">
</div>
<div class="link1">
<ul>
<li><p>COMPANY</p></li>
<li><p>COMMUNITY</p></li>
<li><P>USEFULL LINKS</P></li>
</ul>
</div>
<div class="navlink1">
<ul class="bar2">
<li><a href="#">About</a></li><br>
<li><a href="#">Jobs</a></li><br>
<li><a href="#">For the record</a></li><br>
</ul>
<ul class="bar3">
<li><a href="#">For artists</a></li><br>
<li><a href="#">Developers</a></li><br>
<li><a href="#">Advertising</a></li><br>
<li><a href="#">Investors</a></li><br>
<li><a href="#">Vendors</a></li><br>
</ul>
<ul class="bar4">
<li><a href="#">Support</a></li><br>
<li><a href="#">Web player</a></li><br>
<li><a href="#">Free mobile app</a></li><br>
</ul>
</div>
<div class="icons">
<a href="#"><img src="inst.svg"></a>
<a href="#"><img src="twittt.svg"></a>
<a href="#"><img src="face.svg"></a>
</div>
<div class="f1">
<a href="#">Legal</a>
<a href="#">Privacy Centre</a>
<a href="#">Privacy Policy</a>
<a href="#">Cookies</a>
<a href="#">About ads</a>
</div>
<div class="f2">
<a href="#">India(English)</a><br>
<a href="#">2022 Spotify AB</a>
</div>
</footer>
</div>
</section>
</body>
</html>