-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
190 lines (122 loc) · 5.36 KB
/
index.html
File metadata and controls
190 lines (122 loc) · 5.36 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
<!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>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="outerbox">
<div class="box1">
<div class="logo">
<a class="logotext" href="index.html">spotify</a>
</div>
<div class="login">
<table class="logintext">
<tr>
<td> <a class="logintext" href="index.html">premium</a> </td>
<td><a class="logintext" href="index.html">support </a></td>
<td><a class="logintext" href="index.html">download</a></td>
<td class="classverthe">|</td>
<td><a class="logintext" href="index.html">sign up</a></td>
<td><a class="logintext" href="index.html">login</a></td>
</tr>
</table>
</div>
</div>
</div>
<div class="box2">
<img src="Screenshot 2022-07-23 194341.png" class="image-phone">
<h1 class ="box2text">Play millions of songs and podcasts, for free.</h1>
<button class="spotifybtn">GET SPOTIFY FREE</button>
</div>
<div class="box3">
<div class="box3text"><strong>Why Spotify</strong></div>
</div>
<div class="mainbox">
<div class="box4">
<img src="https://i.scdn.co/image/ab671c3d0000f430678067184805befd38aa0f57" alt="">
<p class="textrow2"><strong>Play your favourites</strong></p>
<p class="textrow3">Listen to the songs you love,and discover new music and podcasts</p>
</div>
<div class="box5">
<img src="https://i.scdn.co/image/ab671c3d0000f430a6f822749d5c25c32ee31d66" alt="">
<p class="textrow2"><strong>Playlist made easy</strong></p>
<p class="textrow3">We'll help you make playlists.Or enjoy playlists made by music experts. </p>
</div>
<div class="box6">
<img src=" https://i.scdn.co/image/ab671c3d0000f430eb43023b5332389f5094530d" alt="">
<p class="textrow2"><strong>Make it yours</strong></p>
<p class="textrow3">Tell us what you like,and we'll recommend music for you </p>
</div>
<div class="box7">
<img src="https://i.scdn.co/image/ab671c3d0000f430eb43023b5332389f5094530d" alt="">
<p class="textrow2"><strong>save mobile data</strong></p>
<p class="textrow3">To use less data when you play music,turn on data saver in settings</p>
</div>
<div class="blank">
</div>
</div>
<div class="box8">
<table class="box8text">
<tr><td><center>It's free</center></td> </tr>
<tr><td>No credit card required</td> </tr>
</table>
</div>
<div class="box9">
<div class="box91">
<h2 class="box3text" >Got questions</h2>
</div>
<div class="box92">
<details class="box9text">
<summary>How do i create playlist? </summary></details>
</div>
<div class="box92">
<details class="box9text" >
<summary>How do i activate data saver mode?</summary></details>
</div>
<div class="box92">
<details class="box9text">
<summary> Is it possible to shuffle play music?</summary></details>
</div>
<div class="box92">
<details class="box9text">
<summary>Can i find podcast?</summary></details>
</div>
</div>
<div class="box10">
<h1 class="box10text">Ready?lets play</h1>
<button class="spotifybtn2">GET SPOTIFY FREE</button>
</div>
<div class="box11">
</div>
<div class="footer">
<div class="box15">
<p class="box15text">Spotify</p>
</div>
<div class="box12">
<p class="footerheading">COMPANY<p>
<p>About</p>
<p>Jobs</p>
<p>For the record</p>
</div>
<div class="box13">
<p class="footerheading">COMMUNITIES<p>
<p>For artists</p>
<p>Developers</p>
<p>Advertisements</p>
<p>Investors</p>
<p>Vendors</p>
</div>
<div class="box14">
<p class="footerheading">USEFUL LINKS</h3>
<p>Support<p>
<p>Web Player</p>
<p>Free Mobileapp</p>
</div>
</div>
</div>
</body>
</html>