gitextract_3ahugtvb/ ├── .github/ │ ├── FUNDING.yml │ └── dependabot.yml ├── .gitignore ├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md ├── astro.config.mjs ├── package.json ├── src/ │ ├── React/ │ │ ├── LetterGlitch.tsx │ │ ├── LikeButton.tsx │ │ └── SkillsList.tsx │ ├── components/ │ │ ├── contact.astro │ │ ├── footer.astro │ │ ├── home.astro │ │ ├── logoWall.astro │ │ ├── nav.astro │ │ └── projects.astro │ ├── env.d.ts │ ├── firebase.ts │ ├── layouts/ │ │ └── Layout.astro │ └── pages/ │ └── index.astro ├── tailwind.config.mjs └── tsconfig.json