-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
351 lines (280 loc) · 13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="clone do spotify">
<link rel="shortcut icon" href="assets/icons/favicon.png"
type="image/x-icon">
<!-- import css -->
<link rel="stylesheet" href="css/style.css">
<!-- import icon -->
<script src="https://unpkg.com/@phosphor-icons/web"></script>
<title>Alurafy - Web Player: Music for everyone</title>
</head>
<body>
<main id="main-container">
<article class="main-popup popup">
<i class="ph-bold ph-x" id="close"></i>
<div class="popup-content">
<p><strong>Preview of Spotify</strong></p>
<p>Sign up to unlimited songs and podcasts with occasional
ads. No credit card needed.</p>
</div>
<a href="#" class="popup-button">
Sign up free
</a>
</article>
<aside class="side-bar">
<header class="side-header">
<picture class="side-logo">
<img src="assets/icons/logo-spotify.png"
alt="logo Alurafy" title="logo Alurafy">
</picture>
<nav class="side-nav">
<menu class="menu-list">
<li class="link">
<a href="#">
<i class="ph-fill ph-house"></i>
Home
</a>
</li>
<li class="link">
<a href="#">
<i class="ph-bold ph-magnifying-glass"></i>
Search
</a>
</li>
</menu>
</nav>
<button id="open_menu">
<i class="ph-bold ph-squares-four"></i>
</button>
<menu class="mobile_menu">
<li class="link">
<a href="#">
<i class="ph-fill ph-house"></i>
Home
</a>
</li>
<li class="link">
<a href="#">
<i class="ph-bold ph-magnifying-glass"></i>
Search
</a>
</li>
<span class="line"></span>
<article class="mobile_button">
<button>
<p>Playlist</p>
<i class="ph-bold ph-plus"></i>
</button>
<button>
<p>Podcasts</p>
<i class="ph-bold ph-plus"></i>
</button>
</article>
</menu>
</header>
<main class="side-main">
<article class="block">
<div>
<i class="ph-bold ph-columns"></i>
<p>Your Library</p>
</div>
<i class="ph-bold ph-plus"></i>
</article>
<article class="block">
<h1>Create Playlist</h1>
<p>It's easy, we'll help you</p>
<button>
<p>Create playlist</p>
</button>
</article>
<article class="block">
<h1>find Podcasts</h1>
<p>We'll keep you update on new episodes</p>
<button>
<p>browse podcasts</p>
</button>
</article>
<article class="block">
<div>
<p>About Ads</p>
<p>Cookies</p>
<p>Acessibility</p>
</div>
<button>
<i class="ph-bold ph-globe"></i>
<select name id>
<option value="1">English</option>
<option value="2">Português</option>
</select>
</button>
</article>
</main>
</aside>
<section class="sec-content">
<header class="sec-header">
<article class="sec-navigation">
<button class="arrow">
<i class="ph-bold ph-caret-left"></i>
</button>
<button class="arrow">
<i class="ph-bold ph-caret-right"></i>
</button>
</article>
<article class="sec-user">
<button class="link"><a href="#">Sign in</a></button>
<button class="link"><a href="#">login</a></button>
</article>
</header>
<main class="sec-main">
<section class="sec-top">
<h1>Browser all</h1>
</section>
<section class="sec-cards">
<article class="card">
<h2>Christmas Hits</h2>
<picture>
<img src="assets/playlist/1.jpeg" alt="img">
</picture>
</article>
<article class="card">
<h2>Pop Mix</h2>
<picture>
<img src="assets/playlist/2.png" alt="img">
</picture>
</article>
<article class="card">
<h2>New music friday</h2>
<picture>
<img src="assets/playlist/3.jpeg" alt="img">
</picture>
</article>
<article class="card">
<h2>Pod delas</h2>
<picture>
<img src="assets/playlist/4.jpeg" alt="img">
</picture>
</article>
<article class="card">
<h2>beast Mode</h2>
<picture>
<img src="assets/playlist/5.jpeg" alt="img">
</picture>
</article>
<article class="card">
<h2>Science</h2>
<picture>
<img src="assets/playlist/6.jpeg" alt="img">
</picture>
</article>
<article class="card">
<h2>Esquenta sertanejo</h2>
<picture>
<img src="assets/playlist/7.jpeg" alt="img">
</picture>
</article>
<article class="card">
<h2>Pagodeira</h2>
<picture>
<img src="assets/playlist/8.jpeg" alt="img">
</picture>
</article>
<article class="card">
<h2>Funk</h2>
<picture>
<img src="assets/playlist/9.jpeg" alt="img">
</picture>
</article>
<article class="card">
<h2>Aquarela brasileira</h2>
<picture>
<img src="assets/playlist/10.jpeg" alt="img">
</picture>
</article>
<article class="card">
<h2>Rock this</h2>
<picture>
<img src="assets/playlist/11.jpeg" alt="img">
</picture>
</article>
<article class="card">
<h2>Rap caviar</h2>
<picture>
<img src="assets/playlist/12.jpeg" alt="img">
</picture>
</article>
<article class="card">
<h2>All new indie</h2>
<picture>
<img src="assets/playlist/13.jpeg" alt="img">
</picture>
</article>
<article class="card">
<h2>Chill vibe</h2>
<picture>
<img src="assets/playlist/14.jpeg" alt="img">
</picture>
</article>
<article class="card">
<h2>Viva latino</h2>
<picture>
<img src="assets/playlist/15.jpeg" alt="img">
</picture>
</article>
<article class="card">
<h2>Pop mix</h2>
<picture>
<img src="assets/playlist/6.jpeg" alt="img">
</picture>
</article>
<article class="card">
<h2>Rock this</h2>
<picture>
<img src="assets/playlist/2.png" alt="img">
</picture>
</article>
<article class="card">
<h2>Chill vibes</h2>
<picture>
<img src="assets/playlist/11.jpeg" alt="img">
</picture>
</article>
<article class="card">
<h2>Christmas Hits</h2>
<picture>
<img src="assets/playlist/14.jpeg" alt="img">
</picture>
</article>
<article class="card">
<h2>Christmas Hits</h2>
<picture>
<img src="assets/playlist/1.jpeg" alt="img">
</picture>
</article>
<article class="card">
<h2>New music friday</h2>
<picture>
<img src="assets/playlist/3.jpeg" alt="img">
</picture>
</article>
<article class="card">
<h2>Esuenta sertanejo</h2>
<picture>
<img src="assets/playlist/7.jpeg" alt="img">
</picture>
</article>
</section>
<!-- <section class="sec-subpages">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Consectetur quisquam harum itaque voluptate odit inventore corrupti alias vel earum, eaque similique quas dolore modi impedit totam? Delectus amet fugit dolorem.</p>
</section> -->
</main>
</section>
</main>
<script src="https://kit.fontawesome.com/230c6978e0.js"
crossorigin="anonymous"></script>
<script src="js/script.js"></script>
</body>
</html>