Developed with passion while listening to Hurry Up Tomorrow by The Weeknd. Completed in just 3 days.
The component <LetterGlitch \> was taken from ReactBits.dev
This portfolio is also on the ReactBits Showcase
- Choose your Spotify album
- Access the share options
- Select 'copy embed code'
<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>
- Insert the embed code on footer.astro
That's it!
public/
└── svg/
src/
├── Components/
├── layouts/
├── React/
└── pages/
- Clone the repo:
git clone https://github.com/gothsec/portfolio
- Install dependencies:
npm install
- Start the develpoment server:
npm run dev