Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
153 changes: 137 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,139 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Spotify Clone</title>
<!-- don't forget to link your styles -->
</head>
<body>
Premium Discover Help Download Music for everyone. Spotify is now free on mobile, tablet and computer. Listen to the
right music, wherever you are. What’s on Spotify? Millions of Songs There are millions of songs on Spotify HD Music
Listen to music as if you were listening live Stream Everywhere Stream music on your smartphone, tablet or computer
It’s as yeezy as Kanye West. Search Know what you want to listen to? Just search and hit play. Browse Check out the
latest charts, brand new releases and great playlists for right now. Discover Enjoy new music every Monday with your
own personal playlist. Or sit back and enjoy Radio.
</body>
<html lang="es">

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Spotify Clone</title>
<link rel="stylesheet" href="styles/style.css">
</head>

<body>
<header>

<div class="header">

<div class="header-top">

<img class="logo" src="images/spotify-logo.png" alt="Logo spotify">

<nav class="nav">
<ul class="list-nav">
<li><a href="#">Premium</a></li>
<li><a href="#">Discover</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">Dowload</a></li>
</ul>
</nav>
</div>

<div class="background">
<h1 class="background-title">Music for everyone.</h1>

<p class="background-paragraph">
Spotify is now free on mobile, tablet and computer. <br>
Listem to the right music, wherever you are.
</p>
</div>
</div>
</header>

<main class="main">

<h2 class="title-main">
What's on Spotify?
</h2>

<section class="section-main">

<article class="link-section">
<img src="images/music-icon.png" alt="Icono de musica." class="img1">

<h2 class="title-links">
Millions of Songs
</h2>

<p>
There are millions of <br>
song on Spotify
</p>
</article>

<article class="link-section">
<img src="images/high-quality-icon.png" alt="Icono equalizador de sonido." class="img2">

<h2 class="title-links">
HD Music
</h2>

<p>
Listem to music as if you <br>
were listering live
</p>
</article>

<article class="link-section">
<img src="images/devices-icon.png" alt="Imagen dispositivos mobiles." class="img3">
<h2 class="title-links">
Stream Everywhere
</h2>

<p>
Stream music on your <br> smartphone, tablet or <br> computer
</p>
</article>

</section>
</main>

<footer class="footer">

<aside class="aside-footer">

<h2 class="title-footer">
It's yeezy as Kanye West.
</h2>

<article class="article">
<h3 class="subtitle-footer">
Search
</h3>
<p>
Know what you want to listen to? <br>
Just search and hit play.
</p>
</article>

<article class="article">
<h3 class="subtitle-footer">
Browse
</h3>

<p>
Check out the latest charts, <br>
brand new releases and great <br>
playlists for right now.
</p>
</article>

<article class="article">
<h3 class="subtitle-footer">
Discover
</h3>

<p>Enjoy new music every Monday <br> with your
own personal playlist. <br> Or sit back and enjoy Radio.
</p>
</article>

</aside>

<img src="images/spotify-icon-white.png" alt="Logo spotify" class="logo-footer">

<img src="images/spotify-app.jpg" alt="Capruta Spotify mobiel" class="captura">

</footer>
</body>

</html>
145 changes: 145 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,148 @@ Green: #00B172
White: #FFF

*/
*{
margin: 0;
padding: 0;
}

body{
font-family: 'Arial';

}

.header-top{
display: flex;
justify-content: space-between;
margin: 10px 20px;
}

.logo{
height: 50px;
}

.list-nav{
position: fixed;
right: 0;
margin: 15px 25px;
display: flex;
gap: 25px;

}

.list-nav li{
float: left;
}

.list-nav li,a{
text-decoration: none;
list-style: none;
}

.background{
color: white;
height: 100vh;
background-image: url(/images/landing.jpg);
background-position: center;
background-size: cover;
display: flex;
align-items: center;
justify-content: center;

}

.background-title{
letter-spacing: 3px;
font-size:3.8em;
letter-spacing: 4px;
margin-bottom: 60px;
position: relative;
bottom:50px ;

}

.background-paragraph{
position: absolute;
font-size: 1.2em;
letter-spacing: 2.5px;
text-align:center ;
color: #ffffffc9;
}


.main{
text-align: center;
margin-bottom: 40px;
}

.title-main{
display: inline-flex;
border-bottom: 3px solid #00B172;
margin: 40px 0 60px 0;
}

.section-main{
display: flex;
justify-content: space-around;
align-items: center;
}

.link-section{
height: 200px;
width: 250px;
}

.link-section .img1, .img2, .img3 {
width: 100px;
margin-bottom: 20px;
}

.link-section .img2{
margin-bottom: 32px;
}

.title-links{
color: #00B172;
text-align: center;
margin-bottom: 20px;
margin: 0;
}

p{
opacity:60%;
}

.footer{
display: flex;
align-items: center;
justify-content: space-around;
gap: 50pxpx;
letter-spacing: 2px;
padding:60px;
background:#00B172 ;
color: #fff;
}

.title-footer{

display: inline-flex;
border-bottom: 2px solid #fff;
margin-bottom: 40px;
font-size: 2em;
}

.subtitle-footer{
margin:40px 0px 30px 0;
}

.logo-footer{
position: absolute;
width: 100px;
height: 100px;

}

.captura{
height:80vh;

}