-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4877dc3
commit 96e6426
Showing
1 changed file
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |