Skip to content

Done by Hanitzsch #3210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
75 changes: 67 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,77 @@
<!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>
<link rel="stylesheet" href="styles/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<!-- 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>
<header>
<img src="./images/spotify-logo.png" alt="Spotify Logo" />
<nav>
<ul>
<li><a href="">Premium</a></li>
<li><a href="">Discover</a></li>
<li><a href="">Help</a></li>
<li><a href="">Download</a></li>
</ul>
</nav>
</header>

<section class="partemeio">
<h1 class="textopartemeio">Music for everyone.</h1>
<p>
<div class="subfrasemeio">Spotify is now free on mobile, tablet and computer.</div>
<div class="subfrasemeio">Listen to the right music, wherever you are.</div>
</p>
</section>

<section class="titulomeiobaixo" >
<h1 class="oqpeganospotify">What’s on Spotify?</h1>
<div class="simbolosmeiobaixo">
<div class="partemeiobaixo1">
<img src="./images/music-icon.png" alt="music-icon" class="tamanhoimagem">
<h3 class="textoverde">Millions of Songs</h3>
<p class="tamanhotextooqpega">There are millions of<br> songs on Spotify</p>
</div>
<div class="partemeiobaixo1">
<img src="./images/high-quality-icon.png" alt="high-quality-icon" class="tamanhoimagem">
<h3 class="textoverde">HD Music</h3>
<p class="tamanhotextooqpega">Listen to music as if you<br>were listening live</p>
</div>
<div class="partemeiobaixo1">
<img src="./images/devices-icon.png" alt="devices-icon" class="tamanhoimagem">
<h3 class="textoverde">Stream Everywhere</h3>
<p class="tamanhotextooqpega">Stream music on your<br>smartphone, tablet or<br>computer</p>
</div>
</div>
</section>

<section class="partebaixo">
<div>
<h3 class="textopartebaixo">It's as yeezy as Kanye West.</h3>
<h2 class="textopartebaixo1">Search</h2>
<p class="textopartebaixo2">Know what you want to listen to?<br>
Just search and hit play.</p>
<h2 class="textopartebaixo1">Browse</h2>
<p class="textopartebaixo2">Check out the latest charts,<br>
brand new releases and great <br>
playlists for right now.</p>
<h2 class="textopartebaixo1">Discover</h2>
<p class="textopartebaixo2">Enjoy new music every Monday<br>
with your own personal playlist.<br>
Or sit back and enjoy Radio.</p>
</div>

<div>
<img src = "images/spotify-app.jpg" class="tamanhospotify"></img>
</div>
</section>
</body>
</html>
133 changes: 133 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,136 @@ Green: #00B172
White: #FFF

*/
body {
font-family: Montserrat;
}

header img {
width: 15%;
height: auto;
}

header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 40px;
background-color: #fff;
}

a
{
text-decoration: none;
color: black;
}

nav ul {
display: flex;
flex-direction: row;
list-style-type: none;
}

nav li {
margin-left: 30px;
font-size: 30px;
text-decoration: none;
}


.partemeio {
background-image: url("./../images/landing.jpg");
height: 55em;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.textopartemeio {
font-size: 90px;
}

.subfrasemeio {
font-size: 40px;
}

.partemeiobaixo {
display: flex;
}

.partemeiobaixo1 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 1em 10em;
}

.tamanhoimagem {
height: 8em;
width: 8m;
}

.simbolosmeiobaixo {
display: flex;
}

.titulomeiobaixo {
display: flex;
flex-direction: column;
align-items: center;
padding: 1em;
}

.oqpeganospotify {
border-bottom: 4px solid #00B172;
font-size: 45px;
}

.textoverde {
color: #00B172;
font-size: 35px;
}

.tamanhotextooqpega {
font-size: 26px;
text-align: center;
}

.partebaixo {
background-color: #00B172;
color: #FFF;
background-image: url("./../images/spotify-icon-white.png");
background-repeat: no-repeat;
background-size: 11em;
background-position: center;
display: flex;
justify-content: space-between;
align-items: flex-end;
padding: 4em;
padding-right: 8em;
padding-left: 8em;
margin: 2em;
}


.tamanhospotify {
height: 42em;
}

.textopartebaixo {
font-size: 48px;
border-bottom: 2px solid #FFF;
}

.textopartebaixo1 {
font-size: 38px;
}

.textopartebaixo2 {
font-size: 32px;
}