-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (77 loc) · 3.54 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
<!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>
</head>
<body>
<nav>
<section class="image-menu">
<img src="https://factoriaf5.s3.eu-west-3.amazonaws.com/talleres/spotify/spotify-logo.png" class="green-logo" alt="Green Spotify logo with letters">
</section class="imagen-menu">
<section class="options-menu">
<ul>
<li>Premium</li>
<li>Discover</li>
<li>Help</li>
<li>Download</li>
</ul>
</section class="options-menu">
</nav>
<section class="container-concert">
<img src="https://factoriaf5.s3.eu-west-3.amazonaws.com/talleres/spotify/landing.jpg" class="concert" alt="A live concert picture">
<div class="centered">
<h1>Music for everyone.</h1>
<h2 class="first-sentence">Spotify is now free on mobile, tablet and computer.</h2>
<h2 class="second-sentence"> Listen to the right music, wherever you are.</h2>
</div class="centered">
</section>
<main>
<h2 class="what">What’s on Spotify?</h2>
<section class="white">
<div class="speaker">
<img src="https://factoriaf5.s3.eu-west-3.amazonaws.com/talleres/spotify/music-icon.png" alt="Speaker icon black and white" class="speaker-icon">
<h3>Millions of Songs</h3>
<p>There are millions of songs on Spotify</p>
</div>
<div class="wave">
<img src="https://factoriaf5.s3.eu-west-3.amazonaws.com/talleres/spotify/high-quality-icon.png" alt="Black wave sound icon" class="wave-icon">
<h3>HD Music</h3>
<p>Listen to music as if you were listening live</p>
</div>
<div class="device">
<img src="https://factoriaf5.s3.eu-west-3.amazonaws.com/talleres/spotify/devices-icon.png" alt="Black and white tablet and mobile icons" class="icon-devices">
<h3>Stream Everywhere</h3>
<p>Stream music on your smartphone, tablet or computer</p>
</div>
</section class="white">
</main>
<footer>
<section class="text-green">
<h2>It’s as yeezy as Kanye West.</h2>
<section class="search">
<h3>Search</h3>
<p>Know what you want to listen to? Just search and hit play.</p>
</section class="search">
<section class="browse">
<h3>Browse</h3>
<p>Check out the
latest charts, brand new releases and great playlists for right now.</p>
</section class="browse">
<section class="discover">
<h3>Discover</h3>
<p>Enjoy new music every Monday with your
own personal playlist. Or sit back and enjoy Radio.</p>
</section class="discover">
</section class="text-green">
<section class="white-logo">
<img src="https://factoriaf5.s3.eu-west-3.amazonaws.com/talleres/spotify/spotify-icon-white.png" alt="Spotify white and grey logo" class="white-logo" alt="Spotify white and grey logo" class="white-logo">
</section class="white-logo">
<section class="screenshot">
<img src="https://factoriaf5.s3.eu-west-3.amazonaws.com/talleres/spotify/spotify-app.jpg" alt="Spotify mobile screenshot on Kayne West main page" class="screenshot">
</section class="screenshot">
</footer>
</body>
</html>