This portfolio showcases my work and skills, built using modern web technologies for performance and aesthetics.
- Choose your Spotify album.
- Access the share options.
- Select 'Copy Embed Code'.
- Add the following embed code to
footer.astro:
<iframe src="https://open.spotify.com/embed/album/ALBUM_ID" style="border-radius:12px; border:0;" class="w-full h-40" frameborder="0" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"></iframe>That's it!
public/
└── svg/
src/
├── components/
├── layouts/
├── react/
└── pages/
- Clone the repository:
git clone https://github.com/KingTroy125/portfolio.git- Install dependencies:
npm install- Start the development server:
npm run devImportant Notice:
This project is licensed under the MIT License.
According to the license terms, any redistribution (including compiled or modified versions) must retain the original copyright notice and the full license text.
GitHub: KingTroy125