Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maheshbharambe45 authored Sep 1, 2024
1 parent 4877dc3 commit 96e6426
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
# spotify_clone
This project is a non-functioning clone of Spotify's website, created using HTML and CSS. It aims to replicate the visual design and layout of certain sections of Spotify's web player.
<h1>Technologies Used</h1>
HTML: Used for structuring the web pages.
CSS: Used for styling and layout.
<ul>
<li>HTML: Used for structuring the web pages.</li>
<li>CSS: Used for styling and layout.</li>
</ul>


<ul>
<li>Fonts: Google Fonts was utilized to select a font resembling Spotify's interface</li>
<li>Icons: FontAwesome's free icons were used to replicate Spotify's iconography. Additionally, custom images were used as icons in some areas.
</li>
</ul>

<h1>Font and Icons</h1>
Fonts: Google Fonts was utilized to select a font resembling Spotify's interface.
Icons: FontAwesome's free icons were used to replicate Spotify's iconography. Additionally, custom images were used as icons in some areas.

<h1>Features</h1>
Sidebar navigation similar to Spotify's web player.
Library section with customizable options.
Responsive design for different screen sizes.
Styled cards to display music content.
A footer section with a decorative line.
<ul>
<li>Sidebar navigation similar to Spotify's web player.</li>
<li>Library section with customizable options.</li>
<li>Responsive design for different screen sizes.</li>
<li>Styled cards to display music content.</li>
<li>A footer section with a decorative line.</li>
</ul>

0 comments on commit 96e6426

Please sign in to comment.