Skip to content

irbox/astro_bottomNavbar_manymore

 
 

Repository files navigation

Portfolio

OscarHernandez-portfolio Deploy Status


Demo

Astro Themes

ReactBits Showcase

The component <LetterGlitch \> was taken from ReactBits.dev

Stack

Frontend

Astro Tailwind TypeScript

Tools

Figma Prettier Canva

Show your favorite Spotify album (or your own) Spotify

  1. Choose your Spotify album
  2. Access the share options
  3. 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>
  1. Insert the embed code on footer.astro

That's it!

Project structure

public/
└── svg/
src/
├── Components/
|    ├── contact.astro
|    ├── footer.astro
|    ├── home.astro
|    ├── logoWall.astro
|    ├── nav.astro
|    └── projects.astro
├── layouts/
|    └── Layout.astro
├── React/
|    ├── LetterGlitch.tsx
|    ├── LikeButton.tsx
|    └── SkillsList.tsx
└── pages/
     └── index.astro

Local configuration

  1. Clone the repo:
git clone https://github.com/gothsec/portfolio
  1. Install dependencies:
npm install
  1. Start the develpoment server:
npm run dev

Important Notice:
This project is licensed under the MIT License.
According to the license terms, any redistribution (including compiled or modified versions), you must retain the original copyright notice and the full license text. Copyright © 2025 Oscar Hernandez. All rights reserved.

About

Portfolio built with Astro, TypeScript and TailwindCSS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Astro 64.1%
  • TypeScript 33.9%
  • JavaScript 2.0%