Welcome to my Spotify Home Page Clone project! This is a static replica of Spotify's main landing page built using HTML and CSS, hosted via GitHub Pages.
📁 Project Folder: /docs
🌐 Live Demo: Click here to view
- HTML5
- CSS3
- Font Awesome (for icons)
- Google Fonts
- Bootstrap
Note: This is a static frontend clone and doesn't include real-time functionality like music playback or API integration.
css/ ← Your main GitHub repository ├── docs/ ← The folder containing your actual project (required for GitHub Pages) │ ├── index.html ← The homepage file (entry point of your site) │ ├── style.css ← All the styling for the page │ ├── icons/ ← Folder with all your image assets and icons (e.g., .jpeg, .png) │ │ ├── card1img.jpeg │ │ ├── backward_icon.png │ │ ├── nirwair image.jpg │ │ ├── nirwair img 2.jpg │ │ └── ... (other images) └── README.md ← The file you're currently writing to describe your project
