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
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5502
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to commit this file :)

}
Empty file removed css/style.css
Empty file.
193 changes: 191 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,198 @@
<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>
<title>Spotify</title>
<link rel = 'stylesheet' type ="text/css" href="./style.css">
</head>

<body>


<div class = "container">
<div class = 'main-container'>
<div class = 'main-header'>
<div class = "prev-next-buttons">
<button type = "button" class = "left"></button>
<button type = "button" class = "right"></button>
</div>
<div class = "navbar">
<ul>
<li>
<a href = "#">Premium</a>
</li>
<li>
<a href = "#">Support</a>
</li>
<li>
<a href = "#">Download</a>
</li>
<li class = "divide">|</li>
<li>
<a href = "#">Sign Up</a>
</li>
</ul>
<button type = "button">Log In</button>
</div>
</div>
</div>

<div class="spotify-playlists">
<h2>Recently Played</h2>

<div class = "list">
<div class="item">
<img src = "https://upload.wikimedia.org/wikipedia/en/8/8e/Silk_Sonic_-_An_Evening_with_Silk_Sonic.png" />
<div class="play">
<span class="fa fa-play"></span>
</div>
<h4>An evening with Silk Sonic</h4>
<p>A glorious excuse to turn out the lights, break out the bubbly and let the sublime power ot troublingly uncanny retro verisimilitude work its mimetic magic .</p>
</div>
<div class = "list">
<div class="item">
<img src = "https://i.scdn.co/image/ab67616d0000b273b232ad1d108e009e3e4aaf80" />
<div class="play">
<span class="fa fa-play"></span>
</div>
<h4>Grime MC</h4>
<p>JME takes a dive into his experience of an upbringing within the streets of North London.</p>
</div>
</div>
<div class = "list">
<div class="item">
<img src = "https://i.scdn.co/image/ab67616d0000b273d9194aa18fa4c9362b47464f" />
<div class="play">
<span class="fa fa-play"></span>
</div>
<h4>My beautiful Dark Twisted Fantasy</h4>
<p> West's lyrics explore themes of excess, celebrity, grandiosity, self-aggrandizement, self-doubt, romance, escapism, decadence, and sex.</p>
</div>
</div>
<div class = "list">
<div class="item">
<img src = "https://upload.wikimedia.org/wikipedia/en/a/a0/Blonde_-_Frank_Ocean.jpeg" />
<div class="play">
<span class="fa fa-play"></span>
</div>
<h4>blond</h4>
<p>The album's themes surround Ocean dealing with his masculinity and emotions, inspired by personal heartbreak, loss and trauma.</p>
</div>
</div>
<div class = "list">
<div class="item">
<img src = "https://upload.wikimedia.org/wikipedia/en/5/51/Igor_-_Tyler%2C_the_Creator.jpg" />
<div class="play">
<span class="fa fa-play"></span>
</div>
<h4>Igor</h4>
<p>Igor follows a narrative of a love triangle between the titular character and his male love interest.</p>
</div>
</div>
<div class = "list">
<div class="item">
<img src = "https://upload.wikimedia.org/wikipedia/en/7/74/Ye_album_cover.jpg" />
<div class="play">
<span class="fa fa-play"></span>
</div>
<h4>ye</h4>
<p>Ye gives a look into the psyche of West, with the character of the artist being focused on.</p>
</div>
</div>
<br>

</div>
</div>

<div class = "left">
<a href = "#">
<img src = "assets/img/logo.svg" alt = "spotify-logo" class ="logo">
</a>
<div class = "menu">
<ul>
<li>
<a href = "#">
<img src = "assets/img/home.svg" alt = "img-of-home-icon" class ="gray">
<span>Home</span>
</a>
</li>
<li>
<a href = "#">
<img src = "assets/img/search.svg" alt = "img-of-search-icon" class ="gray">
<span>Search</span>
</a>
</li>
<li>
<a href = "#">
<img src = "assets/img/libreria.svg" alt = "img-of-library-icon" class ="gray">
<span>Your library</span>
</a>
</li>
</ul>
</div>
<br>
<div class = 'playlist-title'>
<font COLOR = 'white'>PLAYLIST</font>
</div>
<div class = 'left-music'>
<ul>
<li>
<li>
<a href = "#">
<img src = "https://static-00.iconduck.com/assets.00/plus-large-thick-icon-2048x2048-zb1sludh.png" alt = "create-playlist-icon">
<span>Create Playlist</span>
</a>
</li>
</li>
<li>
<a href = "#">
<span><br><br>An evening with Silk Sonic<br><br>
Grime MC<br><br>
My beautiful Dark Twisted Fantasy<br><br>
blond<br><br>
Igor<br><br>
ye
</span>
</a>
</li>
<br><br><br><br><br><br><br><br>
<li>
<div class = 'username'>
<a href = "#">
<img src = "assets/img/profile.svg" alt = "user-profile-icon">
<span>Sami Saeed</span>
</a>
</div>
</li>
</ul>
</div>
</div>
<footer>
<div class="footer-player">
<div class="footer-player-left">
<div class="footer-player-left-song">
<div class="footer-player-left-song-name"><font color = "white">IDGAF</font></div>
<div class="footer-player-left-song-artist"><font color = "gray"><small>Drake</small></font></div>
</div>
</div>
<div class="footer-player-middle">
<div class="footer-player-middle-buttons">
<img src="https://cdn.iconscout.com/icon/free/png-256/free-shuffle-3602955-3005162.png?f=webp" alt="shuffle-icon" class="white">
<img src="https://cdn-icons-png.flaticon.com/512/0/90.png" alt="previous-song-icon" class="white">
<img src="https://cdn2.iconfinder.com/data/icons/simple-circular-icons-filled/78/Vertical_Bars_Filled-512.png" alt="pause-icon" class = "white">
<img src="https://icons.veryicon.com/png/o/miscellaneous/right-angle-monochrome-common-icons/next-song-15.png" alt="" class="white">
<img src="https://static.thenounproject.com/png/534335-200.png" alt="" class="white">
</div>
<div class="footer-player-middle-slider">
<div class="player-time">0:31</div>
<div class="player-slider">
<input type="range" min="1" max="100" value="20">
</div>
<div class="player-time">4:34</div>
</div>
</div>
</div>
</div>
</footer>
</div>

</body>
</html>
Loading